Revision 1fd706054227950190710e9b38f6f978a7c42274 authored by M. J. Fromberger on 28 October 2021, 07:57:45 UTC, committed by GitHub on 28 October 2021, 07:57:45 UTC
Fixes #7176. Some of the benchmarks create a bunch of different subscriptions all sharing the same query. These were all using the same client ID, which violates one of the subscriber rules. Ensure each subscriber gets a unique ID.

This has been broken as long as this library has been in the repo—I tracked it back to bb9aa85d and it was already failing there, so I think this never really worked. I'm not sure these test anything useful, but at least now they run.
1 parent 4d09a6c
History
File Mode Size
.github
DOCKER
abci
cmd
config
crypto
docs
internal
libs
light
networks
node
privval
proto
rpc
scripts
test
third_party
tools
types
version
.clang-format -rw-r--r-- 241 bytes
.dockerignore -rw-r--r-- 63 bytes
.editorconfig -rw-r--r-- 280 bytes
.gitignore -rw-r--r-- 948 bytes
.golangci.yml -rw-r--r-- 956 bytes
.goreleaser.yml -rw-r--r-- 634 bytes
.markdownlintignore -rw-r--r-- 89 bytes
CHANGELOG.md -rw-r--r-- 212.4 KB
CHANGELOG_PENDING.md -rw-r--r-- 1.4 KB
CODE_OF_CONDUCT.md -rw-r--r-- 4.9 KB
CONTRIBUTING.md -rw-r--r-- 14.2 KB
LICENSE -rw-r--r-- 11.1 KB
Makefile -rw-r--r-- 10.8 KB
README.md -rw-r--r-- 8.0 KB
RELEASES.md -rw-r--r-- 8.8 KB
SECURITY.md -rw-r--r-- 7.7 KB
STYLE_GUIDE.md -rw-r--r-- 7.6 KB
UPGRADING.md -rw-r--r-- 36.1 KB
buf.gen.yaml -rw-r--r-- 480 bytes
buf.yaml -rw-r--r-- 193 bytes
docker-compose.yml -rw-r--r-- 1.3 KB
dredd.yml -rw-r--r-- 700 bytes
go.mod -rw-r--r-- 1.6 KB
go.sum -rw-r--r-- 152.7 KB

README.md

back to top