Hi all, So, in the past days I‘ve been building IoTDB on several OSes and have noticed some tests to repeatedly failing the build, but succeeding as soon as I run them again. To sum it up it’s mostly these tests:
————— IoTDB: Core: Consensus RatisConsensusTest.removeMemberFromGroup:148->doConsensus:258 NullPointer Cann… RatisConsensusTest.addMemberToGroup:116->doConsensus:258 NullPointer Cannot in... ReplicateTest.replicateUsingWALTest:257->initServer:147 » IO org.apache.iotdb.... ————— IoTDB: Core: Node Commons Keeps on failing because of left-over iotdb server instances. I would be happy to tackle the Node Commons tests regularly failing by implementing the Test-Runner, that I mentioned before, which will start and run IoTDB inside the VM running the tests, so the instance will be shut down as soon as the test is finished. This should eliminate that problem. However I have no idea if anyone is working on the RatisConsensusTest and the ReplicateTest. Chris