-
-
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
Run oci tests against phpunit9/php8 #24827
Conversation
juliusknorr
commented
Dec 23, 2020
•
edited
Loading
edited
- Run OCI unit tests against PHP8 and PHPunit9
- Fix tests in tests/Core that have not been executed for a while due to the uppercase directory name
- Fix use of removed getAnnotations method
8c67120
to
24abe25
Compare
I expected worse:
|
0f28cbb
to
6c88597
Compare
6c88597
to
8b82f86
Compare
🤖 beep boop beep 🤖 Here are the logs for the failed build: Status of 993: failurenodbShow full log
sqliteShow full log
mysql8.0-php7.4Show full log
integration-ldap-openldap-uid-features
Show full log
|
|
So what are the next steps? |
a83b001
to
aebf574
Compare
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.
🧹
tests/lib/TestCase.php
Outdated
@@ -33,6 +33,7 @@ | |||
use OCP\IDBConnection; | |||
use OCP\IL10N; | |||
use OCP\Security\ISecureRandom; | |||
use PHPUnit\Util\Test; |
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.
unused
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 statement is still superfluous, isn't it?
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.
CI will tell us. I'll remove it now.
🏓 |
conflicts |
aebf574
to
5bca9c2
Compare
Rebased and conflicts solved. |
Signed-off-by: Julius Härtl <[email protected]>
Signed-off-by: Julius Härtl <[email protected]>
… anything useful Signed-off-by: Julius Härtl <[email protected]>
5bca9c2
to
9161f6c
Compare