[GitHub] [nifi] joewitt commented on pull request #5711: NIFI-9625 Refactor Distributed Cache Server and Client Tests

2022-01-25 Thread GitBox


joewitt commented on pull request #5711:
URL: https://github.com/apache/nifi/pull/5711#issuecomment-1020624652






-- 
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: issues-unsubscr...@nifi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [nifi] joewitt commented on pull request #5711: NIFI-9625 Refactor Distributed Cache Server and Client Tests

2022-01-24 Thread GitBox


joewitt commented on pull request #5711:
URL: https://github.com/apache/nifi/pull/5711#issuecomment-1020670338


   

[GitHub] [nifi] joewitt commented on pull request #5711: NIFI-9625 Refactor Distributed Cache Server and Client Tests

2022-01-24 Thread GitBox


joewitt commented on pull request #5711:
URL: https://github.com/apache/nifi/pull/5711#issuecomment-1020668458


   First try on Java 8
   
   [ERROR] Failures:
   [ERROR]   DistributedSetCacheTest Multiple Failures (2 failures)
org.opentest4j.AssertionFailedError: Failed to enable Controller 
Service 
DistributedSetCacheServer[id=org.apache.nifi.distributed.cache.server.DistributedSetCacheServer]
 due to java.net.BindException: Address already in use
java.lang.NullPointerException: 
   [INFO]
   [ERROR] Tests run: 22, Failures: 1, Errors: 0, Skipped: 0


-- 
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: issues-unsubscr...@nifi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [nifi] joewitt commented on pull request #5711: NIFI-9625 Refactor Distributed Cache Server and Client Tests

2022-01-24 Thread GitBox


joewitt commented on pull request #5711:
URL: https://github.com/apache/nifi/pull/5711#issuecomment-1020654672


   java 11 now happy.  will give java 8 many rounds of fun and will comment back


-- 
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: issues-unsubscr...@nifi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [nifi] joewitt commented on pull request #5711: NIFI-9625 Refactor Distributed Cache Server and Client Tests

2022-01-24 Thread GitBox


joewitt commented on pull request #5711:
URL: https://github.com/apache/nifi/pull/5711#issuecomment-1020644321


   all good. already building against new commit.  thanks


-- 
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: issues-unsubscr...@nifi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [nifi] joewitt commented on pull request #5711: NIFI-9625 Refactor Distributed Cache Server and Client Tests

2022-01-24 Thread GitBox


joewitt commented on pull request #5711:
URL: https://github.com/apache/nifi/pull/5711#issuecomment-1020637480


   Error:  Tests run: 5, Failures: 0, Errors: 5, Skipped: 0, Time elapsed: 
0.057 s <<< FAILURE! - in 
org.apache.nifi.distributed.cache.server.set.TestDistributedSetServerAndClient
   Error:  
org.apache.nifi.distributed.cache.server.set.TestDistributedSetServerAndClient.testLimitServiceReadSize
  Time elapsed: 0.028 s  <<< ERROR!
   java.lang.IllegalArgumentException: File system element for parameter 
'directory' does not exist: 'target/cache-data'
at 
org.apache.nifi.distributed.cache.server.set.TestDistributedSetServerAndClient.setRunner(TestDistributedSetServerAndClient.java:63)
   
   Error:  
org.apache.nifi.distributed.cache.server.set.TestDistributedSetServerAndClient.testPersistentSetServerAndClientWithLFUEvictions
  Time elapsed: 0.002 s  <<< ERROR!
   java.lang.IllegalArgumentException: File system element for parameter 
'directory' does not exist: 'target/cache-data'
at 
org.apache.nifi.distributed.cache.server.set.TestDistributedSetServerAndClient.setRunner(TestDistributedSetServerAndClient.java:63)
   
   Error:  
org.apache.nifi.distributed.cache.server.set.TestDistributedSetServerAndClient.testPersistentSetServerAndClient
  Time elapsed: 0 s  <<< ERROR!
   java.lang.IllegalArgumentException: File system element for parameter 
'directory' does not exist: 'target/cache-data'
at 
org.apache.nifi.distributed.cache.server.set.TestDistributedSetServerAndClient.setRunner(TestDistributedSetServerAndClient.java:63)
   
   Error:  
org.apache.nifi.distributed.cache.server.set.TestDistributedSetServerAndClient.testPersistentSetServerAndClientWithFIFOEvictions
  Time elapsed: 0.001 s  <<< ERROR!
   java.lang.IllegalArgumentException: File system element for parameter 
'directory' does not exist: 'target/cache-data'
at 
org.apache.nifi.distributed.cache.server.set.TestDistributedSetServerAndClient.setRunner(TestDistributedSetServerAndClient.java:63)
   
   Error:  
org.apache.nifi.distributed.cache.server.set.TestDistributedSetServerAndClient.testNonPersistentSetServerAndClient
  Time elapsed: 0.001 s  <<< ERROR!
   java.lang.IllegalArgumentException: File system element for parameter 
