rzo1 commented on PR #8416:
URL: https://github.com/apache/storm/pull/8416#issuecomment-3988962871

   @jnioche  Looks like it needs an adjustment in 
   
   ```
   classname: org.apache.storm.localizer.AsyncLocalizerTest / testname: 
testKeyNotFoundException
   org.opentest4j.AssertionFailedError: Unexpected exception type thrown, 
expected: <org.apache.storm.generated.KeyNotFoundException> but was: 
<java.lang.RuntimeException>
        at 
org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:158)
        at org.junit.jupiter.api.AssertThrows.assertThrows(AssertThrows.java:68)
        at org.junit.jupiter.api.AssertThrows.assertThrows(AssertThrows.java:35)
        at org.junit.jupiter.api.Assertions.assertThrows(Assertions.java:3223)
        at 
org.apache.storm.localizer.AsyncLocalizerTest.testKeyNotFoundException(AsyncLocalizerTest.java:795)
   Caused by: java.lang.RuntimeException: Failed to initialize cluster state 
for LocalFsBlobStore
        at 
org.apache.storm.blobstore.LocalFsBlobStore.prepare(LocalFsBlobStore.java:113)
        at 
org.apache.storm.blobstore.LocalFsBlobStore.prepare(LocalFsBlobStore.java:97)
        at 
org.apache.storm.localizer.AsyncLocalizerTest.lambda$testKeyNotFoundException$3(AsyncLocalizerTest.java:803)
        at org.junit.jupiter.api.AssertThrows.assertThrows(AssertThrows.java:54)
        ... 3 more
   Caused by: java.lang.RuntimeException: 
org.apache.storm.shade.org.apache.zookeeper.KeeperException$ConnectionLossException:
 KeeperErrorCode = ConnectionLoss for /storm
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to