David Handermann created NIFI-14947:
---------------------------------------
Summary: StandardIssuerProviderTest.testGetIssuerNullHostResolved
Failing on macOS
Key: NIFI-14947
URL: https://issues.apache.org/jira/browse/NIFI-14947
Project: Apache NiFi
Issue Type: Bug
Components: Core Framework
Reporter: David Handermann
Assignee: David Handermann
Fix For: 2.6.0
Recent GitHub builds on macOS indicate failures the for
StandardIssuerProviderTest method that is intended to handle the configuration
of a null host and resolve the local host value.
{noformat}
Error: Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 5.076 s
<<< FAILURE! -- in
org.apache.nifi.web.security.jwt.provider.StandardIssuerProviderTest
Error:
org.apache.nifi.web.security.jwt.provider.StandardIssuerProviderTest.testGetIssuerNullHostResolved
-- Time elapsed: 5.072 s <<< FAILURE!
org.opentest4j.AssertionFailedError: expected:
<sat12-bq152_0913e145-8cec-433e-a3e2-a7c44527b11a-E21C4EB654B4.local> but was:
<null>
at
org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:151)
at
org.junit.jupiter.api.AssertionFailureBuilder.buildAndThrow(AssertionFailureBuilder.java:132)
at
org.junit.jupiter.api.AssertEquals.failNotEqual(AssertEquals.java:197)
at
org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:182)
at
org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:177)
at org.junit.jupiter.api.Assertions.assertEquals(Assertions.java:1145)
at
org.apache.nifi.web.security.jwt.provider.StandardIssuerProviderTest.testGetIssuerNullHostResolved(StandardIssuerProviderTest.java:64)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
{noformat}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)