Commit 4750a63
SNOW-2304052 - Add the ability to filter out certain tests when running under hybrid mode (#3750)
SNOW-2304052 - Add the ability to filter out certain tests when running under hybrid mode
Not all tests pass under hybrid mode, largely because they were built for the snowflake backend specifically. Still we want to run a significant number of these with hybrid mode enabled to help triage and categorize potiential semantic issues.
This PR adds the ability to park specific tests (itegration only) with a pytest marker, @pytest.mark.no_hybrid for skipping. We also have a reference csv of a test run with hybrid which is used for skipping certain tests.
This allows us to guard against regressions, provide for incremental development of hybrid, and triage existing differences to determine where effort should be spent.
Co-authored-by: Jonathan Shi <[email protected]>
Co-authored-by: Mahesh Vashishtha <[email protected]>1 parent 8dd8630 commit 4750a63
File tree
5 files changed
+20772
-0
lines changed- tests/integ/modin
- series
5 files changed
+20772
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| |||
47 | 48 | | |
48 | 49 | | |
49 | 50 | | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
50 | 113 | | |
51 | 114 | | |
52 | 115 | | |
| |||
0 commit comments