mirror of
https://github.com/mattermost/focalboard.git
synced 2025-03-29 21:01:01 +02:00
Disabled Race Test for SQLite (#3280)
* test PR * Disabled golang race tests for Sqlite
This commit is contained in:
parent
e0a7f3eb61
commit
9cbf1096fe
2
Makefile
2
Makefile
@ -126,7 +126,7 @@ server-test-sqlite: templates-archive ## Run server tests using sqlite
|
|||||||
server-test-mini-sqlite: export FOCALBOARD_UNIT_TESTING=1
|
server-test-mini-sqlite: export FOCALBOARD_UNIT_TESTING=1
|
||||||
|
|
||||||
server-test-mini-sqlite: templates-archive ## Run server tests using sqlite
|
server-test-mini-sqlite: templates-archive ## Run server tests using sqlite
|
||||||
cd server/integrationtests; go test -tags '$(BUILD_TAGS)' -race -v -count=1 -timeout=30m ./...
|
cd server/integrationtests; go test -tags '$(BUILD_TAGS)' -v -count=1 -timeout=30m ./...
|
||||||
|
|
||||||
server-test-mysql: export FOCALBOARD_UNIT_TESTING=1
|
server-test-mysql: export FOCALBOARD_UNIT_TESTING=1
|
||||||
server-test-mysql: export FOCALBOARD_STORE_TEST_DB_TYPE=mysql
|
server-test-mysql: export FOCALBOARD_STORE_TEST_DB_TYPE=mysql
|
||||||
|
Loading…
x
Reference in New Issue
Block a user