-
Notifications
You must be signed in to change notification settings - Fork 1.8k
test(NODE-5852): Skip transaction unpin spec tests #3980
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 1 commit
36744f9
b04f402
23f1107
7185bfc
7ff5aab
08c990d
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -90,7 +90,16 @@ const SKIP_TESTS = [ | |
|
|
||
| // TODO(NODE-2034): Will be implemented as part of NODE-2034 | ||
| 'Client side error in command starting transaction', | ||
| 'Client side error when transaction is in progress' | ||
| 'Client side error when transaction is in progress', | ||
|
|
||
| // TODO(NODE-5855): Unskip Transactions Spec Unified Tests mongos-unpin.unpin | ||
| 'unpin after TransientTransactionError error on commit', | ||
|
||
| 'unpin on successful abort', | ||
| 'unpin after non-transient error on abort', | ||
| 'unpin after TransientTransactionError error on abort', | ||
| 'unpin when a new transaction is started', | ||
| 'unpin when a non-transaction write operation uses a session', | ||
| 'unpin when a non-transaction read operation uses a session' | ||
| ]; | ||
|
|
||
| describe('Transactions Spec Legacy Tests', function () { | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.