Commit 72e6951
158049: workload/roachtest: add a gopg test to the ignore list r=spilchen a=spilchen
We have seen this test fail every once in a while:
```
pg | BeforeQuery and AfterQuery CopyFrom | is called for CopyFrom with model
```
Adding this to the ignore list to tolerate the occasional failure.
Closes #157873
Release note: none
158155: sql/bulkingest: use larger machine type for TestSplitAndScatterSpans r=spilchen a=spilchen
TestSplitAndScatterSpans was observed to OOM during race builds on EngFlow. This change updates the test configuration to request a larger machine when executed under race.
Closes #158139
Release note: none
Co-authored-by: Matt Spilchen <[email protected]>
File tree
2 files changed
+5
-0
lines changed- pkg
- cmd/roachtest/tests
- sql/bulkingest
2 files changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| 36 | + | |
36 | 37 | | |
37 | 38 | | |
38 | 39 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
29 | 33 | | |
30 | 34 | | |
31 | 35 | | |
| |||
0 commit comments