package
23.1.1+incompatible
Repository: https://github.com/dgraph-io/dgraph.git
Documentation: pkg.go.dev
# README
Run Tests Against Dgraph Cloud
Setup Env Variables
- set
TEST_DGRAPH_CLOUD_CLUSTER_URL
to the URL that the dgo client should use - set
TEST_DGRAPH_CLOUD_CLUSTER_TOKEN
to one of API keys that you can generate on theSettings
page on the cloud UI TEST_DGRAPH_CLOUD_ACL
tofalse
if ACLs are disabled. By default, ACLs are assumed to be enabled.
Schema Mode
The tests require the Schema Mode
to be set to Flexible
from the Settings
page on the cloud UI.
Running Tests
go test -tags=cloud ./...