Skip to content

Commit 5841587

Browse files
author
josh
authored
test: add migrations to snuba tests (#16108)
1 parent 5293664 commit 5841587

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.travis.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,6 @@ matrix:
162162
name: '[Django 1.10] Acceptance'
163163
env: DJANGO_VERSION=">=1.10,<1.11" TEST_SUITE=acceptance USE_SNUBA=1 PERCY_ENABLE=0
164164

165-
# allowed to fail
166165
- <<: *acceptance_default
167166
name: 'Plugins'
168167
env: TEST_SUITE=plugins DB=postgres PERCY_TOKEN=${PLUGIN_PERCY_TOKEN}
@@ -207,8 +206,8 @@ matrix:
207206
- docker ps -a
208207

209208
- python: 2.7
210-
name: 'Snuba Integration'
211-
env: TEST_SUITE=snuba USE_SNUBA=1 SENTRY_ZOOKEEPER_HOSTS=localhost:2181 SENTRY_KAFKA_HOSTS=localhost:9092
209+
name: 'Snuba Integration with migrations'
210+
env: TEST_SUITE=snuba USE_SNUBA=1 SENTRY_ZOOKEEPER_HOSTS=localhost:2181 SENTRY_KAFKA_HOSTS=localhost:9092 MIGRATIONS_TEST_MIGRATE=1
212211
services:
213212
- docker
214213
- memcached
@@ -229,8 +228,8 @@ matrix:
229228
- psql -c 'create database sentry;' -U postgres
230229

231230
- python: 2.7
232-
name: '[Django 1.10] Snuba Integration'
233-
env: DJANGO_VERSION=">=1.10,<1.11" TEST_SUITE=snuba USE_SNUBA=1 SENTRY_ZOOKEEPER_HOSTS=localhost:2181 SENTRY_KAFKA_HOSTS=localhost:9092
231+
name: '[Django 1.10] Snuba Integration with migrations'
232+
env: DJANGO_VERSION=">=1.10,<1.11" TEST_SUITE=snuba USE_SNUBA=1 SENTRY_ZOOKEEPER_HOSTS=localhost:2181 SENTRY_KAFKA_HOSTS=localhost:9092 MIGRATIONS_TEST_MIGRATE=1
234233
services:
235234
- docker
236235
- memcached

0 commit comments

Comments
 (0)