summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJon Marius Venstad <venstad@gmail.com>2021-06-24 20:08:56 +0200
committerJon Marius Venstad <venstad@gmail.com>2021-06-24 20:11:49 +0200
commitd39965631cae501519bbc7e4df55b1cfdcbb8018 (patch)
tree4dd598165eb8b8483a5fce1cc11ac5437045c615
parentfa41db1dc35098a28e4ea9b47319cc8977327332 (diff)
Update abi spec and expected test output
-rw-r--r--vespa-feed-client-cli/src/test/resources/help.txt11
-rw-r--r--vespa-feed-client/abi-spec.json12
2 files changed, 20 insertions, 3 deletions
diff --git a/vespa-feed-client-cli/src/test/resources/help.txt b/vespa-feed-client-cli/src/test/resources/help.txt
index b5d59e02f7e..67b83c07699 100644
--- a/vespa-feed-client-cli/src/test/resources/help.txt
+++ b/vespa-feed-client-cli/src/test/resources/help.txt
@@ -16,12 +16,17 @@ Vespa feed client
--header <arg> HTTP header on the form 'Name:
value'
--help
- --max-streams-per-connection <arg> Number of concurrent streams per
- HTTP/2 connection
+ --max-streams-per-connection <arg> Maximum number of concurrent
+ streams per HTTP/2 connection
--private-key <arg> Path to PEM/PKCS#8 encoded
private key file
--route <arg> Target Vespa route for feed
operations
+ --show-all Print the result of every feed
+ operation
+ --show-errors Print every feed operation
+ failure
+ --silent Disable periodic status printing
--stdin Read JSON input from standard
input
--timeout <arg> Feed operation timeout (in
@@ -29,5 +34,5 @@ Vespa feed client
--trace <arg> The trace level of network
traffic. Disabled by default
(=0)
- --verbose
+ --verbose Print stack traces on errors
--version
diff --git a/vespa-feed-client/abi-spec.json b/vespa-feed-client/abi-spec.json
index d794fcf851a..faf189f1008 100644
--- a/vespa-feed-client/abi-spec.json
+++ b/vespa-feed-client/abi-spec.json
@@ -352,6 +352,18 @@
],
"fields": []
},
+ "ai.vespa.feed.client.ResultException": {
+ "superClass": "ai.vespa.feed.client.FeedException",
+ "interfaces": [],
+ "attributes": [
+ "public"
+ ],
+ "methods": [
+ "public void <init>(ai.vespa.feed.client.DocumentId, java.lang.String, java.lang.String)",
+ "public java.util.Optional getTrace()"
+ ],
+ "fields": []
+ },
"ai.vespa.feed.client.ResultParseException": {
"superClass": "ai.vespa.feed.client.FeedException",
"interfaces": [],