-
Notifications
You must be signed in to change notification settings - Fork 396
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
Travis issues logged but build passing #3084
Comments
The PHPUnit warning at least was introduced in commit 79be8c8, apparently on this line blt/tests/phpunit/bootstrap.php Line 8 in 79be8c8
My gut is that it's only coincidental to the |
@ba66e77 I was taking a look at the Resolving this is particularly important for ACSF and multisite projects since running a This was one of the things fixed in #3006 that was reverted, specifically a83b8e0 , 7404038, and d57600f In taking a quick look again, we will likely see additional improvements from adding a flush of the service container. Do you want me to create a separate bug to track this bug while the fixes are in progress, or just update this one? |
I still don't see how a |
SQLSTATE appears to come from here:
The fact that it's not failing the build is expected, since we explicitly allow that command to fail. We must have known it was flaky when we implemented it in #2456 The error is easily fixed by removing the cache rebuild: #3474. This will also do wonders to aid with #3436 (it reduces log output by 15%, or 1500 lines) To the other points in this thread:
|
In reviewing #3082 , the SQLSTATE message below was observed, even though Travis build still passed.
Looking into that one, @lcatlett determined the issue was not introducted in #3082 and also noticed a co-occurring issue:
This is occurring in both 9.x and 9.2.x versions. I've tracked the issue back as far as the 9.1.1 release, but have not yet determined the PR withing that release where it first arose.
The text was updated successfully, but these errors were encountered: