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

Add process option #94

Closed
wants to merge 1 commit into from
Closed

Add process option #94

wants to merge 1 commit into from

Conversation

mnocon
Copy link
Contributor

@mnocon mnocon commented Nov 3, 2023

This PR makes it possible to specify the number of processes that will be run in parallel - we need this to limit the number of processes to 1 as a workaround (until we find a fix for the session issue).

Example usage:

~/Desktop/Sites/v4 on master !689 ?191 ❯ vendor/bin/ibexabehat --process=1 --profile=browser --suite=admin-ui --tags=@test --dry-run                                    took 9s  14.17.0  3.0.0 at 10:27:24
- 2 test classes into the queue.
- Will be consumed by 1 parallel Processes.
~/Desktop/Sites/v4 on master !689 ?191 ❯ vendor/bin/ibexabehat --profile=browser --suite=admin-ui --tags=@test --dry-run                                                  ✘ INT  14.17.0  3.0.0 at 10:27:12
- 2 test classes into the queue.
- Will be consumed by 6 parallel Processes.
~/Desktop/Sites/v4 on master !689 ?191 ❯ vendor/bin/ibexabehat --process=2 --profile=browser --suite=admin-ui --tags=@test                                          took 1m 50s  14.17.0  3.0.0 at 10:05:10
- 2 test classes into the queue.
- Will be consumed by 2 parallel Processes.

Copy link

sonarqubecloud bot commented Nov 3, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@mnocon
Copy link
Contributor Author

mnocon commented Nov 3, 2023

Replaced by ezsystems/BehatBundle#296

@mnocon mnocon closed this Nov 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants