Eric Pai created IOTDB-2921:
-------------------------------
Summary: WALNodeTest is unstable because of list concurrent
updating
Key: IOTDB-2921
URL: https://issues.apache.org/jira/browse/IOTDB-2921
Project: Apache IoTDB
Issue Type: Bug
Components: Core/WAL
Reporter: Eric Pai
Assignee: Eric Pai
Fix For: master branch
See the error of tests
{code:java}
(17:20:08) [INFO] Running org.apache.iotdb.db.wal.node.WALNodeTest
(17:20:10) [ERROR] Tests run: 3, Failures: 0, Errors: 1, Skipped: 0, Time
elapsed: 2.624 s <<< FAILURE! - in org.apache.iotdb.db.wal.node.WALNodeTest
(17:20:10) [ERROR]
testConcurrentWrite(org.apache.iotdb.db.wal.node.WALNodeTest) Time elapsed:
2.051 s <<< ERROR!
(17:20:10) java.lang.NullPointerException
(17:20:10) at
org.apache.iotdb.db.wal.node.WALNodeTest.testConcurrentWrite(WALNodeTest.java:126)
{code}
--
This message was sent by Atlassian Jira
(v8.20.1#820001)