openshift-knative / eventing-hyperfoil-benchmark

Apache License 2.0
2 stars 8 forks source link

Update to 0.19 of hyperfoil #25

Closed matzew closed 2 years ago

matzew commented 2 years ago

Jumping from 0.17 to 0.19 does not directly work, b/c there is a breaking API change on 0.18

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project eventing-hyperfoil-benchmark-vertx-receiver: Compilation failure
[ERROR] /home/matzew/go/src/github.com/openshift-knative/eventing-hyperfoil-benchmark/vertx-receiver/src/main/java/io/openshift/serverless/knative/eventing/hyperfoil/benchmark/VertxReceiverVerticle.java:[104,46] constructor RequestStatsMessage in class io.hyperfoil.clustering.messages.RequestStatsMessage cannot be applied to given types;
[ERROR]   required: java.lang.String,java.lang.String,int,int,java.lang.String,io.hyperfoil.api.statistics.StatisticsSnapshot
[ERROR]   found:    java.lang.String,java.lang.String,int,boolean,int,java.lang.String,io.hyperfoil.api.statistics.StatisticsSnapshot
[ERROR]   reason: actual and formal argument lists differ in length
[ERROR] 

/cc @rvansa

rvansa commented 2 years ago

The correction should be trivial, removing the boolean parameter.