mirror of
				https://github.com/optim-enterprises-bv/vault.git
				synced 2025-10-31 02:28:09 +00:00 
			
		
		
		
	OSS parts of sighup license reload test (#11816)
This commit is contained in:
		| @@ -96,8 +96,9 @@ func testServerCommand(tb testing.TB) (*cli.MockUi, *ServerCommand) { | ||||
| 		}, | ||||
|  | ||||
| 		// These prevent us from random sleep guessing... | ||||
| 		startedCh:  make(chan struct{}, 5), | ||||
| 		reloadedCh: make(chan struct{}, 5), | ||||
| 		startedCh:         make(chan struct{}, 5), | ||||
| 		reloadedCh:        make(chan struct{}, 5), | ||||
| 		licenseReloadedCh: make(chan error), | ||||
| 	} | ||||
| } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Josh Black
					Josh Black