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

Update line numbers based on changed breakpoint/hit count expectations #9734

Merged
merged 1 commit into from
Sep 14, 2023

Conversation

markerikson
Copy link
Collaborator

This PR:

  • Updates several tests that check for specific line numbers, to account for changes in backend breakpoint/hit count values.

Recent backend changes altered the hit count values and breakpoints that get returned, even though the underlying recordings and source files have not changed.

Before, we had breakpoints and hit counts for lines where functions were declared:

image

afterwards, we no longer have hit counts for function declaration lines:

image

I've adjusted line numbers in failing tests to account for this.

@vercel
Copy link

vercel bot commented Sep 14, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
devtools ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 14, 2023 9:27pm

@replay-io
Copy link

replay-io bot commented Sep 14, 2023

E2E Tests

80 replays were recorded for 1d00dd7.

image 1 Failed
image 79 Passed

View test run on Replay ↗︎

Snapshot Tests

100 replays were recorded for 1d00dd7.

image 0 Failed
image 100 Passed

View test run on Replay ↗︎

@replay-delta
Copy link

replay-delta bot commented Sep 14, 2023

@markerikson markerikson merged commit 0af67d7 into main Sep 14, 2023
33 of 35 checks passed
@markerikson markerikson deleted the bugfix/FE-1918-step-failures branch September 14, 2023 21:34
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