Signal-iOS/SignalServiceKit/tests
Jordan Rose e269097ed6 SSK: Flush DispatchQueue.main after every test
There are a lot of events that get dispatched onto the main queue
(often /from/ the main queue), and processing them during the setup
for the subsequent test can cause problems. In particular, the
notification for setting up a local number in -[OWSMessageManagerTest
test_GroupUpdate] was occasionally being processed in the subsequent
-test_GroupUpdateWithAvatar, depending on how long GRDB took to set up
in the second test.
2021-01-16 12:38:14 -08:00
..
Account Keep signed prekeys for 30 days 2020-12-22 12:37:59 -08:00
Contacts Remote obsolete remote config & feature flags around gv2. 2020-10-08 17:24:11 -03:00
Devices Goodbye iOS 10 2020-05-27 17:34:32 -07:00
Groups Rework the 'pending member requests and invites' view. 2020-09-03 18:33:07 -03:00
Messages Respond to CR. 2020-10-08 17:31:29 -03:00
Network Make test_messageIsSent less flaky by flushing the global queue 2020-09-30 12:53:32 -07:00
Security Fix tests 2020-06-01 13:07:56 -07:00
Storage Rename singleton accessors. 2020-09-17 21:11:09 -03:00
Util Silently migrate master key to new KBS enclave when necessary 2020-10-06 15:07:11 -07:00
SSKBaseTestObjC.h Cautious proto address parsing. 2020-08-19 17:06:13 -03:00
SSKBaseTestObjC.m SSK: Flush DispatchQueue.main after every test 2021-01-16 12:38:14 -08:00
SSKBaseTestSwift.swift SSK: Flush DispatchQueue.main after every test 2021-01-16 12:38:14 -08:00
SSKSwiftTests.swift Convert to just using CocoaPods for dependencies 2020-01-02 12:03:57 -08:00