Crash in SavedMatrix#finished
: IllegalStateException: step.testExecutionStep.testTiming must not be null
#498
Labels
SavedMatrix#finished
: IllegalStateException: step.testExecutionStep.testTiming must not be null
#498
We encountered this crash using Flank version v4.2.0, while running 75 shards.
It looks like there's a null check for
step.testExecutionStep
, but in this casestep.testExecutionStep.testTiming
wasnull
.The text was updated successfully, but these errors were encountered: