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

Integration tests are broken in olric-cli package #69

Closed
buraksezer opened this issue Dec 5, 2020 · 1 comment
Closed

Integration tests are broken in olric-cli package #69

buraksezer opened this issue Dec 5, 2020 · 1 comment
Assignees
Labels
bug Something isn't working release:v0.3.x Issues related with v0.3.x

Comments

@buraksezer
Copy link
Owner

Integration tests are broken in olric-cli package. The configuration structure should be refactored to support new TCP client config structure.

var testConfig = &client.Config{
	DialTimeout: time.Second,
	KeepAlive:   time.Second,
	MaxConn:     10,
}
@buraksezer buraksezer added the bug Something isn't working label Dec 5, 2020
@buraksezer buraksezer self-assigned this Dec 5, 2020
@buraksezer buraksezer added the release:v0.3.x Issues related with v0.3.x label Dec 5, 2020
@buraksezer
Copy link
Owner Author

Done 47e17b1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working release:v0.3.x Issues related with v0.3.x
Projects
None yet
Development

No branches or pull requests

1 participant