We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7460c0 commit 7790b6cCopy full SHA for 7790b6c
core/src/test/scala/org/apache/spark/serializer/KryoSerializerSuite.scala
@@ -360,7 +360,7 @@ class KryoSerializerSuite extends SparkFunSuite with SharedSparkContext {
360
}
361
362
363
-class KryoSerializerAutoResetDisabledSuite extends FunSuite with SharedSparkContext {
+class KryoSerializerAutoResetDisabledSuite extends SparkFunSuite with SharedSparkContext {
364
conf.set("spark.serializer", classOf[KryoSerializer].getName)
365
conf.set("spark.kryo.registrator", classOf[RegistratorWithoutAutoReset].getName)
366
conf.set("spark.kryo.referenceTracking", "true")
0 commit comments