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

(2.6 patch) Fix recvfrom never populating from_addr due to fromlen being zero #1108

Draft
wants to merge 8 commits into
base: releases/2.6
Choose a base branch
from

Conversation

jonathanou
Copy link
Contributor

What does this Pull Request accomplish?

TODO: Include high-level description of the changes in this pull request.

Why should this Pull Request be merged?

TODO: Justify why this contribution should be part of the project.

What testing has been done?

TODO: Detail what testing has been done to ensure this submission meets requirements.

@jonathanou jonathanou changed the base branch from main to releases/2.6 October 12, 2024 07:11
CMakeLists.txt Outdated
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.12.0)

project(ni_grpc_device_server
LANGUAGES C CXX
VERSION 2.6.0)
VERSION 2.7.0)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@maxxboehme i noticed that you bumped the version here. do you expect to make this fix in the main branch instead of releases/2.6.0?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@yaqian256 , I had cherry picked this accidentally, I will revert it in this PR.

I initially only changed functions.py but ran into errors on the pipeline saying some of the github actions used were outdated. I ended up cherry picking relevant changes from main but looks like I included the cmake changes incorrectly.

@yaqian256
Copy link

yaqian256 commented Oct 12, 2024

@maxxboehme i also created #1109 (it requires the repo admin to enable), if the bot is enabled, it can help us update github action versions.

@maxxboehme
Copy link
Collaborator

@jonathanou is a release patch necessary? Our process does not currently work well for patch releases of grpc-device and it causes havoc with the internal pipelines kicked off for azdo. Preferably would either have

  • Release goes into main and either download the latest CI builds of the executable until the next release of grpc-device happens at the end of the year.
  • Have an off cycle release of 2.9 to 2.10 of grpc-device as the current tooling supports that better and won't cause internal azdo pipeline havoc.

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.

4 participants