Skip to content
This repository was archived by the owner on May 8, 2026. It is now read-only.

fix: Add known conformance test failures#2474

Merged
mutianf merged 10 commits into
googleapis:mainfrom
andre-sampaio:main
Jan 31, 2025
Merged

fix: Add known conformance test failures#2474
mutianf merged 10 commits into
googleapis:mainfrom
andre-sampaio:main

Conversation

@andre-sampaio

Copy link
Copy Markdown
Contributor

2 new flags were added to [cloud-bigtable-clients-test](https://github.com/googleapis/cloud-bigtable-clients-test) when it upgraded cloud.google.com/go/bigtable from 1.33 to 1.34: googleapis/googleapis@ab2ad69

This change skips the tests for those 2 flags

@andre-sampaio andre-sampaio requested review from a team January 29, 2025 22:51
@product-auto-label product-auto-label Bot added size: xs Pull request size is extra small. api: bigtable Issues related to the googleapis/java-bigtable API. labels Jan 29, 2025
@andre-sampaio andre-sampaio requested a review from mutianf January 29, 2025 22:51
@@ -1 +1 @@

TestFeatureGap/(traffic_director_enabled|direct_access_requested)

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actually this format is incorrect.. should be:

TestFeatureGap/traffic_director_enabled|
TestFeatureGap/direct_access_requested

Comment thread .kokoro/conformance.sh Outdated
# If there is known failures, please add
# "-skip `cat ../../test-proxy/known_failures.txt`" to the command below.
eval "go test -v -proxy_addr=:9999 ${configFlag}"
eval "go test -v -proxy_addr=:9999 ${configFlag} -skip `cat ../../test-proxy/known_failures.txt`"

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be:

eval "go test -v -proxy_addr=:9999 ${configFlag} -skip `tr -d '\n' < ../../testproxy/known_failures.txt`"

@andre-sampaio

Copy link
Copy Markdown
Contributor Author

🎉

@andre-sampaio andre-sampaio changed the title Add known conformance test failures fix: Add known conformance test failures Jan 30, 2025
@andre-sampaio andre-sampaio added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jan 30, 2025
@mutianf mutianf merged commit 15488fe into googleapis:main Jan 31, 2025
sarthakbhutani pushed a commit to sarthakbhutani/java-bigtable that referenced this pull request Feb 13, 2025
* Add known conformance test failures

* Fix formatting

* Typo

* working dir should be root (I think)

* Now the path should be right

* cat file

* last typo?

* =(

* change format

* Just use regex and cat
sarthakbhutani pushed a commit to sarthakbhutani/java-bigtable that referenced this pull request Feb 13, 2025
* Add known conformance test failures

* Fix formatting

* Typo

* working dir should be root (I think)

* Now the path should be right

* cat file

* last typo?

* =(

* change format

* Just use regex and cat
sarthakbhutani pushed a commit to sarthakbhutani/java-bigtable that referenced this pull request Feb 13, 2025
* Add known conformance test failures

* Fix formatting

* Typo

* working dir should be root (I think)

* Now the path should be right

* cat file

* last typo?

* =(

* change format

* Just use regex and cat
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

api: bigtable Issues related to the googleapis/java-bigtable API. kokoro:force-run Add this label to force Kokoro to re-run the tests. size: xs Pull request size is extra small.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants