Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
sunchao committed Feb 16, 2024
1 parent a6b0b82 commit 864a4ce
Showing 1 changed file with 0 additions and 36 deletions.
36 changes: 0 additions & 36 deletions spark/src/test/scala/org/apache/comet/exec/CometShuffleSuite.scala
Original file line number Diff line number Diff line change
Expand Up @@ -780,42 +780,6 @@ class DisableAQECometAsyncShuffleSuite extends CometShuffleSuiteBase {
protected val adaptiveExecutionEnabled: Boolean = false
}

/**
* This suite tests the Comet shuffle encryption. Because the encryption configuration can only be
* set in SparkConf at the beginning, we need to create a separate suite for encryption.
*/
class CometShuffleEncryptionSuite extends CometShuffleSuiteBase {
override protected val adaptiveExecutionEnabled: Boolean = true

override protected val asyncShuffleEnable: Boolean = false

override protected val encryptionEnabled: Boolean = true
}

class CometAsyncShuffleEncryptionSuite extends CometShuffleSuiteBase {
override protected val adaptiveExecutionEnabled: Boolean = true

override protected val asyncShuffleEnable: Boolean = true

override protected val encryptionEnabled: Boolean = true
}

class DisableAQECometShuffleEncryptionSuite extends CometShuffleSuiteBase {
override protected val adaptiveExecutionEnabled: Boolean = false

override protected val asyncShuffleEnable: Boolean = false

override protected val encryptionEnabled: Boolean = true
}

class DisableAQECometAsyncShuffleEncryptionSuite extends CometShuffleSuiteBase {
override protected val adaptiveExecutionEnabled: Boolean = false

override protected val asyncShuffleEnable: Boolean = true

override protected val encryptionEnabled: Boolean = true
}

class CometShuffleManagerSuite extends CometTestBase {

test("should not bypass merge sort if executor cores are too high") {
Expand Down

0 comments on commit 864a4ce

Please sign in to comment.