[
https://issues.apache.org/jira/browse/HADOOP-15761?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16618077#comment-16618077
]
Steve Loughran commented on HADOOP-15761:
-----------------------------------------
Stack
{code}
java.lang.AssertionError: User agent Azure Blob FS/1.0 (JavaJRE 1.8.0_121;
MacOSX 10.13.6; openssl-1.0) Partner Service does not match regexp Azure Blob
FS\/1.0 \(JavaJRE ([^\)]+) SunJSSE-1.8\) Partner Service
at org.junit.Assert.fail(Assert.java:88)
at org.junit.Assert.assertTrue(Assert.java:41)
at
org.apache.hadoop.fs.azurebfs.services.TestAbfsClient.validateUserAgent(TestAbfsClient.java:52)
at
org.apache.hadoop.fs.azurebfs.services.TestAbfsClient.verifyUserAgentWithSSLProvider(TestAbfsClient.java:86)
{code}
This test works standalone, it's only on seqential test runs in the same JVM as
other tests which are failing. Likely cause: some singleton has been preinited
with the openssl/wildfly provider
> intermittent failure of TestAbfsClient.validateUserAgent
> --------------------------------------------------------
>
> Key: HADOOP-15761
> URL: https://issues.apache.org/jira/browse/HADOOP-15761
> Project: Hadoop Common
> Issue Type: Sub-task
> Components: fs/azure, test
> Affects Versions: HADOOP-15407
> Reporter: Steve Loughran
> Priority: Minor
>
> (seemingly intermittent) failure of the pattern matcher in
> {{TestAbfsClient.validateUserAgent}}
> {code}
> java.lang.AssertionError: User agent Azure Blob FS/1.0 (JavaJRE 1.8.0_121;
> MacOSX 10.13.6; openssl-1.0) Partner Service does not match regexp Azure Blob
> FS\/1.0 \(JavaJRE ([^\)]+) SunJSSE-1.8\) Partner Service
> {code}
> Using a regexp is probably too brittle here: safest just to look for some
> specific substring.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]