Yaroslav Kukharuk

Results 19 comments of Yaroslav Kukharuk

https://seq.nethermind.io/#/events?filter=NodeName%3D%22DailyResync_windows_master_sepolia_nimbus%22 Note, that this node name is reused between runs, so it might be have old or new unrelated entries

yup, confirming, it's not closing the process: ``` 07 Mar 21:39:39 | Old Receipts 1,289,475 / 19,384,619 ( 6.65 %) | queue 18,994 | current 13 Blk/s | total 767...

yeah, I've re-ran the node, and it recovered and was progressing with sync and over night it ran out of disk space. Here are the logs, just in case: https://gist.githubusercontent.com/brbrr/71aecb51d3cc3e7f25e95e81e93de7ea/raw/16b3841b40eab720ca8292eb33fd9798ab29ce3c/mainnet.log

ok, thanks! I'll try to use it. btw, is it correct place to ask questions? So if im not using Common test, how can I pass config in to escalus?...

Yeah, I wanted to use Elixir to write some tests for custom mongoose server(custom registration, message delivery etc). I was thinking about Elixir just because im new for both elixir...

UPD: ah, its because init_per_group uses different process than test cases itself. was managed to workaround with: http://stackoverflow.com/a/15634582/3078381 Thanks! `ets` is working, but only when I use it inside same...

I was able to reproduce the issue on Mac with sedge. It feels like a configuration issue though, since the push gateway is working for our test nodes (although, we...