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
thread 'slight_test' panicked at 'assertion failed: (left == right)
left: "404 page not found\n",
right: "wyyauejuBVjpz34MYmSnjpMNmbczsJ"', tests/integration_test.rs:48:5
note: run with RUST_BACKTRACE=1 environment variable to display a backtrace
test slight_test ... FAILED
failures:
failures:
slight_test
test result: FAILED. 2 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.26s
error: test failed, to rerun pass --test integration_test
make: *** [Makefile:23: integration-tests] Error 101
The text was updated successfully, but these errors were encountered:
In my case, the pods weren't scheduled because there was almost no disk space left on the GitHub runner:
Warning FailedScheduling 25s default-scheduler 0/3 nodes are available: 3 node(s) had untolerated taint {node.kubernetes.io/disk-pressure: }. preemption: 0/3 nodes are available: 3 Preemption is not helpful for scheduling.
Building from main from commit 5ca163a fails with the following on Ubuntu 22.04:
running 3 tests
test wws_test ... ok
test spin_test ... ok
404 page not found
thread 'slight_test' panicked at 'assertion failed:
(left == right)
left:
"404 page not found\n"
,right:
"wyyauejuBVjpz34MYmSnjpMNmbczsJ"
', tests/integration_test.rs:48:5note: run with
RUST_BACKTRACE=1
environment variable to display a backtracetest slight_test ... FAILED
failures:
failures:
slight_test
test result: FAILED. 2 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.26s
error: test failed, to rerun pass
--test integration_test
make: *** [Makefile:23: integration-tests] Error 101
The text was updated successfully, but these errors were encountered: