forked from apache/kudu
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
java: ITClient: name background threads
The ITClient test has several background threads that perform tasks while the test is running. Naming these threads makes it easier to understand what happened when wading through the test log. This patch also squelches an unrelated warning from TempDirUtils due to not specifying @OverRide on a Thread's run() method. Change-Id: I9874b088cc8e77707fc913df3de1d1592c1de6c3 Reviewed-on: http://gerrit.cloudera.org:8080/12677 Tested-by: Kudu Jenkins Reviewed-by: Adar Dembo <[email protected]>
- Loading branch information
Showing
2 changed files
with
6 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters