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 {
103
103
run_for_modules run_unit_tests " $@ "
104
104
}
105
105
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
-
115
106
function integration_pass {
116
107
local pkgs=${USERPKG:- " ./integration/..." }
117
108
run_for_module " tests" go_test " ${pkgs} " " parallel" : -timeout=" ${TIMEOUT:- 15m} " " ${COMMON_TEST_FLAGS[@]} " " ${RUN_ARG[@]} " " $@ " || return $?
118
- integration_extra " $@ "
119
109
}
120
110
121
111
function e2e_pass {
You can’t perform that action at this time.
0 commit comments