Skip to content
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.

Adaptive Pool #116

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open

Adaptive Pool #116

wants to merge 7 commits into from

Commits on Jul 8, 2023

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

Commits on Jul 12, 2023

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

Commits on Jul 31, 2023

  1. tests passing

    willscott committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    6a486f7 View commit details
    Browse the repository at this point in the history
  2. fix test nit

    willscott committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    91e6e7d View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

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

Commits on Aug 31, 2023

  1. Expose pool info for tests

    willscott committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    9989d73 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

  1. feat: modify pool tests (#153)

    * feat: modify pool tests
    
    * fix: top n node selection from heap
    
    * feat: add more comprehensive tests
    
    * enhancement: add refresh no to tests
    
    * go fmt
    
    * remove unused metrics
    
    * put back trace
    
    * response size does not include header
    
    * reset retry counter only if progress is made
    
    * update go-car
    
    * dont drain response body
    
    * send verification errors to Saturn
    
    * pool tier promotion
    
    * otel and send trace id to Saturn
    
    * stabilize dynamics tests
    
    * mirroring parallel
    
    * pool-target-size through config to better test dynamics
    
    * down to flakiness
    
    * add substitution (rough)
    
    * use new orchestrator API
    
    * fix: top N selection
    
    * enhancement: increase test size
    
    * feat: Add tests for affinity
    
    * test cache affinity
    
    * test cache affinity
    
    * remove assert
    
    * fix test
    
    * address review
    
    * feat: port compliance cids
    
    * fix: remove unused code
    
    * modify harness
    
    * feat: add core attr to trace span
    
    * fix CI
    
    * improve error classification (#165)
    
    ---------
    
    Co-authored-by: Aarsh Shah <aarshkshah1992@gmail.com>
    Co-authored-by: Will Scott <will.scott@protocol.ai>
    3 people authored Oct 10, 2023
    Configuration menu
    Copy the full SHA
    33db988 View commit details
    Browse the repository at this point in the history