Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make test backends configurable #294

Open
yuryu opened this issue Sep 8, 2021 · 0 comments
Open

Make test backends configurable #294

yuryu opened this issue Sep 8, 2021 · 0 comments
Milestone

Comments

@yuryu
Copy link
Member

yuryu commented Sep 8, 2021

These test parameters are hardcoded and you need access to the gcp project to run tests. We need to change this.

const (
	testProject    = "triton-for-games-dev"
	testBucket     = "gs://triton-integration"
	testBufferSize = 1024 * 1024
	testCacheAddr  = "localhost:6379"
)
@yuryu yuryu added this to the v0.3.0-alpha0 milestone Oct 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant