Skip to content

Conversation

@jerrykingxyz
Copy link
Contributor

@jerrykingxyz jerrykingxyz commented Oct 20, 2025

Summary

Rspack.reboot() will automatically reload the page, remove page.reload() to avoid playwright errors.

image

Related links

Checklist

  • Tests updated (or not required).
  • Documentation updated (or not required).

Copilot AI review requested due to automatic review settings October 20, 2025 07:51
@netlify
Copy link

netlify bot commented Oct 20, 2025

Deploy Preview for rspack canceled.

Name Link
🔨 Latest commit 009f91e
🔍 Latest deploy log https://app.netlify.com/projects/rspack/deploys/68f5f0d138738e0008c82ac3

@github-actions github-actions bot added the team The issue/pr is created by the member of Rspack. label Oct 20, 2025
Copy link
Contributor

Copilot AI 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 Overview

This PR fixes a CI failure in the lazy-compilation/persistent-cache test by reordering test operations. The issue was that the page was being reloaded before the rspack server was rebooted, which could cause timing-related test failures.

Key changes:

  • Moved the await rspack.reboot() call to occur before assertions about the Component element
  • Removed the premature await page.reload() call that occurred before the server reboot

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@github-actions
Copy link
Contributor

github-actions bot commented Oct 20, 2025

📦 Binary Size-limit

Comparing 009f91e to test: migrate config tests to rstest (#11911) by 9aoy

🙈 Size remains the same at 47.67MB

@codspeed-hq
Copy link

codspeed-hq bot commented Oct 20, 2025

CodSpeed Performance Report

Merging #11926 will not alter performance

Comparing jerry/ci (009f91e) with main (58ba8a4)

Summary

✅ 17 untouched

@jerrykingxyz jerrykingxyz enabled auto-merge (squash) October 20, 2025 08:50
@jerrykingxyz jerrykingxyz merged commit 1d075d7 into main Oct 20, 2025
100 of 104 checks passed
@jerrykingxyz jerrykingxyz deleted the jerry/ci branch October 20, 2025 09:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

team The issue/pr is created by the member of Rspack.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants