Merged in feature/jobsync (pull request #63)
Document Sync and Job Sync * docsyncfunc * startedQueryWork * morefixes * jobsyncsvcstart * save * jobsynctext * save * save * docsync * shorttest * jobsync * jobsyncupdateoncollectorupdate * passlivetest * collectortest * lint
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
package integration_test
|
||||
package endtoend_test
|
||||
|
||||
import (
|
||||
"context"
|
||||
@@ -15,6 +15,9 @@ func TestQueryServiceTest(t *testing.T) {
|
||||
|
||||
c, cleanup := test.CreateServiceNetwork(t, ctx, &test.ServiceNetworkConfig{
|
||||
Name: test.QueryService,
|
||||
Env: map[string]string{
|
||||
"JOB_SYNC_URL": "/i/am/here",
|
||||
},
|
||||
})
|
||||
defer cleanup()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user