Skip to content

Commit e6a755d

Browse files
authored
Update integrate_test.sh
test diff go test
1 parent afcd802 commit e6a755d

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

tests/integration/integrate_test.sh

+5-9
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,11 @@ echo "try ginkgo in PATH ----- "
2121
find /home -name ginkgo 2>/dev/null
2222
ginkgo --dry-run -v |grep -E -v "\[[0-9]+\.[0-9]+ seconds]"
2323

24-
# try /home/runner/go/pkg/mod/github.com/bsm/ginkgo
25-
echo "try /home/runner/go/pkg/mod/github.com/bsm/ginkgo ----- "
26-
/home/runner/go/pkg/mod/github.com/bsm/ginkgo --dry-run -v |grep -E -v "\[[0-9]+\.[0-9]+ seconds]"
24+
ginkgo --focus-file="server_test.go" -vv
2725

26+
ginkgo --focus-file="acl_test.go" -vv
2827

29-
ls -l /home/runner/go/bin/
30-
GinkgoPath="$(go env |grep GOPATH |awk -F "\"" '{ print $2}')/bin"/ginkgo
31-
echo "try $GinkgoPath ----- "
32-
$GinkgoPath --dry-run -v |grep -E -v "\[[0-9]+\.[0-9]+ seconds]"
28+
ginkgo --focus-file="txn_test.go" -vv
3329

34-
go test -run=TestPikaWithCache -timeout 30m
35-
go test -run=TestPikaWithoutCache -timeout 30m
30+
# go test -run=TestPikaWithCache -timeout 30m
31+
# go test -run=TestPikaWithoutCache -timeout 30m

0 commit comments

Comments
 (0)