You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This pull request includes several changes to the codebase, primarily
focusing on disabling certain broken test cases. Some additional changes
are: expluding some new functions from the debug internals and updating
memory deallocation in the io_uring support.
The PR also disables the Ubuntu 20.04 builds as these aren't supported anymore by certain dependencies.
### Changes to logging:
*
[`src/log/log_debug.h`](diffhunk://#diff-2f3ef20731738ca8c09967f66c63b825b77111ab23cd660202462faf6b377647R29-R30):
Added `hashtable_mcmp_op_get_by_index` and
`hashtable_mcmp_op_get_by_index_all_databases` to the
`LOG_MESSAGE_DEBUG_RULES_SRC_FUNC_EXCLUDE` list.
### Updates to memory management:
*
[`src/support/io_uring/io_uring_support.c`](diffhunk://#diff-120828e91dbc41983522b25c13f411ee29401d4c6518ce1ce563e96fa5837255L107-R107):
Replaced `free(probe)` with `io_uring_free_probe(probe)` in the
`io_uring_support_probe_opcode` function.
### Changes to test cases:
*
[`tests/unit_tests/modules/redis/command/test-modules-redis-command-getex.cpp`](diffhunk://#diff-0369a8c4e7c330cacd2f85fa50f86f2a051ac7b06f463b81ad39adc2120ae452L56-R120):
Commented out sections of test cases for "Expire in 500ms" and "Expire
in 1s".
*
[`tests/unit_tests/modules/redis/command/test-modules-redis-command-psetex.cpp`](diffhunk://#diff-f01d727f7d6fd6664ede3d21ccfce84b95b6ea3b26d93f11bf3f1cc46d5b65f6L70-R139):
Commented out sections of test cases for "New key - expire in 500ms" and
"New key - expire in 1s".
*
[`tests/unit_tests/modules/redis/command/test-modules-redis-command-set.cpp`](diffhunk://#diff-61efffb5c359ee3854ecb045181fe839daa77f96266d89624768f626ea2b5791L113-R230):
Commented out sections of test cases for "New key - expire in 500ms",
"New key - expire in 1s", and "New key - KEEPTTL".
*
[`tests/unit_tests/modules/redis/command/test-modules-redis-command-setex.cpp`](diffhunk://#diff-3a27a816490d7f2909f74486dc2441f45ca14609362b7bc17def255918c936bcL70-R103):
Commented out the test case for "New key - expire in 1s".
0 commit comments