Skip to content

Conversation

@timmywil
Copy link
Member

@timmywil timmywil commented Mar 5, 2024

Summary

Add some minor improvements after watching the recent first run on 3.x-stable, including:

  • fix the flakey message for when a test fails and then passes on retry.
  • ignore worker delete failures. We hit this in one browser. The tests all passed and the worker had stopped, but BrowserStack returned a 502.

Checklist

Copy link

@ghost ghost left a comment

Choose a reason for hiding this comment

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

One comment, LGTM otherwise


// Show a message for flakey tests
if ( existing ) {
console.log();
Copy link

Choose a reason for hiding this comment

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

What's the reason for these empty console.logs?

Copy link
Member Author

Choose a reason for hiding this comment

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

Just to add newlines. I could instead add \n to the start and end of the message, but with the message starting with a variable, I figured this was cleaner than adding "\n" + .

Copy link
Member Author

Choose a reason for hiding this comment

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

I'm going to assume you're okay with that. We can always change in a subsequent PR.

@timmywil timmywil merged commit 003c958 into jquery:3.x-stable Mar 5, 2024
@timmywil timmywil deleted the migrate-test-3.x branch March 5, 2024 20:50
@mgol mgol added the Build label Mar 19, 2024
@mgol mgol added this to the 3.7.2 milestone Mar 19, 2024
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 24, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Development

Successfully merging this pull request may close these issues.

2 participants