Evgeny Bovykin
Evgeny Bovykin
Having the same problem @gaurav517 did you solve this?
Found this log in dns-heaven output ``` ERRO[0005] error resolving query error="read udp 192.168.0.65:56801->94.19.255.3:53: i/o timeout" ns="94.19.255.3:53" qname=oauth2.googleapis.com. ERRO[0005] error resolving query error="read udp 192.168.0.65:62111->94.19.255.3:53: i/o timeout" ns="94.19.255.3:53" qname=oauth2.googleapis.com. ```
> Which framework do you use to integrate liquibase? Is it something like Spring Boot? Yes, I use Spring boot > How do you set the system property? For testing...
@adangel hi, any updates on this issue? I'd really like to try the percona out in our project, but this issue is a blocker for me
Hello. You can specify the path to your `Cargo.toml` file using `Manifest` parameter. Does that help your case?
I've only added a single test so far, considering this is a proposal and not a final solution. When we agree on how the final solution should look like, I...
@Millione Hi. I tried adding a test for a workspace, but couldn't find any existing tests for it. And my test fails with a panic at `pilota-build/src/codegen/workspace.rs:91` because `Cargo.toml` doesn't...
I added tests for the workspace mode, as well as splitting the files in the workspace mode. I added all the tests from the thrift tests, I'm not sure if...
Could you maybe write down the `.thrift` file you have in mind? My knowledge of thrift is quite limited
@PureWhiteWu Thanks, I've replaced the workspace tests with the one you provided, it seems to work fine.