Emmanuel Leblond
Emmanuel Leblond
With triopg, I sometime encounter this kind of errors: ``` Exception ignored in: Traceback (most recent call last): File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/asyncpg/connection.py", line 124, in __del__ self.terminate() File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/asyncpg/connection.py", line 1059, in...
Pytest's PostgreSQL tests: - PostgreSQL12 ~9mn - PostgreSQL 14: ~36mn !!!! Currently we stick to 12 on the CI, but it requires ubuntu 20.04, so we should investigate this :/
https://github.com/Scille/parsec-cloud/runs/7555808465?check_suite_focus=true#step:14:201 ```python ___________ ERROR at teardown of test_conduit_exchange_good[claimer] ___________ caplog = @pytest.fixture(autouse=True) def no_logs_gte_error(caplog): yield # TODO: Concurrency bug in Hypercorn when the server is torndown while a # client...
https://github.com/Scille/parsec-cloud/runs/7854269358?check_suite_focus=true#step:13:95 ``` Run poetry run pytest --log-level=DEBUG --durations=10 --side-effects-timeout=10 -vv -x tests --runmountpoint --runslow --rungui -m gui [...] tests/core/gui/test_main_window.py::test_link_file_disconnected_cancel_login PASSED [ 25%] tests/core/gui/test_main_window.py::test_link_file_unknown_workspace PASSED [ 25%] tests/core/gui/test_main_window.py::test_link_organization PASSED [ 25%]...
Umbrella issue to list what is needed in order to have a first Rust code shipped in production app (both client&server side) - [x] #2489 - [ ] #2490 -...
As part of oxidizing the command schemas, we document the error rep status for each command. We should consider PR #1279 that introduce `invitation_already_claimed` and `invitation_cancelled` to anonymous handshake
The idea to add the `api_` prefix is to be able to be explicit about the fact those crates contain interface shared between client and server, and hence there is...
One less binary dependency for Python \o/
## Current situation ### Server release A platform-independent wheel is generated as the first step in the CI, then once all tests have passed it is uploaded to pypi. Deploying...
Umbrella issue ## Architecture - [x] #2463 TODO - [x] #2461 - [x] #2464 TODO ## Implementation ### Organization bootstrap evolutions - [x] #2468 - [x] #2467 - [x] #2469...