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

TestPeriodicPause failed #17391

Open
ahrtr opened this issue Feb 7, 2024 · 3 comments
Open

TestPeriodicPause failed #17391

ahrtr opened this issue Feb 7, 2024 · 3 comments

Comments

@ahrtr
Copy link
Member

ahrtr commented Feb 7, 2024

Which github workflows are flaking?

pull-etcd-unit-test

Which tests are flaking?

TestPeriodicPause

Github Action link

https://prow.k8s.io/view/gs/kubernetes-jenkins/pr-logs/pull/etcd-io_etcd/17380/pull-etcd-unit-test/1755235191778971648

Reason for failure (if possible)

{Failed  === RUN   TestPeriodicPause
    periodic_test.go:167: len(actions) = 0, expected >= 1
--- FAIL: TestPeriodicPause (0.54s)
}

Anything else we need to know?

No response

@ahrtr
Copy link
Member Author

ahrtr commented Feb 7, 2024

@dusk125 do you have bandwidth to take a look at this flaky test? thx

@ahrtr
Copy link
Member Author

ahrtr commented Feb 8, 2024

See a similar error on test case TestPeriodicMinutes

{Failed  === RUN   TestPeriodicMinutes
    logger.go:130: 2024-02-07T19:14:01.529Z	INFO	starting auto periodic compaction	{"revision": 1, "compact-period": "5m0s"}
    logger.go:130: 2024-02-07T19:14:01.539Z	INFO	completed auto periodic compaction	{"revision": 1, "compact-period": "5m0s", "took": "30s"}
    logger.go:130: 2024-02-07T19:14:01.658Z	INFO	starting auto periodic compaction	{"revision": 10, "compact-period": "5m0s"}
    logger.go:130: 2024-02-07T19:14:01.658Z	INFO	completed auto periodic compaction	{"revision": 10, "compact-period": "5m0s", "took": "0s"}
    logger.go:130: 2024-02-07T19:14:01.809Z	INFO	starting auto periodic compaction	{"revision": 20, "compact-period": "5m0s"}
    periodic_test.go:122: len(actions) = 0, expected >= 1
--- FAIL: TestPeriodicMinutes (0.48s)
}

https://prow.k8s.io/view/gs/kubernetes-jenkins/pr-logs/pull/etcd-io_etcd/17393/pull-etcd-unit-test/1755308321516032000

@dusk125
Copy link
Contributor

dusk125 commented Feb 8, 2024

@dusk125 do you have bandwidth to take a look at this flaky test? thx

Yeah I can take a look

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants