chore: Fix stream-connection tests#1498
Merged
manupedrozo merged 3 commits intomasterfrom Dec 3, 2025
Merged
Conversation
maastha
approved these changes
Dec 3, 2025
maastha
reviewed
Dec 3, 2025
| echo -e "Created StreamInstance \"${instanceName}\"" | ||
|
|
||
| atlas clusters create "${clusterName}" --projectId "${projectId}" --backup --provider AWS --region US_EAST_1 --members 3 --tier M10 --mdbVersion 6.0 --diskSizeGB 10 --output=json | ||
| atlas clusters create "${clusterName}" --projectId "${projectId}" --backup --provider AWS --region US_EAST_1 --members 3 --tier M10 --diskSizeGB 10 --output=json |
Collaborator
There was a problem hiding this comment.
can you also check if any other scripts have this?
Collaborator
Author
There was a problem hiding this comment.
A couple more have mdbVersion but none with 6.0. Should look into removing those as well.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixing stream-connection tests
Remove mdbVersion flag from cluster creation in the stream-connection test setup which is causing "ATLAS_CLUSTER_VERSION_DEPRECATED" errors (example).
Change the DbRoleToExecute.Role in the update input to a valid one (
readWrite->readWriteAnyDatabase).After the test: delete the stream instance before deleting the project to avoid "CANNOT_CLOSE_GROUP_ACTIVE_STREAMS_RESOURCE" errors (example).
Link to any related issue(s):
Type of change:
expected)
Manual QA performed:
Required Checklist:
make fmtand formatted my codeworks in Atlas
Further comments