google-cloud-go icon indicating copy to clipboard operation
google-cloud-go copied to clipboard

datastore: uncomment `!=`, `in`, and `not-in` test cases in integration_test

Open telpirion opened this issue 2 years ago • 1 comments

The test GCP project for this repro needs updating to allow usage of the !=, in, and not-in operators. Once this update has occurred, we need to uncomment the integration tests for these operations.

telpirion avatar Jun 15 '22 23:06 telpirion

Are you referring to the Datastore emulator? As of July 2 (the last time that I checked), the emulator does not support the new operators, but the production Datastore does.

tekkamanendless avatar Jul 10 '22 18:07 tekkamanendless

That's good to know that you're seeing these features in prod! Thank you @tekkamanendless .

telpirion avatar Sep 23 '22 17:09 telpirion