File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed
tests/validation/mtl_engine Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -792,15 +792,11 @@ def execute_perf_test(
792
792
cp .wait ()
793
793
794
794
# Enhanced logging for process completion
795
- logger .info (
796
- f"Performance RxTxApp process completed with return code: { cp .return_code } "
797
- )
795
+ logger .info (f"Performance RxTxApp was killed with signal { - cp .return_code } " )
798
796
799
797
# Check if process was killed or terminated unexpectedly
800
798
if cp .return_code < 0 :
801
- logger .info (
802
- f"Performance RxTxApp was killed with signal { - cp .return_code } "
803
- )
799
+ logger .info (f"Performance RxTxApp was killed with signal { - cp .return_code } " )
804
800
return False
805
801
elif cp .return_code == 124 : # timeout return code
806
802
logger .info ("Performance RxTxApp timed out" )
You can’t perform that action at this time.
0 commit comments