Added check for readKeys and writeKeys length before checking for authorization in acl module. Added tests for HELLO and SELECT client-server commands

This commit is contained in:
Kelvin Mwinuka
2024-06-27 04:03:51 +08:00
parent 4dd3aa40b2
commit 850cb7c5eb

View File

@@ -565,7 +565,6 @@ func Test_Connection(t *testing.T) {
t.Run("Test_HandleSelect", func(t *testing.T) {
t.Parallel()
tests := []struct {
name string
database int