mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-27 17:10:22 -04:00
Passing in project-id when creating s3 client (#129301)
Enables creating different s3 clients for different projects Relates: #127631
This commit is contained in:
parent
a0b8737380
commit
92b32b535b
8 changed files with 24 additions and 37 deletions
|
@ -2743,7 +2743,7 @@ public abstract class ESTestCase extends LuceneTestCase {
|
|||
future.run();
|
||||
} else {
|
||||
threads[i] = new Thread(future);
|
||||
threads[i].setName("runInParallel-T#" + i);
|
||||
threads[i].setName("TEST-runInParallel-T#" + i);
|
||||
threads[i].start();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue