Skip to content

Commit

Permalink
Paired upgrade tests (#4095)
Browse files Browse the repository at this point in the history
* Paired upgrade tests

* Run hack/update-deps.sh --upgrade

* Run update-codegen
  • Loading branch information
mgencur authored Sep 25, 2024
1 parent 504e509 commit b02817c
Show file tree
Hide file tree
Showing 13 changed files with 948 additions and 389 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ private void processTaskQueue() {
try {
Runnable task = taskQueue.poll(2000, TimeUnit.MILLISECONDS);
if (task != null) {
task.run();
task.run();
}
} catch (InterruptedException e) {
logger.debug("Interrupted while waiting for task", e);
Expand Down
Loading

0 comments on commit b02817c

Please sign in to comment.