We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
type SourceAvailableHost struct { Name string Shards []uint32 ShardStates shard.State }
Could become something like:
func TestFetchTaggedResultsAccumulatorAnyResponseShouldTerminateConsistencyLevelOneSimpleTopo(t *testing.T) { // rf=3, 30 shards total; three identical hosts topoMap := tu.MustNewTopologyMap(3, map[string][]shard.Shard{ "testhost0": tu.ShardsRange(0, 29, shard.Available), "testhost1": tu.ShardsRange(0, 29, shard.Available), "testhost2": tu.ShardsRange(0, 29, shard.Available), })
The text was updated successfully, but these errors were encountered:
Adressed by #894
Sorry, something went wrong.
richardartoul
No branches or pull requests
Could become something like:
The text was updated successfully, but these errors were encountered: