Skip to content

Commit

Permalink
change risingwave url to risingwave-standalone
Browse files Browse the repository at this point in the history
  • Loading branch information
neverchanje committed Jul 17, 2024
1 parent b89bb2f commit 869de2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package com.risingwave;

import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.Test;

import java.sql.Connection;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@

public class TestUtils {
public static Connection establishConnection() throws SQLException {
final String url = "jdbc:postgresql://localhost:4566/dev?preferQueryMode=simple";
// TODO: remove preferQueryMode=simple.
final String url = "jdbc:postgresql://risingwave-standalone:4566/dev?preferQueryMode=simple";
final String user = "root";
final String password = "";

Expand Down

0 comments on commit 869de2a

Please sign in to comment.