This is an automated email from the ASF dual-hosted git repository.
xiaozhenliu pushed a commit to branch xiaozhen-default-user-sys
in repository https://gitbox.apache.org/repos/asf/texera.git
The following commit(s) were added to refs/heads/xiaozhen-default-user-sys by
this push:
new 25da9147b4 wip.
25da9147b4 is described below
commit 25da9147b48095d51a0dbeef9d8f82673a9b582a
Author: Xiao-zhen-Liu <[email protected]>
AuthorDate: Wed Oct 1 11:41:51 2025 -0700
wip.
---
.../test/scala/edu/uci/ics/amber/engine/e2e/DataProcessingSpec.scala | 2 +-
core/amber/src/test/scala/edu/uci/ics/amber/engine/e2e/PauseSpec.scala | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git
a/core/amber/src/test/scala/edu/uci/ics/amber/engine/e2e/DataProcessingSpec.scala
b/core/amber/src/test/scala/edu/uci/ics/amber/engine/e2e/DataProcessingSpec.scala
index 7cbebfbc2f..7ae9fd1f4d 100644
---
a/core/amber/src/test/scala/edu/uci/ics/amber/engine/e2e/DataProcessingSpec.scala
+++
b/core/amber/src/test/scala/edu/uci/ics/amber/engine/e2e/DataProcessingSpec.scala
@@ -145,7 +145,7 @@ class DataProcessingSpec
Class.forName("org.postgresql.Driver")
dataSource.setUrl(StorageConfig.jdbcUrl)
dataSource.setUser(StorageConfig.jdbcUsername)
- dataSource.setUser(StorageConfig.jdbcPassword)
+ dataSource.setPassword(StorageConfig.jdbcPassword)
}
override def afterAll(): Unit = {
diff --git
a/core/amber/src/test/scala/edu/uci/ics/amber/engine/e2e/PauseSpec.scala
b/core/amber/src/test/scala/edu/uci/ics/amber/engine/e2e/PauseSpec.scala
index 9231f32eb7..a34eac561e 100644
--- a/core/amber/src/test/scala/edu/uci/ics/amber/engine/e2e/PauseSpec.scala
+++ b/core/amber/src/test/scala/edu/uci/ics/amber/engine/e2e/PauseSpec.scala
@@ -140,7 +140,7 @@ class PauseSpec
Class.forName("org.postgresql.Driver")
dataSource.setUrl(StorageConfig.jdbcUrl)
dataSource.setUser(StorageConfig.jdbcUsername)
- dataSource.setUser(StorageConfig.jdbcPassword)
+ dataSource.setPassword(StorageConfig.jdbcPassword)
}
override def afterAll(): Unit = {