Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix WAITAOF test in external test due to appendonly is enabled (#775)
The test fails because, in external, another test may have enabled appendonly, causing acklocal to return 1. We can add a CONFIG SET to disable the appendonly, but this is not safe too unless we use multi. The test does not actually rely on appendonly, so we can just * it. Fixes #770. Signed-off-by: Binbin <[email protected]>
- Loading branch information