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

Update measurement client generator to interact with C# measurement services #889

Merged
merged 6 commits into from
Sep 19, 2024

Conversation

Jotheeswaran-Nandagopal
Copy link
Contributor

What does this Pull Request accomplish?

  • Add type_url to MeasureRequest.configuration_parameters, while creating measure request, as the C# measurement services validates type_url.

Why should this Pull Request be merged?

  • As, the C# measurement services validates type_url, the generated measurement client throws error while calling measure API (Bug #851).
  • This implementation contains the fix to make generated measurement client to interact with C# measurement.

What testing has been done?

  • Existing automated test cases passed.
  • Done manual testing.

Copy link

github-actions bot commented Sep 16, 2024

Test Results

    30 files  ±  0      30 suites  ±0   40m 59s ⏱️ + 2m 17s
   665 tests + 14     665 ✅ + 14      0 💤 ±0  0 ❌ ±0 
16 550 runs  +420  15 480 ✅ +420  1 070 💤 ±0  0 ❌ ±0 

Results for commit aebae4b. ± Comparison against base commit e3ca88b.

♻️ This comment has been updated with latest results.

@Jotheeswaran-Nandagopal
Copy link
Contributor Author

@bkeryan, I have updated the changes. Kindly, help me reviewing the changes.

@Jotheeswaran-Nandagopal Jotheeswaran-Nandagopal merged commit ac3d5b1 into main Sep 19, 2024
17 checks passed
@jayaseelan-james jayaseelan-james deleted the users/jothees/fix_c_sharp_issue branch September 20, 2024 14:01
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.

Measurement client generator does not work with C# services
3 participants