Skip to content

Commit

Permalink
[KYUUBI apache#6244] Fix test logs upload error
Browse files Browse the repository at this point in the history
  • Loading branch information
wangjunbo committed Apr 30, 2024
1 parent e3c652e commit 0e275bd
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ trait WithEtcdCluster extends KyuubiFunSuite {
override def beforeAll(): Unit = {
etcdCluster = new Etcd.Builder()
.withNodes(1)
.withMountedDataDirectory(false)
.build()
etcdCluster.start()
super.beforeAll()
Expand Down

0 comments on commit 0e275bd

Please sign in to comment.