found a silly naming bug reading the aggregator entity code and it annoyed me enough to create a patch.
| Comment | File | Size | Author |
|---|---|---|---|
| #18 | 2638182-8.patch | 685 bytes | Anonymous (not verified) |
| #17 | 2638182_aggregator.feed_form.patch | 697 bytes | Mixologic |
| #12 | 2638182-12-no-wai.patch | 1.63 KB | Anonymous (not verified) |
| aggregator.feed_.form_.patch | 697 bytes | Anonymous (not verified) | |
| #8 | 2638182-8-updatf.patch | 697 bytes | Anonymous (not verified) |
Comments
Comment #1
Anonymous (not verified) commentedbeejeebus created an issue. See original summary.
Comment #2
chx commentedOK , that is stupid indeed.
Comment #4
Anonymous (not verified) commentedlol?
rerunning, because the entirety of this patch is:
Comment #6
Anonymous (not verified) commentedfor shits and giggles, here are a couple more variations. this is *weird*, and may indicate some underlying CI oddity that needs to be figured out.
Comment #8
Anonymous (not verified) commentedlulzly times. so, $update fails, but $__lulz__ passes.
here are some more variations on the variable name.
Comment #9
ciss commentedComment #10
ciss commentedComment #12
Anonymous (not verified) commentedhahahaha lolsob.
Comment #13
ciss commentedFYI, tests that failed for the original patch with PHP 5.6, but not PHP 7:
Comment #14
Anonymous (not verified) commentedi followed the steps at [#2487065] and got drupalci running locally (which is awesome stuff), but couldn't reproduce the fails.
i'll do some more poking locally, but i may need to move on to getting some time on a for-real drupalCI machine to figure out these fails.
Comment #15
Anonymous (not verified) commentedthanks to Mixologic for getting me set up on a DA testbot, i was able to reproduce the fails with aggregator.feed_.form_.patch.
the fatal errors are red herrings, because we are dead way before then:
so AggregatorTestBase->createFeed() is being told to GFY.
the apache logs look like this:
Comment #16
Anonymous (not verified) commentedJFC.
with a lot of help from Mixologic, we found it.
so the patch file is interfering with aggregator module paths. ffs. i hate computers.
Comment #17
MixologicHere's the original broken patch with a non-conflicting filename. We'll fix this in drupalci in the future.
Comment #18
Anonymous (not verified) commenteddawehner asked for SAVED_UPDATED, new patch uses that.
Comment #19
dawehnerThank you for that! Small improvements over time matter
Comment #20
catchCommitted/pushed to 8.1.x, thanks!