Madhan Neethiraj created ATLAS-5204:
---------------------------------------
Summary: flaky test:
InMemoryAuditRepositoryTest.testDeleteEventsV2()
Key: ATLAS-5204
URL: https://issues.apache.org/jira/browse/ATLAS-5204
Project: Atlas
Issue Type: Bug
Components: atlas-core
Reporter: Madhan Neethiraj
InMemoryAuditRepositoryTest.testDeleteEventsV2 fails intermittently; this
needs to be addressesd to avoid unnecessary reruns and time spent in reviewing
failures.
{noformat}
...
atlas-build | [INFO] Running
org.apache.atlas.repository.audit.InMemoryAuditRepositoryTest
atlas-build | [ERROR] Tests run: 8, Failures: 1, Errors: 0, Skipped: 0, Time
elapsed: 0.627 s <<< FAILURE! - in
org.apache.atlas.repository.audit.InMemoryAuditRepositoryTest
atlas-build | [ERROR]
org.apache.atlas.repository.audit.InMemoryAuditRepositoryTest.testDeleteEventsV2
Time elapsed: 0.015 s <<< FAILURE!
atlas-build | java.lang.AssertionError: expected [13] but found [12]
atlas-build |
...
atlas-build | [INFO]
atlas-build | [ERROR] Failures:
atlas-build | [ERROR]
InMemoryAuditRepositoryTest>AuditRepositoryTestBase.testDeleteEventsV2:239
expected [13] but found [12]
atlas-build | [INFO]
atlas-build | [ERROR] Tests run: 2374, Failures: 1, Errors: 0, Skipped: 16
{noformat}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)