-
Notifications
You must be signed in to change notification settings - Fork 73
run integration tests against DSQL #1483
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
run integration tests against DSQL #1483
Conversation
|
Please note this change depends on #1477, and the tests will fail until the dependency is merged. |
|
Integration tests passed in a custom run here, with all the changes integrated. Once the dependency PR has been merged they should pass here too. |
|
Added an extra commit with fixes from running tests on the integration branch. |
wrapper/src/test/java/integration/container/ConnectionStringHelper.java
Outdated
Show resolved
Hide resolved
wrapper/src/test/java/integration/container/tests/AwsIamIntegrationTest.java
Outdated
Show resolved
Hide resolved
wrapper/src/test/java/integration/container/tests/DataCachePluginTests.java
Outdated
Show resolved
Hide resolved
wrapper/src/test/java/integration/container/tests/DataCachePluginTests.java
Outdated
Show resolved
Hide resolved
0983fe6 to
0a2f489
Compare
|
Update to 0a2f489 reworks the integration test changes to separate the DSQL test logic, and avoid changes to other integration tests that don't support IAM. |
Summary
This PR modifies the existing integration tests and surrounding infrastructure to work with Aurora DSQL where they are compatible.
Description
The changes include:
DataCachePluginTeststo avoid issues with DSQL's optimistic concurrency controlBy submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.