[ 
https://issues.apache.org/jira/browse/CALCITE-2022?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16496691#comment-16496691
 ] 

ASF GitHub Bot commented on CALCITE-2022:
-----------------------------------------

Github user snuyanzin commented on the issue:

    https://github.com/apache/calcite-avatica/pull/54
  
    yes, before fix it failed like 
    ```
    java.lang.AssertionError: 
    Expected: is "C:\my\truststore.jks"
         but: was "D:\my\truststore.jks"
    Expected :C:\my\truststore.jks
    Actual   :D:\my\truststore.jks
    ```
    
        at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
        at org.junit.Assert.assertThat(Assert.java:956)
        at org.junit.Assert.assertThat(Assert.java:923)
        at 
org.apache.calcite.avatica.ConnectionConfigImplTest.testTrustStore(ConnectionConfigImplTest.java:42)
     


> ConnectionConfigImplTest failing on Jenkins
> -------------------------------------------
>
>                 Key: CALCITE-2022
>                 URL: https://issues.apache.org/jira/browse/CALCITE-2022
>             Project: Calcite
>          Issue Type: Bug
>          Components: avatica
>            Reporter: Josh Elser
>            Assignee: Josh Elser
>            Priority: Minor
>             Fix For: avatica-1.12.0
>
>
> {noformat}
> Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec <<< 
> FAILURE! - in org.apache.calcite.avatica.ConnectionConfigImplTest
> testTrustStore(org.apache.calcite.avatica.ConnectionConfigImplTest)  Time 
> elapsed: 0.015 sec  <<< FAILURE!
> java.lang.AssertionError: 
> Expected: is "C:\my\truststore.jks"
>      but: was "F:\my\truststore.jks"
>       at 
> org.apache.calcite.avatica.ConnectionConfigImplTest.testTrustStore(ConnectionConfigImplTest.java:41)
> {noformat}
> Looks like a pretty simple test failure on Windows that Jenkins caught for us.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to