Signal-iOS/SignalServiceKit/tests
Jordan Rose 310638ad78 Fix MessageProcessingIntegrationTest database expectations
These tests fulfill an expectation when a write to the database causes
the desired state to be reached. However, there may still be writes to
the database in flight, and the *next* write will *also* probably be
in the desired state, resulting in the expectation being fulfilled
again. Because this happened *after* the test finished, an exception
was thrown, the test environment terminated, and the *next* test (or
possibly a later one) was being blamed for the failure.

Fix this issue in both places where it happens by allowing multiple
fulfills, and re-enable the test that was previously getting blamed
for this.
2022-02-03 09:44:11 -08:00
..
Account Apply script to normalize includes and imports. 2021-10-21 09:21:10 -03:00
Contacts Fix broken test. 2021-12-01 15:38:01 -03:00
Devices Deprecate REST, Part 1 2021-08-18 14:25:36 -03:00
Groups Rework the 'pending member requests and invites' view. 2020-09-03 18:33:07 -03:00
Messages Fix MessageProcessingIntegrationTest database expectations 2022-02-03 09:44:11 -08:00
Network Simplify AFNetworking usage. 2021-10-15 10:50:37 -03:00
Security Apply script to normalize includes and imports. 2021-10-21 09:21:10 -03:00
Storage Apply script to normalize includes and imports. 2021-10-21 09:21:10 -03:00
Util Import SignalMetadataKit wholesale into SignalServiceKit 2022-01-26 09:50:55 -08:00
SSKBaseTestObjC.h Respond to CR. 2021-10-21 09:21:31 -03:00
SSKBaseTestObjC.m Apply script to normalize includes and imports. 2021-10-21 09:21:10 -03:00
SSKBaseTestSwift.swift Remove YapDatabase. 2021-03-25 11:41:16 -03:00
SSKSwiftTests.swift Convert to just using CocoaPods for dependencies 2020-01-02 12:03:57 -08:00