You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Need to rewrite some of the failure test cases in 03-connection and 04-channel so that they fail for the stated reason in the test-case name
Enforce consistency on connectionID naming through testsuites in 03-connection and 04-channel. Connection IDs are consistent within tests, but not across the entire test-suite which is important for understandability
Write tests for TimeoutOnClose and CleanupPacket for ORDERED and UNORDERED channels
De-duplify test setup code (mainly TestChain and queryProof) in 03-connection and 04-channel and move to separate test-utils package
The text was updated successfully, but these errors were encountered:
Followup from #5711:
03-connection
and04-channel
so that they fail for the stated reason in the test-case name03-connection
and04-channel
. Connection IDs are consistent within tests, but not across the entire test-suite which is important for understandabilityTimeoutOnClose
andCleanupPacket
forORDERED
andUNORDERED
channels03-connection
and04-channel
and move to separate test-utils packageThe text was updated successfully, but these errors were encountered: