Madhan Neethiraj created RANGER-5153:
----------------------------------------
Summary: Intermitent test failure in RangerJSONAuditWriterTest
Key: RANGER-5153
URL: https://issues.apache.org/jira/browse/RANGER-5153
Project: Ranger
Issue Type: Bug
Components: audit
Reporter: Madhan Neethiraj
Assignee: Madhan Neethiraj
Following unit test failure is seen in multiple CI runs, example:
https://github.com/apache/ranger/actions/runs/13467245348/job/37635431509
{noformat}
java.lang.AssertionError: expected null, but
was:<FSDataOutputStream{wrappedStream=org.apache.hadoop.fs.ChecksumFileSystem$ChecksumFSOutputSummer@4ed761dc}>
at org.junit.Assert.fail(Assert.java:89)
at org.junit.Assert.failNotNull(Assert.java:756)
at org.junit.Assert.assertNull(Assert.java:738)
at org.junit.Assert.assertNull(Assert.java:748)
at
org.apache.ranger.audit.utils.RangerJSONAuditWriterTest.checkFileRolloverAfterThreshold(RangerJSONAuditWriterTest.java:116)
at java.lang.reflect.Method.invoke(Method.java:498)
{noformat}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)