You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These excluded test cases needs further investigating!!!
Notice: Other test cases in this suite may pass with falling back!
Steps/Code to reproduce bug
Compile everything with mvn -Dbuildver=330 install -DskipTests
Pick a test case name in the above table
Go to RapidsTestSettings and find the line starting with ".exclude" and containing the test case name, comment it out
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.
The text was updated successfully, but these errors were encountered:
Describe the bug
Spark UT Framework enabled RapidsParquetQuerySuite(#11366) 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: