chengxilo commented on code in PR #3652:
URL: https://github.com/apache/iggy/pull/3652#discussion_r3576043974


##########
foreign/go/client/tcp/tcp_core_test.go:
##########
@@ -272,3 +273,23 @@ func TestNewIggyTcpClient_StoresProvidedLogger(t 
*testing.T) {
                t.Errorf("expected logger output to contain 'source=tcp', got: 
%q", output)
        }
 }
+
+func TestLoginUser_RejectedReloginKeepsExistingSession(t *testing.T) {

Review Comment:
   add a test for it now : )



##########
foreign/go/client/tcp/tcp_core_test.go:
##########
@@ -272,3 +273,23 @@ func TestNewIggyTcpClient_StoresProvidedLogger(t 
*testing.T) {
                t.Errorf("expected logger output to contain 'source=tcp', got: 
%q", output)
        }
 }
+
+func TestLoginUser_RejectedReloginKeepsExistingSession(t *testing.T) {

Review Comment:
   added a test for it now : )



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

Reply via email to