Skip to content

Commit

Permalink
Merge pull request #4353 from vespa-engine/bjorncs/container-http-test
Browse files Browse the repository at this point in the history
Bjorncs/container http test
  • Loading branch information
hmusum authored Feb 20, 2025
2 parents 7e4654e + c14696f commit eb1d828
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 63 deletions.
61 changes: 0 additions & 61 deletions tests/container/health-check-proxy/health-check-proxy.rb

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
package com.yahoo.performance.handler;

import com.google.inject.Inject;
import com.yahoo.container.handler.threadpool.ContainerThreadPool;
import com.yahoo.container.jdisc.HttpRequest;
import com.yahoo.container.jdisc.HttpResponse;
import com.yahoo.container.jdisc.ThreadedHttpRequestHandler;
Expand All @@ -16,8 +17,8 @@
public class HelloWorldHandler extends ThreadedHttpRequestHandler {

@Inject
public HelloWorldHandler(Executor executor, Metric metric) {
super(executor, metric);
public HelloWorldHandler(ContainerThreadPool pool, Metric metric) {
super(pool, metric);
}

@Override
Expand Down

0 comments on commit eb1d828

Please sign in to comment.