-
-
Notifications
You must be signed in to change notification settings - Fork 531
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Run tests on 3.12-dev #2809
Run tests on 3.12-dev #2809
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #2809 +/- ##
==========================================
- Coverage 96.11% 87.92% -8.19%
==========================================
Files 211 211
Lines 9232 9232
Branches 1489 1489
==========================================
- Hits 8873 8117 -756
- Misses 229 918 +689
- Partials 130 197 +67 |
Apollo Federation Subgraph Compatibility Results
Learn more: |
d91e59f
to
f5e139d
Compare
Did a little investigation. The first error we see is this:
Which made me think our issue is related to aio-libs/frozenlist#296 which lead me to this fix or workaround: aio-libs/aiohttp#3704 But actually it looks like our build backend might be working just fine, it's just gcc actually failing to compile frozenlist:
This error leads to a cython issue cython/cython#5238. I'm now experimenting on the side with pinning newer cython versions. (no solution yet, just wanted to share some thoughts). EDIT: there is an issue for this in the frozenlist repo aio-libs/frozenlist#433 |
68f2cea
to
f5e139d
Compare
CodSpeed Performance ReportMerging #2809 will not alter performanceComparing Summary
|
da81e30
to
781303e
Compare
Description
Types of Changes
Issues Fixed or Closed by This PR
Checklist