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

[Parallel] Fix missing process RemovedAndAddedFilesProcessor->run() on parallel process on WorkerRunner #3218

Merged
merged 9 commits into from
Dec 19, 2022

Commits on Dec 19, 2022

  1. e2e: Turn absolute paths into relative ones

    Otherwise `RemovedAndAddedFilesCollector` will print something like the following and that would need to be baked into `expected-output.diff`:
    
        [NOTE] File "/home/user/Projects/rector-src/e2e/removed-and-added-files-collector/test" will be added
    jtojnar authored and samsonasik committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    5c037ec View commit details
    Browse the repository at this point in the history
  2. e2e: Add test for rectorphp/rector#7231

    Currently failing when parallel running is enabled.
    jtojnar authored and samsonasik committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    f0a0bb2 View commit details
    Browse the repository at this point in the history
  3. [Parallel] Fix missing process RemovedAndAddedFilesProcessor->run() o…

    …n parallel process on PhpFileProcessor
    samsonasik committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    c8b0611 View commit details
    Browse the repository at this point in the history
  4. use expected output on CI

    samsonasik committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    53caa84 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5084f1d View commit details
    Browse the repository at this point in the history
  6. move to worker runner

    samsonasik committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    2431a59 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bc75b83 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    19f5442 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b0d9731 View commit details
    Browse the repository at this point in the history