Open radical opened 1 year ago
Tagging subscribers to 'arch-wasm': @lewing See info in area-owners.md if you want to be subscribed.
Author: | radical |
---|---|
Assignees: | - |
Labels: | `arch-wasm`, `area-VM-meta-mono`, `test-failure` |
Milestone: | - |
cc @kg
The log shows:
+ export __TestTimeout=600000
+ export __TestCollectionTimeoutMins=200
So, maybe just one test is running too long?
From the timestamps in the log it looks like a lot of these tests just take a while to run. How do I run this suite? In the past when I tried to run it, it didn't work.
JIT.Performance
is completely disabled now with https://github.com/dotnet/runtime/pull/86747 . We can try to run this with an increased timeout.
We may just want to reduce the iteration count on all of the slow tests inside the suite, since we have dotnet/performance for actual ongoing benchmarks.
when did this start and was there a new test or a regression?
Is there a reason why we need to do this for 8.0? These benchmarks all run in the perf infrastructure and are autofiled, iirc.
Only if there is a regression
JIT.Performance failing:
https://github.com/dotnet/runtime/pull/86747 re-enables runtime tests that have not been running for almost a month. Enabling them hit this issue.
cc @radekdoulik