chore(tests): Run all unit tests on GitHub instead of Drone#41003
Merged
nickvergessen merged 17 commits intomasterfrom Jan 26, 2024
Merged
chore(tests): Run all unit tests on GitHub instead of Drone#41003nickvergessen merged 17 commits intomasterfrom
nickvergessen merged 17 commits intomasterfrom
Conversation
c53be13 to
8848476
Compare
mysql tests on GitHub instead of drone
2fe02b7 to
59abd8e
Compare
mysql tests on GitHub instead of drone59abd8e to
27571d5
Compare
27571d5 to
dab6424
Compare
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
…Actions Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Signed-off-by: Joas Schilling <coding@schilljs.com>
62d78bf to
590b4fd
Compare
| /** | ||
| * We need format method to return a string | ||
| * @var OutputFormatterInterface|\PHPUnit\Framework\MockObject\MockObject | ||
| */ |
Member
There was a problem hiding this comment.
CS complains:
Suggested change
| */ | |
| */ |
Member
There was a problem hiding this comment.
But lets see if there is more, before we fix and rebase
Member
|
No DB tests look suspicious |
Signed-off-by: Joas Schilling <coding@schilljs.com>
Member
|
Okay we are running into server/apps/dav/lib/CalDAV/Reminder/Notifier.php Lines 173 to 184 in 08b4302
|
Member
|
Our runtime is:
|
Signed-off-by: Joas Schilling <coding@schilljs.com>
nickvergessen
approved these changes
Jan 26, 2024
Signed-off-by: Joas Schilling <coding@schilljs.com>
Contributor
|
🎉🎉🎉🎉🎉 |
Member
|
Hmpf it merged with red ci.... was not good to enable automerge I guess.. But it's so weird, I extracted the failing S3 test in #43154 and it passes there... |
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Lets move from drone to GitHub this way we can use our runners more flexible and restart flaky tests separatly instead of "drone unrelated".
TODO
Checklist