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

[TEST] Fix failing W3C Trace Context compliance tests #3115

Open
wants to merge 31 commits into
base: main
Choose a base branch
from

Commits on Nov 1, 2024

  1. Configuration menu
    Copy the full SHA
    111f234 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e73c58b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c4816de View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3696baf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b1d0623 View commit details
    Browse the repository at this point in the history
  6. Add TrimString function

    psx95 committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    b0732da View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9fcef5b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    cc31fbb View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6374424 View commit details
    Browse the repository at this point in the history
  10. Avoid unnecessary style change

    psx95 committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    a756114 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b856c55 View commit details
    Browse the repository at this point in the history
  12. Fix cmake clang warnings

    psx95 committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    66599ce View commit details
    Browse the repository at this point in the history
  13. Add tests for SplitString

    psx95 committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    b460bd4 View commit details
    Browse the repository at this point in the history
  14. Run format tool

    psx95 committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    75aa431 View commit details
    Browse the repository at this point in the history
  15. Fix valgrind issues with gtest

    psx95 committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    0b0ef58 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    ffab2ee View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    e7cfb9a View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    06283f7 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    5d1d476 View commit details
    Browse the repository at this point in the history
  20. Stop server using a signal callback

    Using cin.get() as a means to stop the server listening for requests is
    preventing the server from being used in a CI environment. This also allows
    the test server to run in background since exit is now controlled by a
    http request.
    psx95 committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    22b8eb1 View commit details
    Browse the repository at this point in the history
  21. Remove debugging statements from CI

    Also explicitly stops the background server serving requests.
    psx95 committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    175df2e View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    e2c2805 View commit details
    Browse the repository at this point in the history
  23. Update Changelog

    psx95 committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    444abe6 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

  1. Configuration menu
    Copy the full SHA
    975ac71 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a90c053 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2024

  1. Update test

    psx95 committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    1785610 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a4c121a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8dbf8e5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ebaaaf3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    35e6ec0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bb5f91a View commit details
    Browse the repository at this point in the history