|
The following tests fail frequently:
TestCMAPSpec/pool-create-min-size.json
|
CMAP_spec_test.go:290: unexpected event occurred: expected: ConnectionCheckedOut, actual: ConnectionCreated
|
Check out an example failure here.
TestCMAPSpec/pool-clear-min-size.json
|
CMAP_spec_test.go:292: unexpected event occurred: expected: ConnectionPoolReady, actual: ConnectionCreated
|
CMAP_spec_test.go:292: unexpected event occurred: expected: ConnectionCreated, actual: ConnectionPoolReady
|
Check out an example failure here.
Definition of done:
- All TestCMAPSpec test cases pass reliably on Evergreen CI.
Remove any skipped TestCMAPSpec tests tagged with this ticket.
|