-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
chore(tests): Run all unit tests on GitHub instead of Drone #41003
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 <[email protected]>
Signed-off-by: Ferdinand Thiessen <[email protected]>
Signed-off-by: Ferdinand Thiessen <[email protected]>
Signed-off-by: Ferdinand Thiessen <[email protected]>
Signed-off-by: Ferdinand Thiessen <[email protected]>
Signed-off-by: Ferdinand Thiessen <[email protected]>
Signed-off-by: Ferdinand Thiessen <[email protected]>
…Actions Signed-off-by: Ferdinand Thiessen <[email protected]>
Signed-off-by: Ferdinand Thiessen <[email protected]>
Signed-off-by: Ferdinand Thiessen <[email protected]>
Signed-off-by: Ferdinand Thiessen <[email protected]>
Signed-off-by: Joas Schilling <[email protected]>
62d78bf
to
590b4fd
Compare
/** | ||
* We need format method to return a string | ||
* @var OutputFormatterInterface|\PHPUnit\Framework\MockObject\MockObject | ||
*/ |
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.
CS complains:
*/ | |
*/ |
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.
But lets see if there is more, before we fix and rebase
No DB tests look suspicious
|
Signed-off-by: Joas Schilling <[email protected]>
Okay we are running into server/apps/dav/lib/CalDAV/Reminder/Notifier.php Lines 173 to 184 in 08b4302
|
Our runtime is:
|
Signed-off-by: Joas Schilling <[email protected]>
Signed-off-by: Joas Schilling <[email protected]>
🎉🎉🎉🎉🎉 |
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... |
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