You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In init() in driver_test.go, the following 2 lines are commented out
testing.Init()
flag.Parse()
which means any arguments passed to go test in ci.yaml is not taken into consideration.
If you uncomment these 2 lines, you will find that tests with the --use_prepared_statements=0 option fail with the following error in TestBasicArgsWithNil()
driver_test.go:353: Error: [42601] Syntax error at or near ","
The text was updated successfully, but these errors were encountered:
In init() in driver_test.go, the following 2 lines are commented out
which means any arguments passed to
go test
in ci.yaml is not taken into consideration.If you uncomment these 2 lines, you will find that tests with the
--use_prepared_statements=0
option fail with the following error in TestBasicArgsWithNil()The text was updated successfully, but these errors were encountered: