Dinesh Chitlangia created HDDS-1886: ---------------------------------------
Summary: Use ArrayList#clear to address audit failure scenario Key: HDDS-1886 URL: https://issues.apache.org/jira/browse/HDDS-1886 Project: Hadoop Distributed Data Store Issue Type: Test Components: test Affects Versions: 0.4.0 Reporter: Dinesh Chitlangia Assignee: Dinesh Chitlangia TestOzoneAuditLogger makes use of ArrayList#remove to clear the log file in between test runs. When writing tests in future for more failures scenarios, the tests will fail if the log entry has multi-line stack trace in audit logs. This jira aims to use ArrayList#clear to make the test future proof. -- This message was sent by Atlassian JIRA (v7.6.14#76016) --------------------------------------------------------------------- To unsubscribe, e-mail: hdfs-dev-unsubscr...@hadoop.apache.org For additional commands, e-mail: hdfs-dev-h...@hadoop.apache.org