devinbost opened a new issue #6256: (Flaky-Test) Possible race condition - Fix 
Prometheus Tests
URL: https://github.com/apache/pulsar/issues/6256
 
 
   These are intermittent errors that appear to be race conditions or 
concurrency issues, rather than issues with just the tests:
   
   ```
   [ERROR] Tests run: 6, Failures: 2, Errors: 0, Skipped: 2, Time elapsed: 
1.904 s <<< FAILURE! - in org.apache.pulsar.broker.stats.PrometheusMetricsTest
   576[ERROR] 
testPerNamespaceStats(org.apache.pulsar.broker.stats.PrometheusMetricsTest) 
Time elapsed: 0.062 s <<< FAILURE!
   577java.lang.AssertionError: expected [true] but found [false]
   578 at org.testng.Assert.fail(Assert.java:96)
   579 at org.testng.Assert.failNotEquals(Assert.java:776)
   580 at org.testng.Assert.assertTrue(Assert.java:44)
   581 at org.testng.Assert.assertTrue(Assert.java:54)
   582 at
   
   
   [ERROR] 
testPerTopicStats(org.apache.pulsar.broker.stats.PrometheusMetricsTest) Time 
elapsed: 0.071 s <<< FAILURE!
   600java.lang.AssertionError: expected [true] but found [false]
   601 at org.testng.Assert.fail(Assert.java:96)
   602 at org.testng.Assert.failNotEquals(Assert.java:776)
   603 at org.testng.Assert.assertTrue(Assert.java:44)
   604 at org.testng.Assert.assertTrue(Assert.java:54)
   605 at
   ```
   
   They may reflect intermittent issues that are happening in production.
   
   They can be seen here: 
https://github.com/apache/pulsar/pull/6202/checks?check_run_id=431093396
   
   I've attached the logs. 
   
   
[logs_14078.zip](https://github.com/apache/pulsar/files/4168962/logs_14078.zip)
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to