Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stub Oracle database for localhost and CI testing #91

Closed
patheard opened this issue Apr 30, 2020 · 4 comments
Closed

Stub Oracle database for localhost and CI testing #91

patheard opened this issue Apr 30, 2020 · 4 comments
Assignees

Comments

@patheard
Copy link
Collaborator

Investigate creating a stub Oracle database for use with localhost dev and CI automated tests.

@patheard
Copy link
Collaborator Author

Testing docker-compose env with:
https://github.com/wnameless/docker-oracle-xe-11g.git

@patheard
Copy link
Collaborator Author

patheard commented May 1, 2020

Created example docker-compose service:
https://github.com/dtf-ein/docker-oracle-xe-11g

@patheard
Copy link
Collaborator Author

patheard commented May 4, 2020

Currently hitting a character set problem. The dev/prod service is using the following Oracle with a character set of WE8MSWIN1252:

Oracle Database 11g Enterprise Edition Release 11.2.0.4.0 - 64bit Production
PL/SQL Release 11.2.0.4.0 - Production
"CORE    11.2.0.4.0    Production"
TNS for Linux: Version 11.2.0.4.0 - Production
NLSRTL Version 11.2.0.4.0 - Production

The docker image I'm using is Express Edition 11g 11.2 on Linux, which only supports UTF-8. This issue has more details: wnameless/docker-oracle-xe-11g#96

@patheard
Copy link
Collaborator Author

patheard commented May 8, 2020

Unit tests in CI are now running against stubbed database.

@patheard patheard closed this as completed May 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant