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

Fix TableGC flaky test by reducing check interval #8270

Merged
merged 1 commit into from
Jun 7, 2021

Conversation

shlomi-noach
Copy link
Contributor

Description

Fixes #7984

#7984 only happens on GitHub CI, never locally. This is the 2nd time I'm looking into it, with same conclusion: it's a timing/timeout issue. In this PR I make the parge check interval configurable, and set it to 5s as opposed to 1min, expecting the test to now pass.

Related Issue(s)

#7984

Checklist

  • Tests were added or are not required
  • Documentation was added or is not required

Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
@shlomi-noach shlomi-noach changed the title Fix TableGC flaky test by redusing check interval Fix TableGC flaky test by reducing check interval Jun 6, 2021
@shlomi-noach
Copy link
Contributor Author

TableGC passes: https://github.com/vitessio/vitess/pull/8270/checks?check_run_id=2756624032
but what I'll do is manually restart the workflow for a few times.

@shlomi-noach
Copy link
Contributor Author

I've manually restarted a dozen or so tabletmanager_tablegc` tests and they seem well. There was one failure that seemed unrelated and affected multiple steps of the test.

@shlomi-noach shlomi-noach mentioned this pull request Jun 7, 2021
Copy link
Contributor

@rohit-nayak-ps rohit-nayak-ps left a comment

Choose a reason for hiding this comment

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

lgtm

@shlomi-noach
Copy link
Contributor Author

🤞

@shlomi-noach shlomi-noach merged commit f051584 into vitessio:main Jun 7, 2021
@shlomi-noach shlomi-noach deleted the fix-test-purge branch June 7, 2021 08:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Flaky TableGC tests
2 participants