Codebase list consul / 58b5c08
Disabled unreliable "TestCacheRateLimit". Dmitry Smirnov 3 years ago
1 changed file(s) with 16 addition(s) and 6 deletion(s). Raw diff Collapse all Expand all
474474 defer a.Shutdown()
475475 --- a/agent/agent_test.go
476476 +++ b/agent/agent_test.go
477 @@ -1894,8 +1894,9 @@
477 @@ -745,8 +745,9 @@
478 }
479 }
480
481 func TestCacheRateLimit(test *testing.T) {
482 +t.Skip("DM-skipped")
483 test.Parallel()
484 tests := []struct {
485 // count := number of updates performed (1 every 10ms)
486 count int
487 @@ -1894,8 +1895,9 @@
478488
479489 }
480490
484494
485495 run := func(t *testing.T, ca string) {
486496 a := StartTestAgent(t, TestAgent{
487 @@ -3558,8 +3559,9 @@
488 })
489 }
490
497 @@ -3638,8 +3640,9 @@
498 })
499 }
500
491501 func testAgent_ReloadConfigAndKeepChecksStatus(t *testing.T, extraHCL string) {
492502 +t.Skip("DM-skipped")
493503 dataDir := testutil.TempDir(t, "agent") // we manage the data dir
494504 defer os.RemoveAll(dataDir)
495505 hcl := `data_dir = "` + dataDir + `"
496506 enable_local_script_checks=true
497 @@ -4158,8 +4160,9 @@
507 @@ -4238,8 +4241,9 @@
498508 })
499509 }
500510