Skip to content

Conversation

@RavinduWeerakoon
Copy link
Contributor

Motivation and context

closes #10104

How has this been tested?

Checklist

  • I submit my changes into the develop branch
  • I have created a changelog fragment
  • I have updated the documentation accordingly
  • I have added tests to cover my changes
  • I have linked related issues (see GitHub docs)

License

  • I submit my code changes under the same MIT License that covers the project.
    Feel free to contact the maintainers if that's a concern.

Fixes

@RavinduWeerakoon
Copy link
Contributor Author

Thanks, I added a test case. Not sure whether it's the right class though

@RavinduWeerakoon
Copy link
Contributor Author

Hi @zhiltsov-max, any updates on this

@sonarqubecloud
Copy link

sonarqubecloud bot commented Jan 4, 2026

Comment on lines +493 to +494
(task, _) = api_client.tasks_api.retrieve(task_id)
assert task.size == 3
Copy link
Contributor

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.

@zhiltsov-max
Copy link
Contributor

Please update the existing tests so that the tests are passing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Task creation fails if a manifest is present but frame order does not match it

2 participants