Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Firestore: support features blacklisted in conformance tests #6533

Closed
@tseaver

Description

@tseaver

PR #6290 blacklisted a number of conformance tests because we do not currently support the usecases they support:

  • get-* tests (because we use BatchGetDocuments API rather than the GetDocument API.
  • listen-* tests exercise the "watch" features (since landed in PR Firestore: add Watch Support #6191).
  • update_paths-* tests (they've been excluded forever, with a note that Python lacked the support).
  • Tests involving unimplemented / incorrectly implemented "transforms" (DELETE, ARRAY_REMOVE, ARRAY_UNION).
  • query-* tests have been (inadvertently) skipped since being copied in from google-cloud-common in PR Re-sync with .proto / .textproto files from google-cloud-common. #5351).

This is a tracking issue for removing those skips / blacklist entries:

Not in scope:

- Figure how to support the "update with paths" use case, and enable those tests.

Metadata

Metadata

Assignees

Labels

api: firestoreIssues related to the Firestore API.type: processA process-related concern. May include testing, release, or the like.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions