Skip to content

Commit

Permalink
Merge pull request #4292 from vespa-engine/hmusum/change-test-owner
Browse files Browse the repository at this point in the history
Change test owner
  • Loading branch information
hmusum authored Nov 29, 2024
2 parents de1ed05 + a653348 commit 98076f3
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion lib/DataGenerator.java
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
import static java.util.stream.Collectors.groupingBy;

/**
* @author jonmv
* @author Jon Marius Venstad
*/
public class DataGenerator {

Expand Down
4 changes: 2 additions & 2 deletions tests/container/synchttphandler/synchttp2handler.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
class SyncHttp2Handler < SearchContainerTest

def setup
set_owner("jonmv")
set_description("Check it's possible to deploy sync HTTP/2 handlers")
set_owner("bjorncs")
set_description("Check that it's possible to deploy sync HTTP/2 handlers")
add_bundle_dir(File.expand_path(selfdir), "com.yahoo.vespatest.HelloWorld")
@valgrind = false
@container_port = Environment.instance.vespa_web_service_port
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
import static org.junit.Assert.fail;

/**
* @author jonmv
* @author Jon Marius Venstad
*/
public class VespaZooKeeperTest {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
/**
* Compilation efficiency.
*
* @author jonmv
* @author Jon Marius Venstad
*/
public class QueryProfileCompilerTestCase {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
import static java.nio.charset.StandardCharsets.UTF_8;

/**
* @author jonmv
* @author Jon Marius Venstad
*/
public class VespaJsonFeeder {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ def generate_documents(docid_begin, num_docs)
end

def setup
set_owner("jonmv")
set_description("Verifies that a container can handle more feed threads than it has thread.")
set_owner("bjorncs")
set_description("Verifies that a container can handle more feed threads than it has threads in threadpool")
@valgrind = false

@feed_file = dirs.tmpdir + "temp.feed.json"
Expand Down

0 comments on commit 98076f3

Please sign in to comment.