replace testing database with xdb.mononoke_production

Summary:
This is mainly generated by

```
fbgs mononoke_test_2 -l -s | xargs sed -i 's/mononoke_test_2/mononoke_production/g'
```

mononoke config repo is still pending todo. But it's ok to do it in several run
as right now 2 names are pointing to the same shard.

Reviewed By: StanislavGlebik

Differential Revision: D9939694

fbshipit-source-id: ded772037844a220b18d99b207c976b88dafdaa5
This commit is contained in:
Shu-Ting Tseng 2018-09-21 06:21:18 -07:00 committed by Facebook Github Bot
parent 7bd0401d65
commit 96a4cec203
2 changed files with 2 additions and 2 deletions

View File

@ -137,7 +137,7 @@ impl MononokeApp {
Arg::with_name("db-address")
.long("db-address")
.value_name("ADDRESS")
.default_value("xdb.mononoke_test_2")
.default_value("xdb.mononoke_production")
.help("database address"),
)
.args(&cache_args);

View File

@ -152,7 +152,7 @@ fn create_blobrepo(logger: &Logger, matches: &ArgMatches) -> BlobRepo {
let prefix = matches.value_of("manifold-prefix").unwrap_or("");
let xdb_tier = matches
.value_of("xdb-tier")
.unwrap_or("xdb.mononoke_test_2");
.unwrap_or("xdb.mononoke_production");
BlobRepo::new_manifold(
logger.clone(),
&ManifoldArgs {