spark-instrumented-optimizer/sql/hive-thriftserver/src
Kazuaki Ishizaki f60cd7cc3c
[SPARK-25338][TEST] Ensure to call super.beforeAll() and super.afterAll() in test cases
## What changes were proposed in this pull request?

This PR ensures to call `super.afterAll()` in `override afterAll()` method for test suites.

* Some suites did not call `super.afterAll()`
* Some suites may call `super.afterAll()` only under certain condition
* Others never call `super.afterAll()`.

This PR also ensures to call `super.beforeAll()` in `override beforeAll()` for test suites.

## How was this patch tested?

Existing UTs

Closes #22337 from kiszk/SPARK-25338.

Authored-by: Kazuaki Ishizaki <ishizaki@jp.ibm.com>
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
2018-09-13 11:34:22 -07:00
..
gen/java/org/apache/hive/service/cli/thrift [SPARK-14987][SQL] inline hive-service (cli) into sql/hive-thriftserver 2016-04-29 09:32:42 -07:00
main [SPARK-25183][SQL] Spark HiveServer2 to use Spark ShutdownHookManager 2018-08-31 14:45:29 +08:00
test [SPARK-25338][TEST] Ensure to call super.beforeAll() and super.afterAll() in test cases 2018-09-13 11:34:22 -07:00