-
-
Notifications
You must be signed in to change notification settings - Fork 87
Move BashUnit tests to another directory #1348
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
Conversation
jrfnl
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@fredden Looks like this PR is out-of-sync ? In the code, the directory refs now read tests/EndToEndBashUnit, but the actual directory looks to be called tests/EndToEndBash ?
If you want my opinion, I think EndToEndBash is probably the right name as it describes the type of tests without hard-linking it to the tooling used to run them.
|
Thought: should this be pulled to the 3.x branch instead of 4.x branch ? I wonder how much having this change only in 4.x will complicate merge-ups. |
There are no code changes here other than renaming the directory from 'EndToEnd' to 'EndToEndBash'. This change paves the way for another EndToEnd flavour to exist.
a05b8ed to
dad6f35
Compare
There shouldn't be many things still going into the 3.x branch (security, runtime PHP for new PHP versions and keeping CI running). Thinking this over some more, chances of anything changing in the bash based tests in the 3.x branch over the next year or so are slim, so let's go for it as-is. Thanks for the reality-check. |
jrfnl
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @fredden !

Description
There are no code changes here other than renaming the directory from 'EndToEnd' to 'EndToEndBash'. This change paves the way for another EndToEnd flavour to exist.
Suggested changelog entry
None required.
Related issues/external references
Relates to #1292
Types of changes
PR checklist