Martijn de Vos
Martijn de Vos
Qt6 has been released over a year ago, and we should update the Tribler GUI to use PyQt6 eventually ([new features](https://wiki.qt.io/New_Features_in_Qt_6.0)). While there do not seem to be very urgent...
Our [application tester](https://github.com/Tribler/application-tester) can test a deployed version of the Tribler software by running random commands and monitoring stability. After merging #6206, this application tester has been left in a...
Currently, we use `pytest` to start, run, and manage the GUI tests. `pytest` starts the Qt application and closes it when the tests are done. At the moment, we see...
**Describe the Bug** I've been playing a bit around with Burrow and **To Reproduce** I deployed [the basic contract as included in the tests](https://github.com/hyperledger/burrow/blob/master/tests/jobs_fixtures/app06-deploy_basic_contract_and_different_solc_types_packed_unpacked/storage.sol). My `deploy.yaml` file looks as follows:...
The dictionaries stored in the Dispersy statistics (`MessageStatistics`) are always growing and never pruned. When running Tribler for extended periods of time, this leads to significant memory usage. See for...
For some additional exposure, we could consider to make Dispersy available on PyPi. It's not that hard to do and requires adding a setup.py file to our repository. Note that...
When refactoring the bootstrap tests, I noticed that we have a stress test that sends a bunch of introduction requests to a specific tracker. I think this test can be...
When changing the name of meta messages when modifying an existing community, Dispersy throws an error when initializing this community. I found this out when I was working on the...
Opened a rebased PR in favour of #481. Students can pick this PR up when they wish to work on it.
We should twistify all Dispersy tests. Hard-coded sleeps when running these tests on a reactor thread (like I'm doing when testing the market community) is bad behaviour and blocks everything,...