Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,16 @@ import org.apache.spark.sql.types._

/**
* Re-run all the tests in SQLQueryTestSuite via Thrift Server.
* Note that this TestSuite does not support maven.
*
* To run the entire test suite:
* {{{
* build/sbt "hive-thriftserver/test-only *ThriftServerQueryTestSuite" -Phive-thriftserver
* }}}
*
* This test suite won't generate golden files. To re-generate golden files for entire suite, run:
* {{{
* SPARK_GENERATE_GOLDEN_FILES=1 build/sbt "sql/test-only *SQLQueryTestSuite"
* }}}
*
* TODO:
* 1. Support UDF testing.
Expand Down Expand Up @@ -74,6 +83,7 @@ class ThriftServerQueryTestSuite extends SQLQueryTestSuite {
}
}

// We only test this test suite with the default configuration to reduce test time.
override val isTestWithConfigSets = false

/** List of test cases to ignore, in lower cases. */
Expand Down