abhinavgautam01 commented on code in PR #1685:
URL:
https://github.com/apache/datafusion-ballista/pull/1685#discussion_r3259164872
##########
ballista/client/tests/context_checks.rs:
##########
@@ -162,6 +165,7 @@ mod supported {
#[rstest]
#[case::standalone(standalone_context())]
#[case::remote(remote_context())]
+ #[case::remote_push(remote_context_push_scheduling())]
Review Comment:
done. i replaced the repeated remote/push `#[case]` entries with rstest
`#[values(...)]` on the async context parameter. `rstest` 0.26 does not accept
`#[values]` on fixture parameters, so this uses the supported syntax while
keeping the context variants grouped at the parameter...
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]