Jose Celano
Jose Celano
> @josecelano your `cargo-pretty-test` seems to be failing... hmm? Hi, @da2ce7, I guess it's because the tests are now printing to the console even if, by default, they should not...
Hi @da2ce7, this is the patch (fie `src/bootstrap/tracing.rs`) for the cargo test output: ```rust //! Setup for the application tracing. //! //! It redirects the tracing info to the standard...
@da2ce7 one question, can we disable the location in the output for production: ```output 2024-04-09T05:22:25.044249Z INFO torrust_tracker::console::ci::e2e::tracker_container: Running docker tracker image: tracker_HdsddtwXcLcZFrphp1Re ... at src/console/ci/e2e/tracker_container.rs:51 ``` I would add the...
Relates to: https://github.com/torrust/torrust-tracker/issues/727
Displaced by https://github.com/torrust/torrust-tracker/pull/888. However, one of the features introduced in the PR has not been added to that PR. Rather I've opened a [new issue](https://github.com/torrust/torrust-tracker/issues/889).
The result [here](https://github.com/greatest-ape/aquatic/blob/master/documents/aquatic-udp-load-test-2024-02-10.md) with 2 cores is a little bit worse than mine. 
I'm getting some errors trying to run a complete test: [2024-03-19-bencher.txt](https://github.com/torrust/torrust-tracker/files/14656808/2024-03-19-bencher.txt). For example: ```output panic: too many concurrent operations on a single file or socket (max 1048575) ``` ```output Couldn't...
> Yeah, chihaya tends to crash under heavy load. There is an issue opened about it somewhere, probably in the chihaya or Go repos. In my recollection it is amazingly...
We have to update the configuration in https://github.com/greatest-ape/aquatic/blob/master/crates/bencher/src/protocols/udp.rs#L448-L508 THe env var name and the configuration file have changed.
I've opened a [PR](https://github.com/greatest-ape/aquatic/pull/208) on the Aquatic repo to update the tracker config in the Bencher.