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

Run Flaky Tests Nightly #6654

Closed
wants to merge 1 commit into from
Closed

Run Flaky Tests Nightly #6654

wants to merge 1 commit into from

Conversation

carlydf
Copy link
Contributor

@carlydf carlydf commented Oct 11, 2024

What changed?

Why?

How did you test it?

Potential risks

Documentation

Is hotfix candidate?

@carlydf carlydf requested a review from a team as a code owner October 11, 2024 20:44
Comment on lines +9 to +10
# Run once a day at midnight
- cron: '0 0 * * *'
Copy link
Member

Choose a reason for hiding this comment

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

midnight in what time zone?

Comment on lines +84 to +86
if os.Getenv("INCLUDE_FLAKY_TESTS") != "true" {
s.T().Skip("flaky test")
}
Copy link
Member

Choose a reason for hiding this comment

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

can we put this logic in one place so these calls are just:

Suggested change
if os.Getenv("INCLUDE_FLAKY_TESTS") != "true" {
s.T().Skip("flaky test")
}
s.skipAsFlaky()

Copy link
Member

Choose a reason for hiding this comment

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

Agree. As discussed offline, I'll take over this PR from @carlydf and implement the changes.

@bergundy
Copy link
Member

@carlydf thanks for doing this. I'm closing in favor of #6668.

@bergundy bergundy closed this Oct 17, 2024
@bergundy bergundy deleted the cdf/run-flaky-tests-nightly branch October 17, 2024 18:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants