aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sql/hive/src/main/scala/org/apache/spark/sql/hive/TestHive.scala4
1 files changed, 0 insertions, 4 deletions
diff --git a/sql/hive/src/main/scala/org/apache/spark/sql/hive/TestHive.scala b/sql/hive/src/main/scala/org/apache/spark/sql/hive/TestHive.scala
index 0f74fe8943..c6ff4ea6de 100644
--- a/sql/hive/src/main/scala/org/apache/spark/sql/hive/TestHive.scala
+++ b/sql/hive/src/main/scala/org/apache/spark/sql/hive/TestHive.scala
@@ -438,10 +438,6 @@ class TestHiveContext(sc: SparkContext) extends HiveContext(sc) {
} catch {
case e: Exception =>
logError("FATAL ERROR: Failed to reset TestDB state.", e)
- // At this point there is really no reason to continue, but the test framework traps exits.
- // So instead we just pause forever so that at least the developer can see where things
- // started to go wrong.
- Thread.sleep(100000)
}
}
}