tisonkun commented on code in PR #4140:
URL: https://github.com/apache/opendal/pull/4140#discussion_r1477633378


##########
.github/scripts/test_behavior/plan.py:
##########
@@ -198,6 +198,10 @@ def generate_language_binding_cases(
 ) -> list[dict[str, str]]:
     cases = unique_cases(cases)
 
+    # Remove hdfs cases for java.
+    if language == "java":
+        cases = [v for v in cases if v["service"] != "hdfs"]

Review Comment:
   Actually, a cleaner solution is following Python binding's tests to skip 
unknown service tests.
   
   Please create an issue and I'll follow up.



-- 
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]

Reply via email to