-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Fix manifest and frame order mismatches in task creations #10134
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: develop
Are you sure you want to change the base?
Fix manifest and frame order mismatches in task creations #10134
Conversation
|
Thanks, I added a test case. Not sure whether it's the right class though |
|
Hi @zhiltsov-max, any updates on this |
73c765f to
c2e456a
Compare
|
| (task, _) = api_client.tasks_api.retrieve(task_id) | ||
| assert task.size == 3 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Probably, it makes sense to also check the resulting file order here. It can be done via the tasks/<id>/data/meta endpoint.
|
Please update the existing tests so that the tests are passing. |



Motivation and context
closes #10104
How has this been tested?
Checklist
developbranchLicense
Feel free to contact the maintainers if that's a concern.
Fixes