data-aggregator: specifically limit to fspmethod 'basic'
In their current implementation, the data-aggregator scripts do not work correctly on sampling results. Change-Id: I1035970b352f513d725bd1a40ac9262368ffbcc0
This commit is contained in:
@ -39,6 +39,7 @@ JOIN fspgroup g
|
||||
ON g.variant_id = t.variant_id
|
||||
AND g.data_address = t.data_address
|
||||
AND g.instr2 = t.instr2
|
||||
AND g.fspmethod_id = (SELECT id FROM fspmethod WHERE method = 'basic')
|
||||
JOIN result_GenericExperimentMessage r
|
||||
ON r.pilot_id = g.pilot_id
|
||||
WHERE $FILTER
|
||||
|
||||
Reference in New Issue
Block a user