ihippik / wal-listener

PostgreSQL WAL listener
Apache License 2.0
307 stars 43 forks source link

go test is not working #6

Closed axpira closed 1 year ago

axpira commented 2 years ago

When try to run tests result in a error

$ go test ./...
# bou.ke/monkey
../../../.local/share/go/pkg/mod/bou.ke/monkey@v1.0.2/replace.go:24:14: undefined: jmpToFunctionValue
?       github.com/ihippik/wal-listener/cmd/wal-listener        [no test files]
ok      github.com/ihippik/wal-listener/config  (cached)
FAIL    github.com/ihippik/wal-listener/listener [build failed]
FAIL

The problem is with https://github.com/bouk/monkey repo. It's not working on MacOS arm and this repo is now archived.