summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJames Mills <prologic@shortcircuit.net.au>2020-05-26 21:53:38 +1000
committerGitHub <noreply@github.com>2020-05-26 21:53:38 +1000
commite92d2ce7a155a33ee6b0acfd928f357251c02c69 (patch)
treeeb9bde6d9579c4dac483ae04fdd5f318b682f4a5 /tests
parenta938e769b6852434840bc0f2efdb2edb86fa5283 (diff)
Revert "Introduce a random sleep in the Netdata updater (#9079)" (#9161)
Diffstat (limited to 'tests')
-rwxr-xr-xtests/updater_checks.bats3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/updater_checks.bats b/tests/updater_checks.bats
index 4f39270776..6444c081cc 100755
--- a/tests/updater_checks.bats
+++ b/tests/updater_checks.bats
@@ -56,9 +56,6 @@ setup() {
# Run the updater, with the override so that it uses the local repo we have at hand
# Try to run the installed, if any, otherwise just run the one from the repo
export NETDATA_LOCAL_TARBAL_OVERRIDE="${PWD}"
- # Disable random sleep / splay for netdata-updater to avoid sampede effect
- # of many agents (dis|re)connecting too quickly all at onace to Netdata Cloud
- unset RANDOM; export RANDOM=0
/etc/cron.daily/netdata-updater || ./packaging/installer/netdata-updater.sh
! grep "new_installation" "${ENV}"
}