Abacn commented on PR #26584:
URL: https://github.com/apache/beam/pull/26584#issuecomment-1538723314
Now most disabled tests passed again
```
Class Duration Fail (diff) Skip (diff) Pass (diff)
Total (diff)
FirestoreV1IT 46 min 1 +1 0 6 +6
7 +7
```
but there is still one test failing the same reason as it was before:
```
java.lang.RuntimeException: com.google.api.gax.rpc.InvalidArgumentException:
io.grpc.StatusRuntimeException: INVALID_ARGUMENT: Invalid request routing
header
collection_id=a&parent=projects/apache-beam-testing/databases/firestoredb/documents/beam/IT/2023-05-08T14:24:05.343/FirestoreV1IT/test/listDocuments.
Please fill in the request header with format
x-goog-request-params:project_id=apache-beam-testing&database_id=firestoredb
at
com.google.api.gax.rpc.ApiExceptionFactory.createException(ApiExceptionFactory.java:92)
```
See
https://ci-beam.apache.org/job/beam_PostCommit_Java_DataflowV1_PR/174/testReport/junit/org.apache.beam.sdk.io.gcp.firestore.it/FirestoreV1IT/listDocuments/
for full traceback.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]