Fokion Sotiropoulos

Results 27 comments of Fokion Sotiropoulos

Can I have a look ?

Noticed that we are compiling with jdk 8 but in mac os with apple silicon I got the following error ``` > Failed to calculate the value of task ':reactor-netty-core:compileJava'...

Ok good to know , will point my jdk back to 8 and work on this assumption. Thanks for the assistance.

I was aiming at the moment to abstract it on top of Quic and make it working as a first step. Maybe it is better as you say to utilise...

this is one way on how to run venom in a unit test https://github.com/ovh/venom/pull/733

One of the issues is that you cannot have the assertion wrapped in a string ` - "{{ .value.skip }} ShouldNotEqual 1"` you need to unwrap it. Now having this...

https://github.com/ovh/venom/discussions/696

The idea is that you can have a big JSON payload , by default we will try to unmarshal it and we may not use the new keys in any...

```yaml name: "Testing skip" testcases: - name : CHECK steps : - type: exec script: | echo "{\"k\":[\"ACCOUNT\",\"USERS\"]}" vars: blob: from: result.systemoutjson.k k: from : result.systemoutjson - name : OTHER-MUST-NOT-BE-SKIPPED...