Closed (fixed)
Project:
DrupalCI: Test Runner
Component:
Testrunner Codebase
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
9 Oct 2016 at 16:20 UTC
Updated:
15 Nov 2016 at 15:14 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #4
MixologicThings that need to happen -> These might all be their own issues.
And much more
Comment #6
mile23Generally diggin' the directory structure, with plugins for every level of build task. This lets us have config for build jobs, for instance. Unfortunately I can't run the tests:
Very happy with the new build definition format.
Comment #8
mile23OK, I've been having trouble getting all the docker images for the dev setup, but i'm only missing web-5.6.
That means only one failing test for this setup, so provisional RTBC. If it breaks everything, blame Comcast.
Comment #9
MixologicThis has been merged into dev, and the branch cleaned up. Now, need to make sub issues for all the next steps
Comment #10
mradcliffe- git fetch
- git merge --ff-only origin/dev
- rm -rf vendor/
- composer install
- ./bin/phpunit
I'll try killing the directory and trying again.
Comment #11
mile23@mradcliffe You have a case-sensitive file system, don't you? :-)
Comment #12
mradcliffeYes, the case-sensitivity matters for the namespace for me. if I change all references of "Codebase" to "CodeBase" I no longer run into the issue.
Comment #13
MixologicI went ahead and stripped out all the capital B's over in #2820540: Completely re-do all the things.
Im going to mark this as fixed. We've got a lot of issues floating around , or a lot of the things in this were done in the above refactoring.
Comment #14
MixologicComment #15
Mixologic