-
-
Notifications
You must be signed in to change notification settings - Fork 825
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
sql/test_data_second_domain.mysql - Always use matching version #17734
Conversation
(Standard links)
|
Note: For |
This is good. |
2bf8e2b
to
70d7c07
Compare
I rebased this after the merge from 5.27 so should be good to go now |
@totten failure was
|
Jenkins re test this please |
retest this please |
Part of me thinks we should figure this out - part of me thinks that we should press forward on switching to |
I suspect this one could reasonably return to the too-hard-basket for a bit... |
test this please |
If this fails again I think we should close & come back when there is momentum |
Still fails - I'm gonna close this - I feel like it was a moment of enthusiasm not something that will get love now it has become hard & is not on any critical path |
Well I'm still feeling a little enthusiasm for this because the current hard-coded domain version in tests is going to get outdated quickly and eventually cause test failures because any newly added columns will be invisible to the api per #17729 (assuming that gets merged). |
70d7c07
to
069d4bb
Compare
Jenkins re test this please |
I think #17894 will work better. |
Overview
The file
test_data_second_domain.mysql
is used by some test scripts to create extra sample data (i.e. in addition to the default domain, this creates a secondary domain). It has a stale element which caused some confusion in #17729.Before
test_data_second_domain.mysql
has a hard-codedversion
number. It is very stale. This creates a nonsensical configuration where there are two domains but they are flagged with different versions.After
When creating the secondary domain, it uses the same
version
as the main domain.