mirror of
				https://github.com/optim-enterprises-bv/vault.git
				synced 2025-10-31 02:28:09 +00:00 
			
		
		
		
	Receiving a SIGUSR2 makes Vault log the running goroutines' stacks. (#6240)
* Receiving a SIGUSR2 makes Vault log the running goroutines' stacks.
This commit is contained in:
		| @@ -90,6 +90,7 @@ func testServerCommand(tb testing.TB) (*cli.MockUi, *ServerCommand) { | ||||
| 		}, | ||||
| 		ShutdownCh: MakeShutdownCh(), | ||||
| 		SighupCh:   MakeSighupCh(), | ||||
| 		SigUSR2Ch:  MakeSigUSR2Ch(), | ||||
| 		PhysicalBackends: map[string]physical.Factory{ | ||||
| 			"inmem":    physInmem.NewInmem, | ||||
| 			"inmem_ha": physInmem.NewInmemHA, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 ncabatoff
					ncabatoff