Murtadha Hubail has posted comments on this change.

Change subject: Verify that BufferCache is clean after tests
......................................................................


Patch Set 1:

(1 comment)

https://asterix-gerrit.ics.uci.edu/#/c/498/1/asterix-app/src/test/java/org/apache/asterix/test/runtime/ExecutionTest.java
File 
asterix-app/src/test/java/org/apache/asterix/test/runtime/ExecutionTest.java:

Line 109:         for(NodeControllerService nc: 
AsterixHyracksIntegrationUtil.ncs){
Do this instead of using reflection:

IAsterixAppRuntimeContext appCtx  = (IAsterixAppRuntimeContext) 
nc.getApplicationContext().getApplicationObject();
 appCtx.getBufferCache();


-- 
To view, visit https://asterix-gerrit.ics.uci.edu/498
To unsubscribe, visit https://asterix-gerrit.ics.uci.edu/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: I5610e903be3347893e676c915b98316b06073c26
Gerrit-PatchSet: 1
Gerrit-Project: asterixdb
Gerrit-Branch: master
Gerrit-Owner: Ian Maxon <ima...@apache.org>
Gerrit-Reviewer: Jenkins <jenk...@fulliautomatix.ics.uci.edu>
Gerrit-Reviewer: Murtadha Hubail <hubail...@gmail.com>
Gerrit-Reviewer: Young-Seok Kim <kiss...@gmail.com>
Gerrit-HasComments: Yes

Reply via email to