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

fix: fix detection of HTTP site when using the useState in adaptive crawler #2530

Merged
merged 1 commit into from
Jun 11, 2024

Conversation

B4nan
Copy link
Member

@B4nan B4nan commented Jun 11, 2024

The crawler state provided in useState is now cloned before we run the browser, and the old state is used for the HTTP based rerun, so it can produce the same results. Since we only do this for the reruns, we don't need to care about persistence of the state, we only check for the detection outcome.

… crawler

The crawler state provided in `useState` is now cloned before we run the browser, and the old state is used for the HTTP based rerun, so it can produce the same results. Since we only do this for the reruns, we don't need to care about persistence of the state, we only check for the detection outcome.
@github-actions github-actions bot added this to the 91st sprint - Tooling team milestone Jun 11, 2024
@github-actions github-actions bot added the t-tooling Issues with this label are in the ownership of the tooling team. label Jun 11, 2024
@B4nan B4nan added the adhoc Ad-hoc unplanned task added during the sprint. label Jun 11, 2024
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

⚠️ Pull Request Tookit has failed!

Pull request is neither linked to an issue or epic nor labeled as adhoc!

@B4nan B4nan merged commit 7e195c1 into master Jun 11, 2024
9 checks passed
@B4nan B4nan deleted the adaptive-use-state-fix branch June 11, 2024 18:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
adhoc Ad-hoc unplanned task added during the sprint. t-tooling Issues with this label are in the ownership of the tooling team.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant