git-hulk commented on PR #3024: URL: https://github.com/apache/kvrocks/pull/3024#issuecomment-3028245845
> @git-hulk The test case that reports the error by CI is copied from the old test case `SCAN MATCH non-trivial pattern` in `scan_test.go`; Why does the check pass on the old test? > > ``` > error: `ba` should be `by`, `be` > --> ./tests/gocase/unit/scan/scan_cluster_test.go:157:30 > ``` > @git-hulk The test case that reports the error by CI is copied from the old test case `SCAN MATCH non-trivial pattern` in `scan_test.go`; Why does the check pass on the old test? > > ``` > error: `ba` should be `by`, `be` > --> ./tests/gocase/unit/scan/scan_cluster_test.go:157:30 > ``` Becuase the old file was excluded, refer https://github.com/apache/kvrocks/blob/unstable/.github/config/typos.toml#L27 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
