ryerraguntla commented on code in PR #3519:
URL: https://github.com/apache/iggy/pull/3519#discussion_r3603952027


##########
.github/actions/rust/pre-merge/action.yml:
##########
@@ -269,6 +269,20 @@ runs:
         compile_duration=$((compile_end - compile_start))
         echo "::notice::Tests compiled in ${compile_duration}s ($(date -ud 
@${compile_duration} +'%M:%S'))"
 
+        # decode_validation_tests need gitignored wire fixtures. Generate when
+        # iggy-gateway-kafka is in the DAG test scope (rust-gateway job or 
parent
+        # rust job — both run gateway tests when gateways/** changes).
+        NEEDS_KAFKA_FIXTURES=false
+        if [[ -z "$NEXTEST_FILTER" ]]; then

Review Comment:
   Fixed in 
[0a66592](https://github.com/apache/iggy/pull/3519/commits/0a665921cb004256b50c48e85f7b29fececae05b)



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