Fang-Yu Rao created IMPALA-14182:
------------------------------------

             Summary: 
custom_cluster.test_breakpad.TestLogging.test_excessive_cerr_ignore_pid seems 
to be flaky
                 Key: IMPALA-14182
                 URL: https://issues.apache.org/jira/browse/IMPALA-14182
             Project: IMPALA
          Issue Type: Bug
            Reporter: Fang-Yu Rao
            Assignee: Joe McDonnell


We found that {{test_excessive_cerr_ignore_pid()}} in 
[https://github.com/apache/impala/blob/master/tests/custom_cluster/test_breakpad.py]
 could fail with the following error message and stack trace. It looks like we 
could have more log files (5) than expected (4).

+*Error Message*+
{code:java}
assert 5 <= 4  +  where 5 = 
len(['/data/jenkins/workspace/impala-cdw-master-core-ubsan-arm/repos/Impala/logs/custom_cluster_tests/impala_test_breakpad..._1mhwju/impalad.impala-ec2-rhel88-m7g-4xlarge-ondemand-012c.vpc.cloudera.com.jenkins.log.INFO.20250623-152709.3603455'])
{code}
+*Stacktrace*+
{code:java}
custom_cluster/test_breakpad.py:521: in test_excessive_cerr_ignore_pid
    match_pid=False)
custom_cluster/test_breakpad.py:499: in start_excessive_cerr_cluster
    self.assert_logs(daemon, max_log_count_end, expected_log_max_bytes)
custom_cluster/test_breakpad.py:409: in assert_logs
    assert len(log_paths) <= max_count
E   assert 5 <= 4
E    +  where 5 = 
len(['/data/jenkins/workspace/impala-cdw-master-core-ubsan-arm/repos/Impala/logs/custom_cluster_tests/impala_test_breakpad..._1mhwju/impalad.impala-ec2-rhel88-m7g-4xlarge-ondemand-012c.vpc.cloudera.com.jenkins.log.INFO.20250623-152709.3603455'])
{code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to