Skip to content
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

chore(maint,1.45.1): Update code and snapshots after proto update #5029

Closed
wants to merge 11 commits into from

Conversation

abernix
Copy link
Member

@abernix abernix commented Apr 26, 2024

Re-apply #5026 on #5009. While this doesn't currently work on dev in the original PR, this looks like it passes on this branch and would free up the 1.45.1 branch for release.

abernix and others added 5 commits April 24, 2024 07:02
The DD exporter does some explicit mapping of attributes and was using a
value "apollo.subgraph.name" that the latest versions of the router
don't use. The correct choice is "subgraph.name".

Update the mapping to reflect this change.
Fix #5006

in #4883 we introduced a
query hashing scheme that stays stable across schema updates if the
update does not affect the query. Unfortunately, it was not taking
introspection queries into account.
This fixes the hashing mechanism to add the schema string to hashed data
if we encounter an introspection field. This is a temporary fix until we
move introspection execution out of query planning. At that point, this
hashing mechanism won't ever see introspection fields.
@router-perf
Copy link

router-perf bot commented Apr 26, 2024

CI performance tests

  • step - Basic stress test that steps up the number of users over time
  • events_big_cap_high_rate_callback - Stress test for events with a lot of users, deduplication enabled and high rate event with a big queue capacity using callback mode
  • large-request - Stress test with a 1 MB request payload
  • events - Stress test for events with a lot of users and deduplication ENABLED
  • xxlarge-request - Stress test with 100 MB request payload
  • events_without_dedup - Stress test for events with a lot of users and deduplication DISABLED
  • xlarge-request - Stress test with 10 MB request payload
  • step-jemalloc-tuning - Clone of the basic stress test for jemalloc tuning
  • events_callback - Stress test for events with a lot of users and deduplication ENABLED in callback mode
  • no-graphos - Basic stress test, no GraphOS.
  • reload - Reload test over a long period of time at a constant rate of users
  • events_big_cap_high_rate - Stress test for events with a lot of users, deduplication enabled and high rate event with a big queue capacity
  • events_without_dedup_callback - Stress test for events with a lot of users and deduplication DISABLED using callback mode
  • const - Basic stress test that runs with a constant number of users

@abernix abernix changed the title Update code and snapshots after proto update for v1.25.1: Update code and snapshots after proto update Apr 26, 2024
@abernix abernix changed the title for v1.25.1: Update code and snapshots after proto update for v1.45.1: Update code and snapshots after proto update Apr 26, 2024
@abernix abernix enabled auto-merge (squash) April 26, 2024 11:59
@abernix abernix changed the title for v1.45.1: Update code and snapshots after proto update chore(maint,1.45.1): Update code and snapshots after proto update Apr 26, 2024
abernix and others added 4 commits April 26, 2024 15:13
We'll have a GitHub Action do the maintenance on this file, rather than
having a test remind us that it's stale. The test results in all PRs
(and
all downstream users of this repository) suddenly getting failing tests
every time our infra-team deploys a new version of the proto, whereas
the
GitHub Action can be a much more controlled burn.

The GitHub action that replaces this is in [#5030], and we will merge
this test just as soon as that is validated.

[#5030]: #5030
Co-authored-by: Edward Huang <edward.huang@apollographql.com>
Co-authored-by: Edward Huang <edward.huang@apollographql.com>
In practice, this file actually serves as a cache key for our
configuration due to the incorporation of the file's hash in the
[key/ID], which I need to bump in order to rotate the cache in CircleCI.
While I'm here, I might as well fix the editor warnings being emitted
about this not being a valid version of Xcode, along with some trailing
newlines! While we had '14.2' as the value to bring in patch releases of
Xcode, I'd rather we not have that level of indeterminism anyhow, so
I'll just make it '14.2.0' which is the latest '14.2' release anyhow.

[key/ID]:
https://github.com/apollographql/router/blob/0137e0cf848b9b22ef94fe14b32ed1a082d3f0b5/.circleci/config.yml#L73-L83
Base automatically changed from 1.45.1 to main April 26, 2024 20:52
@abernix abernix requested a review from a team as a code owner April 26, 2024 20:52
@abernix
Copy link
Member Author

abernix commented Apr 29, 2024

I don't think this is necessary any longer since 1.45.1 has landed.

@abernix abernix closed this Apr 29, 2024
auto-merge was automatically disabled April 29, 2024 08:49

Pull request was closed

@abernix abernix reopened this May 2, 2024
@abernix abernix changed the base branch from main to dev May 2, 2024 11:53
@abernix abernix closed this May 2, 2024
@abernix abernix deleted the abernix/bonnici/njm/240426/proto-update branch May 3, 2024 16:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants