Problem/Motivation
We removed this in 10.0.x, but it was added in 10.0.x!
f3427282f2d is the commit that removed it - we need to bring back the post update and also the test for it.
Steps to reproduce
Proposed resolution
Remaining tasks
User interface changes
API changes
Data model changes
Release notes snippet
| Comment | File | Size | Author |
|---|---|---|---|
| #13 | 3306938_1.patch | 1.96 KB | spokje |
Comments
Comment #2
catchIt's possible the test will fail due to #3306897: Fix the 9.4.4 database dumps, if it does, then this issue should be postponed on that one I think, but we can use a patch here to verify it.
Comment #3
catchComment #4
catch#3 should fail due to using the 9.3 fixture.
Updating to the 9.4 fixture, and removing the extra fixture that installs olivero because that should no longer be needed.
Got a feeling the test will fail due to #3306897: Fix the 9.4.4 database dumps, but if so we just need to wait on that issue then.
Comment #7
catchComment #9
spokjeComment #10
spokjeNice, somehow I can't restore the hidden files :/
Comment #11
catchOK that fail is actually the right fail based on #3306897: Fix the 9.4.4 database dumps, so postponing on there.
Comment #12
spokjeSeems like a good idea to validate the new
10.0.x9.4.0-fixtures by adding those to the patch in #7.Comment #13
spokjeRe-uploading the patch in #7. For whatever reason I get a 403 when trying to do a retest on it from the link in #7.
Comment #14
spokjeSince I only re-uploaded the existing patch without changing anything, I think I'm entitled to RTBC this.
Tests pass now the new fixtures are in, so RTBC.
Comment #15
catchComment #16
catchComment #19
lauriiiConfirmed that the only difference compared to what was removed in
f3427282f2dis that the test is using 9.4.0 fixture instead of 9.3.0 with a custom fixture that installed Olivero.Committed 4413ad7 and pushed to 10.1.x and cherry-picked to 10.0.x. Thanks!