Skip to content

Commit

Permalink
CSHARP-4279: Logs truncation
Browse files Browse the repository at this point in the history
  • Loading branch information
BorisDog committed Oct 6, 2022
1 parent 6a18185 commit 0a3af65
Show file tree
Hide file tree
Showing 73 changed files with 576 additions and 615 deletions.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
{
"description": "server-connection-id",
"schemaVersion": "1.12",
"runOnRequirements": [
{
"minServerVersion": "4.2"
}
],
"createEntities": [
{
"client": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@ description: "server-connection-id"

schemaVersion: "1.12"

runOnRequirements:
- minServerVersion: "4.2"
# C# driver always extracts server connection id from getLastError command for severs older than 4.2
# therefore pre-42-server-connection-id test is removed and server-connection-id enbaled for all versions
#runOnRequirements:
#- minServerVersion: "4.2"

createEntities:
- client:
Expand Down

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
{
"description": "server-connection-id",
"schemaVersion": "1.6",
"runOnRequirements": [
{
"minServerVersion": "4.2"
}
],
"createEntities": [
{
"client": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@ description: "server-connection-id"

schemaVersion: "1.6"

runOnRequirements:
- minServerVersion: "4.2"
# C# driver always extracts server connection id from getLastError command for severs older than 4.2
# therefore pre-42-server-connection-id test is removed and server-connection-id enbaled for all versions
#runOnRequirements:
#- minServerVersion: "4.2"

createEntities:
- client:
Expand Down
Loading

0 comments on commit 0a3af65

Please sign in to comment.