Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pgwire: TestAuthenticationAndHBARules/insecure=false/scram/autodetect flaky #75286

Closed
andreimatei opened this issue Jan 21, 2022 · 0 comments · Fixed by #75462
Closed

pgwire: TestAuthenticationAndHBARules/insecure=false/scram/autodetect flaky #75286

andreimatei opened this issue Jan 21, 2022 · 0 comments · Fixed by #75462
Assignees
Labels
C-test-failure Broken test (automatically or manually discovered).

Comments

@andreimatei
Copy link
Contributor

Failed for me here

=== RUN   TestAuthenticationAndHBARules/insecure=false/scram/autodetect
    datadriven.go:243:
        /go/src/github.com/cockroachdb/cockroach/pkg/sql/pgwire/testdata/auth/scram:237: .*client_connection_end
        expected:
        72 {"EventType":"client_authentication_info","Info":"found stored crdb-bcrypt credentials; requesting cleartext password","InstanceID":1,"Method":"cert-password","Network":"tcp","RemoteAddress":"XXX","SystemIdentity":"foo","Timestamp":"XXX","Transport":"hostssl","User":"foo"}
        73 {"EventType":"client_authentication_ok","InstanceID":1,"Method":"cert-password","Network":"tcp","RemoteAddress":"XXX","SystemIdentity":"foo","Timestamp":"XXX","Transport":"hostssl","User":"foo"}
        74 {"Duration":"NNN","EventType":"client_session_end","InstanceID":1,"Network":"tcp","RemoteAddress":"XXX","Timestamp":"XXX"}
        75 {"Duration":"NNN","EventType":"client_connection_end","InstanceID":1,"Network":"tcp","RemoteAddress":"XXX","Timestamp":"XXX"}
        found:
        72 {"Duration":"NNN","EventType":"client_connection_end","InstanceID":1,"Network":"tcp","RemoteAddress":"XXX","Timestamp":"XXX"}
        73 {"EventType":"client_authentication_ok","InstanceID":1,"Method":"cert-password","Network":"tcp","RemoteAddress":"XXX","SystemIdentity":"foo","Timestamp":"XXX","Transport":"hostssl","User":"foo"}
        74 {"Duration":"NNN","EventType":"client_session_end","InstanceID":1,"Network":"tcp","RemoteAddress":"XXX","Timestamp":"XXX"}
        75 {"Duration":"NNN","EventType":"client_connection_end","InstanceID":1,"Network":"tcp","RemoteAddress":"XXX","Timestamp":"XXX"}
            --- FAIL: TestAuthenticationAndHBARules/insecure=false/scram/autodetect (0.26s)
@andreimatei andreimatei added the C-test-failure Broken test (automatically or manually discovered). label Jan 21, 2022
@craig craig bot closed this as completed in 1c4b0dd Jan 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-test-failure Broken test (automatically or manually discovered).
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants