test: update ip types for e2e tests #7113
tests.yaml
on: pull_request
FreeBSD and OpenBSD compilation check
49s
unit tests
1m 5s
Matrix: integration tests
Annotations
40 errors and 1 warning
|
integration tests (macos-latest):
tests/postgres_test.go#L157
cannot use []string{…} (value of type []string) as struct{desc string; args []string} value in array or slice literal
|
|
integration tests (macos-latest):
tests/postgres_test.go#L157
undefined: args
|
|
integration tests (macos-latest):
tests/postgres_test.go#L156
cannot use "with credentials file" (untyped string constant) as struct{desc string; args []string} value in array or slice literal
|
|
integration tests (macos-latest):
tests/postgres_test.go#L156
undefined: desc
|
|
integration tests (macos-latest):
tests/postgres_test.go#L152
cannot use []struct{desc string; args []string}{…} (value of type []struct{desc string; args []string}) as struct{desc string; args []string} value in argument to append
|
|
integration tests (macos-latest):
tests/postgres_test.go#L150
invalid operation: ipType == "public" (mismatched types *string and untyped string)
|
|
integration tests (macos-latest):
tests/postgres_test.go#L128
invalid operation: ipType == "public" (mismatched types *string and untyped string)
|
|
integration tests (macos-latest):
tests/mysql_test.go#L166
invalid operation: ipType == "public" (mismatched types *string and untyped string)
|
|
integration tests (macos-latest):
tests/mysql_test.go#L144
invalid operation: ipType == "public" (mismatched types *string and untyped string)
|
|
integration tests (macos-latest):
tests/connection_test.go#L46
invalid operation: ipType != "public" (mismatched types *string and untyped string)
|
|
unit tests:
tests/postgres_test.go#L157
cannot use []string{…} (value of type []string) as struct{desc string; args []string} value in array or slice literal
|
|
unit tests:
tests/postgres_test.go#L157
undefined: args
|
|
unit tests:
tests/postgres_test.go#L156
cannot use "with credentials file" (untyped string constant) as struct{desc string; args []string} value in array or slice literal
|
|
unit tests:
tests/postgres_test.go#L156
undefined: desc
|
|
unit tests:
tests/postgres_test.go#L152
cannot use []struct{desc string; args []string}{…} (value of type []struct{desc string; args []string}) as struct{desc string; args []string} value in argument to append
|
|
unit tests:
tests/postgres_test.go#L150
invalid operation: ipType == "public" (mismatched types *string and untyped string)
|
|
unit tests:
tests/postgres_test.go#L128
invalid operation: ipType == "public" (mismatched types *string and untyped string)
|
|
unit tests:
tests/mysql_test.go#L166
invalid operation: ipType == "public" (mismatched types *string and untyped string)
|
|
unit tests:
tests/mysql_test.go#L144
invalid operation: ipType == "public" (mismatched types *string and untyped string)
|
|
unit tests:
tests/connection_test.go#L46
invalid operation: ipType != "public" (mismatched types *string and untyped string)
|
|
integration tests (ubuntu-latest):
tests/postgres_test.go#L157
cannot use []string{…} (value of type []string) as struct{desc string; args []string} value in array or slice literal
|
|
integration tests (ubuntu-latest):
tests/postgres_test.go#L157
undefined: args
|
|
integration tests (ubuntu-latest):
tests/postgres_test.go#L156
cannot use "with credentials file" (untyped string constant) as struct{desc string; args []string} value in array or slice literal
|
|
integration tests (ubuntu-latest):
tests/postgres_test.go#L156
undefined: desc
|
|
integration tests (ubuntu-latest):
tests/postgres_test.go#L152
cannot use []struct{desc string; args []string}{…} (value of type []struct{desc string; args []string}) as struct{desc string; args []string} value in argument to append
|
|
integration tests (ubuntu-latest):
tests/postgres_test.go#L150
invalid operation: ipType == "public" (mismatched types *string and untyped string)
|
|
integration tests (ubuntu-latest):
tests/postgres_test.go#L128
invalid operation: ipType == "public" (mismatched types *string and untyped string)
|
|
integration tests (ubuntu-latest):
tests/mysql_test.go#L166
invalid operation: ipType == "public" (mismatched types *string and untyped string)
|
|
integration tests (ubuntu-latest):
tests/mysql_test.go#L144
invalid operation: ipType == "public" (mismatched types *string and untyped string)
|
|
integration tests (ubuntu-latest):
tests/connection_test.go#L46
invalid operation: ipType != "public" (mismatched types *string and untyped string)
|
|
integration tests (windows-latest):
tests/postgres_test.go#L157
cannot use []string{…} (value of type []string) as struct{desc string; args []string} value in array or slice literal
|
|
integration tests (windows-latest):
tests/postgres_test.go#L157
undefined: args
|
|
integration tests (windows-latest):
tests/postgres_test.go#L156
cannot use "with credentials file" (untyped string constant) as struct{desc string; args []string} value in array or slice literal
|
|
integration tests (windows-latest):
tests/postgres_test.go#L156
undefined: desc
|
|
integration tests (windows-latest):
tests/postgres_test.go#L152
cannot use []struct{desc string; args []string}{…} (value of type []struct{desc string; args []string}) as struct{desc string; args []string} value in argument to append
|
|
integration tests (windows-latest):
tests/postgres_test.go#L150
invalid operation: ipType == "public" (mismatched types *string and untyped string)
|
|
integration tests (windows-latest):
tests/postgres_test.go#L128
invalid operation: ipType == "public" (mismatched types *string and untyped string)
|
|
integration tests (windows-latest):
tests/mysql_test.go#L166
invalid operation: ipType == "public" (mismatched types *string and untyped string)
|
|
integration tests (windows-latest):
tests/mysql_test.go#L144
invalid operation: ipType == "public" (mismatched types *string and untyped string)
|
|
integration tests (windows-latest):
tests/connection_test.go#L46
invalid operation: ipType != "public" (mismatched types *string and untyped string)
|
|
unit tests
Restore cache failed: Dependencies file is not found in /home/runner/work/cloud-sql-proxy/cloud-sql-proxy. Supported file pattern: go.sum
|