gyfora commented on code in PR #881:
URL:
https://github.com/apache/flink-kubernetes-operator/pull/881#discussion_r1774647193
##########
.github/workflows/ci.yml:
##########
@@ -78,6 +79,7 @@ jobs:
namespace: ["default","flink"]
mode: ["native", "standalone"]
java-version: [ 11, 17, 21 ]
+ http-client: [ "okhttp", "vertx", "jetty", "jdk" ]
Review Comment:
I suggest to only test the different HTTP clients in a single test case such
as:
`v1_20, default, native, java21 and test_application_operations.sh `
we don't want to blow up our matrix by a factor of 4 :D
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]