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

Add receiver/consumer contract test helper #7516

Merged

Commits on May 26, 2023

  1. Add receiver/consumer contract test helper

    - Added a CheckConsumeContract() helper func that can be used to test the contract that
      receivers are expected to maintain for Consume() calls.
    - Added an example usage of CheckConsumeContract() helper.
    
    Resolves open-telemetry#7478
    tigrannajaryan committed May 26, 2023
    Configuration menu
    Copy the full SHA
    a9a8ba4 View commit details
    Browse the repository at this point in the history
  2. Address PR comments

    tigrannajaryan committed May 26, 2023
    Configuration menu
    Copy the full SHA
    f4ab02a View commit details
    Browse the repository at this point in the history

Commits on May 31, 2023

  1. Address PR comments 2

    tigrannajaryan committed May 31, 2023
    Configuration menu
    Copy the full SHA
    faa6b5e View commit details
    Browse the repository at this point in the history
  2. Address PR comments 2

    tigrannajaryan committed May 31, 2023
    Configuration menu
    Copy the full SHA
    53a187a View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2023

  1. Address PR comments 3

    tigrannajaryan committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    7e658f3 View commit details
    Browse the repository at this point in the history
  2. Address PR comments 4

    tigrannajaryan committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    7eb8b8b View commit details
    Browse the repository at this point in the history