-
Notifications
You must be signed in to change notification settings - Fork 45
[MAINTENANCE] Remove database fields from ext_tables.sql which are referenced in TCA #1015
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: 6.x
Are you sure you want to change the base?
Conversation
731a2b4 to
516cb5e
Compare
516cb5e to
d88cbf9
Compare
d9c37d4 to
5ce94bd
Compare
|
I'm not really sure if this an error in the application or an error in the test setup. I'm going to make some updates in test setup and ten come back to this PR. |
|
@sebastian-meyer I have found the reason why those tests are failing. DB data must be imported as CSV instead of deprecated XML format. I'm currently transforming those files, but probably rest of newly inserted tests should be inserted with CSV files to avoid double work. |
|
Thanks for investigating! I didn't even know they changed that for TYPO3... @oliver-stoehr Could you please consider this for the remaining pull requests which add new fixtures? |
5ce94bd to
b6b228c
Compare
|
At the end it looks that even after those changes it doesn't pass the tests. The database tables are still created incorrectly. They are missing fields removed from |
b6b228c to
c97a687
Compare
c97a687 to
f8103f6
Compare
f8103f6 to
88e7024
Compare
|
According to documentation this looks fine, but tests are still failing. Are we not using the extension manager to set the database up? |
1374b17 to
4b4311a
Compare
4b4311a to
586ba1b
Compare
586ba1b to
3a08272
Compare
4d76a2c to
d95736f
Compare
d95736f to
4975992
Compare
Change for #399