Re: [I] Simplify integration test runs [cassandra-gocql-driver]

2025-03-27 Thread via GitHub
tengu-alt commented on issue #647: URL: https://github.com/apache/cassandra-gocql-driver/issues/647#issuecomment-2758160799 > Can you take care of this? @joao-r-reis I have created PR on [my fork](https://github.com/tengu-alt/gocql/pull/3) with refactored workflow. I've moved auth

Re: [I] Simplify integration test runs [cassandra-gocql-driver]

2025-03-21 Thread via GitHub
tengu-alt commented on issue #647: URL: https://github.com/apache/cassandra-gocql-driver/issues/647#issuecomment-2742948163 > 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

Re: [I] Simplify integration test runs [cassandra-gocql-driver]

2025-03-20 Thread via GitHub
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?

Re: [I] Simplify integration test runs [cassandra-gocql-driver]

2025-03-20 Thread via GitHub
tengu-alt commented on issue #647: URL: https://github.com/apache/cassandra-gocql-driver/issues/647#issuecomment-2740484691 > And auth tests should go in either unit or integration tests. I can try to handle it. If I understand correctly we have two integration test runs(with auth an

Re: [I] Simplify integration test runs [cassandra-gocql-driver]

2025-03-19 Thread via GitHub
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

Re: [I] Simplify integration test runs [cassandra-gocql-driver]

2025-03-18 Thread via GitHub
OleksiienkoMykyta commented on issue #647: URL: https://github.com/apache/cassandra-gocql-driver/issues/647#issuecomment-2733117327 Currently, you can run tests with the flag "all" which makes it fast and easy. Candidate to be closed. -- This is an automated message from the Apache Gi

Re: [I] Simplify integration test runs [cassandra-gocql-driver]

2025-03-18 Thread via GitHub
joao-r-reis commented on issue #647: URL: https://github.com/apache/cassandra-gocql-driver/issues/647#issuecomment-2733375376 > 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.