Skip to content

Commit 45fbc04

Browse files
committed
remove FailOnError for workloads, as ydb-slo-report/report does exactly that
1 parent 3bc3652 commit 45fbc04

File tree

5 files changed

+0
-5
lines changed

5 files changed

+0
-5
lines changed

tests/slo/database/sql/query/main.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,6 @@ func main() {
127127
go w.Metrics(ctx, &wg, metricsRL)
128128

129129
wg.Wait()
130-
w.FailOnError()
131130
default:
132131
panic(fmt.Errorf("unknown mode: %v", cfg.Mode))
133132
}

tests/slo/database/sql/table/main.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,6 @@ func main() {
127127
go w.Metrics(ctx, &wg, metricsRL)
128128

129129
wg.Wait()
130-
w.FailOnError()
131130
default:
132131
panic(fmt.Errorf("unknown mode: %v", cfg.Mode))
133132
}

tests/slo/native/query/main.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,6 @@ func main() {
143143
go w.Metrics(ctx, &wg, metricsRL)
144144

145145
wg.Wait()
146-
w.FailOnError()
147146
default:
148147
panic(fmt.Errorf("unknown mode: %v", cfg.Mode))
149148
}

tests/slo/native/table/main.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,6 @@ func main() {
127127
go w.Metrics(ctx, &wg, metricsRL)
128128

129129
wg.Wait()
130-
w.FailOnError()
131130
default:
132131
panic(fmt.Errorf("unknown mode: %v", cfg.Mode))
133132
}

tests/slo/native/table/over/query/service/main.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,6 @@ func main() {
127127
go w.Metrics(ctx, &wg, metricsRL)
128128

129129
wg.Wait()
130-
w.FailOnError()
131130
default:
132131
panic(fmt.Errorf("unknown mode: %v", cfg.Mode))
133132
}

0 commit comments

Comments
 (0)