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

i#6020 interval analysis: Fix interval counts regex #6116

Merged
merged 4 commits into from
Jun 6, 2023

Conversation

abhinav92003
Copy link
Contributor

@abhinav92003 abhinav92003 commented Jun 6, 2023

Ensures that we do not track unique PCs in the combined interval
snapshots. Since the shard-local snapshots themselves do not track
unique pcs, the combined snapshot also wouldn't have anything in
the unique pc set. But we need to explicitly disable unique pcs
tracking so that we skip printing that field. This was missing in the
original PR #6097.

Also fixes expected regex of basic counts interval output so that only
digits and leading white-spaces are accepted at the beginning of each
line. Otherwise we aren't able to detect that the unique pc addrs line
in the counters output is still present.

Also fixes a regression due to #6113 which causes a regex match
failure in case only a single interval is output for the whole trace.

Issue: #6020, #6112

Ensures that we do not track unique PCs in combined interval snapshots.

Also fixes expected regex of basic counts interval output so that only
digits and leading white-spaces are accepted at the beginning of each
line.

Issue: #6020
@abhinav92003 abhinav92003 requested a review from bete0 June 6, 2023 18:23
@abhinav92003 abhinav92003 added this pull request to the merge queue Jun 6, 2023
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Jun 6, 2023
@abhinav92003
Copy link
Contributor Author

vs2019-32 failure is #6081.

@abhinav92003 abhinav92003 added this pull request to the merge queue Jun 6, 2023
Merged via the queue into master with commit 9fbffd7 Jun 6, 2023
@abhinav92003 abhinav92003 deleted the i6020-ensure-no-unique-pc-addr-tracking branch June 6, 2023 22:33
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.

2 participants