1. 28 2月, 2018 1 次提交
    • Noel Grandin's avatar
      don't allow null values in ConcurrentArrayList · d5adc176
      Noel Grandin 提交于
      because that can be the only reason for the CI failure I saw:
      
      ERROR: FAIL java.lang.NullPointerException java.lang.NullPointerException ------------------------------
      java.lang.NullPointerException
      	at org.h2.mvstore.MVMap.openVersion(MVMap.java:1095)
      	at org.h2.test.store.TestConcurrent.testConcurrentChangeAndGetVersion(TestConcurrent.java:346)
      	at org.h2.test.store.TestConcurrent.test(TestConcurrent.java:56)
      	at org.h2.test.TestBase.runTest(TestBase.java:142)
      	at org.h2.test.TestAll.addTest(TestAll.java:990)
      	at org.h2.test.TestAll.testUnit(TestAll.java:960)
      	at org.h2.test.TestAll.runTests(TestAll.java:625)
      	at org.h2.test.TestAll.testAll(TestAll.java:563)
      	at org.h2.test.TestAll.run(TestAll.java:512)
      	at org.h2.test.TestAll.main(TestAll.java:452)
      d5adc176
  2. 26 2月, 2018 1 次提交
  3. 25 2月, 2018 9 次提交
  4. 24 2月, 2018 16 次提交
  5. 23 2月, 2018 13 次提交