./runtest --host --port --tags -needs:repl
Is there no password parameter?

Comment From: sundb

@deskau i don't see this parameter. seems to be reasonable, do you wanna make a PR to implement it?

Comment From: deskau

I can't do it at the moment, I'm just asking。In that case, if Redis has a password, won't it be possible to use this testing suite

Comment From: deskau

@sundb I understand if this is a Redis command functionality test. I have a Redis compatible database and would like to reuse this functionality case,Looking forward to your answer, thank you

Comment From: sundb

@sundb I understand if this is a Redis command functionality test. I have a Redis compatible database and would like to reuse this functionality case,Looking forward to your answer, thank you

sorry, we can't do it right now, we need to call AUTH command on every client connection and skip tests that using the AUTH command.

Comment From: deskau

Redis Redis Test Suite how to add password parameters for external server testing May I ask, if my Redis has a password, where can I change it to use this testing suite?

Comment From: deskau

Redis Redis Test Suite how to add password parameters for external server testing For those without a password, they can run normally

Comment From: sundb

@deskau we don't support runtest with auth yet. we need to do auth before all tests, and also need to modify those auth-related tests. feel free to make a PR to do it if you're interested.