1. in daily.yml, if the input suggests we don't run the full testsuite, do not pass --fail-commands-not-all-hit to the validator - fixed by https://github.com/redis/redis/pull/12023
  2. inject the test name to the servers` reqres file just before running the test (much like we do with the normal log files). in the validator script, read the test name and display it in case some command fails validation
  3. in the validator script, in case some reply failed validation, do not raise the error immediately but rather let the script run until it finishes, and display the errors at the end
  4. bonus: in daily.yml, somehow find a way to run the validator even if the test phase failed (e.g. a flaky test). in this case, the whole action should fail as well, but only after the validator ran.