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

feat: Add concurrent integration test & utils #1596

Merged
merged 27 commits into from
Sep 23, 2024
Merged

Commits on Jun 27, 2024

  1. Add concurrent tests

    Sichan Yoo committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    268afa9 View commit details
    Browse the repository at this point in the history
  2. Add missing 100x to a test's name

    Sichan Yoo committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    13732b5 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

  1. Merge branch 'main' into feat/concurrent-tests

    Sichan Yoo committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    fb34981 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. Merge branch 'main' into feat/concurrent-tests

    Sichan Yoo committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    25f7f1c View commit details
    Browse the repository at this point in the history
  2. Remove 100MiB file and generate file instead.

    Sichan Yoo committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    a1a4e25 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    648215c View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. Try temporaryDirectory property.

    Sichan Yoo committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    7fa4672 View commit details
    Browse the repository at this point in the history
  2. Fix concurrency issue

    Sichan Yoo committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    d4cf57b View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. Merge branch 'main' into feat/concurrent-tests

    Sichan Yoo committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    390e7a4 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. Merge branch 'main' into feat/concurrent-tests

    Sichan Yoo committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    e667d1f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8930eb4 View commit details
    Browse the repository at this point in the history
  3. Remove unused import

    Sichan Yoo committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    2850fdd View commit details
    Browse the repository at this point in the history
  4. Remove concurrent test for event stream output

    Sichan Yoo committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    ec40d7d View commit details
    Browse the repository at this point in the history
  5. Refactor tests a bit

    Sichan Yoo committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    324caf0 View commit details
    Browse the repository at this point in the history
  6. Use FileStream to write to file

    Sichan Yoo committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    3ed5c58 View commit details
    Browse the repository at this point in the history
  7. Swap out filemanager with writing emtpy data approach

    Sichan Yoo committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    8871d6b View commit details
    Browse the repository at this point in the history
  8. Tweak a bit

    Sichan Yoo committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    b0ebe87 View commit details
    Browse the repository at this point in the history
  9. Merge branch 'main' into feat/concurrent-tests

    Sichan Yoo committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    bb49389 View commit details
    Browse the repository at this point in the history
  10. Simplify; no need to safe generated dummy data to a file, just use 50…

    …MB memory.
    Sichan Yoo committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    2857855 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. Merge branch 'main' into feat/concurrent-tests

    Sichan Yoo committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    3ee9a59 View commit details
    Browse the repository at this point in the history
  2. Change from 10x50MB to 100x5MB

    Sichan Yoo committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    55add5d View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. Configuration menu
    Copy the full SHA
    8194103 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into feat/concurrent-tests

    Sichan Yoo committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    b5f97f6 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'feat/concurrent-tests' of github.com:awslabs/aws-sdk-sw…

    …ift into feat/concurrent-tests
    Sichan Yoo committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    19935c5 View commit details
    Browse the repository at this point in the history
  4. Reduce payload from 5MB to 3MB

    Sichan Yoo committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    fed7e45 View commit details
    Browse the repository at this point in the history
  5. Reduce payload from 3MB to 1MB.

    Sichan Yoo committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    58e1ca2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a8a31f5 View commit details
    Browse the repository at this point in the history