Skip to content

Commit

Permalink
[PLAT-15937]: Fix write read test table name
Browse files Browse the repository at this point in the history
Summary: Fixes write read test table type name introduced by: D37892

Test Plan: Jenkins

Reviewers: sanketh, amalyshev

Reviewed By: sanketh

Subscribers: yugaware

Differential Revision: https://phorge.dev.yugabyte.com/D39619
  • Loading branch information
vipul-yb committed Oct 31, 2024
1 parent f1513e3 commit eec6d50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion managed/src/main/java/com/yugabyte/yw/common/Util.java
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ public class Util {
public static final String REDACT = "REDACTED";
public static final String KEY_LOCATION_SUFFIX = "/backup_keys.json";
public static final String SYSTEM_PLATFORM_DB = "system_platform";
public static final String WRITE_READ_TABLE = "write_read_table";
public static final String WRITE_READ_TABLE = "write_read_test";
public static final int YB_SCHEDULER_INTERVAL = 2;
public static final String DEFAULT_YB_SSH_USER = "yugabyte";
public static final String DEFAULT_SUDO_SSH_USER = "centos";
Expand Down

0 comments on commit eec6d50

Please sign in to comment.