Hi Yi Xu, I have fixed the issue of the two failed UTs (because the OS that Apache Jenkins runs on has no `lsof ` command...). Now I use `com.sun.management.UnixOperatingSystemMXBean` to get the number of opened files.
Maybe someone can give a better solution to cover more systems/scenarios. Then you can assign the issue to you: https://issues.apache.org/jira/projects/IOTDB/issues/IOTDB-7 Best, ----------------------------------- Xiangdong Huang School of Software, Tsinghua University 黄向东 清华大学 软件学院 徐毅 <[email protected]> 于2019年1月22日周二 下午8:17写道: > Hi, > > > Now iotdb is stable, from #14 on master branch, i skipped two failed test > for now. We'll soon find out why these two tests failed on jenkins since > jenkins can build other branches now. > Sorry for the delay. > > > Thanks > Xu Yi > On 1/22/2019 16:33,Christofer Dutz<[email protected]> wrote: > Hi all, > > in order to get the first build to utilize all the Apache infra parts, I > would need at least one build to pass. So far there are still two tests > failing: > > · > > org.apache.iotdb.db.utils.OpenFileNumUtilTest.testDataOpenFileNumWhenCreateFileWriter< > https://builds.apache.org/view/I/view/IoTDB/job/IoTDB-Pipeline/job/master/12/testReport/junit/org.apache.iotdb.db.utils/OpenFileNumUtilTest/testDataOpenFileNumWhenCreateFileWriter/ > > > > · > > org.apache.iotdb.db.utils.OpenFileNumUtilTest.testDataOpenFileNumWhenFileWriterClose< > https://builds.apache.org/view/I/view/IoTDB/job/IoTDB-Pipeline/job/master/12/testReport/junit/org.apache.iotdb.db.utils/OpenFileNumUtilTest/testDataOpenFileNumWhenFileWriterClose/ > > > We still need to test the deployment of snapshots in repository.apache.org > and the SonarQube integration for both I might have to do some final setup. > Would really like to cross “Setup IoTDB Podling” off my list … > > Chris >
