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 unit tests for anonymizer/app/writer #5162

Merged
merged 10 commits into from Feb 9, 2024

Commits on Feb 4, 2024

  1. Add unit tests for anonymizer/app/writer

    Signed-off-by: Ashutosh Srivastava <ashutosh3002@gmail.com>
    h4shk4t committed Feb 4, 2024
    Configuration menu
    Copy the full SHA
    29b3533 View commit details
    Browse the repository at this point in the history
  2. Fix errors from make lint test

    Signed-off-by: Ashutosh Srivastava <ashutosh3002@gmail.com>
    h4shk4t committed Feb 4, 2024
    Configuration menu
    Copy the full SHA
    ab5ba41 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. Fix code quality

    Signed-off-by: Ashutosh Srivastava <ashutosh3002@gmail.com>
    h4shk4t committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    76af9d7 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. Add tags to tests and improve error handling in WriteSpan function

    Signed-off-by: Ashutosh Srivastava <ashutosh3002@gmail.com>
    h4shk4t committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    32bc420 View commit details
    Browse the repository at this point in the history
  2. Ensure writer is closed after running tests

    Signed-off-by: Ashutosh Srivastava <ashutosh3002@gmail.com>
    h4shk4t committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    b2bfc3e View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. Define constant error and perform os exit in main.go

    Signed-off-by: Ashutosh Srivastava <ashutosh3002@gmail.com>
    h4shk4t committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    b25f8ce View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2024

  1. Fix error handling

    Signed-off-by: Ashutosh Srivastava <ashutosh3002@gmail.com>
    h4shk4t committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    01f899e View commit details
    Browse the repository at this point in the history
  2. Fix errors and logging

    Signed-off-by: Ashutosh Srivastava <ashutosh3002@gmail.com>
    h4shk4t committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    121969e View commit details
    Browse the repository at this point in the history
  3. Fix defer statements

    Signed-off-by: Ashutosh Srivastava <ashutosh3002@gmail.com>
    h4shk4t committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    2c56c76 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    04ddd39 View commit details
    Browse the repository at this point in the history