Skip to content

Commit 0fa8eee

Browse files
committed
Add new e2e tests and update reference files
1 parent beccb4c commit 0fa8eee

15 files changed

Lines changed: 83 additions & 60 deletions

tests_e2e/references/reference_app.sh_l10

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
build hasn't expired yet
22
Error: unknown flag: --flag_doesnt_exist
33
Usage:
4-
actrun [filename] [flags]
4+
actrun [filename|url] [flags]
55
actrun [command]
66

77
Available Commands:

tests_e2e/references/reference_app.sh_l12

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,17 +23,17 @@ hint:
2323

2424
stack trace:
2525
github.com/actionforge/actrun-cli/core.RunGraphFromFile
26-
graph.go:1031
26+
graph.go:1035
2727
github.com/actionforge/actrun-cli/cmd.cmdRootRun
28-
cmd_root.go:175
28+
cmd_root.go:186
2929
github.com/spf13/cobra.(*Command).execute
3030
command.go:-1
3131
github.com/spf13/cobra.(*Command).ExecuteC
3232
command.go:-1
3333
github.com/spf13/cobra.(*Command).Execute
3434
command.go:-1
3535
github.com/actionforge/actrun-cli/cmd.Execute
36-
cmd_root.go:190
36+
cmd_root.go:198
3737
main.main
3838
main.go:26
3939
runtime.main

tests_e2e/references/reference_contexts_env.sh_l26

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
build hasn't expired yet
22
Error: unable to load env file: doesnt_exist
33
Usage:
4-
actrun [filename] [flags]
4+
actrun [filename|url] [flags]
55
actrun [command]
66

77
Available Commands:

tests_e2e/references/reference_dir-walk.sh_l56

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,21 +40,21 @@ github.com/actionforge/actrun-cli/nodes.(*StartNode).ExecuteImpl
4040
github.com/actionforge/actrun-cli/nodes.(*StartNode).ExecuteEntry
4141
start@v1.go:45
4242
github.com/actionforge/actrun-cli/core.RunGraph
43-
graph.go:426
43+
graph.go:430
4444
github.com/actionforge/actrun-cli/core.RunGraphFromString
45-
graph.go:1016
45+
graph.go:1020
4646
github.com/actionforge/actrun-cli/core.RunGraphFromFile
47-
graph.go:1034
47+
graph.go:1038
4848
github.com/actionforge/actrun-cli/cmd.cmdRootRun
49-
cmd_root.go:175
49+
cmd_root.go:186
5050
github.com/spf13/cobra.(*Command).execute
5151
command.go:-1
5252
github.com/spf13/cobra.(*Command).ExecuteC
5353
command.go:-1
5454
github.com/spf13/cobra.(*Command).Execute
5555
command.go:-1
5656
github.com/actionforge/actrun-cli/cmd.Execute
57-
cmd_root.go:190
57+
cmd_root.go:198
5858
main.main
5959
main.go:26
6060
runtime.main

tests_e2e/references/reference_error_no_output.sh_l8

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,21 +51,21 @@ github.com/actionforge/actrun-cli/nodes.(*StartNode).ExecuteImpl
5151
github.com/actionforge/actrun-cli/nodes.(*StartNode).ExecuteEntry
5252
start@v1.go:45
5353
github.com/actionforge/actrun-cli/core.RunGraph
54-
graph.go:426
54+
graph.go:430
5555
github.com/actionforge/actrun-cli/core.RunGraphFromString
56-
graph.go:1016
56+
graph.go:1020
5757
github.com/actionforge/actrun-cli/core.RunGraphFromFile
58-
graph.go:1034
58+
graph.go:1038
5959
github.com/actionforge/actrun-cli/cmd.cmdRootRun
60-
cmd_root.go:175
60+
cmd_root.go:186
6161
github.com/spf13/cobra.(*Command).execute
6262
command.go:-1
6363
github.com/spf13/cobra.(*Command).ExecuteC
6464
command.go:-1
6565
github.com/spf13/cobra.(*Command).Execute
6666
command.go:-1
6767
github.com/actionforge/actrun-cli/cmd.Execute
68-
cmd_root.go:190
68+
cmd_root.go:198
6969
main.main
7070
main.go:26
7171
runtime.main

tests_e2e/references/reference_group-error.sh_l8

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ github.com/actionforge/actrun-cli/nodes.(*StartNode).ExecuteImpl
250250
github.com/actionforge/actrun-cli/nodes.(*StartNode).ExecuteEntry
251251
start@v1.go:45
252252
github.com/actionforge/actrun-cli/core.RunGraph
253-
graph.go:426
253+
graph.go:430
254254
github.com/actionforge/actrun-cli/core.RunGraphFromString
255-
graph.go:1016
255+
graph.go:1020
256256

tests_e2e/references/reference_group-port-collision.sh_l13

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,32 +20,32 @@ error:
2020
↳ group node has an input and output with the same name 'foo'
2121

