Robert Stupp created CASSANDRA-15835:
----------------------------------------

             Summary: 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


~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-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org

Reply via email to