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

Commit d295afa

Browse files
authored
chore(testproxy): Update known failures (#1567)
* Add one to known failures * chore(testproxy): Update known failures * Add execute query tests to known failures * Add the sampleRowKeys to known failures * Add one more to known failures * Use version 0.0.3 * Revert known failures * Revert "Revert known failures" This reverts commit 2f6cb61.
1 parent 5895404 commit d295afa

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

.github/workflows/mandatory-conformance.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- uses: actions/checkout@v4
3131
with:
3232
repository: googleapis/cloud-bigtable-clients-test
33-
ref: main
33+
ref: v0.0.3
3434
path: cloud-bigtable-clients-test
3535
- uses: actions/setup-node@v3
3636
with:

testproxy/known_failures.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,9 @@ TestReadRows_Retry_WithRoutingCookie_MultipleErrorResponses\|
1212
TestReadRows_Retry_WithRetryInfo\|
1313
TestReadRows_Retry_WithRetryInfo_MultipleErrorResponse\|
1414
TestSampleRowKeys_Retry_WithRoutingCookie\|
15-
TestSampleRowKeys_Generic_CloseClient
15+
TestSampleRowKeys_Generic_CloseClient\|
16+
TestSampleRowKeys_Generic_Headers\|
17+
TestSampleRowKeys_NoRetry_NoEmptyKey\|
18+
TestSampleRowKeys_Retry_WithRetryInfo\|
19+
TestExecuteQuery_EmptyResponse\|
20+
TestExecuteQuery_SingleSimpleRow

0 commit comments

Comments
 (0)