-
Notifications
You must be signed in to change notification settings - Fork 32
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(integrity): expect pkg mgmt files #490
Conversation
Signed-off-by: Arthur Schiwon <[email protected]>
Tested on an instance that was having the issue, and it fixes it. |
CI is not happy. When doing "composer i" I end up with files removed from git, is that expected? |
Sounds strange, what would it want to remove? The makefile (and also tests) differ from master, it surely is worth to streamline them as well. |
Pushed minimal adjustments to the tests. |
b196e8f
to
008e644
Compare
"minimal"… tbc |
ebfe0a0
to
ee0fd72
Compare
- tests NC27 - bump humbug/box Signed-off-by: Arthur Schiwon <[email protected]>
Signed-off-by: Arthur Schiwon <[email protected]>
Signed-off-by: Arthur Schiwon <[email protected]>
Signed-off-by: Arthur Schiwon <[email protected]>
Signed-off-by: John Molakvoæ <[email protected]>
Signed-off-by: Arthur Schiwon <[email protected]>
0fe19ef
to
2fbf2cd
Compare
totally nuts. Why don't I copy over test definition from master? It succeeds even on 8.2 for unknown reasons, but it does not test against 27. Still might give it a try tomorrow, this is frustration. In this repo we almost never have PRs against stable branches… |
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.
Feels weird to stop testing that, support for daily channel is a feature of the updater.
@@ -1,32 +0,0 @@ | |||
Feature: CLI updater - stable19 base | |||
|
|||
Scenario: Update is available - 19.0.0 beta 3 to 19.0.0 beta 4 |
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.
Same here, this tests beta support I think
@@ -1,54 +0,0 @@ | |||
Feature: CLI updater - stable20 base | |||
|
|||
Scenario: Update is available - 20.0.0 beta 1 to 20.0.0 RC 1 |
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.
This tests beta to RC
And maintenance mode should be off | ||
And upgrade is not required | ||
|
||
Scenario: Update is available but unexpected folder found - 20.0.7 to 20.0.8 |
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.
unexpected folder here.
All these tests should be kept IMO since they test features of the updater.
Also why the symfony/console bump in stable27 that was not done in master first? |
My composer was outdated, this does not happen anymore. |
Tests result complained about PHP 8.2 incompatibilities, so that was a try. That's also why I wonder why they work in master. |
backport of #488