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

test: skip flaky stashed ops test #23462

Merged

Conversation

yann-achard-MS
Copy link
Contributor

@yann-achard-MS yann-achard-MS commented Jan 6, 2025

Description

Skip "Parallel Forks: Closes (ForkedContainerError and DuplicateBatchError) when hydrating twice and submitting in parallel (via Counter DDS)" since it has been causing multiple build failures.

See https://dev.azure.com/fluidframework/internal/_workitems/edit/27482

Breaking Changes

None

@github-actions github-actions bot added area: tests Tests to add, test infrastructure improvements, etc base: main PRs targeted against main branch labels Jan 6, 2025
@yann-achard-MS yann-achard-MS marked this pull request as ready for review January 6, 2025 19:09
@yann-achard-MS yann-achard-MS requested review from Copilot and markfields and removed request for Copilot January 6, 2025 19:09

Choose a reason for hiding this comment

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

Copilot reviewed 1 out of 1 changed files in this pull request and generated no comments.

@@ -2204,7 +2204,7 @@ describeCompat(
},
);

itExpects(
itExpects.skip(
Copy link
Member

Choose a reason for hiding this comment

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

Please let it run for localServer, but you can skip for other drivers while I investigate. This is a new failure compared to the one I fixed last time.

@@ -2204,7 +2207,7 @@ describeCompat(
},
);

itExpects(
(provider?.driver.type === "local" ? itExpects : itExpects.skip)(
Copy link
Member

Choose a reason for hiding this comment

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

More common way is to do if (provider.driver.type !== "local") { this.skip(); } inside the test fn. This looks fine too, I'll have it fixed up soon. JFYI if you make more changes like this.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

OMG, I never knew about this.skip()! This is so much better! Changing it now.

Copy link
Member

@markfields markfields left a comment

Choose a reason for hiding this comment

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

Thanks / sorry

@yann-achard-MS yann-achard-MS enabled auto-merge (squash) January 6, 2025 23:05
@yann-achard-MS yann-achard-MS merged commit fb37aa6 into microsoft:main Jan 7, 2025
28 checks passed
@yann-achard-MS yann-achard-MS deleted the skip-flaky-stashed-ops-test branch January 16, 2025 00:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: tests Tests to add, test infrastructure improvements, etc base: main PRs targeted against main branch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants