Closed ivanvc closed 3 weeks ago
Skipping CI for Draft Pull Request.
If you want CI signal for your change, please convert it to an actual PR.
You can still manually trigger a test run with /test all
/test all
/retest
/test pull-bbolt-robustness-arm64
/test pull-bbolt-robustness-arm64
@ivanvc: The following test failed, say /retest
to rerun all failed tests or /retest-required
to rerun all mandatory failed tests:
Test name | Commit | Details | Required | Rerun command |
---|---|---|---|---|
pull-bbolt-robustness-arm64 | 1d7a65f59fc5399f49b86247a2b6a510e5a6de34 | link | true | /test pull-bbolt-robustness-arm64 |
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR.
@jmhbnz and I have been discussing the migration of robustness tests. The current issue is that we can't install xfsprogs
in the container/prow job pod (https://prow.k8s.io/view/gs/kubernetes-ci-logs/pr-logs/pull/etcd-io_bbolt/844/pull-bbolt-robustness-arm64/1849591798716960768#). The reason is highly likely that the host node doesn't have the XFS filesystem. Therefore, we can't use dm-flakey.
As we will need help from the infra team, James suggests reaching out to k/test-infra
and #sig-k8s-infra
, which I'll do shortly.
@ahrtr, do you know (or provide some guidance on) why the 4 CPU tests with race are getting stuck? I could add a timeout, but that would make the job fail. I'm running them in Prow using the same command we used in the GitHub workflow.
do you know (or provide some guidance on) why the 4 CPU tests with race are getting stuck?
It looks like the test infra's issue, the test process somehow terminated or being blocked. 1000 concurrent goroutines shouldn't cause too much resource pressure. Not sure whether we can request some help from test-infra, probably they have more insight.
=== RUN TestSimulateNoFreeListSync_10000op_1000p btesting.go:47: Opening bbolt DB at: /tmp/TestSimulateNoFreeListSync_10000op_1000p788848248/001/db
/help test
I'll mark this PR ready for review to check the triggered prow jobs.
@ahrtr, other than the comment on the TODO
. The prow jobs triggered look fine, and they are all green.
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: ahrtr, ivanvc
The full list of commands accepted by this bot can be found here.
The pull request process is described here
Remove the ARM64 jobs from GitHub workflows. Add a comment regarding the use of sudo in robustness tests.
Link to #848