joao-r-reis commented on PR #1929:
URL: 
https://github.com/apache/cassandra-gocql-driver/pull/1929#issuecomment-4056488724

   Can I ask you to add `&& coordinator != ""` here (cassandra_test.go around 
line 3196:
   
   ```
                if found && duration > 0 && coordinator != "" {
                        break
                }
   ```
   
   Looks like that test is intermittently failing because of an empty 
coordinator string on a query trace and I'm not sure if it's because we're not 
doing enough retries so adding that will help me understand. 


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