mirror of
				https://github.com/optim-enterprises-bv/vault.git
				synced 2025-11-04 04:28:08 +00:00 
			
		
		
		
	Vault Test: Disabling mlock for logical.testing.Test()
This commit is contained in:
		@@ -126,6 +126,7 @@ func Test(t TestT, c TestCase) {
 | 
				
			|||||||
				return c.Factory(conf)
 | 
									return c.Factory(conf)
 | 
				
			||||||
			},
 | 
								},
 | 
				
			||||||
		},
 | 
							},
 | 
				
			||||||
 | 
							DisableMlock: true,
 | 
				
			||||||
	})
 | 
						})
 | 
				
			||||||
	if err != nil {
 | 
						if err != nil {
 | 
				
			||||||
		t.Fatal("error initializing core: ", err)
 | 
							t.Fatal("error initializing core: ", err)
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user