docker base tests for scylladb stopped working

106 views
Skip to first unread message

Israel Fruchter

unread,
Jan 5, 2021, 5:16:14 AM1/5/21
to JanusGraph users
Recently the docker base tests for scylladb stopped working
the last confirmed one that was working (in our CI) was c97e84ef401d5a17c4c0b37c1af5fdad06db06fd

how can I figure out what is the issue there ?

$ java -version
java version "1.8.0_201"
Java(TM) SE Runtime Environment (build 1.8.0_201-b09)
Java HotSpot(TM) 64-Bit Server VM (build 25.201-b09, mixed mode)

$ mvn clean install -pl janusgraph-cql -Pscylladb

[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.085 s <<< FAILURE! - in org.janusgraph.diskstorage.cql.CQLDistributedStoreManagerTest                                              
[ERROR] org.janusgraph.diskstorage.cql.CQLDistributedStoreManagerTest  Time elapsed: 0.085 s  <<< ERROR!                                                                                                     
java.lang.ExceptionInInitializerError                                                                                                                                                                        
        at org.janusgraph.diskstorage.cql.CQLDistributedStoreManagerTest.<clinit>(CQLDistributedStoreManagerTest.java:37)

Israel Fruchter

unread,
Jan 5, 2021, 9:55:27 AM1/5/21
to JanusGraph users
seem like this one the breaks the code:

commit f52250f092cfe310916a6a9e743a4ba2a4b62607 (HEAD)
Author: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Date:   Mon Dec 28 11:14:35 2020 +0000

    Bump testcontainers.version from 1.14.3 to 1.15.1
    
    Bumps `testcontainers.version` from 1.14.3 to 1.15.1.
    
    Updates `testcontainers` from 1.14.3 to 1.15.1
    
    Updates `elasticsearch` from 1.14.3 to 1.15.1
    
    Updates `cassandra` from 1.14.3 to 1.15.1
    
    Updates `junit-jupiter` from 1.14.3 to 1.15.1
    
    Signed-off-by: dependabot-preview[bot] <sup...@dependabot.com>



Israel Fruchter

unread,
Jan 5, 2021, 9:58:03 AM1/5/21
to JanusGraph users

close look seem to there a new PR

that breaks taking scylla docker as a drop in replacement in the tests...
since it's name doesn't start with "cassandra"... 

running the test suite with the cassandra docker image does work...

Any ideas on how it can be solved ?

Jan Jansen

unread,
Jan 5, 2021, 11:06:29 AM1/5/21
to janusgra...@googlegroups.com
Hi
If you like you could open an issue for it. 

We already have a flag to run test against different version of Cassandra you could add Scylla to this test, if you like. 

Greetings,
Jan

On 5. Jan 2021, at 15:58, Israel Fruchter <fr...@scylladb.com> wrote:


--
You received this message because you are subscribed to the Google Groups "JanusGraph users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to janusgraph-use...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/janusgraph-users/0141a784-07e2-4e90-af3d-1f4b42995bf3n%40googlegroups.com.

Israel Fruchter

unread,
Jan 6, 2021, 9:56:56 AM1/6/21
to JanusGraph users
Hi Jan

can you elaborate on the method ? as far I've seen the new check is checking the name of the repo, and would expect is to start with string `cassandra`
otherwise it would fail and not run.

in our case the project name is `scylladb` hence it doesn't match

can we revert the new version of testcontainers until we can figure a work around this ?

Israel Fruchter

unread,
Jan 11, 2021, 2:21:05 PM1/11/21
to JanusGraph users
Reply all
Reply to author
Forward
0 new messages