p4verify.sh generates 'error: A revision range cannot be used here.'
After running the p4verify.sh script to validate shelved revisions there were multiple reports of "A revision range cannot be used here" in the email / log. However, it isn't clear *which* CLs were being tested so I'm not sure how to investigate them.
The command ran was "/p4/common/bin/p4verify.sh INSTANCENAME -nr" and the log output was:
=== Started verify of shelved changelists at Tue Nov 22 21:21:30 PST 2022.
Verifying 255528 shelved changelists.
error: A revision range cannot be used here.
exit: 1
error: A revision range cannot be used here.
exit: 1
error: A revision range cannot be used here.
exit: 1
error: A revision range cannot be used here.
exit: 1
error: A revision range cannot be used here.
exit: 1
error: A revision range cannot be used here.
exit: 1
Hi, @Domenic! Please run the script with the -d and -D arguments, so:
p4verify.sh INSTANCENAME -nr -d -D
That will generate a lot of noise, but should help track down what's going on here. You can email the log to me directly.