Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: awslabs/aws-crt-java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.33.8
Choose a base ref
...
head repository: awslabs/aws-crt-java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.33.9
Choose a head ref
  • 3 commits
  • 7 files changed
  • 4 contributors

Commits on Jan 6, 2025

  1. Flaky test pass1 (#855)

    * Update shared subscription test to remove invalid assertions on a property that does not necessarily hold (all subscriptions receive messages)
    * Update SelfPubSub test to not use counting variables that are pointless (they won't ever be wrong) as well as unsafe from race conditions (they are set and read from different threads with no explicit synchronizations, also the future that was waited upon strictly happens-before the setting of the counter which leads to consistency issues)
    * Update the double client id connection failure test to be more forgiving to potential race conditions between the two clients fighting over the client id
    * Adds a delay between subscribe and disconnect in the will test. Did not get an encouraging answer when the service team was queried about whether subscribe completion had any eventual consistency issues relative to a subsequent publish (connection will).
    
    
    Co-authored-by: Bret Ambrose <bambrose@amazon.com>
    bretambrose and Bret Ambrose authored Jan 6, 2025
    Configuration menu
    Copy the full SHA
    5593e88 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2025

  1. Configuration menu
    Copy the full SHA
    0540e17 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2025

  1. Configuration menu
    Copy the full SHA
    25331ea View commit details
    Browse the repository at this point in the history
Loading