router icon indicating copy to clipboard operation
router copied to clipboard

chore: Update Apollo Protobuf

Open github-actions[bot] opened this issue 1 year ago • 3 comments
trafficstars

This updates the copy of reports.proto which this repository relies on with the latest copy fetched via our public endpoint.

github-actions[bot] avatar Apr 26 '24 12:04 github-actions[bot]

CI performance tests

  • [x] 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
  • [x] const - Basic stress test that runs with a constant number of users

router-perf[bot] avatar Apr 26 '24 12:04 router-perf[bot]

As to context about this new mechanism, we've introduced https://github.com/apollographql/router/pull/5031 and https://github.com/apollographql/router/pull/5030 and this is the first output from that.

abernix avatar Apr 26 '24 12:04 abernix

Tests will fail on this PR until we actually apply what @bonnici tried to apply in https://github.com/apollographql/router/pull/5026 but for whatever reason haven't been able to pass because of a failing integration::lifecycle::test_shutdown_with_idle_connection test.

abernix avatar Apr 26 '24 12:04 abernix

@abernix, please consider creating a changeset entry in /.changesets/. These instructions describe the process and tooling.

github-actions[bot] avatar May 02 '24 11:05 github-actions[bot]