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 race condition in ProgressListenerTest #1633

Closed
wants to merge 25 commits into from
Closed

Commits on Jan 18, 2024

  1. Fix race condition in test

    Christian Melchior committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    207c239 View commit details
    Browse the repository at this point in the history
  2. Also fix connectionState test

    Christian Melchior committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    360b659 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e3e50c0 View commit details
    Browse the repository at this point in the history
  4. Modify when the event is sent

    Christian Melchior committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    c411f6d View commit details
    Browse the repository at this point in the history
  5. Increase wait for asymmetric tests

    Christian Melchior committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    69bb682 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2024

  1. Increase logging and timeout

    Christian Melchior committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    c4fcc55 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    13f1e33 View commit details
    Browse the repository at this point in the history
  3. Add more debugging

    Christian Melchior committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    4aa382d View commit details
    Browse the repository at this point in the history
  4. Formatting

    Christian Melchior committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    6d49997 View commit details
    Browse the repository at this point in the history
  5. Disable assert

    Christian Melchior committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    2fae876 View commit details
    Browse the repository at this point in the history
  6. assert all uploads that could wait indefinitely

    Christian Melchior committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    1c40916 View commit details
    Browse the repository at this point in the history
  7. Fix import

    Christian Melchior committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    af694f7 View commit details
    Browse the repository at this point in the history
  8. More imports

    Christian Melchior committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    61b1697 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2024

  1. Update BAAS test server

    Christian Melchior committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    c4b7fff View commit details
    Browse the repository at this point in the history
  2. Update Ktor

    Christian Melchior committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    740f0c4 View commit details
    Browse the repository at this point in the history
  3. Cleanup

    Christian Melchior committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    afb852a View commit details
    Browse the repository at this point in the history
  4. Increase timeout to 5 minutes

    Christian Melchior committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    d6c17ae View commit details
    Browse the repository at this point in the history
  5. Add timeout to waitForSynchronization in tests

    Christian Melchior committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    2d6bbd2 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

  1. Wait for sync bootstrap before allowing tests to run

    Christian Melchior committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    9b83c70 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8709953 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. Merge branch 'main' into cm/fix-progress-test

    # Conflicts:
    #	CHANGELOG.md
    Christian Melchior committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    bd86755 View commit details
    Browse the repository at this point in the history
  2. Add support for new error codes

    Christian Melchior committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    8fa496f View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2024

  1. Merge branch 'main' into cm/fix-progress-test

    # Conflicts:
    #	CHANGELOG.md
    Christian Melchior committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    2a63a9d View commit details
    Browse the repository at this point in the history
  2. Test Core fix

    Christian Melchior committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    45b111a View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. Reorganize Sync schemas so they can be used from the TestApp.

    Added logic to App bootstrap so all schemas are uploaded and sync bootstrap is complete before starting any tests. (+8 squashed commits)
    Squashed commits:
    [ec71892] Add global flag for platform networking and disable all
    [f561da7] Disable platform networking
    [2629079] Ignore test
    [9e16ae3] Enable multiplexing
    [dd2ec4a] Increase log level
    [2c26134] Formatting
    [4cfac28] Add more debugging to tests
    [f504318] Remove debug output
    Christian Melchior committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    b2beca0 View commit details
    Browse the repository at this point in the history