joao-r-reis commented on code in PR #1955:
URL: 
https://github.com/apache/cassandra-gocql-driver/pull/1955#discussion_r3350221006


##########
conn_test.go:
##########
@@ -306,12 +308,18 @@ func TestTimeout(t *testing.T) {
                }
        }()
 
-       if err := db.Query("kill").WithContext(ctx).Exec(); err == nil {
+       now := time.Now()
+       err = db.Query("timeout").WithContext(ctx).Exec()

Review Comment:
   Fixed it for this test since I modified it, I won't fix it on other places 
since it would make this commit a bit confusing, fixing it on other places 
should probably be a separate ticket and commit



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