Skip to content

TestGlobalMemoryTuner is flaky #10229

@lance6716

Description

@lance6716

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

require.Eventually(t, func() bool {
return GlobalMemoryLimitTuner.waitingReset.Load() && gcNum < getNowGCNum()
}, 5*time.Second, 100*time.Millisecond)

Anything else

Metadata

Metadata

Assignees

No one assigned

    Labels

    type/ciThe issue is related to CI.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions