File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -86,7 +86,8 @@ stdenv.mkDerivation (finalAttrs: {
8686 substituteInPlace tests/support/server.tcl \
8787 --replace-fail 'exec /usr/bin/env' 'exec env'
8888
89- sed -i -e '/^proc wait_load_handlers_disconnected/{n ; s/wait_for_condition 50 100/wait_for_condition 50 500/; }' \
89+ sed -i \
90+ -e '/^proc wait_load_handlers_disconnected/{n ; s/wait_for_condition 50 100/wait_for_condition 50 500/; }' \
9091 -e '/^proc wait_for_ofs_sync/{n ; s/wait_for_condition 50 100/wait_for_condition 50 500/; }' \
9192 tests/support/util.tcl
9293
@@ -96,7 +97,10 @@ stdenv.mkDerivation (finalAttrs: {
9697 --clients $NIX_BUILD_CORES \
9798 --tags -leaks \
9899 --skipunit integration/aof-multi-part \
99- --skipunit integration/failover # flaky and slow
100+ --skipunit integration/failover \
101+ ${ lib . optionalString (
102+ stdenv . hostPlatform . system == "aarch64-linux"
103+ ) "--skipunit integration/replication-rdbchannel" }
100104
101105 runHook postCheck
102106 '' ;
You can’t perform that action at this time.
0 commit comments