Skip to content

Commit

Permalink
Changed the DB userid,passwords
Browse files Browse the repository at this point in the history
  • Loading branch information
Nag Medida committed Mar 15, 2016
1 parent 48d32e5 commit 92a6005
Showing 1 changed file with 3 additions and 3 deletions.
Expand Up @@ -62,7 +62,7 @@ public void testCreateDb() {
@Test
@Ignore
public void testCreateTable() {
String storage = "{\"name\": \"unit.mysql\",\"type\": \"mysql\",\"jdbcurl\": \"jdbc:mysql://localhost:3306/\",\"host\":\"localhost\",\"user\":\"root\",\"password\":\"\",\"replicate\":\"another\"}";
String storage = "{\"name\": \"unit.mysql\",\"type\": \"mysql\",\"jdbcurl\": \"jdbc:mysql://localhost:3306/\",\"host\":\"localhost\",\"user\":\"netflix\",\"password\":\"\",\"oss\":\"another\"}";
try {
metasvc.writeMetaEntity(EntityType.STORAGE, storage);
} catch (StorageDoesNotExistException e) {
Expand Down Expand Up @@ -163,7 +163,7 @@ public void testInsertRow() {
@Test
@Ignore
public void testInsertRowMySql() {
String storage = "{\"name\": \"unit.mysql\",\"type\": \"mysql\",\"jdbcurl\": \"jdbc:mysql://localhost:3306/\",\"host\":\"localhost\",\"user\":\"root\",\"password\":\"\",\"replicate\":\"another\"}";
String storage = "{\"name\": \"unit.mysql\",\"type\": \"mysql\",\"jdbcurl\": \"jdbc:mysql://localhost:3306/\",\"host\":\"localhost\",\"user\":\"dummy\",\"password\":\"\",\"dummy\":\"another\"}";
try {
metasvc.writeMetaEntity(EntityType.STORAGE, storage);
} catch (StorageDoesNotExistException e) {
Expand Down Expand Up @@ -198,7 +198,7 @@ public void testInsertRowMySql() {
@Test
@Ignore
public void testInsertRowMySqlRemote() {
String storage = "{\"name\": \"unit.mysqlremote\",\"type\": \"mysql\",\"jdbcurl\": \"jdbc:mysql://cde.ceqg1dgfu0mp.us-east-1.rds.amazonaws.com:3306/\",\"host\":\"cde.ceqg1dgfu0mp.us-east-1.rds.amazonaws.com\",\"user\":\"cdeuser\",\"password\":\"cdeuser123\",\"replicate\":\"another\"}";
String storage = "{\"name\": \"unit.mysqlremote\",\"type\": \"mysql\",\"jdbcurl\": \"jdbc:mysql://test.ceqg1dgfu0mp.useast1.rds.amazonaws.com:3306/\",\"host\":\"test.ceqg1dgfu0mp.useast-1.rds.amazonaws.com\",\"user\":\"dummy\",\"password\":\"dummy\",\"replicate\":\"another\"}";
try {
metasvc.writeMetaEntity(EntityType.STORAGE, storage);
} catch (StorageDoesNotExistException e) {
Expand Down

0 comments on commit 92a6005

Please sign in to comment.