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

CI: TestMapBatch/Hash is flaky (arm64?) #1390

Open
lmb opened this issue Mar 22, 2024 · 1 comment
Open

CI: TestMapBatch/Hash is flaky (arm64?) #1390

lmb opened this issue Mar 22, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@lmb
Copy link
Collaborator

lmb commented Mar 22, 2024

Describe the bug

TestMapBatch/Hash fails due to ENOSPC on arm64.

=== Failed
=== FAIL: . TestMapBatch/Hash (0.01s)
    quicktest.go:12: 
        error:
          got non-nil value
        got:
          e"no space left on device"
        stack:
          /home/runner/actions-runner/_work/ebpf/ebpf/map_test.go:167
            qt.Assert(t, qt.IsNil(err))
        

=== FAIL: . TestMapBatch (0.01s)

https://github.com/cilium/ebpf/actions/runs/8388876993/job/22973993334?pr=1366#step:5:311

How to reproduce

Unclear.

Version information

main

@lmb lmb added the bug Something isn't working label Mar 22, 2024
@lmb
Copy link
Collaborator Author

lmb commented Apr 9, 2024

Thinking out loud: maybe we're only seeing this on arm64 since that runner has more cores than the VM based tests (which only have two cpus)?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant