Corporte Gadfly

Results 91 comments of Corporte Gadfly

Pretty sure, I have the same issue. I rewrote your test as follows _(to be more concise)_: ``` given() .log().all() .when() .get("http://restapi.demoqa.com/utilities/weather/city/Hyderabad") .then() .log().all() .statusCode(OK.getStatusCode()) .contentType(JSON) .body("City", equalTo("Hyderabad")) .body("WindSpeed", endsWith("Km...

groovy bumped from `2.5.8` to `3.0.2` when rest assured bumped to `4.3.0`.

Gets weirder. With `4.3.0`, fails with: ```openjdk version "1.8.0_242" OpenJDK Runtime Environment (build 1.8.0_242-b08) Eclipse OpenJ9 VM (build openj9-0.18.1, JRE 1.8.0 Mac OS X amd64-64-Bit Compressed References 20200122_439 (JIT enabled,...

@ChrisShanVi : For me, the above test case only fails with Eclipse OpenJ9 version of AdoptOpenJDK 1.8.0_242. Do you happen to be blessed with the same JVM?

That's fine, but is it AdoptOpenJDK or AdoptOpenJDK OpenJ9?

You can run: ``` ssh-keyscan -t ed25519 localhost ``` You can add that line to your `~/.ssh/known_hosts` file.

@fbaligand : Just to clarify, when you issue: ``` ssh-keyscan -t ed25519 localhost ``` is `localhost` the target running ssh software?

@simhro `0.33.0` was recently released and I'm curious if #778 had a positive impact on performance.