Skip to content

Conversation

kevinAlbs
Copy link
Collaborator

Intended to fix failing tasks against latest servers: example.

SERVER-107442 changed a server error message from:

The $changeStream stage is only supported on replica sets

To:

The $changeStream stage is only supported on replica sets or mongos

The /change_stream/live/single_server test checked for an exact error message.

Rather than add a workaround, this PR removes the test. The test appears redundant with the spec test checking an error code.

The error message changed in latest servers causing test failures. Appears redundant with a JSON test "The watch helper must not throw a custom exception ..." which checks for an error code.
@kevinAlbs kevinAlbs requested a review from rcsanchez97 October 10, 2025 13:56
@kevinAlbs kevinAlbs marked this pull request as ready for review October 10, 2025 13:56
@kevinAlbs kevinAlbs requested a review from a team as a code owner October 10, 2025 13:56
@kevinAlbs kevinAlbs merged commit a48e71a into mongodb:master Oct 10, 2025
38 of 42 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants