-
Notifications
You must be signed in to change notification settings - Fork 242
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Issues found by Spark UT Framework on RapidsStringExpressionsSuite #10775
Comments
Initial scope is triaging unit test failures to determine priorities of individual issues. |
All but one of the reported failures disappear when whole-stage codegen is disabled. There does seem to be a genuine failure in the tests for |
@binmahone, @NVnavkumar, what are your thoughts on disabling whole-stage codegen for these tests? It should resolve almost all the failures listed here (save for the last one, which will be fixed with #10811). |
I think it's the right move. We do need further investigation to disable any of the codegen specific-tests here. I know that in the regexp suite I saw a handful of places that were testing the java output of the codegen step.
|
after discussion with Gary and Ferdinand, we have refined the Spark UT Framework by #10851 , which eliminates the necessity of disabling wholeStage. Now the list of the failed tests is refreshed. After PR 10851 is merged, we can move forward to investigate the remaining failed test cases. |
I'm closing this bug. The remaining issue (#8750) is being tackled by @Feng-Jiang28. Let's track that issue there. |
Describe the bug
Spark UT Framework enabled RapidsStringExpressionsSuite (#10743), with the following test cases explicitly excluded:
These excluded test cases needs further investigating!!!
Notice: Other test cases in this suite may pass with falling back!
Steps/Code to reproduce bug
mvn -Dbuildver=330 install -DskipTests
mvn -nsu -Dbuildver=330 -pl tests -Dsuites="org.apache.spark.sql.rapids.suites.RapidsXXXSuite" test
(replace RapidsXXXSuite with the right name in issue header). ALWAYS double check if your suite name coincide with in source code, as it may contain typos!Expected behavior
The suite can pass without excluding any test case.
The text was updated successfully, but these errors were encountered: