mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2025-05-10 18:05:44 +02:00
chore(io): Introduce (carefully) new io with use_new_io flag (#3513)
Plugs in new IO, must be reverted after successful testing
This commit is contained in:
parent
cd450c2ea8
commit
1f36c9952d
12 changed files with 121 additions and 58 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
|
||||
FLAGS_force_epoll=true GLOG_vmodule=rdb_load=1,rdb_save=1,snapshot=1 timeout 20m ctest -V -L DFLY
|
||||
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
|
||||
|
||||
echo "Finished running tests with --force_epoll"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue