From a13d09db533a120468198a1b6f1d469e3701814f Mon Sep 17 00:00:00 2001 From: hanwenli Date: Wed, 28 May 2025 10:09:56 -0700 Subject: [PATCH] [integ-tests] Remove crash file check in DCV The crash file could contain crashes from other components, therefore, generate unnecessary sporadic test failures --- tests/integration-tests/tests/dcv/test_dcv.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/integration-tests/tests/dcv/test_dcv.py b/tests/integration-tests/tests/dcv/test_dcv.py index f5d617dce6..1329a02d44 100644 --- a/tests/integration-tests/tests/dcv/test_dcv.py +++ b/tests/integration-tests/tests/dcv/test_dcv.py @@ -75,10 +75,6 @@ def _test_dcv_configuration( _check_shared_dir(head_node_remote_command_executor, shared_dir) _check_shared_dir(login_node_remote_command_executor, shared_dir) - # Ensure no system programs crashed - _check_no_crashes(head_node_remote_command_executor, test_datadir) - _check_no_crashes(login_node_remote_command_executor, test_datadir) - # Check that logs are stored in CloudWatch as expected FeatureSpecificCloudWatchLoggingTestRunner.run_tests_for_feature( cluster, scheduler, os, "dcv_enabled", region, shared_dir