-
## OS / Browser Version
## Node.js / MongoDB Version
## Steps to reproduce
## What is Expected?
## What is actually happening?
-
Having some issues getting the unit tests to run. I followed the README and did a `make bootstrap` followed by a `make test` but I'm getting a bunch of errors about not having redis installed. I insta…
-
Install fails if I use setuptools.
```
$ virtualenv ~/.py_envs/pkglib -p python2
Already using interpreter /usr/bin/python2
New python executable in /home/wilfred/.py_envs/pkglib/bin/python2
Also cre…
-
I am writing unit tests to test our pipeline code. We ran into an issue that a `BeforePipelineProcess` hook is propagating the first error to all CMDs.
Example code:
`
redisDB, redisMock := …
-
**Describe the bug**
When I run a workflow, the workflow generally has several tasks, sending http requests asynchronously will occasionally and randomly terminate unexpectedly, and the task is in th…
-
**Describe the bug**
After update go library, the application can not start as before.
**To Reproduce**
- go get -U
- go run .
1. The code is
```go
app := gofr.New()
app.Use…
-
redis.MGet only accepts two params. First is context, Second is a string slice.
So you can try change as this:
mockRedis.EXPECT().MGet(gomock.Any(), gomock.Any(), gomock.Any()).DoAndReturn(func(con…
-
In my setup i saw occurence of the following warnings:
```
Deep recursion on subroutine "Try::Tiny::try" at /path/to/site_perl/5.18.0/Redis.pm line 275.
Deep recursion on subroutine "Redis::conne…
-
# related:
- #119 : docs 文档生成(gen) 项目
- #138 : 开发者平台搭建
-
Had a question; in order to use this mock do I need to have a local instance running? Tried using just the lib itself but I kept getting a `ECONNREFUSED` error 🙁