Skip to content

Commit d71d2d5

Browse files
author
arpechenin
committed
test:
- add explicit failure test for compressed workflows in removeCompletedTaskSetStatus - add e2e coverage for WorkflowTaskSet cleanup in completed compressed workflows Signed-off-by: arpechenin <arpechenin@avito.ru>
1 parent ec01927 commit d71d2d5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

test/e2e/executor_plugins_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ func (s *ExecutorPluginsSuite) TestTemplateExecutor() {
4646
assert.Contains(t, spec.Volumes[2].Name, "kube-api-access-")
4747
assert.Equal(t, "argo-workflows-agent-ca-certificates", spec.Volumes[3].Name)
4848

49-
require.Len(t, spec.Containers, 2)
49+
require.Len(t, spec.Containers, 3)
5050
{
5151
plug := spec.Containers[0]
5252
require.Equal(t, "hello-executor-plugin", plug.Name)

test/e2e/manifests/plugins/massive-executor-plugin-configmap.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ data:
6464
self.unsupported()
6565
6666
if __name__ == '__main__':
67-
httpd = HTTPServer(('', 4355), Plugin)
67+
httpd = HTTPServer(('', 4356), Plugin)
6868
httpd.serve_forever()
6969
command:
7070
- python

0 commit comments

Comments
 (0)