vert-x3 / vertx-ignite

Apache License 2.0
35 stars 28 forks source link

ClusteredEventbusTest publish randomly fails #105

Closed zyclonite closed 3 years ago

zyclonite commented 3 years ago

Version

4.0.0

Context

Every 10 to 20 runs one of the publish tests fails.

Steps to reproduce

Overriding one of the IgniteClusteredEventbusTests e.g.

  @Test
  @Repeat(times = 100)
  public void testPublishJsonArray() {
    super.testPublishJsonArray();
  }

After some cycles the test will run into the 2min timeout

Extra

vietj commented 3 years ago

can you fix that soon @zyclonite ?

jo5ef commented 3 years ago

@vietj it's fixed here

zyclonite commented 3 years ago

from ignite it's fine, just needs the fix from Josef in vertx-core to resolve