Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Chandler <wchandler@gitlab.com>2023-07-24 16:34:00 +0300
committerWill Chandler <wchandler@gitlab.com>2023-07-24 16:34:00 +0300
commit2be06752c62ef16a568cd3630738c7d5987110af (patch)
tree4727a0c77732311461e34b9282a1842f9cf5736e
parentb5b3b2c63250c1cde3c44e272478adb1da1ef3fe (diff)
limit: Quarantine flake realTimerTicker test
We've run into some flakes with TestAdaptiveCalculator_realTimerTicker, e.g. https://gitlab.com/gitlab-org/gitaly/-/jobs/4713309793. Quarantine this test to prevent further pipeline failures.
-rw-r--r--internal/limiter/adaptive_calculator_test.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/limiter/adaptive_calculator_test.go b/internal/limiter/adaptive_calculator_test.go
index a89445211..82a23e527 100644
--- a/internal/limiter/adaptive_calculator_test.go
+++ b/internal/limiter/adaptive_calculator_test.go
@@ -31,6 +31,7 @@ func TestAdaptiveCalculator_alreadyStarted(t *testing.T) {
}
func TestAdaptiveCalculator_realTimerTicker(t *testing.T) {
+ testhelper.SkipQuarantinedTest(t, "https://gitlab.com/gitlab-org/gitaly/-/issues/5473", "TestAdaptiveCalculator_realTimerTicker")
t.Parallel()
logger, hook := test.NewNullLogger()