'directory' does not exist: 'target/cache-data'
at 
org.apache.nifi.distributed.cache.server.set.TestDistributedSetServerAndClient.setRunner(TestDistributedSetServerAndClient.java:63)
   
   Error:  Tests run: 4, Failures: 0, Errors: 4, Skipped: 0, Time elapsed: 0.01 
s <<< FAILURE! - in 
org.apache.nifi.distributed.cache.server.map.TestDistributedMapServerAndClient
   Error:  
org.apache.nifi.distributed.cache.server.map.TestDistributedMapServerAndClient.testLimitServiceReadSize
  Time elapsed: 0 s  <<< ERROR!
   java.lang.IllegalArgumentException: File system element for parameter 
'directory' does not exist: 'target/cache-data'
at 
org.apache.nifi.distributed.cache.server.map.TestDistributedMapServerAndClient.setRunner(TestDistributedMapServerAndClient.java:70)
   
   Error:  
org.apache.nifi.distributed.cache.server.map.TestDistributedMapServerAndClient.testOptimisticLock
  Time elapsed: 0.001 s  <<< ERROR!
   java.lang.IllegalArgumentException: File system element for parameter 
'directory' does not exist: 'target/cache-data'
at 
org.apache.nifi.distributed.cache.server.map.TestDistributedMapServerAndClient.setRunner(TestDistributedMapServerAndClient.java:70)
   
   Error:  
org.apache.nifi.distributed.cache.server.map.TestDistributedMapServerAndClient.testNonPersistentMapServerAndClient
  Time elapsed: 0 s  <<< ERROR!
   java.lang.IllegalArgumentException: File system element for parameter 
'directory' does not exist: 'target/cache-data'
at 
org.apache.nifi.distributed.cache.server.map.TestDistributedMapServerAndClient.setRunner(TestDistributedMapServerAndClient.java:70)
   
   Error:  
org.apache.nifi.distributed.cache.server.map.TestDistributedMapServerAndClient.testBackwardCompatibility
  Time elapsed: 0.001 s  <<< ERROR!
   java.lang.IllegalArgumentException: File system element for parameter 
'directory' does not exist: 'target/cache-data'
at 
org.apache.nifi.distributed.cache.server.map.TestDistributedMapServerAndClient.setRunner(TestDistributedMapServerAndClient.java:70)
   
   Error:  Errors: 
   Error:TestDistributedMapServerAndClient.setRunner:70 » IllegalArgument 
File system e...
   Error:TestDistributedMapServerAndClient.setRunner:70 » IllegalArgument 
File system e...
   Error:TestDistributedMapServerAndClient.setRunner:70 » IllegalArgument 
File system e...
   Error:TestDistributedMapServerAndClient.setRunner:70 » IllegalArgument 
File system e...
   Error:TestDistributedSetServerAndClient.setRunner:63 » IllegalArgument 
File system e...
   Error:TestDistributedSetServerAndClient.setRunner:63 » IllegalArgument 
File system e...
   Error:TestDistributedSetServerAndClient.setRunner:63 » 

[GitHub] [nifi] joewitt commented on pull request #5711: NIFI-9625 Refactor Distributed Cache Server and Client Tests

2022-01-24 Thread GitBox


joewitt commented on pull request #5711:
URL: https://github.com/apache/nifi/pull/5711#issuecomment-1020636039


   [ERROR] Errors:
   [ERROR]   TestDistributedMapServerAndClient.setRunner:70 » IllegalArgument 
File system e...
   [ERROR]   TestDistributedMapServerAndClient.setRunner:70 » IllegalArgument 
File system e...
   [ERROR]   TestDistributedMapServerAndClient.setRunner:70 » IllegalArgument 
File system e...
   [ERROR]   TestDistributedMapServerAndClient.setRunner:70 » IllegalArgument 
File system e...
   [ERROR]   TestDistributedSetServerAndClient.setRunner:63 » IllegalArgument 
File system e...
   [ERROR]   TestDistributedSetServerAndClient.setRunner:63 » IllegalArgument 
File system e...
   [ERROR]   TestDistributedSetServerAndClient.setRunner:63 » IllegalArgument 
File system e...
   [ERROR]   TestDistributedSetServerAndClient.setRunner:63 » IllegalArgument 
File system e...
   [ERROR]   TestDistributedSetServerAndClient.setRunner:63 » IllegalArgument 
File system e...
   [INFO]
   [ERROR] Tests run: 22, Failures: 0, Errors: 9, Skipped: 0
   


-- 
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: issues-unsubscr...@nifi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [nifi] joewitt commented on pull request #5711: NIFI-9625 Refactor Distributed Cache Server and Client Tests

2022-01-24 Thread GitBox


joewitt commented on pull request #5711:
URL: https://github.com/apache/nifi/pull/5711#issuecomment-1020624652


   Cool thanks David.  Will give this a run on Java 11 builds and several on 
Java8


-- 
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: issues-unsubscr...@nifi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org