2222
stack trace:
23-
github.com/actionforge/actrun-cli/nodes.init.39.func1
23+
github.com/actionforge/actrun-cli/nodes.init.40.func1
2424
group@v1.go:155
2525
github.com/actionforge/actrun-cli/core.NewNodeInstance
2626
base.go:610
2727
github.com/actionforge/actrun-cli/core.LoadNode
28-
graph.go:599
28+
graph.go:603
2929
github.com/actionforge/actrun-cli/core.LoadNodes
30-
graph.go:539
30+
graph.go:543
3131
github.com/actionforge/actrun-cli/core.LoadGraph
32-
graph.go:454
32+
graph.go:458
3333
github.com/actionforge/actrun-cli/core.RunGraph
34-
graph.go:275
34+
graph.go:279
3535
github.com/actionforge/actrun-cli/core.RunGraphFromString
36-
graph.go:1016
36+
graph.go:1020
3737
github.com/actionforge/actrun-cli/core.RunGraphFromFile
38-
graph.go:1034
38+
graph.go:1038
3939
github.com/actionforge/actrun-cli/cmd.cmdRootRun
40-
cmd_root.go:175
40+
cmd_root.go:186
4141
github.com/spf13/cobra.(*Command).execute
4242
command.go:-1
4343
github.com/spf13/cobra.(*Command).ExecuteC
4444
command.go:-1
4545
github.com/spf13/cobra.(*Command).Execute
4646
command.go:-1
4747
github.com/actionforge/actrun-cli/cmd.Execute
48-
cmd_root.go:190
48+
cmd_root.go:198
4949
main.main
5050
main.go:26
5151
runtime.main

tests_e2e/references/reference_index.sh_l20

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -84,21 +84,21 @@ github.com/actionforge/actrun-cli/nodes.(*StartNode).ExecuteImpl
8484
github.com/actionforge/actrun-cli/nodes.(*StartNode).ExecuteEntry
8585
start@v1.go:45
8686
github.com/actionforge/actrun-cli/core.RunGraph
87-
graph.go:426
87+
graph.go:430
8888
github.com/actionforge/actrun-cli/core.RunGraphFromString
89-
graph.go:1016
89+
graph.go:1020
9090
github.com/actionforge/actrun-cli/core.RunGraphFromFile
91-
graph.go:1034
91+
graph.go:1038
9292
github.com/actionforge/actrun-cli/cmd.cmdRootRun
93-
cmd_root.go:175
93+
cmd_root.go:186
9494
github.com/spf13/cobra.(*Command).execute
9595
command.go:-1
9696
github.com/spf13/cobra.(*Command).ExecuteC
9797
command.go:-1
9898
github.com/spf13/cobra.(*Command).Execute
9999
command.go:-1
100100
github.com/actionforge/actrun-cli/cmd.Execute
101-
cmd_root.go:190
101+
cmd_root.go:198
102102
main.main
103103
main.go:26
104104
runtime.main

tests_e2e/references/reference_run-python-embedded.sh_l13

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -24,32 +24,32 @@ hint:
2424
https:[REDACTED]/#not-available
2525

2626
stack trace:
27-
github.com/actionforge/actrun-cli/nodes.init.50.func1
27+
github.com/actionforge/actrun-cli/nodes.init.51.func1
2828
nrun-python-embedded@v1.go:16
2929
github.com/actionforge/actrun-cli/core.NewNodeInstance
3030
base.go:610
3131
github.com/actionforge/actrun-cli/core.LoadNode
32-
graph.go:599
32+
graph.go:603
3333
github.com/actionforge/actrun-cli/core.LoadNodes
34-
graph.go:539
34+
graph.go:543
3535
github.com/actionforge/actrun-cli/core.LoadGraph
36-
graph.go:454
36+
graph.go:458
3737
github.com/actionforge/actrun-cli/core.RunGraph
38-
graph.go:275
38+
graph.go:279
3939
github.com/actionforge/actrun-cli/core.RunGraphFromString
40-
graph.go:1016
40+
graph.go:1020
4141
github.com/actionforge/actrun-cli/core.RunGraphFromFile
42-
graph.go:1034
42+
graph.go:1038
4343
github.com/actionforge/actrun-cli/cmd.cmdRootRun
44-
cmd_root.go:175
44+
cmd_root.go:186
4545
github.com/spf13/cobra.(*Command).execute
4646
command.go:-1
4747
github.com/spf13/cobra.(*Command).ExecuteC
4848
command.go:-1
4949
github.com/spf13/cobra.(*Command).Execute
5050
command.go:-1
5151
github.com/actionforge/actrun-cli/cmd.Execute
52-
cmd_root.go:190
52+
cmd_root.go:198
5353
main.main
5454
main.go:26
5555
runtime.main

tests_e2e/references/reference_s3_aws_walk.sh_l22

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,21 +44,21 @@ github.com/actionforge/actrun-cli/nodes.(*StartNode).ExecuteImpl
4444
github.com/actionforge/actrun-cli/nodes.(*StartNode).ExecuteEntry
4545
start@v1.go:45
4646
github.com/actionforge/actrun-cli/core.RunGraph
47-
graph.go:426
47+
graph.go:430
4848
github.com/actionforge/actrun-cli/core.RunGraphFromString
49-
graph.go:1016
49+
graph.go:1020
5050
github.com/actionforge/actrun-cli/core.RunGraphFromFile
51-
graph.go:1034
51+
graph.go:1038
5252
github.com/actionforge/actrun-cli/cmd.cmdRootRun
53-
cmd_root.go:175
53+
cmd_root.go:186
5454
github.com/spf13/cobra.(*Command).execute
5555
command.go:-1
5656
github.com/spf13/cobra.(*Command).ExecuteC
5757
command.go:-1
5858
github.com/spf13/cobra.(*Command).Execute
5959
command.go:-1
6060
github.com/actionforge/actrun-cli/cmd.Execute
61-
cmd_root.go:190
61+
cmd_root.go:198
6262
main.main
6363
main.go:26
6464
runtime.main

0 commit comments

Comments
 (0)