Add --disable-catch-all option to disable catch-all server
This commit is contained in:
parent
4e98666720
commit
1678d99a03
9 changed files with 172 additions and 10 deletions
|
|
@ -82,7 +82,8 @@ func TestStore(t *testing.T) {
|
|||
fs,
|
||||
updateCh,
|
||||
false,
|
||||
pod)
|
||||
pod,
|
||||
false)
|
||||
|
||||
storer.Run(stopCh)
|
||||
|
||||
|
|
@ -163,7 +164,8 @@ func TestStore(t *testing.T) {
|
|||
fs,
|
||||
updateCh,
|
||||
false,
|
||||
pod)
|
||||
pod,
|
||||
false)
|
||||
|
||||
storer.Run(stopCh)
|
||||
|
||||
|
|
@ -316,7 +318,8 @@ func TestStore(t *testing.T) {
|
|||
fs,
|
||||
updateCh,
|
||||
false,
|
||||
pod)
|
||||
pod,
|
||||
false)
|
||||
|
||||
storer.Run(stopCh)
|
||||
|
||||
|
|
@ -424,7 +427,8 @@ func TestStore(t *testing.T) {
|
|||
fs,
|
||||
updateCh,
|
||||
false,
|
||||
pod)
|
||||
pod,
|
||||
false)
|
||||
|
||||
storer.Run(stopCh)
|
||||
|
||||
|
|
@ -514,7 +518,8 @@ func TestStore(t *testing.T) {
|
|||
fs,
|
||||
updateCh,
|
||||
false,
|
||||
pod)
|
||||
pod,
|
||||
false)
|
||||
|
||||
storer.Run(stopCh)
|
||||
|
||||
|
|
@ -627,7 +632,8 @@ func TestStore(t *testing.T) {
|
|||
fs,
|
||||
updateCh,
|
||||
false,
|
||||
pod)
|
||||
pod,
|
||||
false)
|
||||
|
||||
storer.Run(stopCh)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue