Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Done
-
0.0.1
-
None
-
OS X 10.9
Maven 3.2.3 (via homebrew)
JDK 1.7.0_72
Description
Running org.apache.nifi.cluster.firewall.impl.FileBasedClusterNodeFirewallTest
[main] INFO org.apache.nifi.cluster.firewall.impl.FileBasedClusterNodeFirewall - Loading cluster firewall configuration.
[main] INFO org.apache.nifi.cluster.firewall.impl.FileBasedClusterNodeFirewall - Added 6 IP(s) to firewall. Only requests originating from the configured IPs will be accepted.
[main] INFO org.apache.nifi.cluster.firewall.impl.FileBasedClusterNodeFirewall - Cluster firewall configuration loaded.
[main] INFO org.apache.nifi.cluster.firewall.impl.FileBasedClusterNodeFirewall - Loading cluster firewall configuration.
[main] INFO org.apache.nifi.cluster.firewall.impl.FileBasedClusterNodeFirewall - No IPs added to firewall. Firewall will accept all requests.
[main] INFO org.apache.nifi.cluster.firewall.impl.FileBasedClusterNodeFirewall - Cluster firewall configuration loaded.
[main] INFO org.apache.nifi.cluster.firewall.impl.FileBasedClusterNodeFirewall - Loading cluster firewall configuration.
[main] INFO org.apache.nifi.cluster.firewall.impl.FileBasedClusterNodeFirewall - Added 6 IP(s) to firewall. Only requests originating from the configured IPs will be accepted.
[main] INFO org.apache.nifi.cluster.firewall.impl.FileBasedClusterNodeFirewall - Cluster firewall configuration loaded.
[main] INFO org.apache.nifi.cluster.firewall.impl.FileBasedClusterNodeFirewall - Loading cluster firewall configuration.
[main] INFO org.apache.nifi.cluster.firewall.impl.FileBasedClusterNodeFirewall - No IPs added to firewall. Firewall will accept all requests.
[main] INFO org.apache.nifi.cluster.firewall.impl.FileBasedClusterNodeFirewall - Cluster firewall configuration loaded.
[main] INFO org.apache.nifi.cluster.firewall.impl.FileBasedClusterNodeFirewall - Loading cluster firewall configuration.
[main] INFO org.apache.nifi.cluster.firewall.impl.FileBasedClusterNodeFirewall - Added 6 IP(s) to firewall. Only requests originating from the configured IPs will be accepted.
[main] INFO org.apache.nifi.cluster.firewall.impl.FileBasedClusterNodeFirewall - Cluster firewall configuration loaded.
[main] INFO org.apache.nifi.cluster.firewall.impl.FileBasedClusterNodeFirewall - Loading cluster firewall configuration.
[main] INFO org.apache.nifi.cluster.firewall.impl.FileBasedClusterNodeFirewall - No IPs added to firewall. Firewall will accept all requests.
[main] INFO org.apache.nifi.cluster.firewall.impl.FileBasedClusterNodeFirewall - Cluster firewall configuration loaded.
[main] INFO org.apache.nifi.cluster.firewall.impl.FileBasedClusterNodeFirewall - Loading cluster firewall configuration.
[main] INFO org.apache.nifi.cluster.firewall.impl.FileBasedClusterNodeFirewall - Added 6 IP(s) to firewall. Only requests originating from the configured IPs will be accepted.
[main] INFO org.apache.nifi.cluster.firewall.impl.FileBasedClusterNodeFirewall - Cluster firewall configuration loaded.
[main] INFO org.apache.nifi.cluster.firewall.impl.FileBasedClusterNodeFirewall - Loading cluster firewall configuration.
[main] INFO org.apache.nifi.cluster.firewall.impl.FileBasedClusterNodeFirewall - No IPs added to firewall. Firewall will accept all requests.
[main] INFO org.apache.nifi.cluster.firewall.impl.FileBasedClusterNodeFirewall - Cluster firewall configuration loaded.
[main] INFO org.apache.nifi.cluster.firewall.impl.FileBasedClusterNodeFirewall - Loading cluster firewall configuration.
[main] INFO org.apache.nifi.cluster.firewall.impl.FileBasedClusterNodeFirewall - Added 6 IP(s) to firewall. Only requests originating from the configured IPs will be accepted.
[main] INFO org.apache.nifi.cluster.firewall.impl.FileBasedClusterNodeFirewall - Cluster firewall configuration loaded.
[main] INFO org.apache.nifi.cluster.firewall.impl.FileBasedClusterNodeFirewall - Loading cluster firewall configuration.
[main] INFO org.apache.nifi.cluster.firewall.impl.FileBasedClusterNodeFirewall - No IPs added to firewall. Firewall will accept all requests.
[main] INFO org.apache.nifi.cluster.firewall.impl.FileBasedClusterNodeFirewall - Cluster firewall configuration loaded.
[main] INFO org.apache.nifi.cluster.firewall.impl.FileBasedClusterNodeFirewall - Loading cluster firewall configuration.
[main] INFO org.apache.nifi.cluster.firewall.impl.FileBasedClusterNodeFirewall - Added 6 IP(s) to firewall. Only requests originating from the configured IPs will be accepted.
[main] INFO org.apache.nifi.cluster.firewall.impl.FileBasedClusterNodeFirewall - Cluster firewall configuration loaded.
[main] INFO org.apache.nifi.cluster.firewall.impl.FileBasedClusterNodeFirewall - Loading cluster firewall configuration.
[main] INFO org.apache.nifi.cluster.firewall.impl.FileBasedClusterNodeFirewall - No IPs added to firewall. Firewall will accept all requests.
[main] INFO org.apache.nifi.cluster.firewall.impl.FileBasedClusterNodeFirewall - Cluster firewall configuration loaded.
[main] INFO org.apache.nifi.cluster.firewall.impl.FileBasedClusterNodeFirewall - Loading cluster firewall configuration.
[main] INFO org.apache.nifi.cluster.firewall.impl.FileBasedClusterNodeFirewall - Added 6 IP(s) to firewall. Only requests originating from the configured IPs will be accepted.
[main] INFO org.apache.nifi.cluster.firewall.impl.FileBasedClusterNodeFirewall - Cluster firewall configuration loaded.
[main] INFO org.apache.nifi.cluster.firewall.impl.FileBasedClusterNodeFirewall - Loading cluster firewall configuration.
[main] INFO org.apache.nifi.cluster.firewall.impl.FileBasedClusterNodeFirewall - No IPs added to firewall. Firewall will accept all requests.
[main] INFO org.apache.nifi.cluster.firewall.impl.FileBasedClusterNodeFirewall - Cluster firewall configuration loaded.
Tests run: 7, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 1.35 sec <<< FAILURE! - in org.apache.nifi.cluster.firewall.impl.FileBasedClusterNodeFirewallTest
testIsPermissibleWithMalformedData(org.apache.nifi.cluster.firewall.impl.FileBasedClusterNodeFirewallTest) Time elapsed: 0.437 sec <<< FAILURE!
java.lang.AssertionError: null
at org.junit.Assert.fail(Assert.java:86)
at org.junit.Assert.assertTrue(Assert.java:41)
at org.junit.Assert.assertFalse(Assert.java:64)
at org.junit.Assert.assertFalse(Assert.java:74)
at org.apache.nifi.cluster.firewall.impl.FileBasedClusterNodeFirewallTest.testIsPermissibleWithMalformedData(FileBasedClusterNodeFirewallTest.java:79)
Attachments
Attachments
Issue Links
- relates to
-
NIFI-603 FileBasedClusterNodeFirewallTest Failures with DNS "Search Assistance" on OSX
- Resolved