give fullnode ownership of state needed to dynamically start up a tpu or tvu for role transition

This commit is contained in:
Carl
2018-09-14 01:53:18 -07:00
committed by Greg Fitzgerald
parent 1fb1c0a681
commit 6d27751365
10 changed files with 199 additions and 71 deletions

View File

@@ -470,7 +470,7 @@ mod tests {
&[],
leader,
None,
Some(&ledger_path),
&ledger_path,
false,
);
sleep(Duration::from_millis(900));
@@ -515,7 +515,7 @@ mod tests {
&[],
leader,
None,
Some(&ledger_path),
&ledger_path,
false,
);
//TODO: remove this sleep, or add a retry so CI is stable
@@ -573,7 +573,7 @@ mod tests {
&[],
leader,
None,
Some(&ledger_path),
&ledger_path,
false,
);
sleep(Duration::from_millis(300));
@@ -632,7 +632,7 @@ mod tests {
&[],
leader,
None,
Some(&ledger_path),
&ledger_path,
false,
);
sleep(Duration::from_millis(900));