Dilan Sachintha Nayanajith

Results 27 issues of Dilan Sachintha Nayanajith

**Describe the bug** When the test is run for around 30mins with a `rps` 2000, the resulting csv should contain 2000*1800 results -> 3600000 results. But the csv only contains...

**Proto file(s)** ``` // Copyright 2015 gRPC authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with...

[Ballerina](https://ballerina.io/) is an open source, cloud-native programming language optimized for integration. Recently we released the Ballerina MQTT library v1.0.0 with support for MQTTv5. * https://lib.ballerina.io/ballerina/mqtt/latest * https://central.ballerina.io/ballerina/mqtt From this PR,...

## Describe the bug When a message is defined in another proto file and it is imported in a service, the `desc` command results in `command desc: failed to get...

bug

Please fill out the form below before submitting, thank you! - [ ] ~Bug exists Release Version 1.2.5 ( Master Branch)~ - [ ] ~Bug exists in MQTTv3 Client on...

### Description The following exception is thrown when running the kafka module tests using GraalVM. ``` [2024-03-26 04:34:00,580] SEVERE {b7a.log.crash} - ballerinax.kafka$test.3.frames.$frame$transactionalProducerWithAbortTest._371 java.lang.NoSuchFieldError: ballerinax.kafka$test.3.frames.$frame$transactionalProducerWithAbortTest._371 at ballerinax.kafka$test.3.tests.producer_client_tests.transactionalProducerWithAbortTest(tests/producer_client_tests.bal:268) at ballerinax.kafka$test.3.tests.test_execute-generated_1.transactionalProducerWithAbortTest$lambda142$(tests/test_execute-generated_1.bal:146) at io.ballerina.runtime.internal.scheduling.SchedulerItem.execute(SchedulerItem.java:54)...

Type/Bug
Team/jBallerina

**Description:** $subject

Type/Task
module/grpc
module/websocket
module/tcp
module/udp

**Description:** This is related to https://github.com/wso2-enterprise/internal-support-ballerina/issues/670 This fix is already added in 8.x - https://github.com/ballerina-platform/ballerina-library/issues/5951

Type/Task
module/http
Team/PCM

**Description:** ``` responses: "203": description: Ok content: application/json: schema: $ref: "#/components/schemas/Person" "202": description: Accepted content: application/json: schema: $ref: "#/components/schemas/Person" ``` When the service has multiple response codes, old doc comments...

Type/Bug
Reason/Regression
Area/OpenapiToBallerina
module/openapi-tools

When I set the value of `standardOutput` as `tempUtilLogs.log`, I get the following error. However when I set the value to file type as, `new File("tempUtilLogs.log")` it works. ``` Cannot...