scylladb / scylla-java-driver-matrix

2 stars 7 forks source link

3.x: Driver Matrix is ignoring certain skip marks #34

Closed k0machi closed 9 months ago

k0machi commented 11 months ago

Some tests on 3.x branch have a special ScyllaSkip marker (due to unsupported features and such) on some tests. However, it seems that this marker is ignored by driver matrix pipelines, causing some of those tests to run (and subsequently fail):

Example

Test: beforeTestMethodpublic void com.datastax.driver.core.ReconnectionTest.should_keep_reconnecting_on_authentication_error() throws java.lang.InterruptedException Class: 3.11.5.0.com.datastax.driver.core.ReconnectionTest Timeout after 5 minutes while waiting for condition (java.lang.AssertionError)

fruch commented 11 months ago

Maybe it's assume something about the scylla version ? Expecting it to be release:5.2, I know the python driver has such things.

k0machi commented 11 months ago

Maybe it's assume something about the scylla version ? Expecting it to be release:5.2, I know the python driver has such things.

I'll try running this with release:5.2 instead of master, let's see what happens

k0machi commented 11 months ago

Maybe it's assume something about the scylla version ? Expecting it to be release:5.2, I know the python driver has such things.

I'll try running this with release:5.2 instead of master, let's see what happens

Didn't help, same issue.

k0machi commented 10 months ago

Running with a debugger I can see that the annotation is ignored when particular test groups are selected (at least I think that's what happening)