Aman Gautam

Results 17 comments of Aman Gautam

Can i also woek in this issue??

Hi, I'd like to work on this. Plan: - Fix the update-check logic so version comparison uses semantic versioning (3.5.0 > 3.4.6). - Add/update tests for the version comparison. -...

Hi, I’d like to work on this issue . From the stack trace, Cruise Control fails when calling ListPartitionReassignments on older Kafka brokers that don’t support this API, which throws...

Thanks for the helpful review! 🙌 I've updated the PR to: - Handle prerelease suffixes such as -SNAPSHOT, -alpha, -beta - Add test coverage for these cases - Switch to...

Hi, I’d like to work on this flaky test. I’m setting up a local environment and will share my findings soon.

CI didn't start due to a Jenkins trigger 403 / jq parsing error. Requesting to retrigger gradle-check manually. Thank you!

I ran the suite locally via `./gradlew :plugins:repository-s3:internalClusterTest` and it passes successfully. The CI failure appears to be due to the Jenkins trigger issue (403 / jq parsing). Requesting maintainers...

Thanks for the suggestion! 👍 I will extend this PR to expose all missing S3 client settings (not only disable_chunked_encoding) as recommended. I’m working on adding: - REQUEST_TIMEOUT_SETTING - CONNECTION_TIMEOUT_SETTING...

All S3 plugin tests are passing locally and on CI before cleanup. The final failure occurs during Jenkins cleanup (docker prune / workspace wipe), which indicates a flaky infra failure...

I have verified that `./gradlew spotlessApply` produces no changes locally and formatting passes. The Spotless failure on Jenkins is due to configuration caching (`Cannot fingerprint input property 'stepsInternalEquality'`), which is...