Skip to content
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

Bake resolves with rez<3.2.0 can't be loaded due to missing testing key #1862

Closed
samson-jerome opened this issue Oct 25, 2024 · 2 comments · Fixed by #1863
Closed

Bake resolves with rez<3.2.0 can't be loaded due to missing testing key #1862

samson-jerome opened this issue Oct 25, 2024 · 2 comments · Fixed by #1863
Labels

Comments

@samson-jerome
Copy link
Contributor

samson-jerome commented Oct 25, 2024

Baked resolves generated with older versions are not compatible with rez-3.2.0.
Note a regression per say but a breaking change

Environment

  • windows 10
  • 3.2.0
  • Python 3.11.4

To Reproduce

  1. using rez-3.0.0, bake a simple resolve into a rxt file
> rez --version
Rez 3.0.0 from c:\rez\3.0.0\Lib\site-packages\rez (python 3.11)
> rez env python --output py.rxt
  1. using rez-3.2.0, resolve a context from the above rxt file
> rez env --input py.rxt
12:10:10 ERROR    ResolvedContextError: Failed to load context from py.rxt: KeyError: 'testing'

Expected behavior
We should be left in a resolved context

Actual behavior
Resolution failure.

Related Issues/PRs

@JeanChristopheMorinPerso
Copy link
Member

Thanks for opening this. It's definitely a bug.

@JeanChristopheMorinPerso
Copy link
Member

A fixed has been released in rez 3.2.1. Thanks again for reporting the problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants