Andrea Arcuri

Results 186 comments of Andrea Arcuri

Hi, thx for the comments. so, to be sure, are you asking to have an output format that can be read as input by JMeter? ie, you would like to...

1) regarding JMeter: we currently do not support the output of `jmx` files, but it is something that could be done in the future. 2) regarding no Swagger/OpenAPI: tricky, but...

hi, 1) there isn't. you need to use external tools for that (eg JaCoCo for JVM programs) 2) there is no support yet for that, although it is work in...

Hi, I just tried to upgrade from 1.56 to 2.0.11-beta, and many of my tests started failing :( I use WireMock extensively (it is such a great tool!), so I...

Hi, thx for the quick response. After some more debugging, I found a workaround. Let me share my findings: First, my business case is to start a REST microservice in...

hi, ending up here, as having exactly the same issue, due to a query generated by the JDBC driver in H2. From `JdbcDatabaseMetadata.getColumns` : ``` @Override public ResultSet getColumns(String catalogPattern,...

@sormuras I do not like flaky tests either :) but unfortunately they are a reality :( not an issue with unit tests (unless you work with randomized algorithms), but they...

@marcphilipp Someone else already did: [https://issues.apache.org/jira/browse/SUREFIRE-1584](https://issues.apache.org/jira/browse/SUREFIRE-1584)

hi. two points: 1) ignore testcontainers. it is not relevant (although we should make sure that such misleading warning does not end up in the logs) 2) it looks like...

hi. yes, they are inverted on purpose, based on explanation given in the comments