Open eddy16112 opened 9 months ago
However, a new bug is trigged
This seems like a real bug isn't it? That assertion is in the task scheduler and is saying that we're not on the thread that we thought we were on.
Yes, it is a real bug if nothing wrong in my test code. We do not have stress tests for canceling events, so we did not catch the bug before. I just create this issue to reminder us to pick the bug up later.
Ok, sounds good.
I have tried to remove the unstable
sleep
with events for thetest_profiling
test. The original code:The new one:
However, a new bug is trigged https://gitlab.com/StanfordLegion/legion/-/jobs/5856518802
Here is the PR to reproduce the bug https://gitlab.com/StanfordLegion/legion/-/merge_requests/1049 We decided to disable the
cancel_operation
test cases, and use this issue to track the bug.