jrudolph commented on PR #961: URL: https://github.com/apache/pekko-http/pull/961#issuecomment-3950001137
In a [recent run](https://productionresultssa9.blob.core.windows.net/actions-results/3f818e9a-c541-4985-b35c-976d6f947d9d/workflow-job-run-22145e70-f816-52f4-b93f-376dade35975/logs/job/job-logs.txt?rsct=text%2Fplain&se=2026-02-24T08%3A29%3A05Z&sig=GcrQLmiOfxrn8uVGTs1Bvl7wyUvFLSkXuRWsjWGY2lI%3D&ske=2026-02-24T09%3A43%3A40Z&skoid=ca7593d4-ee42-46cd-af88-8b886a2f84eb&sks=b&skt=2026-02-24T05%3A43%3A40Z&sktid=398a6654-997b-47e9-b12b-9515b896b4de&skv=2025-11-05&sp=r&spr=https&sr=b&st=2026-02-24T08%3A19%3A00Z&sv=2025-11-05) in akka-http these tests show all up as IGNORED, so I think they are/were not checked. <details> <summary>Details</summary> ``` 2026-02-24T03:04:35.5020464Z Coroner Thread Count starts at 18 in akka.http.impl.engine.http2.H2SpecIntegrationSpec 2026-02-24T03:04:35.5036204Z [0m[[0m[0minfo[0m] [0m[0m[32mH2Spec[0m[0m 2026-02-24T03:04:36.5972122Z [0m[[0m[0minfo[0m] [0m[0m[32m- must pass rule: 3.5. HTTP/2 Connection Preface (1 second, 92 milliseconds)[0m[0m 2026-02-24T03:04:36.5979381Z [0m[[0m[0minfo[0m] [0m[0m[33m- must pass rule: 4.2. Frame Size !!! IGNORED !!![0m[0m 2026-02-24T03:04:36.5982585Z [0m[[0m[0minfo[0m] [0m[0m[33m- must pass rule: 4.3. Header Compression and Decompression !!! IGNORED !!![0m[0m 2026-02-24T03:04:36.5985984Z [0m[[0m[0minfo[0m] [0m[0m[33m- must pass rule: 5.1. Stream States !!! IGNORED !!![0m[0m 2026-02-24T03:04:36.5989295Z [0m[[0m[0minfo[0m] [0m[0m[33m- must pass rule: 5.1.1. Stream Identifiers !!! IGNORED !!![0m[0m 2026-02-24T03:04:36.5991111Z [0m[[0m[0minfo[0m] [0m[0m[33m- must pass rule: 5.1.2. Stream Concurrency !!! IGNORED !!![0m[0m 2026-02-24T03:04:36.6041990Z [0m[[0m[0minfo[0m] [0m[0m[32m- must pass rule: 5.3. Stream Priority (5 milliseconds)[0m[0m 2026-02-24T03:04:36.6607309Z [0m[[0m[0minfo[0m] [0m[0m[32m- must pass rule: 5.3.1. Stream Dependencies (54 milliseconds)[0m[0m 2026-02-24T03:04:36.6610671Z [0m[[0m[0minfo[0m] [0m[0m[33m- must pass rule: 5.5. Extending HTTP/2 !!! IGNORED !!![0m[0m 2026-02-24T03:04:36.6611730Z [0m[[0m[0minfo[0m] [0m[0m[33m- must pass rule: 6.1. DATA !!! IGNORED !!![0m[0m 2026-02-24T03:04:36.7498817Z [0m[[0m[0minfo[0m] [0m[0m[32m- must pass rule: 6.2. HEADERS (90 milliseconds)[0m[0m 2026-02-24T03:04:36.7514341Z [0m[[0m[0minfo[0m] [0m[0m[33m- must pass rule: 6.3. PRIORITY !!! IGNORED !!![0m[0m 2026-02-24T03:04:36.8131924Z [0m[[0m[0minfo[0m] [0m[0m[32m- must pass rule: 6.4. RST_STREAM (61 milliseconds)[0m[0m 2026-02-24T03:04:36.8811820Z [0m[[0m[0minfo[0m] [0m[0m[32m- must pass rule: 6.5. SETTINGS (66 milliseconds)[0m[0m 2026-02-24T03:04:36.8813831Z [0m[[0m[0minfo[0m] [0m[0m[33m- must pass rule: 6.5.2. Defined SETTINGS Parameters !!! IGNORED !!![0m[0m 2026-02-24T03:04:36.9313964Z [0m[[0m[0minfo[0m] [0m[0m[32m- must pass rule: 6.7. PING (50 milliseconds)[0m[0m ``` </details> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
