File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -103,19 +103,9 @@ function unit_pass {
103103 run_for_modules run_unit_tests " $@ "
104104}
105105
106- function integration_extra {
107- if [ -z " ${PKG} " ] ; then
108- run_for_module " ." go_test " ./contrib/raftexample" " keep_going" : -timeout=" ${TIMEOUT:- 5m} " " ${RUN_ARG[@]} " " ${COMMON_TEST_FLAGS[@]} " " $@ " || return $?
109- run_for_module " tests" go_test " ./integration/v2store/..." " keep_going" : -tags v2v3 -timeout=" ${TIMEOUT:- 5m} " " ${RUN_ARG[@]} " " ${COMMON_TEST_FLAGS[@]} " " $@ " || return $?
110- else
111- log_warning " integration_extra ignored when PKG is specified"
112- fi
113- }
114-
115106function integration_pass {
116107 local pkgs=${USERPKG:- " ./integration/..." }
117108 run_for_module " tests" go_test " ${pkgs} " " parallel" : -timeout=" ${TIMEOUT:- 15m} " " ${COMMON_TEST_FLAGS[@]} " " ${RUN_ARG[@]} " " $@ " || return $?
118- integration_extra " $@ "
119109}
120110
121111function e2e_pass {
You can’t perform that action at this time.
0 commit comments