pistacheio / pistache

A high-performance REST toolkit written in C++
https://pistacheio.github.io/pistache/
Apache License 2.0
3.12k stars 685 forks source link

ci(linux): only run Coverage step on Debian Stable #1211

Closed Tachi107 closed 2 months ago

Tachi107 commented 2 months ago

This is a temporary workaround to the Coverage failures on Debian Testing.

kiplingw commented 2 months ago

@Tachi107, http_server_test.client_multiple_requests_disconnection_on_timeout_from_single_threaded_server is bailing in the linux / linux (debian:testing, clang, address, false) (pull_request) runner. Was that to be expected?

Tachi107 commented 2 months ago

On Sat Apr 27, 2024 at 7:46 PM CEST, Kip wrote:

@Tachi107, http_server_test.client_multiple_requests_disconnection_on_timeout_from_single_threaded_server is bailing in the linux / linux (debian:testing, clang, address, false) (pull_request) runner. Was that to be expected?

No, it's not, but it is unrelated to this patch. Looking at the logs it seems a bug in the http client code?

Anyway, this shouldn't be a blocker for this patch in particular.