-
Notifications
You must be signed in to change notification settings - Fork 15
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
[High Priority] Client generator: provide support backward compatibility for Older libraries #949
[High Priority] Client generator: provide support backward compatibility for Older libraries #949
Conversation
packages/generator/ni_measurement_plugin_sdk_generator/client/_support.py
Outdated
Show resolved
Hide resolved
packages/generator/ni_measurement_plugin_sdk_generator/client/_support.py
Outdated
Show resolved
Hide resolved
packages/generator/ni_measurement_plugin_sdk_generator/client/_support.py
Outdated
Show resolved
Hide resolved
… into users/jothees/client-generator-backward-compatibility
packages/generator/ni_measurement_plugin_sdk_generator/client/_support.py
Outdated
Show resolved
Hide resolved
packages/generator/ni_measurement_plugin_sdk_generator/client/_support.py
Show resolved
Hide resolved
Pipeline is failing, because the |
I think the problem is that measlinkbot is not running the latest release of InstrumentStudio. @MounikaBattu17 rebuilt the measlinkbot images in late August but only deployed the lv64 one. The py32 and py64 images from August have never been launched, and the runner is still using an image from May. I will rebuild and deploy the py32 and py64 images. |
What does this Pull Request accomplish?
resolve_service
API withresolve_service_with_information
API, to get the version of the measurement along with service location.Why should this Pull Request be merged?
0.0.1
by the recent updates in the discovery service.ServiceDescriptor
ofresolve_service_with_information
API, which solves the backward compatibility issue.Context - Measurement client Generator does not support backward compatability for Older libraries #946
What testing has been done?