Hi, On Thu, Jul 19, 2018 at 4:36 PM, Julian Reschke <[email protected]> wrote: > On 2018-07-19 12:42, Vikas Saurabh wrote: >> >> ... >> [INFO] Running >> org.apache.jackrabbit.oak.plugins.blob.UploadStagingCacheTest >> [ERROR] Tests run: 22, Failures: 1, Errors: 0, Skipped: 0, Time >> elapsed: 15.595 s <<< FAILURE! - in >> org.apache.jackrabbit.oak.plugins.blob.UploadStagingCacheTest >> [ERROR] >> testConcurrentSameAddRequest(org.apache.jackrabbit.oak.plugins.blob.UploadStagingCacheTest) >> Time elapsed: 0.214 s <<< FAILURE! >> java.lang.AssertionError: expected:<2> but was:<1> >> at >> org.apache.jackrabbit.oak.plugins.blob.UploadStagingCacheTest.assertCacheStats(UploadStagingCacheTest.java:843) >> at >> org.apache.jackrabbit.oak.plugins.blob.UploadStagingCacheTest.testConcurrentSameAddRequest(UploadStagingCacheTest.java:456) >> >> [INFO] >> [INFO] Results: >> [INFO] >> [ERROR] Failures: >> [ERROR] >> UploadStagingCacheTest.testConcurrentSameAddRequest:456->assertCacheStats:843 >> expected:<2> but was:<1> > > > I've seen this at least once recently (on trunk), but it wasn't reproducible > over here. > Ok, even for me it was a transient issue (Created a test issue OAK-7646)
---- [INFO] OK: mvn clean verify -Ppedantic [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Apache Maven 3.5.0 [INFO] OS name: "linux", version: "4.13.0-45-generic", arch: "amd64", family: "unix" [INFO] Java version: 1.8.0_171, vendor: Oracle Corporation [INFO] ------------------------------------------------------------------------ [INFO] ALL CHECKS OK [INFO] ------------------------------------------------------------------------ ---- [X] +1 Release this package as Apache Jackrabbit Oak 1.9.6 Thanks, Vikas
