Wojciech Kargul
Wojciech Kargul
Two errors appears when executing tasks in `yagna`: - Get Exec Batch Results - Get Offers -> ``` [2022-06-28T09:09:09.057+0000 DEBUG ya_market::protocol::discovery] Can't get Offers from [0x43c536e9b0f7f5af5939446bc61b739bde839df0]. Error: Failed to broadcast...
We faced a few issues when runnin `hybrid_performance` checker. Those issues are listed below. Issues with `hybrid_performance` checker: - checker does not run according to the schedule, - no results...
Why: - get rid off common known mistakes and improve Rust code, - implement [clippy](https://github.com/rust-lang/rust-clippy) - many lints appear when running clippy on current `yagna` (i.e. https://github.com/golemfactory/yagna/pull/2136) what helps catching...
As described [here](https://github.com/golemfactory/yagna/issues/2019): > When executing stdout command in yapapi sometimes it is not passing full stdout as a result. Examination of `yapapi` did not result with any findings therefore...
What? Perform tests on `hybrid-mainnet` - [ ] #2259 - [ ] #2261 - [ ] #2260 Why? - test the current `hybrid-mainnet` setup - trigger traffic on the network...
- [ ] Run `ya-perf` with default configuration (same as ya-perf checker on `hybrid`) - [ ] Compare the results with previous benchmarks. Wrap up with conclusions
- [ ] Run _standard_ testing session for Requestor - [ ] Run _standard_ testing session for Provider
Currently, `hybrid_ya_perf` checker does not receive offers from the network. Investigate and fix the cause of the issue