You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Robert Stupp (Jira)" <ji...@apache.org> on 2020/06/02 10:56:00 UTC

[jira] [Updated] (CASSANDRA-15835) Upgrade-dtests on trunk not working in CircleCI

     [ https://issues.apache.org/jira/browse/CASSANDRA-15835?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Robert Stupp updated CASSANDRA-15835:
-------------------------------------
    Reviewers: Eduard Tudenhoefner

> Upgrade-dtests on trunk not working in CircleCI
> -----------------------------------------------
>
>                 Key: CASSANDRA-15835
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-15835
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Test/dtest
>            Reporter: Robert Stupp
>            Assignee: Robert Stupp
>            Priority: Normal
>             Fix For: 4.0-alpha
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> ~3600 Upgrade-dtests are failing in CircleCI for trunk due to the missing {{JAVA8_HOME}} environment variable.
> Patching the Docker image is rather simple by creating a new image:
> {code}
> FROM nastra/cassandra-testing-ubuntu1910-java11-w-dependencies:20200406
> ENV JAVA8_HOME=/usr/lib/jvm/java-8-openjdk-amd64
> {code}
> Pushed the above to Docker hub as [snazy/cassandra-testing-ubuntu1910-java11-w-dependencies:202005261540|https://hub.docker.com/layers/snazy/cassandra-testing-ubuntu1910-java11-w-dependencies/202005261540/images/sha256-ac8a713be58694f095c491921e006c2d1a7823a3c23299e477198e2c93a6bbd7?context=explore]
> The size of the whole Docker image is a little concerning though (1.85G compressed), but that's out of the scope of this ticket.
> I'll prepare a patch soon-ish.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org