[rel-db] Fix meeting.import#3281
Closed
luisa-beerboom wants to merge 112 commits intoOpenSlides:feature/relational-dbfrom
Closed
[rel-db] Fix meeting.import#3281luisa-beerboom wants to merge 112 commits intoOpenSlides:feature/relational-dbfrom
luisa-beerboom wants to merge 112 commits intoOpenSlides:feature/relational-dbfrom
Conversation
…/openslides-backend into RelDB-Migration
…s-backend into RelDB-Migration
write migration index readd old schema for migration
* remove 'progress' and 'clear-collectionfield-tables'
* requested changes * fix setting to running as first action * test fixes * docs * replace trigger * hard coded ORIGIN_COLLECTIONS * unskip initial import tests * update meta
Co-authored-by: luisa-beerboom <101706784+luisa-beerboom@users.noreply.github.com> Co-authored-by: peb-adr <adrichter97@gmail.com>
Co-authored-by: luisa-beerboom <101706784+luisa-beerboom@users.noreply.github.com>
Member
Author
|
Currently there is one test in meeting.import that doesn't work because of auth problems. |
6c7ee9f to
ed5d353
Compare
Member
Author
|
Replaced by #3287 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Currently based on #3152
I fixed the content of the failing meeting.import test by using the
export_meetingfunction fromexport_helper.py. I then reinstated the presenter code because it is still the desired behaviour.Should the problem not be fixable another way, it may be possible to get the test to run by replacing the presenter call code with
export = export_meeting(self.datastore, 1, datetime_decimal_to_string=True)