Skip to content

Commit 6ccfd14

Browse files
Rebased to upstream v1.7.0
The following unit tests fail: * Both upstream and origin TestBindingBulkArray TestGetQueryStatus TestHTAPOptimizations TestHTAPOptimizations/useHtapOptimizations=true TestJWTAuthentication * Only origin TestPutGetFile TestPutGetStream TestPutGetGcsDownscopedCredential
1 parent 08e859f commit 6ccfd14

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

ci/scripts/test_component.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,13 @@ eval $(jq -r '.testconnection | to_entries | map("export \(.key)=\(.value|tostri
1010
if [[ -n "$GITHUB_WORKFLOW" ]]; then
1111
export SNOWFLAKE_TEST_PRIVATE_KEY=$TOPDIR/rsa-2048-private-key.p8
1212
fi
13+
14+
# TestCreateCredentialCache has a weird setup where if this
15+
# file exists, the test fails. Instead of fixing the test
16+
# and risking conflicts resolutions in the future, rm the
17+
# file before we run the tests.
18+
rm -f ${HOME}/.cache/snowflake/temporary_credential.json
19+
1320
env | grep SNOWFLAKE | grep -v PASS | sort
1421
cd $TOPDIR
1522
go test -timeout 30m -race -coverprofile=coverage.txt -covermode=atomic -v .

query_easyjson.go

Lines changed: 12 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)