Commit 942ad48
authored
[CI] Fix flaky Ray Datasets integration test. (#952)
Datasets partition ordering is now nondeterministic, so any tests that
assert equality with some cross-partition ordering will need to sort or
freeze the data before comparison. This PR applies the fix from
#917 (freezing) to the tensor
test.1 parent 2a7805c commit 942ad48
1 file changed
+8
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
187 | 187 | | |
188 | 188 | | |
189 | 189 | | |
190 | | - | |
191 | | - | |
192 | | - | |
193 | | - | |
194 | | - | |
195 | | - | |
196 | | - | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
197 | 198 | | |
198 | 199 | | |
199 | 200 | | |
| |||
0 commit comments