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: robbyt/go-supervisor
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.0.4
Choose a base ref
...
head repository: robbyt/go-supervisor
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.0.5
Choose a head ref
  • 3 commits
  • 17 files changed
  • 1 contributor

Commits on May 26, 2025

  1. add a few more tests (#40)

    robbyt authored May 26, 2025
    Configuration menu
    Copy the full SHA
    e27be63 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2025

  1. replace time.Sleep with assert.Eventually in tests (#42)

    * switch examples tests away from time.Sleep
    
    * remove time.Sleep from composite
    
    * adjust mutex behavior in httpcluster example to unlock before sending to config siphon
    
    * remove comment
    robbyt authored May 28, 2025
    Configuration menu
    Copy the full SHA
    be893b3 View commit details
    Browse the repository at this point in the history
  2. fix race condition in httpcluster (#41)

    * rework several things in the httpcluster to fix a race condition.
    
    This change also includes many adjustments to tests.
    
    * reduce bench time limit
    
    * adjust the benchmark test code
    robbyt authored May 28, 2025
    Configuration menu
    Copy the full SHA
    a9e159b View commit details
    Browse the repository at this point in the history
Loading