File tree Expand file tree Collapse file tree
branches/autosynth-datastore Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ refs/heads/autosynth-bigquerystorage: 14ab055598b943ae3f33f484e9fb1653355d08e7
129129refs/heads/autosynth-bigtable: 2fbcb15847e0e89e79d6dc07420e28d7dfcea894
130130refs/heads/autosynth-bigtable-admin: 6379a2bc712f2736c83de0e009b4d26da4fa82ca
131131refs/heads/autosynth-containeranalysis: 039ca5b8db725c76c16a965ff26b2774322b8ef8
132- refs/heads/autosynth-datastore: 0f68cb83e8d37ccd73d18cc768c52f4c6d2aba5d
132+ refs/heads/autosynth-datastore: e2fc8a0c8619e7dcddaaab46a825ea579d616c0c
133133refs/heads/autosynth-dialogflow: ebdd13c445b9674ff9ad4601f78d7ecd6f9c3660
134134refs/heads/autosynth-errorreporting: 3d0566d6bebcc187f148bbed463b5a8e75b1edf6
135135refs/heads/autosynth-firestore: 92b27fbc8855c9902168695abb0a8f1f433b750b
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ mvn install -DskipTests=true -Dmaven.javadoc.skip=true -Dgcloud.download.skip=tr
2525
2626# prepend Kokoro root directory onto GOOGLE_APPLICATION_CREDENTIALS path
2727if [ ! -z " $GOOGLE_APPLICATION_CREDENTIALS " ]; then
28- export GOOGLE_APPLICATION_CREDENTIALS=${KOKORO_ROOT} /src/${GOOGLE_APPLICATION_CREDENTIALS}
28+ export GOOGLE_APPLICATION_CREDENTIALS=$( realpath $ {KOKORO_ROOT} /src/${GOOGLE_APPLICATION_CREDENTIALS} )
2929fi
3030
3131case $JOB_TYPE in
@@ -40,7 +40,7 @@ javadoc)
4040 mvn javadoc:javadoc javadoc:test-javadoc
4141 ;;
4242integration)
43- ./utilities/verify_single_it.sh $ INTEGRATION_TEST_ARGS
43+ mvn -B -pl ${ INTEGRATION_TEST_ARGS} -DtrimStackTrace=false -fae verify
4444 ;;
4545* )
4646 ;;
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ env_vars: {
88
99env_vars: {
1010 key: " INTEGRATION_TEST_ARGS"
11- value: " google-cloud-clients/google-cloud-spanner"
11+ value: " google-cloud-clients/google-cloud-spanner -Dspanner.testenv.instance=projects/gcloud-devel/instances/spanner-testing "
1212}
1313
1414env_vars: {
Original file line number Diff line number Diff line change 5959 <configuration >
6060 <systemPropertyVariables >
6161 <spanner .testenv.config.class>com.google.cloud.spanner.GceTestEnvConfig</spanner .testenv.config.class>
62- <spanner .testenv.instance>projects/gcloud-devel/instances/spanner-testing</spanner .testenv.instance>
6362 </systemPropertyVariables >
6463 <groups >com.google.cloud.spanner.IntegrationTest</groups >
6564 <excludedGroups >com.google.cloud.spanner.FlakyTest</excludedGroups >
Original file line number Diff line number Diff line change 582582 </execution >
583583 </executions >
584584 <configuration >
585- <forkedProcessTimeoutInSeconds >600 </forkedProcessTimeoutInSeconds >
585+ <forkedProcessTimeoutInSeconds >1200 </forkedProcessTimeoutInSeconds >
586586 <reportNameSuffix >sponge_log</reportNameSuffix >
587587 </configuration >
588588 </plugin >
You can’t perform that action at this time.
0 commit comments