Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

golang/redisConn testing has a bug #101

Open
rilma opened this issue Apr 8, 2023 · 1 comment
Open

golang/redisConn testing has a bug #101

rilma opened this issue Apr 8, 2023 · 1 comment

Comments

@rilma
Copy link
Contributor

rilma commented Apr 8, 2023

Turns out that there is a bug in the testing script of redisConn subdirectory. May require an analysis for a fix

@rilma ➜ /workspaces/redis-in-action/golang (master) $ go test redisConn/redisConn_test.go -v
# command-line-arguments [command-line-arguments.test]
redisConn/redisConn_test.go:10:18: undefined: CheckVersion
redisConn/redisConn_test.go:14:17: undefined: CheckVersion
redisConn/redisConn_test.go:21:10: undefined: ConnectRedis
redisConn/redisConn_test.go:22:12: undefined: NewClient
FAIL    command-line-arguments [build failed]
FAIL
@rilma ➜ /workspaces/redis-in-action/golang (master) $ 
@rilma
Copy link
Contributor Author

rilma commented Apr 8, 2023

I missed the inclusion of redisConn/redisConn.go at the command line above. To raise clarity, I have raised #102 that may close this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant