ChinmaySKulkarni commented on a change in pull request #749: PHOENIX-4521: Allow Pherf scenario to define per query max allowed query execution duration after which thread is interrupted URL: https://github.com/apache/phoenix/pull/749#discussion_r403184683
########## File path: phoenix-pherf/src/main/java/org/apache/phoenix/pherf/workload/MultiThreadedDifferTest.java ########## @@ -0,0 +1,46 @@ +package org.apache.phoenix.pherf.workload; Review comment: Tests should be in the `src/test/...<package>` directory. ITs in `src/IT/...<package>` and only actual code in the `src/main/...<package>`. You should move this to `phoenix-pherf/src/test/...` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
