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: fix samples region tags and test flakiness #680

Merged
merged 8 commits into from Sep 23, 2021

Commits on Sep 23, 2021

  1. chore: fix list logs snippet

    define timestamp filter in UTC time.
    change filter to last minute entries.
    enforce closing logging client at the end of the snippet.
    apply formatting.
    minherz committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    1179557 View commit details
    Browse the repository at this point in the history
  2. chore: enforce closing logging client in samples

    force closing logging client at the end of the snippet
    minherz committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    e421408 View commit details
    Browse the repository at this point in the history
  3. fix: fix region tag for LogEntryWriteHttpRequest

    change logging_write_request_entry to logging_write_log_entry_advanced
    minherz committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    bba1656 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    69b863c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    491e200 View commit details
    Browse the repository at this point in the history
  6. fix: fix samples testing

    add closing logging client at the end of the test unit
    add multiple attempts to clean log after each test
    print debug info in a case cleaning fails
    minherz committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    753cb13 View commit details
    Browse the repository at this point in the history
  7. fix: add test for WriteLogEntry

    remove unused textPayload from the snippet
    minherz committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    688878f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9dca5bb View commit details
    Browse the repository at this point in the history