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

Fix verify header report false on summary packet #51

Merged
merged 3 commits into from
Feb 2, 2024

Conversation

haoming29
Copy link
Contributor

For XRootD summary packet, it's in XML format without a byte header. The current verify header function doesn't take into account for such format and will report false on such packet. This PR fixes this issue.

This PR also fixes the null pointer error when running each individual test cases due to nil log global variable. This PR add a default log value.

@djw8605
Copy link
Member

djw8605 commented Feb 1, 2024

A few conflicts to resolve.

@djw8605 djw8605 merged commit 3427465 into opensciencegrid:main Feb 2, 2024
6 checks passed
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.

2 participants