You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@calcite.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/05/31 11:12:00 UTC

[jira] [Commented] (CALCITE-2022) ConnectionConfigImplTest failing on Jenkins

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

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

GitHub user snuyanzin opened a pull request:

    https://github.com/apache/calcite-avatica/pull/54

    CALCITE-2022 add dynamic drive calculation in case of Windows

    test fixed in case non "C" drive in Windows

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/snuyanzin/calcite-avatica CALCITE_2022

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/calcite-avatica/pull/54.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #54
    
----
commit 3f4cbc5c9ccaab8c510896c4e15829235331ec63
Author: snuyanzin <sn...@...>
Date:   2018-05-31T11:08:21Z

    add dynamic drive calculation in case of Windows

----


> 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)