-
Notifications
You must be signed in to change notification settings - Fork 6
Test Wrapper
Vidhi Jain edited this page Jun 14, 2017
·
7 revisions
- Creates Target Database by invoking the method
runMakeTargetSetup()
in MakeTargetSetup - Read configuration file for TestWrapper
- Preprocessing
- Drop the
mult
column in@database@_BN.*_cp
tables - Remap the
rnid
withorig_rnid
- Drop the
- Stores each functor in an ArrayList of strings (as returned by method GetFunctors() )
- Creates new schema and connects to following databases :
- @database@_target_final_CT
- @database@_target_final
- For each functor,
- Calls:
- Extends the final_CT tables for each functorId with all possible values by invoking Extend_Final_CT()
- Removes the not applicable ones by Computing the Frequency Update_CT()
- Calls createSubFinal2_zqian()
- Calls createFinal3_zqian()
- ~! ToDo for Performance Analysis
- Cleanup for next functor by dropping tables
- 1Nodes
- 2Nodes
- RNodes