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

set DEBUG_IMAGE=true when building debug docker image #3250

Merged
merged 4 commits into from
Jun 13, 2023

Conversation

garypen
Copy link
Contributor

@garypen garypen commented Jun 13, 2023

If we don't set this flag, then heaptrack isn't installed.

fixes: #3249

If we don't set this flag, then heaptrack isn't installed.

fixes: #3249
@garypen garypen requested review from abernix and a team June 13, 2023 10:26
@garypen garypen self-assigned this Jun 13, 2023
@garypen garypen requested review from Geal and o0Ignition0o June 13, 2023 10:26
@github-actions

This comment has been minimized.

@router-perf
Copy link

router-perf bot commented Jun 13, 2023

CI performance tests

  • const - Basic stress test that runs with a constant number of users
  • events_without_dedup - Stress test for events with a lot of users and deduplication DISABLED
  • no-graphos - Basic stress test, no GraphOS.
  • step - Basic stress test that steps up the number of users over time
  • reload - Reload test over a long period of time at a constant rate of users
  • xlarge-request - Stress test with 10 MB request payload
  • 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
  • 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

.changesets/fix_garypen_3249_docker_heaptrack.md Outdated Show resolved Hide resolved
.changesets/fix_garypen_3249_docker_heaptrack.md Outdated Show resolved Hide resolved
.changesets/fix_garypen_3249_docker_heaptrack.md Outdated Show resolved Hide resolved
@garypen garypen enabled auto-merge (squash) June 13, 2023 11:46
@garypen garypen disabled auto-merge June 13, 2023 16:20
@garypen garypen merged commit 8b997c6 into dev Jun 13, 2023
@garypen garypen deleted the garypen/3249-docker-heaptrack branch June 13, 2023 16:20
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.

restore heaptrack functionality to our debug docker image
3 participants