-
Notifications
You must be signed in to change notification settings - Fork 753
Open
Labels
type/ciThe issue is related to CI.The issue is related to CI.
Description
Flaky Test
Which jobs are failing
TestGlobalMemoryTuner
CI link
internal CI link
Reason for failure (if possible)
By adding log to inspect, I think it's caused by finalizer hasn't been called in 5 seconds. Don't know why
pd/pkg/gctuner/memory_limit_tuner_test.go
Lines 98 to 100 in a1f2017
| require.Eventually(t, func() bool { | |
| return GlobalMemoryLimitTuner.waitingReset.Load() && gcNum < getNowGCNum() | |
| }, 5*time.Second, 100*time.Millisecond) |
Anything else
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
type/ciThe issue is related to CI.The issue is related to CI.