summaryrefslogtreecommitdiff
path: root/service/test/unit/config/test_sessions.py
AgeCommit message (Collapse)Author
2017-01-21Remove old UploadKeyError testTulio Casagrande
I was surprised this test was not working correctly.
2017-01-21Make registering of events for fresh accounts a bit more robust by replacing ↵Ola Bini
the old events if they were not cleaned up after previous errors
2017-01-20Rebase previous PR on current master - see PR #915 for detailsOla Bini
2017-01-17[#885] Adds test to ensure the right type for user_uuid and passphraseThais Siqueira
with @tayanefernandes
2017-01-13Mock register events to not complain about zmq certsTulio Casagrande
Related with: #815
2017-01-12Re-raise the exception after closing the sessionTayane Fernandes
We were trying to setup services even after closing the session. We fixed it and added unit test. Related with: #815
2016-11-24mock out event registration for failing test in SnapCIRoald de Vries
2016-11-24remove another unnecessary patchRoald de Vries
2016-11-24remove an unnecessary patchRoald de Vries
2016-11-23skip the test that is failing in snap only in snapRoald de Vries
2016-11-23skip the test that is failing in snap but not locallyRoald de Vries
To find out if there are more failing tests.
2016-11-23replace stdlib's unittest with trials's unittest for all unittestRoald de Vries
2016-09-08Fixed test to correctly mock the mail_fetcherBruno Wagner
2016-08-19Started deferring leap session creation #759Bruno Wagner
Started adapting get_leap_session to deferreds Soledad and keymanager setup calls will now happen in deferreds and leap session creation itself is a deferred with callbacks This is a start in breaking the big blocking calls we were doing on the main thread, this was done without changing code inside the leap libraries yet so things can be further optimized This breaks the ~4 seconds get_leap_session piece into smaller 1 seconds one, that can be further optimized and deferred to even smaller calls There are requests calls happening on the main thread that should get this number even further down Also moved some pieces from bitmask libraries to our bootstrap, because they are not bitmask libraries anymore and that was causing confusion