Signal-iOS/SignalServiceKit/tests/Messages
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
..
Interactions Respond to CR. 2021-10-21 09:21:33 -03:00
Stickers Fix copyrights 2022-01-26 09:50:56 -08:00
MessagePipelineSupervisorTest.swift Adds a whole bunch of tests for MessagePipelineSupervisor 2020-07-22 21:10:27 -07:00
MessageProcessingIntegrationTest.swift Fix MessageProcessingIntegrationTest database expectations 2022-02-03 09:44:11 -08:00
MessageSendLogTests.swift Fix compilation issue in tests 2021-10-28 12:40:56 -07:00
OWSDisappearingMessageFinderTest.m Apply script to normalize includes and imports. 2021-10-21 09:21:10 -03:00
OWSDisappearingMessagesJobTest.m Respond to CR. 2021-10-21 09:21:33 -03:00
OWSLinkPreviewTest.swift Rework dependency access. 2021-03-25 09:24:27 -03:00
OWSMessageManagerTest.m Respond to CR. 2021-10-21 09:21:33 -03:00
OWSMessageSenderTest.m Apply script to normalize includes and imports. 2021-10-21 09:21:10 -03:00
OWSOutgoingReceiptManagerTests.swift Fixes a crash in OWSReceiptManager 2021-08-09 21:43:06 -03:00
OWSUDManagerTest.swift Fix copyrights 2022-01-26 09:50:56 -08:00
SignalServiceAddressTest.swift Fix address hash continuity. 2021-12-01 10:45:10 -08:00
SMKSecretSessionCipherTest.swift Eliminate SMKAddress in favor of SignalServiceAddress 2022-01-26 09:50:56 -08:00
SMKTestUtils.swift Eliminate SMKAddress in favor of SignalServiceAddress 2022-01-26 09:50:56 -08:00
SMKUDAccessKeyTest.swift Import SignalMetadataKit wholesale into SignalServiceKit 2022-01-26 09:50:55 -08:00
TestProtocolRunnerTest.swift Rework dependency access. 2021-03-25 09:24:27 -03:00