bee
bee copied to clipboard
Bee is a Swarm client implemented in Go. It’s the basic building block for the Swarm network: a private; decentralized; and self-sustaining network for permissionless publishing and access to your (ap...
Test `TestBackoff` seems to be flaky. ``` kademlia_test.go:875: timed out waiting for counter to reach expected value. got 1 want 2 --- FAIL: TestBackoff (3.64s) ```
Test `TestAnnounceBgBroadcast` seems to be flaky. [CI run](https://github.com/ethersphere/bee/actions/runs/4262903898/jobs/7419301831) ``` kademlia_test.go:1625: background broadcast did not exit on close --- FAIL: TestAnnounceBgBroadcast (0.27s) ```
In the commit af3ba87 `paralleltest` lint check was disabled for entire repository. Instead of disabling it for entire repository it should be disabled only for specific folders.
Currently `pkg/postage` has disabled `paralleltest` lint check (see `golangci.yaml` file). This check should be enabled for this package and tests should be corrected to use `t.Parallel()`. Acceptance criteria: - enable...
Test `TestSnapshot` seems to be flaky. [CI run example](https://github.com/ethersphere/bee/actions/runs/4262563755/jobs/7418219459) ``` kademlia_test.go:1251: expected 1 connected peers but got 0 --- FAIL: TestSnapshot (0.32s) ```
Test `TestPostageDirectAndDeferred` is flaky [ci run](https://github.com/ethersphere/bee/actions/runs/4126567090/jobs/7128663090) ``` api_test.go:598: got response status 402 Payment Required, want 201 Created api_test.go:612: chunk not found in the store --- FAIL: TestPostageDirectAndDeferred (0.00s) --- PASS:...
Allowing the overlay address mining even when nonce exists. That case, `localstore` and `kademlia-metrics` folders will be removed and `statestore` will be cleared to start a clean state in the...
### Checklist - [x] I have read the [coding guide](https://github.com/ethersphere/bee/blob/master/CODING.md). - [x] My change requires a documentation update, and I have done it. - [x] I have added tests to...
### Checklist - [ ] I have read the [coding guide](https://github.com/ethersphere/bee/blob/master/CODING.md). - [ ] My change requires a documentation update, and I have done it. - [ ] I have...
currently on mainnet, average number of connections is around 200 connections per node, and this is mainly due to the high storage radius and high number of nodes (relative to...