OleksiienkoMykyta commented on issue #647: URL: https://github.com/apache/cassandra-gocql-driver/issues/647#issuecomment-2736306556
> > Currently, you can run tests with the flag "all" which makes it fast and easy. Candidate to be closed. > > This is not true, we still have separate runs in CI. I think we can keep this issue but I'd argue that we should have: > > * unit tests > * integration (+ ccm) tests > > And auth tests should go in either unit or integration tests. Oh, sorry for the misunderstanding, I didn't notice that it's for CI, that's my bad. I meant that locally tests could be run with such a flag, something like: ``` go test -v -tags all -cluster "xxx.xx.x.x" ./... ``` -- 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: commits-unsubscr...@cassandra.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org For additional commands, e-mail: commits-h...@cassandra.apache.org