Skip to content

Commit dced923

Browse files
committed
Add TestApiPg resource to test resources in Tilt
1 parent c8e8248 commit dced923

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

Tiltfile

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,8 @@ def e2e_test(name, test_run, extra_deps=[], vars_overrides={}):
182182
resource_deps=['flow-api', 'flow-worker', 'catalog', 'provision-clickhouse'] + extra_deps,
183183
)
184184

185+
# Generic e2e tests
186+
185187
# Postgres to ClickHouse generic tests
186188
e2e_test('postgres', 'TestGenericCH_PG', ['provision-postgres'])
187189

@@ -195,4 +197,8 @@ e2e_test('mysql-pos', 'TestGenericCH_MySQL', ['provision-mysql-pos'], vars_overr
195197
e2e_test('mariadb', 'TestGenericCH_MySQL', ['provision-mariadb'], vars_overrides={'CI_MYSQL_PORT': '$CI_MARIADB_PORT'})
196198

197199
# MongoDB to ClickHouse test suite
198-
e2e_test('mongodb', 'TestMongoClickhouseSuite', ['provision-mongodb'])
200+
e2e_test('mongodb', 'TestMongoClickhouseSuite', ['provision-mongodb'])
201+
202+
# API e2e tests
203+
204+
e2e_test('api-postgres', 'TestApiPg', ['provision-postgres'])

0 commit comments

Comments
 (0)