summaryrefslogtreecommitdiffstats
path: root/controller-server
diff options
context:
space:
mode:
authorJon Marius Venstad <venstad@gmail.com>2021-08-23 15:01:30 +0200
committerJon Marius Venstad <venstad@gmail.com>2021-08-23 15:01:30 +0200
commite685a7dc4e87560b490f6ef5908769c053aadf09 (patch)
treeed702196cda344c776e5080436f5f140555f2f1f /controller-server
parent46e5396bf12a33a3721bc7f02f23988c457f6d13 (diff)
Fix more responses
Diffstat (limited to 'controller-server')
-rw-r--r--controller-server/src/test/java/com/yahoo/vespa/hosted/controller/restapi/application/responses/staging-test-log.json32
-rw-r--r--controller-server/src/test/java/com/yahoo/vespa/hosted/controller/restapi/application/responses/system-test-log.json32
2 files changed, 62 insertions, 2 deletions
diff --git a/controller-server/src/test/java/com/yahoo/vespa/hosted/controller/restapi/application/responses/staging-test-log.json b/controller-server/src/test/java/com/yahoo/vespa/hosted/controller/restapi/application/responses/staging-test-log.json
index 2cf846ab6bb..0525f059dd0 100644
--- a/controller-server/src/test/java/com/yahoo/vespa/hosted/controller/restapi/application/responses/staging-test-log.json
+++ b/controller-server/src/test/java/com/yahoo/vespa/hosted/controller/restapi/application/responses/staging-test-log.json
@@ -59,6 +59,21 @@
"at": 14503000,
"type": "info",
"message": "--- container on port 43 has config generation 1, wanted is 2"
+ },
+ {
+ "at": 14503000,
+ "type": "info",
+ "message": "host-tenant:application:default-t-staging.us-east-3: unorchestrated"
+ },
+ {
+ "at": 14503000,
+ "type": "info",
+ "message": "--- platform vespa/vespa:6.1"
+ },
+ {
+ "at": 14503000,
+ "type": "info",
+ "message": "--- container on port 43 has config generation 1, wanted is 2"
}
],
"deployInitialReal": [
@@ -102,6 +117,21 @@
{
"at": 14503000,
"type": "info",
+ "message": "host-tenant:application:default-staging.us-east-3: unorchestrated"
+ },
+ {
+ "at": 14503000,
+ "type": "info",
+ "message": "--- platform vespa/vespa:6.1"
+ },
+ {
+ "at": 14503000,
+ "type": "info",
+ "message": "--- container on port 43 has config generation 1, wanted is 2"
+ },
+ {
+ "at": 14503000,
+ "type": "info",
"message": "Deployment expired before installation was successful."
}
],
@@ -120,7 +150,7 @@
}
]
},
- "lastId": 21,
+ "lastId": 27,
"steps": {
"deployTester": {
"status": "succeeded",
diff --git a/controller-server/src/test/java/com/yahoo/vespa/hosted/controller/restapi/application/responses/system-test-log.json b/controller-server/src/test/java/com/yahoo/vespa/hosted/controller/restapi/application/responses/system-test-log.json
index 2f5e93ea3a0..7f59eaf75c2 100644
--- a/controller-server/src/test/java/com/yahoo/vespa/hosted/controller/restapi/application/responses/system-test-log.json
+++ b/controller-server/src/test/java/com/yahoo/vespa/hosted/controller/restapi/application/responses/system-test-log.json
@@ -73,6 +73,21 @@
{
"at": 0,
"type": "info",
+ "message": "--- container on port 43 has config generation 1, wanted is 2"
+ },
+ {
+ "at": 0,
+ "type": "info",
+ "message": "host-tenant:application:default-t-test.us-east-1: unorchestrated"
+ },
+ {
+ "at": 0,
+ "type": "info",
+ "message": "--- platform vespa/vespa:6.1"
+ },
+ {
+ "at": 0,
+ "type": "info",
"message": "Tester container successfully installed!"
}
],
@@ -192,6 +207,21 @@
{
"at": 0,
"type": "info",
+ "message": "host-tenant:application:default-test.us-east-1: unorchestrated"
+ },
+ {
+ "at": 0,
+ "type": "info",
+ "message": "--- platform vespa/vespa:6.1"
+ },
+ {
+ "at": 0,
+ "type": "info",
+ "message": "--- container on port 43 has config generation 1, wanted is 2"
+ },
+ {
+ "at": 0,
+ "type": "info",
"message": "Found endpoints:"
},
{
@@ -259,7 +289,7 @@
}
]
},
- "lastId": 48,
+ "lastId": 54,
"steps": {
"deployTester": {
"status": "succeeded",