Skip to content
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

Fixes flaky testParallelTransactionGuard test #3106

Merged
merged 2 commits into from Aug 3, 2022

Conversation

ncordon
Copy link
Contributor

@ncordon ncordon commented Aug 3, 2022

Fixes a flaky test that was expeting to find the same number of transactions before and after firing a parallel command. There are no assurances of that, as there could be service transactions.

The only alternative is to check none of the transactions in SHOW TRANSACTIONS correspond to one of the parallel ones.

@ncordon ncordon added to-cherry-pick issues related to commits to cherry-pick 5.0 team-cypher-surface Cypher Surface team should review the PR labels Aug 3, 2022
Copy link
Contributor

@AzuObs AzuObs left a comment

Choose a reason for hiding this comment

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

LGTM 👍

@ncordon ncordon merged commit 3421720 into dev Aug 3, 2022
@ncordon ncordon deleted the fix-parallel-transaction-guard branch August 3, 2022 12:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
5.0 team-cypher-surface Cypher Surface team should review the PR to-cherry-pick issues related to commits to cherry-pick
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants