joao-r-reis commented on issue #647:
URL: 
https://github.com/apache/cassandra-gocql-driver/issues/647#issuecomment-2741451159

   > I can try to handle it. If I understand correctly we have two integration 
test runs(with auth and without), and we can merge them into one. What do you 
think?
   
   I agree but unfortunately auth tests require a ccm cluster with a different 
configuration so that's why they are separate like this. What we can do is add 
a step to the integration tests job to stop the ccm cluster and enable auth (or 
just delete and create a new one) and then run the auth tests on the same job 
so we would still effectively be merging them into a single CI job. 
   
   Also I was planning on doing some changes to reduce the number of jobs ([see 
this](https://github.com/apache/cassandra-gocql-driver/pull/1822#issuecomment-2733676864)).
 I think the fix for this is to make the job run all the tags (i.e. 
`"cassandra", "integration", "ccm", "all") in a single test run instead of 
running 1 test job per tag. So basically we would be removing `auth` and `tags` 
from the CI matrix which should cut down the number of jobs significantly. 
   
   If the number is still too high after the change mentioned above then we can 
make the previous go version jobs run only for `"snappy"` compression but let's 
not worry about this for now.
   
   Can you take care of this?


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

Reply via email to