Skip to content
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 RapidsJsonExpressionsSuite #10849

Open
15 tasks
binmahone opened this issue May 21, 2024 · 0 comments
Open
15 tasks
Assignees
Labels
bug Something isn't working epic Issue that encompasses a significant feature or body of work

Comments

@binmahone
Copy link
Collaborator

binmahone commented May 21, 2024

Describe the bug

Spark UT Framework enabled RapidsJsonExpressionsSuite(#10851) 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

  1. Compile everything with mvn -Dbuildver=330 install -DskipTests
  2. Pick a test case name in the above table
  3. Go to RapidsTestSettings and find the line starting with ".exclude" and containing the test case name, comment it out
  4. Run the Suite then you'll see one failed test case. E.g. 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.

@binmahone binmahone added bug Something isn't working ? - Needs Triage Need team to review and classify labels May 21, 2024
@mattahrens mattahrens added epic Issue that encompasses a significant feature or body of work and removed ? - Needs Triage Need team to review and classify labels May 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working epic Issue that encompasses a significant feature or body of work
Projects
None yet
Development

No branches or pull requests

3 participants