diff --git a/projects/dotnet.yml b/projects/dotnet.yml index 3662d6cf..b0fd99cc 100644 --- a/projects/dotnet.yml +++ b/projects/dotnet.yml @@ -41,59 +41,32 @@ results: fail: 3 pass: 3 fail: - # Unsupported OP_QUERY command: saslStart. The client driver may require an upgrade. - # TODO https://github.com/FerretDB/FerretDB/issues/4065 # TODO https://github.com/FerretDB/dance/issues/889 - - plain - - sha1 - - sha256 + - plain # internal error: failed SASL auth: FATAL: password authentication failed for user "dummy" + + - sha1 # Unsupported authentication mechanism "SCRAM-SHA-1" + - sha256 # Unsupported authentication mechanism "SCRAM-SHA-256" ferretdb-sqlite-replset: stats: - fail: 3 - pass: 3 + fail: 2 + pass: 4 fail: - # Unsupported OP_QUERY command: saslStart. The client driver may require an upgrade. - # TODO https://github.com/FerretDB/FerretDB/issues/4065 - # TODO https://github.com/FerretDB/dance/issues/889 - - plain - - sha1 - - sha256 + - sha1 # Unsupported authentication mechanism "SCRAM-SHA-1" + - sha256 # Unsupported authentication mechanism "SCRAM-SHA-256" ferretdb-postgresql-secured: stats: - fail: 5 - pass: 1 + fail: 2 + pass: 4 fail: - noauth # Authentication failed - - # TODO https://github.com/FerretDB/FerretDB/issues/4065 - # TODO https://github.com/FerretDB/dance/issues/889 - # Unsupported OP_QUERY command: saslStart. The client driver may require an upgrade. - - plain - - # TODO https://github.com/FerretDB/FerretDB/issues/4065 - # TODO https://github.com/FerretDB/dance/issues/889 - # Unsupported OP_QUERY command: saslContinue. The client driver may require an upgrade. - - normal - - sha1 - - sha256 + - plain # Unsupported authentication mechanism "PLAIN" ferretdb-sqlite-replset-secured: stats: - fail: 5 - pass: 1 + fail: 2 + pass: 4 fail: - noauth # Authentication failed - - # TODO https://github.com/FerretDB/FerretDB/issues/4065 - # TODO https://github.com/FerretDB/dance/issues/889 - # Unsupported OP_QUERY command: saslStart. The client driver may require an upgrade. - - plain - - # TODO https://github.com/FerretDB/FerretDB/issues/4065 - # TODO https://github.com/FerretDB/dance/issues/889 - # Unsupported OP_QUERY command: saslContinue. The client driver may require an upgrade. - - normal - - sha1 - - sha256 + - plain # Unsupported authentication mechanism "PLAIN"