open-nomad/client
Luiz Aoqui 25a63195da
test: remove flaky Gate test (#14575)
The concurrent gate access test is flaky since it depends on the order
of operations of two concurrent goroutines. Despite the heavy bias
towards one of the results, it's still possible to end the execution
with a closed gate.

I believe this case was created to test an earlier implementation where
the gate state was stored and mutated internally, so the access had to
be protected by a lock. However, the final implementation changed this
approach to be only channel-based, so there is no need for this flaky
test anymore.
2022-09-19 11:31:03 -04:00
..
allocdir
allochealth 2 small data race fixes in logmon and check tests (#14538) 2022-09-13 12:54:06 -07:00
allocrunner test: remove flaky Gate test (#14575) 2022-09-19 11:31:03 -04:00
allocwatcher
config fix minor issues found durint ENT merge (#14250) 2022-08-23 17:22:18 -04:00
consul
devicemanager
dynamicplugins
fingerprint CI: make `make check` clean on macOS (#14528) 2022-09-09 12:26:34 -04:00
interfaces
lib CI: make `make check` clean on macOS (#14528) 2022-09-09 12:26:34 -04:00
logmon 2 small data race fixes in logmon and check tests (#14538) 2022-09-13 12:54:06 -07:00
pluginmanager chore: remove use of "err" a log line context key for errors. (#14433) 2022-09-01 15:06:10 +02:00
servers
serviceregistration cleanup: create interface for check watcher and mock it in nsd tests (#14577) 2022-09-14 08:25:20 -05:00
state
stats
structs
taskenv connect: interpolate task env in config values (#14445) 2022-09-02 15:00:28 -04:00
testutil
vaultclient
acl.go
acl_test.go
agent_endpoint.go
agent_endpoint_test.go
alloc_endpoint.go Task lifecycle restart (#14127) 2022-08-24 17:43:07 -04:00
alloc_endpoint_test.go Task lifecycle restart (#14127) 2022-08-24 17:43:07 -04:00
alloc_watcher_e2e_test.go
client.go servicedisco: implement check_restart for nomad service checks 2022-09-13 08:59:23 -05:00
client_stats_endpoint.go
client_stats_endpoint_test.go
client_test.go client: refactor cpuset manager initialization 2022-08-25 11:18:43 -05:00
csi_endpoint.go
csi_endpoint_test.go
driver_manager_test.go
enterprise_client_oss.go
fingerprint_manager.go
fingerprint_manager_test.go
fs_endpoint.go
fs_endpoint_test.go
gc.go
gc_test.go
heartbeatstop.go
heartbeatstop_test.go
node_updater.go
rpc.go
rpc_test.go
testing.go
util.go