You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
vHive CRI tests exhibit a sporadic (but quite frequent) failure when scaling microVMs from 0:
=== RUN TestAutoscaler/Scale_from_0
=== CONT TestAutoscaler
cri_test.go:166:
Error Trace: /root/_work/vHive/vHive/cri/cri_test.go:166
/root/_work/vHive/vHive/cri/cri_test.go:99
/root/_work/vHive/vHive/cri/cri_test.go:109
Error: Received unexpected error:
rpc error: code = DeadlineExceeded desc = context deadline exceeded
Test: TestAutoscaler
Messages: Failed to get response from function
=== CONT TestAutoscaler/Scale_from_0
testing.go:1336: test executed panic(nil) or runtime.Goexit: subtest may have called FailNow on a parent test
--- FAIL: TestAutoscaler (268.62s)
--- PASS: TestAutoscaler/Scale_fn_with_concurrency_1 (8.58s)
--- FAIL: TestAutoscaler/Scale_from_0 (260.04s)
=== RUN TestMultipleFuncInvoke
cri_test.go:167:
Error Trace: /root/_work/vHive/vHive/cri/cri_test.go:167
/root/_work/vHive/vHive/cri/cri_test.go:132
/root/_work/vHive/vHive/cri/asm_amd64.s:1571
Error: Received unexpected error:
rpc error: code = DeadlineExceeded desc = context deadline exceeded
Test: TestMultipleFuncInvoke
Messages: Failed to get response from function
--- FAIL: TestMultipleFuncInvoke (60.04s)
Hence, we exclude these tests from the CI until a fix is found.
The text was updated successfully, but these errors were encountered:
ustiugov
changed the title
"Scale from 0" test fails in vHive CRI CI
"Scale from 0" and "MultipleFuncInvoke" tests often fail in vHive CRI CI
Dec 29, 2022
Describe the bug
vHive CRI tests exhibit a sporadic (but quite frequent) failure when scaling microVMs from 0:
Hence, we exclude these tests from the CI until a fix is found.
The text was updated successfully, but these errors were encountered: