Skip to content

Commit

Permalink
bump auction auctioneer bbs buildpackapplifecycle cacheddownloader di…
Browse files Browse the repository at this point in the history
…ego-ssh executor inigo locket rep route-emitter (#859)

Submodule src/code.cloudfoundry.org/auction cb67f2df8...a0b5f6cb4:
  > Add test.bash (#17)
  < Add test.bash
Submodule src/code.cloudfoundry.org/auctioneer 53ba4c3b4...4c948374c:
  > With oss ci export (#16)
  < Regenerate expiring certs
  < use relative path instead of direnv
Submodule src/code.cloudfoundry.org/bbs af5179eaf...709d9ebc2:
  > With oss ci export (#75)
  > Add availability zone to actual LRPs (#74)
  < Regenerate expiring certs
  < set -e to exit when something fails
  < Fix path
  < Address pathing issue with gogo protobuf generator
  < Fix go fmt
  < Remove Focus that was added for local run only
  < fix test to allow for one event to
  < SQLFLAVOR_USER->DB_USER and PASSWORD
  < SQLFLAVOR_USER->DB_USER and PASSWORD
  < SQL_FLAVOR->DB env
  < use relative path instead of direnv
  < go fmt
Submodule src/code.cloudfoundry.org/buildpackapplifecycle 2c73ee370..66d4e9349:
  > Merge pull request #64 from cloudfoundry/with-oss-ci-export
Submodule src/code.cloudfoundry.org/cacheddownloader e92422e07...bb834a3fe:
  > Regenerate expiring certs (#27)
  < Regenerate expiring certs
Submodule src/code.cloudfoundry.org/diego-ssh 1126e2462...0db8c3650:
  > With oss ci export (#51)
  < Ensure GinkgoRecover in go routine
  < Create a new err
  < Fix a potential race condition
  < Add bin/test.bash
  < Check if DLL is found instead of dir
  < ensure ZipArchiveMode is loaded
  < Add bin/test.ps1 for WINPTY_DLL_DIR
  < remove unneeded vars
  < Grab a different port than other tests
  < use relative path instead of direnv
Submodule src/code.cloudfoundry.org/executor 0c69be068...aa6d9b164:
  > With oss ci export (#88)
  < Regenerate expiring certs
  < Regenerate expiring certs
  < Address channel buffer issue test flake
  < Fix go fmt
  < Wait long enough for log to appear
Submodule src/code.cloudfoundry.org/inigo 31ce39424...04c069a3b:
  > With oss ci export (#28)
  < Unlock mutex when it's returning early
  < ioutil->os
  < Skip deleting auctioneer-config for windows
  < Use ci's filesystem-helpers.bash
  < rsync with retry, because it seems flaky
  < Wait for mysqld to be stopped
  < On windows, don't wait for tmpDir to be deleted
  < Add progres report back
  < Not sure why we need to setup
  < Wait longer after being Killed
  < Revert "Send SIGINT instead of SIGKILL"
  < Send SIGINT instead of SIGKILL
  < Use ci's helper instead
  < Wait longer for auctioneer to have been stopped
  < Add a debug for envoy.exe path
  < Print output to stdout
  < Add logs.txt output to show progress
  < fix extra space
  < Swap the order for Out-File to be after Invoke-Expression
  < Add Encoding and Width
  < use correct folder name
  < Use a timestamp for inigo-logs
  < unfocus tests
  < Set PROXY_BINARY
  < Focus the failing test
  < Remove debug logs
  < Add missing -F
  < Invoke ginkgo
  < Use correct env variable
  < winc-> winc-network
  < use correct env variables
  < Remove unneeded function
  < fix tmp dir
  < Keep all vendored
  < Add test.ps1 for windows version
  < mkdir logs dir
  < Use a dir for logs
  < Use binaries from GARDEN_BINPATH
  < Add GROOTFS_BINPATH
  < Revert "GROOTFS_BINPATH->GROOTFS_BINARY"
  < GROOTFS_BINPATH->GROOTFS_BINARY
  < use builds from CI instead of building in the test task
  < Use updated docker image for dependencies
  < Remove packages that might not be needed
  < Max connection to 2000 for mysql
  < Use PROXY_BINARY from build-binaries task
  < Fix go vet issues
  < Use garden-runc-release's tar for rootfs
  < build rootfs instead of providing an OCI built one
  < Add more packages
  < Add uidmap
  < Add tag for gdn
  < symlink tar
  < resolve pg_cof value
  < user NATS_SERVER_BINARY
  < relative resolve pg_conf
  < Install required dependencies
  < Use env variable for garden-runc
  < Use correct env
  < {sudo,}
  < Add dnsmasq as a depedency
  < Add bin/test.bash
  < User DB_USER and DB_PASSWORD instead
  < Use correct path for finding fixtures
Submodule src/code.cloudfoundry.org/locket 7a13b7b4d...23339499a:
  > With oss ci export (#16)
  < Regenerate expiring certs
  < set -e to exit when something fails
  < Fix path
  < Address issue with gogo protobuf generator
  < SQLFLAVOR_USER->DB_USER and PASSWORD
Submodule src/code.cloudfoundry.org/rep b26698303...eedf2cd88:
  > With oss ci export (#49)
  > Send AZ in StartActualLRP/EvacuateRunningActualLRP requests to BBS (#48)
  < change db_name to a unique name
  < Update port ranges to use more unique number to avoid port collisions under Windows
  < use relative path instead of direnv
Submodule src/code.cloudfoundry.org/route-emitter 828ee627e...96aae07f6:
  > With oss ci export (#30)
  > Add AZ to registry message (#29)
  < Modify Main test suite to use more unique database name
  < Use NATS_SERVER_BINARY instead
  < use relative path instead of direnv
  • Loading branch information
winkingturtle-vmw committed Nov 14, 2023
1 parent 0a8b248 commit 12462b7
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion src/code.cloudfoundry.org/auction
Submodule auction updated 0 files
2 changes: 1 addition & 1 deletion src/code.cloudfoundry.org/auctioneer
Submodule auctioneer updated 0 files
2 changes: 1 addition & 1 deletion src/code.cloudfoundry.org/bbs
Submodule bbs updated 45 files
+28 −8 client.go
+14 −10 client_test.go
+26 −14 cmd/bbs/actual_lrp_test.go
+6 −6 cmd/bbs/evacuation_test.go
+3 −3 cmd/bbs/event_stream_test.go
+6 −5 cmd/bbs/lrp_convergence_test.go
+11 −2 controllers/actual_lrp_lifecycle_controller.go
+30 −27 controllers/actual_lrp_lifecycle_controller_test.go
+3 −2 controllers/evacuation_controller.go
+11 −5 controllers/evacuation_controller_test.go
+10 −1 db/actual_lrp_db.go
+10 −8 db/dbfakes/fake_actual_lrpdb.go
+20 −16 db/dbfakes/fake_db.go
+10 −8 db/dbfakes/fake_evacuation_db.go
+10 −8 db/dbfakes/fake_lrpdb.go
+1 −1 db/evacuation_db.go
+57 −0 db/migrations/1698182853_add_availability_zone_to_actual_lrps.go
+71 −0 db/migrations/1698182853_add_availability_zone_to_actual_lrps_test.go
+9 −2 db/sqldb/actual_lrp_db.go
+74 −28 db/sqldb/actual_lrp_db_test.go
+6 −1 db/sqldb/evacuation_db.go
+8 −7 db/sqldb/evacuation_db_test.go
+2 −2 db/sqldb/fakesqldriver/deadlocks_test.go
+20 −20 db/sqldb/lrp_convergence_test.go
+1 −0 db/sqldb/queries.go
+3 −3 db/sqldb/suspect_db_test.go
+6 −1 doc/lrps.md
+20 −16 fake_bbs/fake_internal_client.go
+12 −3 handlers/actual_lrp_lifecycle_handler.go
+12 −7 handlers/actual_lrp_lifecycle_handler_test.go
+2 −2 handlers/evacuation_handler.go
+21 −6 handlers/evacuation_handler_test.go
+10 −8 handlers/fake_controllers/fake_actual_lrp_lifecycle_controller.go
+10 −8 handlers/fake_controllers/fake_evacuation_controller.go
+2 −0 models/actual_lrp.go
+133 −75 models/actual_lrp.pb.go
+1 −0 models/actual_lrp.proto
+112 −54 models/actual_lrp_requests.pb.go
+1 −0 models/actual_lrp_requests.proto
+6 −0 models/actual_lrp_test.go
+95 −39 models/evacuation.pb.go
+1 −0 models/evacuation.proto
+116 −57 models/events.pb.go
+1 −0 models/events.proto
+1 −0 models/test/model_helpers/constructors.go
2 changes: 1 addition & 1 deletion src/code.cloudfoundry.org/buildpackapplifecycle
2 changes: 1 addition & 1 deletion src/code.cloudfoundry.org/cacheddownloader
Submodule cacheddownloader updated 0 files
2 changes: 1 addition & 1 deletion src/code.cloudfoundry.org/diego-ssh
Submodule diego-ssh updated 0 files
2 changes: 1 addition & 1 deletion src/code.cloudfoundry.org/executor
Submodule executor updated 0 files
2 changes: 1 addition & 1 deletion src/code.cloudfoundry.org/inigo
Submodule inigo updated 0 files
2 changes: 1 addition & 1 deletion src/code.cloudfoundry.org/locket
Submodule locket updated 0 files

0 comments on commit 12462b7

Please sign in to comment.