Skip to content

Feature/xx 4450/fix integration

Josh Brooks requested to merge feature/XX-4450/FixIntegration into release

Summary: This partially fixes integration, specifically two bugs.

  1. The first is that error log prints are added to the comms layer if you cannot server http/https, something that is expected to happen when running integration. I added filters when checking for error prints in the gateway logs for these specific prints.
  2. Integration tests for channels were consistently failing, I determined there was a bug in the cmd/ path where the program could close before receiving all it's messages. I added some logic to wait for messages to be received or timeout and fail
Edited by Josh Brooks

Merge request reports