Skip to content

Commit 4998148

Browse files
authored
CDRIVER-4350 unskip mock tests and remove unnecessary skips (#1437)
* unskip mock tests referenced in CDRIVER-4350 * unskip `entity-client-storeEventsAsEntities` As of #1220 the `storeEventsAsEntities` operation is supported in the test runner * remove `/unified/entity-client-cmap-events` from skip-tests.txt Test is already skipped in runner.c * remove `/unified/entity-client-storeEventsAsEntities` from skip-tests.txt Test is already skipped in runner.c * remove `/unified/assertNumberConnectionsCheckedOut` from skip-tests.txt Test is already skipped in runner.c
1 parent 93ddd71 commit 4998148

File tree

2 files changed

+0
-11
lines changed

2 files changed

+0
-11
lines changed

.evergreen/etc/skip-tests.txt

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -30,18 +30,9 @@
3030
/ClientPool/pop_timeout # (CDRIVER-4348) precondition failed: duration_usec / 1000 >= 1990
3131
/Client/get_handshake_hello_response/pooled # (CDRIVER-4349) Assert Failure: "Unknown" != "PossiblePrimary"
3232

33-
/inheritance/find/readPrefs # (CDRIVER-4350) request_matches_msg(): precondition failed: request
34-
/BulkOperation/error/unordered # (CDRIVER-4350) request_matches_msg(): precondition failed: request
35-
/command_monitoring/get_error # (CDRIVER-4350) request_matches_msg(): precondition failed: request
3633
/change_streams/legacy/change-streams # (CDRIVER-4350) Could not establish stream for node 127.0.0.1:8000: [TLS handshake failed: Connection timed out calling hello on '127.0.0.1:8000']
3734
/change_streams/legacy/change-streams-resume-allowlist # (CDRIVER-4350) Could not establish stream for node 127.0.0.1:8000: [TLS handshake failed: Connection timed out calling hello on '127.0.0.1:8000']
3835
/change_streams/legacy/change-streams-resume-errorLabels # (CDRIVER-4350) Could not establish stream for node 127.0.0.1:8000: [TLS handshake failed: Connection timed out calling hello on '127.0.0.1:8000']
39-
/Collection/find_with_opts/newoption # (CDRIVER-4350) request_matches_msg(): precondition failed: request
40-
/inheritance/replace_one/writeConcern # (CDRIVER-4350) request_matches_msg(): precondition failed: request
41-
/Collection/find_with_opts/newoption # (CDRIVER-4350) request_matches_msg(): precondition failed: request
42-
/unified/assertNumberConnectionsCheckedOut # (CDRIVER-4350) Could not establish stream for node 127.0.0.1:8000: [TLS handshake failed: Connection timed out calling hello on '127.0.0.1:8000']
43-
/unified/entity-client-cmap-events # (CDRIVER-4350) Could not establish stream for node 127.0.0.1:8000: [TLS handshake failed: Connection timed out calling hello on '127.0.0.1:8000']
44-
/unified/entity-client-storeEventsAsEntities # (CDRIVER-4350) Could not establish stream for node 127.0.0.1:8000: [TLS handshake failed: Connection timed out calling hello on '127.0.0.1:8000']
4536
/unified/entity-find-cursor # (CDRIVER-4350) Could not establish stream for node 127.0.0.1:8000: [TLS handshake failed: Connection timed out calling hello on '127.0.0.1:8000']
4637
/change_streams/legacy/change-streams-errors # (CDRIVER-4350) Could not establish stream for node 127.0.0.1:8000: [TLS handshake failed: Connection timed out calling hello on '127.0.0.1:8000'] (on ASAN Tests Ubuntu 18.04 build variant)
4738

src/libmongoc/tests/unified/runner.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,6 @@ typedef struct {
3737
skipped_unified_test_t SKIPPED_TESTS[] = {
3838
// CDRIVER-4001, DRIVERS-1781, and DRIVERS-1448: 5.0 cursor behavior
3939
{"poc-command-monitoring", "A successful find event with a getmore and the server kills the cursor"},
40-
// CDRIVER-3867: drivers atlas testing (schema version 1.2)
41-
{"entity-client-storeEventsAsEntities", SKIP_ALL_TESTS},
4240
// libmongoc does not have a distinct helper, so skip snapshot tests testing particular distinct functionality
4341
{"snapshot-sessions", "Distinct operation with snapshot"},
4442
{"snapshot-sessions", "Mixed operation with snapshot"},

0 commit comments

Comments
 (0)