Skip to content

Commit 583541b

Browse files
committed
Update path for relocated skipped test
See: mongodb#1228 Also updates a reference to a moved JIRA issue
1 parent 1710d72 commit 583541b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/UnifiedSpecTests/UnifiedSpecTest.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ class UnifiedSpecTest extends FunctionalTestCase
7575
'retryable-writes/retryable writes handshake failures: collection.bulkWrite succeeds after retryable handshake server error (ShutdownInProgress)' => 'Handshakes are not retried (CDRIVER-4532)',
7676
// Skips dating back to legacy transaction tests
7777
'transactions/mongos-recovery-token: commitTransaction retry fails on new mongos' => 'isMaster failpoints cannot be disabled',
78-
'transactions/pin-mongos: remain pinned after non-transient error on commit' => 'Blocked on SPEC-1320',
78+
'transactions/pin-mongos: remain pinned after non-transient error on commit' => 'Blocked on DRIVERS-2104',
7979
'transactions/pin-mongos: unpin after transient error within a transaction and commit' => 'isMaster failpoints cannot be disabled',
8080
// PHPC does not implement CMAP
8181
'valid-pass/assertNumberConnectionsCheckedOut: basic assertion succeeds' => 'PHPC does not implement CMAP',
@@ -156,9 +156,9 @@ class UnifiedSpecTest extends FunctionalTestCase
156156
'transactions/mongos-pin-auto: unpin after transient connection error on runCommand insert' => 'libmongoc does not pin for load-balanced topology',
157157
'transactions/mongos-pin-auto: unpin after transient ShutdownInProgress error on runCommand insert' => 'libmongoc does not pin for load-balanced topology',
158158
'transactions/mongos-recovery-token: commitTransaction explicit retries include recoveryToken' => 'libmongoc omits recoveryToken for load-balanced topology (CDRIVER-4718)',
159-
'transactions/mongos-recovery-token: commitTransaction retry succeeds on new mongos' => 'libmongoc does not pin for load-balanced topology',
160159
'transactions/mongos-recovery-token: commitTransaction retry fails on new mongos' => 'libmongoc does not pin for load-balanced topology',
161160
'transactions/mongos-recovery-token: abortTransaction sends recoveryToken' => 'libmongoc does not pin for load-balanced topology',
161+
'transactions/mongos-recovery-token-errorLabels: commitTransaction retry succeeds on new mongos' => 'libmongoc does not pin for load-balanced topology',
162162
'transactions/pin-mongos: multiple commits' => 'libmongoc does not pin for load-balanced topology',
163163
'transactions/pin-mongos: remain pinned after non-transient error on commit' => 'libmongoc does not pin for load-balanced topology',
164164
'transactions/pin-mongos: unpin after transient error within a transaction' => 'libmongoc does not pin for load-balanced topology',

0 commit comments

Comments
 (0)