Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(cli): Add run verb #2885

Merged
merged 29 commits into from
Jul 12, 2023
Merged
Show file tree
Hide file tree
Changes from 26 commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
55d9c4a
initial orchestrator implementation
schoren Jul 7, 2023
8938458
make formatter output format not global
schoren Jul 7, 2023
ba90e38
implement test runner
schoren Jul 7, 2023
1ec89d1
support run by id
schoren Jul 7, 2023
a3d8926
add transaction runner
schoren Jul 10, 2023
f079e5a
fix formatter
schoren Jul 10, 2023
76d433e
ignore test written file
schoren Jul 10, 2023
f97651d
faster tests
schoren Jul 10, 2023
e22b57c
fix not found error
schoren Jul 10, 2023
ca8cb3e
fix delete error handling
schoren Jul 10, 2023
43ee6ed
fix e2e test run cmd usage
schoren Jul 10, 2023
b7be5fb
update references
schoren Jul 10, 2023
4dd4e91
fix test
schoren Jul 10, 2023
3a8a8e5
fix commands;
schoren Jul 10, 2023
10a8488
validate resource type from file when applying
schoren Jul 10, 2023
c31b422
fix server tracetesting script
schoren Jul 10, 2023
ddc45e2
deprecate old run cmd
schoren Jul 10, 2023
4149ddc
improve error checking
schoren Jul 10, 2023
0201328
improve error handling
schoren Jul 10, 2023
3487d3f
fix junit
schoren Jul 10, 2023
f0bfe6d
validate envID
schoren Jul 11, 2023
1f95f12
fix error handling
schoren Jul 11, 2023
8c68c39
disable junit for transactions in dogfood run script
schoren Jul 11, 2023
f555e6c
fix delete error
schoren Jul 11, 2023
62473ec
update gowork
schoren Jul 11, 2023
0059149
make help message show only runnable resources as options
schoren Jul 12, 2023
c30e06f
detect file type in legacy test run cmd to support running transactions
schoren Jul 12, 2023
67b9656
Update testing/cli-e2etest/testscenarios/test/run_test_test.go
schoren Jul 12, 2023
f869565
fix typo
schoren Jul 12, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ jobs:
./scripts/wait-for-port.sh 11633

./dist/tracetest configure -g --endpoint http://localhost:11633
./dist/tracetest test run -d examples/${{ matrix.example_dir }}/tests/list-tests.yaml --wait-for-result || (cat /tmp/docker-log; exit 1)
./dist/tracetest run test -f examples/${{ matrix.example_dir }}/tests/list-tests.yaml || (cat /tmp/docker-log; exit 1)

smoke-test-cli:
name: CLI smoke tests
Expand Down