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 nil session log warn to debug in page attach #849

Merged
merged 1 commit into from
May 8, 2023

Conversation

inancgumus
Copy link
Member

@inancgumus inancgumus commented Apr 6, 2023

I suggested this earlier on to detect nil sessions. But now, this warning is outdated because when users running multiple instance/VU tests, they will see dozens/hundreds lines of warnings.

The core reason we receive a lot of these warnings is:

We need to correctly handle the CDP messages while sending and receiving them (the order of them).
#848

@inancgumus inancgumus self-assigned this Apr 6, 2023
@inancgumus inancgumus added the ux label Apr 6, 2023
@inancgumus inancgumus added this to the v0.10.0 milestone Apr 6, 2023
@inancgumus inancgumus requested review from ankur22 and ka3de April 6, 2023 13:00
Copy link
Collaborator

@ka3de ka3de left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.
Just take into account that the PR title says info instead of debug 👍

@inancgumus inancgumus changed the title Update nil session log warn to info in page attach Update nil session log warn to debug in page attach Apr 6, 2023
Rationale:

I suggested this earlier on to detect nil sessions. But now, this
warning is outdated because when users running multiple instance/VU
tests, they will see dozens/hundreds lines of warnings.

The core reason we receive a lot of these warnings is:

We need to correctly handle the CDP messages while sending and receiving
them (the order of them).
#848
@inancgumus inancgumus force-pushed the update/onAttachedToTarget-nil-session-info branch from c1df715 to a53665c Compare April 6, 2023 13:16
@inancgumus inancgumus merged commit a56b64d into main May 8, 2023
@inancgumus inancgumus deleted the update/onAttachedToTarget-nil-session-info branch May 8, 2023 07:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants