mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-11-27 07:06:56 -05:00
* Run goleak as part of all tests We are already using goleak in various tests. This commit adds a TestMain to all remaining tests and calls goleak.VerifyTestMain in them. * Add goleak to debugd/deploy package and fix bug. * Run go mod tidy * Fix integration tests * Move goleak invocation for mount integration test * Ignore leak in state integration tests Co-authored-by: Fabian Kammel <fk@edgelss.systems> |
||
|---|---|---|
| .. | ||
| api.go | ||
| api_test.go | ||
| autoscaler.go | ||
| autoscaler_test.go | ||
| ccm.go | ||
| ccm_test.go | ||
| cloudnodemanager.go | ||
| cloudnodemanager_test.go | ||
| imds.go | ||
| imds_test.go | ||
| logger.go | ||
| metadata.go | ||
| metadata_test.go | ||
| network.go | ||
| network_test.go | ||
| scaleset.go | ||
| scaleset_test.go | ||
| securityGroup.go | ||
| virtualmachine.go | ||
| virtualmachine_test.go | ||
| virtualnetwork.go | ||
| wrappers.go | ||