balena-os / leviathan

A distributed hardware testing framework
https://balena-os.github.io/leviathan
Apache License 2.0
22 stars 6 forks source link

Empty uuid being used with balena tunnel #1161

Open slovak194 opened 5 months ago

slovak194 commented 5 months ago

Hi!

If this branch is executed it leaves worker.uuid empty https://github.com/balena-os/leviathan/blob/5984adc713e3ca3e59440928015ec2c2fb4897c8/core/lib/common/worker.js#L119-L124 But it is still used here, in a call to balena tunnel https://github.com/balena-os/leviathan/blob/5984adc713e3ca3e59440928015ec2c2fb4897c8/core/lib/common/worker.js#L493-L499

This triggers an error message in the terminal but does not stop the execution.

Best regards, Oleksandr Slovak