Dilan Sachintha Nayanajith

Results 19 comments of Dilan Sachintha Nayanajith

This is passing with the timestamp - 2201.9.0-20240318-204500-991f718f (https://github.com/ballerina-platform/ballerina-lang/actions/runs/8329068251/job/22790503363) So the issue should be after this

Please note that this is reproducible for normal build as well with latest lang master - https://github.com/ballerina-platform/module-ballerinax-kafka/actions/runs/8478222418/job/23230221983?pr=1100#step:5:1077 ``` [fail] transactionalProducerWithAbortTest: error("java.lang.NoSuchFieldError: _371") callableName: transactionalProducerWithAbortTest moduleName: ballerinax.kafka$test.3.tests.producer_client_tests fileName: tests/producer_client_tests.bal lineNumber: 268...

Modules needed - [ ] gRPC - [ ] Websocket - [ ] TCP - [ ] UDP - [x] HTTP

This issue does not make much sense @lnash94 . Shall we close it?

Added the graalvm skip flag for now. Once you address the comments, you can remove the label and do one more graalvm build

Noticed the following as well in `Create Cluster` step. ``` WARNING: SSH key files '/home/runner/.ssh/id_rsa' and '/home/runner/.ssh/id_rsa.pub' have been generated under ~/.ssh to allow SSH access to the VM. If...

> > Noticed the following as well in `Create Cluster` step. > > ``` > > WARNING: SSH key files '/home/runner/.ssh/id_rsa' and '/home/runner/.ssh/id_rsa.pub' have been generated under ~/.ssh to allow...

Added a question on OAS spec also - https://github.com/OAI/OpenAPI-Specification/issues/3618

According to the above discussion, this is a valid schema definition.

As this is a rare case and will be complex to implement, we only generate `public type RenderRequest anydata;` at the moment. Will unmark this as a bug and consider...