Skip to content
#

standard

Here are 798 public repositories matching this topic...

bzbarsky-apple
bzbarsky-apple commented Aug 6, 2020

Problem

The " Build ESP32 QEMU and Run Tests" task of the "QEMU / ESP32" test seems to fail randomly. It failed on project-chip/connectedhomeip#2009 for me, then passed when retriggered.

Proposed Solution

Figure out why it fails randomly and fix. Sadly the logs CI provides don't include the src/transport/tests/test-suite.log file that should have includ

annevk
annevk commented Oct 6, 2021

processRequestBodyChunk or even processRequestBodyChunkSize would be more representative and either of those would make it clear it's different from processResponseBody, which is only invoked once and is actually passed a response.

Thanks to Tab for making me realize this.

Marking this as a good first issue as it is somewhat straightforward to rename this in various places, but note that thi

Improve this page

Add a description, image, and links to the standard topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the standard topic, visit your repo's landing page and select "manage topics."

Learn more