Skip to content
Draft
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
271e35a
chore: Test with Protobuf-Java v4.32 [no need to review]
lqiu96 Aug 26, 2025
1229812
chore: Update to Protobuf 4.32.1
lqiu96 Sep 24, 2025
c7ef6dd
Merge branch 'main' into PR #4026 to update
lqiu96 Oct 6, 2025
9a0c0ae
Merge branch 'main' into PR #4026 to update
lqiu96 Oct 7, 2025
e67496f
Merge branch 'main' into PR #4026 to update
lqiu96 Oct 9, 2025
14f54d4
chore: generate libraries at Thu Oct 9 03:28:20 UTC 2025
cloud-java-bot Oct 9, 2025
3d206ef
Merge branch 'main' into PR #4026 to update
lqiu96 Oct 10, 2025
b086d22
chore: generate libraries at Fri Oct 10 03:28:21 UTC 2025
cloud-java-bot Oct 10, 2025
039b4a8
Merge branch 'main' into PR #4026 to update
lqiu96 Oct 11, 2025
b6fe083
Merge branch 'main' into PR #4026 to update
lqiu96 Oct 14, 2025
dfff25a
Merge branch 'main' into PR #4026 to update
lqiu96 Oct 15, 2025
6a3455a
Merge branch 'main' into PR #4026 to update
lqiu96 Oct 18, 2025
e9000e3
Update protobuf.version to 4.33.0
lqiu96 Oct 21, 2025
872c7bb
Merge branch 'main' into PR #4026 to update
lqiu96 Oct 23, 2025
8c0523f
Merge branch 'main' into PR #4026 to update
lqiu96 Oct 24, 2025
3792b5b
Merge branch 'main' into PR #4026 to update
lqiu96 Oct 30, 2025
b61745c
Merge branch 'main' into PR #4026 to update
lqiu96 Nov 1, 2025
172eedf
Merge branch 'main' into PR #4026 to update
lqiu96 Nov 4, 2025
d6b63ed
Merge branch 'main' into PR #4026 to update
lqiu96 Nov 7, 2025
027a395
Merge branch 'main' into PR #4026 to update
lqiu96 Nov 11, 2025
39b4bdb
Merge branch 'main' into PR #4026 to update
lqiu96 Nov 12, 2025
d26f253
Merge branch 'main' into PR #4026 to update
lqiu96 Nov 15, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 26 additions & 5 deletions .kokoro/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ javadoc)
integration)
mvn -B ${INTEGRATION_TEST_ARGS} \
-ntp \
-Dprotobuf.version=4.33.0 \
-Penable-integration-tests \
-Djava.net.preferIPv4Stack=true \
-DtrimStackTrace=false \
Expand All @@ -104,9 +105,26 @@ integration)
verify
RETURN_CODE=$?
;;
integration-regular-sessions)
integration-directpath-enabled)
mvn -B ${INTEGRATION_TEST_ARGS} \
-ntp \
-Dprotobuf.version=4.33.0 \
-Penable-integration-tests \
-Djava.net.preferIPv4Stack=true \
-DtrimStackTrace=false \
-Dclirr.skip=true \
-Denforcer.skip=true \
-Dmaven.main.skip=true \
-Dspanner.testenv.instance=projects/span-cloud-testing/instances/spanner-java-client-directpath \
-Dspanner.gce.config.project_id=span-cloud-testing \
-fae \
verify
RETURN_CODE=$?
;;
integration-multiplexed-sessions-enabled)
mvn -B ${INTEGRATION_TEST_ARGS} \
-ntp \
-Dprotobuf.version=4.33.0 \
-Penable-integration-tests \
-Djava.net.preferIPv4Stack=true \
-DtrimStackTrace=false \
Expand Down Expand Up @@ -137,6 +155,7 @@ integration-directpath-enabled)
integration-cloud-devel)
mvn -B ${INTEGRATION_TEST_ARGS} \
-ntp \
-Dprotobuf.version=4.33.0 \
-Penable-integration-tests \
-Djava.net.preferIPv4Stack=true \
-DtrimStackTrace=false \
Expand All @@ -153,6 +172,7 @@ integration-cloud-devel)
integration-cloud-devel-directpath-enabled)
mvn -B ${INTEGRATION_TEST_ARGS} \
-ntp \
-Dprotobuf.version=4.33.0 \
-Penable-integration-tests \
-Djava.net.preferIPv4Stack=true \
-DtrimStackTrace=false \
Expand All @@ -169,6 +189,7 @@ integration-cloud-devel-directpath-enabled)
integration-cloud-staging|integration-cloud-staging-directpath-enabled)
mvn -B ${INTEGRATION_TEST_ARGS} \
-ntp \
-Dprotobuf.version=4.33.0 \
-Penable-integration-tests \
-Djava.net.preferIPv4Stack=true \
-DtrimStackTrace=false \
Expand All @@ -184,14 +205,14 @@ integration-cloud-staging|integration-cloud-staging-directpath-enabled)
;;
graalvm)
# Run Unit and Integration Tests with Native Image
# NOTE: These integration tests run on the Emulator.
mvn test -Pnative -Penable-integration-tests -Dspanner.gce.config.project_id=gcloud-devel -Dspanner.testenv.instance=projects/gcloud-devel/instances/java-client-integration-tests-graalvm
mvn test -Pnative -Penable-integration-tests -Dspanner.gce.config.project_id=gcloud-devel -Dspanner.testenv.instance=projects/gcloud-devel/instances/java-client-integration-tests \
-Dprotobuf.version=4.33.0
RETURN_CODE=$?
;;
graalvm17)
# Run Unit and Integration Tests with Native Image
# NOTE: These integration tests run on the Emulator.
mvn test -Pnative -Penable-integration-tests -Dspanner.gce.config.project_id=gcloud-devel -Dspanner.testenv.instance=projects/gcloud-devel/instances/java-client-integration-tests-graalvm
mvn test -Pnative -Penable-integration-tests -Dspanner.gce.config.project_id=gcloud-devel -Dspanner.testenv.instance=projects/gcloud-devel/instances/java-client-integration-tests \
-Dprotobuf.version=4.33.0
RETURN_CODE=$?
;;
slowtests)
Expand Down
Loading