apache / accumulo-proxy

Apache Accumulo Proxy
https://accumulo.apache.org
Apache License 2.0
9 stars 19 forks source link

Failing test - ProxyDurabilityIT.testDurability() #39

Closed DomGarguilo closed 1 year ago

DomGarguilo commented 1 year ago

ProxyDurabilityIT.testDurability() now fails after the changes in #38. I think this is caused by the difference in JUnit versions between accumulo 2.0 which uses JUnit4. ProxyDurabilityIT.testDurability() uses MAC and I think the difference causes certain things not to be run and the MAC does not get set up properly. This may be fixed as part of #33