GH-37303: [Python] Update test_option_class_equality due to CumulativeSumOptions refactor#37305
Conversation
|
@AlenkaF you might have to trigger some of the python crossbow builds to properly test this cc @danepitkin given the last commit on main is green, does this mean we only enable the |
|
@github-actions crossbow submit test-conda-python* |
|
Revision: 3cf5c09 Submitted crossbow builds: ursacomputing/crossbow @ actions-27a0f5201c |
Whoops, yes this is correct. I filed an issue to fix it: #37310 |
|
After merging your PR, Conbench analyzed the 6 benchmarking runs that have been run so far on merge-commit ac5468c. There were no benchmark performance regressions. 🎉 The full Conbench report has more details. It also includes information about possible false positives for unstable benchmarks that are known to sometimes produce them. |
…ulativeSumOptions refactor (apache#37305) ### Rationale for this change Merging of apache#36977 caused a CI failure due to a test giving a warning. ### What changes are included in this PR? Add a `filterwarnings` mark to the failing tests. This also tests the deprecation message. ### Are these changes tested? Yes. ### Are there any user-facing changes? No. * Closes: apache#37303 Authored-by: AlenkaF <[email protected]> Signed-off-by: Joris Van den Bossche <[email protected]>
Rationale for this change
Merging of #36977 caused a CI failure due to a test giving a warning.
What changes are included in this PR?
Add a
filterwarningsmark to the failing tests. This also tests the deprecation message.Are these changes tested?
Yes.
Are there any user-facing changes?
No.