FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

feat: move migrations test modules to run against different emulator … · googleapis/python-spanner-django@5b3b2e4 · GitHub

This repository was archived by the owner on Jun 8, 2026. It is now read-only.

Commit 5b3b2e4

Browse files
authored
feat: move migrations test modules to run against different emulator (#613)
* fix: lint_setup_py was failing in Kokoro is not fixed * feat: move migrations and queries test modules to run against different emmulators to distribute time taken by emmulator 2
1 parent 58b9969 commit 5b3b2e4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

‎.github/workflows/django_tests_against_emulator2.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ jobs:
2929
GOOGLE_CLOUD_TESTS_CREATE_SPANNER_INSTANCE: true
3030
RUNNING_SPANNER_BACKEND_TESTS: 1
3131
SPANNER_TEST_INSTANCE: google-cloud-django-backend-tests
32-
DJANGO_TEST_APPS: migration_test_data_persistence max_lengths migrate_signals migrations select_for_update queries
32+
DJANGO_TEST_APPS: migration_test_data_persistence max_lengths migrate_signals select_for_update queries

‎.github/workflows/django_tests_against_emulator4.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ jobs:
2929
GOOGLE_CLOUD_TESTS_CREATE_SPANNER_INSTANCE: true
3030
RUNNING_SPANNER_BACKEND_TESTS: 1
3131
SPANNER_TEST_INSTANCE: google-cloud-django-backend-tests
32-
DJANGO_TEST_APPS: admin_inlines admin_ordering aggregation
32+
DJANGO_TEST_APPS: admin_inlines admin_ordering aggregation migrations

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL