mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
Refactor for query plan capture with initial threshold micros - part 2
This commit is contained in:
@@ -190,7 +190,7 @@ public class TestCustomerFinder extends BaseTestCase {
|
||||
}
|
||||
|
||||
QueryPlanRequest request = new QueryPlanRequest();
|
||||
List<MetaQueryPlan> plans = server().getMetaInfoManager().collectQueryPlans(request);
|
||||
List<MetaQueryPlan> plans = server().getMetaInfoManager().queryPlanCollectNow(request);
|
||||
assertThat(plans).isNotEmpty();
|
||||
|
||||
for (MetaQueryPlan plan : plans) {
|
||||
|
||||
Reference in New Issue
Block a user