mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2025-05-10 18:05:44 +02:00
chore: enable experimental_new_io by default. (#3605)
* chore: enable experimental_new_io by default. It has been running for weeks with the flag on, so enabled it also for community. --------- Signed-off-by: Roman Gershman <roman@dragonflydb.io> Signed-off-by: Vladislav Oleshko <vlad@dragonflydb.io> Co-authored-by: Vladislav Oleshko <vlad@dragonflydb.io>
This commit is contained in:
parent
fa2d67b8a8
commit
20336805f3
6 changed files with 13 additions and 14 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -142,7 +142,7 @@ jobs:
|
|||
EOF
|
||||
|
||||
gdb -ix ./init.gdb --batch -ex r --args ./dragonfly_test --force_epoll
|
||||
DFLY_use_new_io=true FLAGS_force_epoll=true GLOG_vmodule=rdb_load=1,rdb_save=1,snapshot=1 timeout 20m ctest -V -L DFLY
|
||||
FLAGS_force_epoll=true GLOG_vmodule=rdb_load=1,rdb_save=1,snapshot=1 timeout 20m ctest -V -L DFLY
|
||||
|
||||
echo "Finished running tests with --force_epoll"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue