Skip to content

Commit 7021368

Browse files
Update src/fuzzer_engine/fuzzer_engine.py
Signed-off-by: Sarthak Aggarwal <sarthakaggarwal97@gmail.com> Signed-off-by: Sarthak Aggarwal <sarthagg@amazon.com>
1 parent bbdd017 commit 7021368

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fuzzer_engine/fuzzer_engine.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ def _collect_failure_reasons(
420420
f"{len(failed_validation_waves)} post-operation validation wave(s) failed"
421421
)
422422
elif total_operations > 0 and operations_executed == total_operations:
423-
failure_reasons.append("post-operation validation did not run")
423+
if not final_validation_result.overall_success:
424424

425425
if not final_validation_result.overall_success:
426426
failed_checks = ", ".join(final_validation_result.failed_checks) or "unknown checks"

0 commit comments

Comments
 (0)