mirror of
https://github.com/corda/corda.git
synced 2025-01-23 04:48:09 +00:00
fix stress test breakage when throwing ArrayIndexOutOfBoundsExceptions
This commit is contained in:
parent
9388b6e2ce
commit
0f94bea5a6
@ -1346,6 +1346,7 @@ inline void
|
||||
stress(Thread* t)
|
||||
{
|
||||
if ((not t->stress)
|
||||
and (not t->tracing)
|
||||
and t->state != Thread::NoState
|
||||
and t->state != Thread::IdleState)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user