Created
September 18, 2019 20:46
-
-
Save vchudnov-g/dc51f74e2aefbf1e81f96666895a0272 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
type: manifest/samples | |
schema_version: 3 | |
base: &common | |
env: 'java' | |
bin: 'echo mvn exec:java -q -D{sample} -Dexec.args=@args' | |
chdir: '{@manifest_dir}/../..' | |
basepath: '.' | |
samples: | |
- <<: *common | |
path: '{basepath}/src/main/java/com/google/cloud/examples/speech/v1/SpeechTranscribeAsyncWordTimeOffsetsGcs.java' | |
sample: 'first' | |
--- | |
type: test/samples | |
schema_version: 1 | |
test: | |
suites: | |
- name: "Reproduce error" | |
setup: | |
teardown: | |
cases: | |
- name: "Quoted args" | |
spec: | |
- log: | |
- "Using manifest from @manifest_source" | |
call: | |
sample: first | |
params: | |
content: | |
literal: alpha | |
text: | |
literal: "beta" | |
idea: | |
literal: gamma | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment