You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pr@cassandra.apache.org by GitBox <gi...@apache.org> on 2021/04/22 15:13:27 UTC

[GitHub] [cassandra-dtest] mfleming edited a comment on pull request #133: Remove references to run_dtests from README

mfleming edited a comment on pull request #133:
URL: https://github.com/apache/cassandra-dtest/pull/133#issuecomment-824929198


   > I was thinking a bit about this. I don't think we should remove it but improve the wording.
   > Probably we can say explicitly that developers should use pytest as this is just to run the tests getting back minimal info. WDYT?
   
   It doesn't return any info from my testing other than the "test session starts" line, e.g.
   ```
   $ ./run_dtests.py --dtest-tests cql_prepared_test.py 
   ============================= test session starts ==============================
   $ 
   ```
   To me (as a newbie) this doesn't seem like a particularly user-friendly way to run the tests at all. It doesn't tell me where the logs live, doesn't provide any info on the test progress or even if the test passed/failed. In fact, if I patch `cql_prepared_test.py` to make the test fail immediately, I see the exact same output as above.


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: pr-unsubscribe@cassandra.apache.org
For additional commands, e-mail: pr-help@cassandra.apache.org