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:
Vladislav 2024-08-16 16:56:04 +03:00 committed by GitHub
parent cd450c2ea8
commit 1f36c9952d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 121 additions and 58 deletions

View file

@ -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"