Roshan Khatri
Roshan Khatri
Please disregard other comments. I tested this test on clean machine with ipv6 enabled, the test doesnt fail. at this point I do not have any idea how to reproduce...
Yes, I think this would be useful for benchmarking module commands in the framework as we do not support these as of now
FYI This also adds the same workflow call in daily as this PR:https://github.com/valkey-io/valkey/pull/2702
>@roshkhatri looks like we are adding x86 as well? I am not sure if we should add x86 runs if we are not confident on the stability and numbers yet....
This would work but would have some issues, as we are re-computing the command bits from the `selector->command_rules`, So IMO we can do one of following things: 1. Cleanup the...
Yes It would not crash on categories as we dont unregister the categories for on these, so the solution that would resolve all would need to cleanup the command rules...
I looked into the notification job failure, looks like we have not backported the change here: https://github.com/valkey-io/valkey/pull/815 on 7.2 branch the job trigger looks like this: ``` notify-about-job-results: runs-on: ubuntu-latest...