joewitt commented on PR #10525:
URL: https://github.com/apache/nifi/pull/10525#issuecomment-3529341459

   Ran into this with the integration tests so maybe I got further?
   
   `[INFO] Running org.apache.nifi.runtime.manifest.RuntimeManifestIT
   [ERROR] Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 
0.168 s <<< FAILURE! -- in org.apache.nifi.runtime.manifest.RuntimeManifestIT
   [ERROR] 
org.apache.nifi.runtime.manifest.RuntimeManifestIT.testRuntimeManifest -- Time 
elapsed: 0.160 s <<< FAILURE!
   org.opentest4j.AssertionFailedError: expected: <tail-mode> but was: <Tailing 
Mode>
        at 
org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:158)
        at 
org.junit.jupiter.api.AssertionFailureBuilder.buildAndThrow(AssertionFailureBuilder.java:139)
        at 
org.junit.jupiter.api.AssertEquals.failNotEqual(AssertEquals.java:201)
        at 
org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:184)
        at 
org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:179)
        at org.junit.jupiter.api.Assertions.assertEquals(Assertions.java:1188)
        at 
org.apache.nifi.runtime.manifest.RuntimeManifestIT.testRuntimeManifest(RuntimeManifestIT.java:105)
   
   [INFO]
   [INFO] Results:
   [INFO]
   [ERROR] Failures:
   [ERROR]   RuntimeManifestIT.testRuntimeManifest:105 expected: <tail-mode> 
but was: <Tailing Mode>
   [INFO]`


-- 
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