OpenHFT / Zero-Allocation-Hashing

Zero-allocation hashing for Java
Apache License 2.0
787 stars 136 forks source link

net.openhft.hashing.UtilTest#testStringHash fails on Zing #75

Closed JerryShea closed 2 years ago

gzm55 commented 2 years ago

could you plz post the error log? i cannot view the log the failed github action job.

JerryShea commented 2 years ago
java.lang.AssertionError: expected not same
  at org.junit.Assert.fail(Assert.java:89)
  at org.junit.Assert.failSame(Assert.java:820)
  at org.junit.Assert.assertNotSame(Assert.java:799)
  at org.junit.Assert.assertNotSame(Assert.java:812)
  at net.openhft.hashing.UtilTest.testStringHash(UtilTest.java:13)
JerryShea commented 2 years ago

Fixed by https://github.com/OpenHFT/Zero-Allocation-Hashing/pull/76