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

Small fix to connection_testcases.json #46

Merged
merged 2 commits into from
Jan 13, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion connection_testcases.json
Original file line number Diff line number Diff line change
Expand Up @@ -998,7 +998,6 @@
"waitUntilAvailable": "PT30S"
},
"warnings": [
"docker_tcp_port",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This file is generated now. You have to find this test in the tests/ directory and update it there. Then run ./tools/rebuild.ts to update the connection_testcases.json file.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oooh thank u!

"gel_and_edgedb"
]
},
Expand Down
1 change: 0 additions & 1 deletion tests/basic/env.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,6 @@
"user": "user3"
},
"warnings": [
"docker_tcp_port",
"gel_and_edgedb"
]
},
Expand Down
Loading