AcademySoftwareFoundation / rez

An integrated package configuration, build and deployment system for software
https://rez.readthedocs.io
Apache License 2.0
931 stars 329 forks source link

Overriding REZ_CONTEXT_TRACKING_HOST in a shell results in an error for every resolve #534

Open instinct-vfx opened 5 years ago

instinct-vfx commented 5 years ago

When setting context_tracking_host to an empty string in rezconfig.py everything works as expected. If the setting is set to a host but overriden using an empty environment variable (set "REZ_CONTEXT_TRACKING_HOST= ") every resolve yields an error:

11:53:00 ERROR Cannot connect to the message broker: [Errno 11004] getaddrinfo failed

Not sure if this is windows specific

nerdvegas commented 5 years ago

I haven't been able to repro this on Linux unfortunately (Ub16).