Merged in feature/testwithlogs (pull request #65)
Query Version Sync Runner * testing * queryversiosyncworking * update * tests * fixtests
This commit is contained in:
@@ -22,7 +22,8 @@ func TestCreateRunnerNetwork(t *testing.T) {
|
||||
Cfg: cfg,
|
||||
Name: QueryRunner,
|
||||
Env: map[string]string{
|
||||
"QUERY_URL": "/i/am/here",
|
||||
"QUERY_URL": "/i/am/here",
|
||||
"QUERY_VERSION_SYNC_URL": "/here/there/every/where",
|
||||
},
|
||||
})
|
||||
|
||||
@@ -41,7 +42,8 @@ func TestCreateServiceNetwork(t *testing.T) {
|
||||
conn, cleanup := CreateServiceNetwork(t, ctx, &ServiceNetworkConfig{
|
||||
Name: QueryService,
|
||||
Env: map[string]string{
|
||||
"JOB_SYNC_URL": "/i/am/here",
|
||||
"JOB_SYNC_URL": "/i/am/here",
|
||||
"QUERY_VERSION_SYNC_URL": "/here/there/every/where",
|
||||
},
|
||||
})
|
||||
|
||||
@@ -74,7 +76,8 @@ func TestCreateRunnersAndServicesNetwork(t *testing.T) {
|
||||
{
|
||||
Name: QueryService,
|
||||
Env: map[string]string{
|
||||
"JOB_SYNC_URL": "/i/am/here",
|
||||
"JOB_SYNC_URL": "/i/am/here",
|
||||
"QUERY_VERSION_SYNC_URL": "/here/there/every/where",
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user