commit 9faca5e (HEAD, tag: v0.17.4)
Description:
When running multiple tests concurrently in AutoHCK, we observed that a subset of tests occasionally gets stuck in the inQueue state and never transitions to Running or Completed. This seems to happen more frequently as the number of concurrent tests increases.
We are trying to determine if this is a resource bottleneck, a logic issue in the AutoHCK scheduler, or a known limitation regarding the maximum number of concurrent test sessions.