We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f635e9b commit 3fecd92Copy full SHA for 3fecd92
testing/go/framework.go
@@ -53,9 +53,6 @@ import (
53
// rather than starting a doltgres server.
54
const runOnPostgres = false
55
56
-// currentPort is a port number that is currently in use. It's for tests only.
57
-var currentPort = 5432
58
-
59
// ScriptTest defines a consistent structure for testing queries.
60
type ScriptTest struct {
61
// Name of the script.
0 commit comments