Skip to content

Commit

Permalink
Fix dotnet config (#999)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlekSi authored Aug 26, 2024
1 parent a2568e4 commit 6213119
Showing 1 changed file with 14 additions and 41 deletions.
55 changes: 14 additions & 41 deletions projects/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 6213119

Please sign in to comment.