| Comment | File | Size | Author |
|---|---|---|---|
| #23 | 2717041-install-from-service.patch | 735 bytes | sam152 |
| #20 | 2717041-fix-red-test.patch | 655 bytes | sam152 |
| #19 | Drupal_Tests_video_embed_media_Functional_UpgradePathTest-15-971807.html_.txt | 21.27 KB | alexpott |
| #15 | 2717041-fix-red-test.patch | 2.09 KB | sam152 |
| #14 | 2717041-fix-red-test.patch | 1.56 KB | sam152 |
Comments
Comment #2
sam152 commentedWas it just a random fail?
Comment #7
sam152 commentedStill can't repro locally.
Comment #12
sam152 commentedComment #14
sam152 commentedComment #15
sam152 commentedComment #18
sam152 commentedTo prove I'm not crazy, this is happening locally:
Comment #19
alexpottFails locally for me... here is the last page of output that fails the assertion.
Comment #20
sam152 commentedComment #22
sam152 commentedThanks to @alexpott, this has been tracked down to an infra issue. The modules are being cloned, so they don't have the "version" string, which is now used by media_entity to require entity.
Comment #23
sam152 commentedWhy does this work for other tests?
Comment #24
sam152 commentedComment #26
sam152 commentedGood enough fix for me for now. Thanks again for the help @alexpott.
Comment #37
sam152 commentedComment #38
alexpott@Sam152 it works because ModuleInstaller::install() does not check requirements - the extension API is super funky.
Comment #39
sam152 commentedI suspected as such. In any case, it seems the issue we discovered is likely far less important given modules are usually installed programatically. It explains why this hasn't been an issue for years. :-)