Skip to content

Commit

Permalink
Turn off state logging in HostAllocSuite (#10615)
Browse files Browse the repository at this point in the history
Signed-off-by: Alessandro Bellina <abellina@nvidia.com>
  • Loading branch information
abellina authored Mar 21, 2024
1 parent 65ec25d commit 079d0fe
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ import org.apache.spark.sql.rapids.execution.TrampolineUtil
class HostAllocSuite extends AnyFunSuite with BeforeAndAfterEach with
BeforeAndAfterAll with TimeLimits {
private val sqlConf = new SQLConf()
sqlConf.setConfString("spark.rapids.memory.gpu.state.debug", "stderr")
private val rc = new RapidsConf(sqlConf)
private val timeoutMs = 10000

Expand Down

0 comments on commit 079d0fe

Please sign in to comment.