Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TESTING] chore: Add test for latest protobuf version #2537

Draft
wants to merge 7 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
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
5 changes: 3 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ jobs:
- uses: actions/setup-java@v2
with:
distribution: temurin
java-version: 8
java-version: 17
- run: git config --system core.longpaths true
- run: java -version
- run: .kokoro/build.bat
env:
Expand Down Expand Up @@ -101,7 +102,7 @@ jobs:
- uses: actions/setup-java@v2
with:
distribution: temurin
java-version: 8
java-version: 17
- run: java -version
- run: .kokoro/build.sh
env:
Expand Down
1 change: 1 addition & 0 deletions .kokoro/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ integration)
-Dit.test=!ITBigQueryWrite*RetryTest \
-Dsurefire.failIfNoSpecifiedTests=false \
-Dfailsafe.failIfNoSpecifiedTests=false \
-Dprotobuf.version="4.27.4" \
-fae \
verify
RETURN_CODE=$?
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<className>com/google/cloud/bigquery/storage/v1beta1/Storage$ReadRowsResponseOrBuilder</className>
<method>* getSchemaCase()</method>
</difference>

<!-- The following 7006 exemptions are related to Protobuf 4.27.4+ runtime upgrade -->
<difference>
<differenceType>7006</differenceType>
Expand Down
Loading