Skip to content

Commit fe8a344

Browse files
fix e2e tests
Signed-off-by: Akash Kumar <meakash7902@gmail.com>
1 parent 8c49378 commit fe8a344

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

test/e2e/test_suites/kpm/exec_inside_pkg/add_with_name_1/test_suite.stdout

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ adding dependency 'kcl1'
22
the lastest version '0.0.1' will be added
33
downloading 'test/kcl1:0.0.1' from 'localhost:5001/test/kcl1:0.0.1'
44
downloading 'test/k8s:1.27' from 'localhost:5001/test/k8s:1.27'
5-
add dependency 'kcl1' successfully
5+
adding dependencies results in a cycle

test/e2e/test_suites/kpm/exec_inside_pkg/add_with_name_2/test_suite.stdout

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ the lastest version '0.0.1' will be added
33
downloading 'test/kcl2:0.0.1' from 'localhost:5001/test/kcl2:0.0.1'
44
downloading 'test/k8s:1.27' from 'localhost:5001/test/k8s:1.27'
55
downloading 'test/kcl1:0.0.1' from 'localhost:5001/test/kcl1:0.0.1'
6-
add dependency 'kcl2' successfully
6+
adding dependencies results in a cycle

test/e2e/test_suites/kpm/exec_inside_pkg/add_with_name_3/test_suite.stdout

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ the lastest version '0.0.1' will be added
33
downloading 'test/kcl2:0.0.1' from 'localhost:5001/test/kcl2:0.0.1'
44
downloading 'test/k8s:1.27' from 'localhost:5001/test/k8s:1.27'
55
downloading 'test/kcl1:0.0.1' from 'localhost:5001/test/kcl1:0.0.1'
6-
add dependency 'kcl2' successfully
6+
adding dependencies results in a cycle
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<un_ordered>adding dependency 'a_kcl_pkg_dep_pkg_name'
22
downloading 'test/k8s:1.27' from 'localhost:5001/test/k8s:1.27'
33
downloading 'test/kcl1:0.0.1' from 'localhost:5001/test/kcl1:0.0.1'
4-
add dependency 'a_kcl_pkg_dep_pkg_name:0.0.1' successfully
4+
adding dependencies results in a cycle

test/e2e/test_suites/kpm/exec_inside_pkg/add_with_path_3/test_suite.stdout

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
downloading 'test/k8s:1.27' from 'localhost:5001/test/k8s:1.27'
33
downloading 'test/kcl2:0.0.1' from 'localhost:5001/test/kcl2:0.0.1'
44
downloading 'test/kcl1:0.0.1' from 'localhost:5001/test/kcl1:0.0.1'
5-
add dependency 'a_kcl_pkg_dep_pkg_name:0.0.1' successfully
5+
adding dependencies results in a cycle

test/e2e/test_suites/kpm/exec_inside_pkg/add_with_path_4/test_suite.stdout

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
downloading 'test/k8s:1.27' from 'localhost:5001/test/k8s:1.27'
33
downloading 'test/kcl2:0.0.1' from 'localhost:5001/test/kcl2:0.0.1'
44
downloading 'test/kcl1:0.0.1' from 'localhost:5001/test/kcl1:0.0.1'
5-
add dependency 'a_kcl_pkg_dep_pkg_name:0.0.1' successfully
5+
adding dependencies results in a cycle

test/e2e/test_suites/kpm/exec_inside_pkg/add_with_path_5/test_suite.stdout

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
downloading 'test/k8s:1.27' from 'localhost:5001/test/k8s:1.27'
33
downloading 'test/kcl2:0.0.1' from 'localhost:5001/test/kcl2:0.0.1'
44
downloading 'test/kcl1:0.0.1' from 'localhost:5001/test/kcl1:0.0.1'
5-
add dependency 'a_kcl_pkg_dep_pkg_name:0.0.1' successfully
5+
adding dependencies results in a cycle

0 commit comments

Comments
 (0)