martin-g commented on issue #2507:
URL: 
https://github.com/apache/datafusion-comet/issues/2507#issuecomment-3368000241

   I use cargo-nextest daily and I love it!
   But recently I had the opposite experience - everything worked locally 
because cargo-nextest runs each test in its own process but failed at CI 
because `cargo test` uses one process per binary and some resources are shared. 
I.e. my tests were buggy and I didn't notice that with cargo-nextest.


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

Reply via email to