adorsys / didcomm-mediator-rs

Simple mediator for DIDComm Messaging v2
Apache License 2.0
4 stars 0 forks source link

Write tests to validate reliability features (e.g., simulated network failures, retries) E3. #259

Open chendiblessing opened 1 week ago

chendiblessing commented 1 week ago

Description: Create and implement tests that validate the reliability features of the DIDComm mediator server. This includes tests for network failure simulations, retry logic, and message acknowledgment. These tests ensure that the reliability mechanisms perform as expected under controlled failure conditions.

Acceptance Criteria:

Developed tests for simulating network failures and retry logic. Verified the functionality of message acknowledgment mechanisms. Documented test cases and results.