Skip to content

Commit 3b39a68

Browse files
authored
Merge pull request #139 from arangodb/feature/check-node-unschedulable
Inspect node schedulable state
2 parents 87dd61e + 288da19 commit 3b39a68

File tree

20 files changed

+651
-447
lines changed

20 files changed

+651
-447
lines changed

deps/github.com/arangodb/go-driver/Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,7 @@ __test_go_test:
298298
-e TEST_CONNECTION=$(TEST_CONNECTION) \
299299
-e TEST_CVERSION=$(TEST_CVERSION) \
300300
-e TEST_CONTENT_TYPE=$(TEST_CONTENT_TYPE) \
301+
-e TEST_PPROF=$(TEST_PPROF) \
301302
-w /usr/code/ \
302303
golang:$(GOVERSION) \
303304
go test $(TAGS) $(TESTOPTIONS) $(TESTVERBOSEOPTIONS) $(TESTS)

0 commit comments

Comments
 (0)