The filled database dump has a syntax error in it due to several stray $ characters. See #2555183: Fix the filled update tests, they are broken.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | interdiff.txt | 1.26 KB | tim.plunkett |
| #2 | 2558063-02.patch | 411.41 KB | jhedstrom |
The filled database dump has a syntax error in it due to several stray $ characters. See #2555183: Fix the filled update tests, they are broken.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | interdiff.txt | 1.26 KB | tim.plunkett |
| #2 | 2558063-02.patch | 411.41 KB | jhedstrom |
Comments
Comment #2
jhedstromComment #3
tim.plunkettHere's the diff of the unzipped dumps.
I don't know what else we can do here.
No credit for me please (good, d.o seems to be smart enough to not auto-credit me!)
Comment #4
catchIs this because of a bug in the dump script? If so we should add a follow-up to fix that.
Comment #5
jhedstromThe export script uses
Drupal\Component\Utility\Variable::export(), so perhaps a bug within that? I've seen similar syntax errors in dumps that contain data fromkey_value_expiretable, since some of those IDs will have$in them unescaped.Comment #6
stefan.r commentedRTBC+1, I would assume it was a bug in the dump script since I used that and nothing else to generate the dump.
Comment #8
catchOpened #2558179: Database dump script produces a dump with syntax errors in it.
Committed/pushed to 8.0.x, thanks!