Merged in feature/splitqueryrunning (pull request #57)
Split Query Running + Debugging Full Flow * completedquerysyncrunner * spliitinglogic * synccomplete * informdependents * only push same collector * deps * livetesting * foundissue * some issues resolved * activeupdate * collectorupdatefixes * fix dbquesries * tests * tests * pollingdebug
This commit is contained in:
@@ -40,6 +40,9 @@ func TestCreateRunner(t *testing.T) {
|
||||
Cfg: cfg,
|
||||
Network: ncfg,
|
||||
QueueURL: url,
|
||||
Env: map[string]string{
|
||||
"QUERY_URL": "/i/am/here",
|
||||
},
|
||||
}
|
||||
|
||||
c, cleanup := CreateRunner(t, ctx, qccfg)
|
||||
|
||||
Reference in New Issue
Block a user