acud
acud
Aloha again :wave: We've been seeing a lot of these lately on our windows CI build. It runs without race detector on github actions. ``` panic: runtime error: invalid memory...
``` 2022-06-21T06:08:31.5327220Z === RUN TestSendChunkAndTimeoutinReceivingReceipt 2022-06-21T06:08:31.5327690Z pusher_test.go:341: chunk not syned error expected 2022-06-21T06:08:31.5328240Z --- FAIL: TestSendChunkAndTimeoutinReceivingReceipt (1.08s) ```
We're apparently creating too many spans and their nesting order is wrong when looking in jaeger. It can be further simplified and needs a cleanup. Also note the empty spans...
from the CI: ``` == RUN TestBackoff ##[error] TestBackoff: kademlia_test.go:334: timed out waiting for counter to reach expected value. got 2 want 1 --- FAIL: TestBackoff (3.84s) === RUN TestAddressBookPrune...
⚠️ Requests for support in an issue-format will be closed immediately. For support questions, we welcome you to our [Discord](https://discord.gg/XGNBEKktkD). # Task It has been observed that excessive puller activity...
There's a bug in the localstore which is related to the postage stamp indexing scheme which results in an `HTTP 500` when trying to upload a file through the API....
Since the problem of stream leaks is haunting us, it would be nice to be able to measure how many open streams every protocol has. Having a split between open...
```go === RUN TestOutofDepthPrune kademlia_test.go:1445: bin 4, got 9, want more than 16 --- FAIL: TestOutofDepthPrune (0.30s) ```
``` === RUN TestPostageDirectAndDeferred === RUN TestPostageDirectAndDeferred/bytes:_deferred === RUN TestPostageDirectAndDeferred/bytes:_direct_upload === RUN TestPostageDirectAndDeferred/bzz:_deferred === RUN TestPostageDirectAndDeferred/bzz:_direct_upload api_test.go:390: got response status 402 Payment Required, want 201 Created ================== WARNING: DATA RACE...
``` === RUN TestWithDisconnectStreams connections_test.go:910: got peers 1, want 0 --- FAIL: TestWithDisconnectStreams (7.62s) ```