-
Notifications
You must be signed in to change notification settings - Fork 74
Open
Labels
api: firestoreIssues related to the googleapis/java-firestore API.Issues related to the googleapis/java-firestore API.
Description
Observed in #2241
Error: Failures:
Error: BulkWriterTest.sendsBackoffBatchAfterOtherEnqueuedBatches:1304 Expected requests, but got actual requests: arrays first differed at element [1]; expected:<database: "projects/test-project/databases/(default)"
writes {
update {
name: "projects/test-project/databases/(default)/documents/coll/doc2"
fields {
key: "foo"
value {
string_value: "bar"
}
}
}
}
> but was:<database: "projects/test-project/databases/(default)"
writes {
update {
name: "projects/test-project/databases/(default)/documents/coll/doc1"
fields {
key: "foo"
value {
string_value: "bar"
}
}
}
current_document {
exists: false
}
}
>
Error: Errors:
Error: RecursiveDeleteTest.createsSecondQueryWithCorrectStartAfter:432 » TestTimedOut test timed out after 10 seconds
[INFO]
Error: Tests run: 804, Failures: 1, Errors: 1, Skipped: 0
Metadata
Metadata
Assignees
Labels
api: firestoreIssues related to the googleapis/java-firestore API.Issues related to the googleapis/java-firestore API.