mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
tests/robustness: Put traffic type on second place before cluster size in test name
Signed-off-by: Marek Siarkowicz <serathius@users.noreply.github.com>
This commit is contained in:
parent
a708bed336
commit
f91f6d8414
@ -39,7 +39,7 @@ func TestRobustness(t *testing.T) {
|
||||
scenarios := []testScenario{}
|
||||
for _, traffic := range []traffic.Config{traffic.LowTraffic, traffic.HighTraffic, traffic.KubernetesTraffic} {
|
||||
scenarios = append(scenarios, testScenario{
|
||||
name: "ClusterOfSize1/" + traffic.Name,
|
||||
name: traffic.Name + "ClusterOfSize1",
|
||||
failpoint: RandomFailpoint,
|
||||
traffic: traffic,
|
||||
cluster: *e2e.NewConfig(
|
||||
@ -62,7 +62,7 @@ func TestRobustness(t *testing.T) {
|
||||
clusterOfSize3Options = append(clusterOfSize3Options, e2e.WithSnapshotCatchUpEntries(100))
|
||||
}
|
||||
scenarios = append(scenarios, testScenario{
|
||||
name: "ClusterOfSize3/" + traffic.Name,
|
||||
name: traffic.Name + "ClusterOfSize3",
|
||||
failpoint: RandomFailpoint,
|
||||
traffic: traffic,
|
||||
watch: watchConfig{
|
||||
|
Loading…
x
Reference in New Issue
Block a user