mirror of
https://github.com/google/nomulus.git
synced 2025-07-23 19:20:44 +02:00
Add logging to DNL fetch action
This will help us to debug the current MarksDB issue. This also throws an explicit error earlier when attempting to connect to MarksDB without login credentials being specified, which we know will fail. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=231236317
This commit is contained in:
parent
7f08df0d75
commit
0130f91830
2 changed files with 37 additions and 6 deletions
|
@ -33,7 +33,7 @@ public class TmchSmdrlActionTest extends TmchActionTestCase {
|
|||
private TmchSmdrlAction newTmchSmdrlAction() {
|
||||
TmchSmdrlAction action = new TmchSmdrlAction();
|
||||
action.marksdb = marksdb;
|
||||
action.marksdbSmdrlLogin = Optional.empty();
|
||||
action.marksdbSmdrlLogin = Optional.of("username:password");
|
||||
return action;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue