Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion test/integration/transactions/transactions.spec.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We discussed only skipping on latest, which is a smoke test anyway, these tests still pass for servers that are used in production, we can continue to make sure these work on those servers.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the reminder, I've changed it to skipped on latest.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I meant I skipped it within the code.

'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 () {
Expand Down