Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: use parallel workflows to run Django tests #569

Merged
merged 99 commits into from Jan 28, 2021

Conversation

IlyaFaer
Copy link
Contributor

No description provided.

@IlyaFaer IlyaFaer marked this pull request as ready for review January 21, 2021 19:29
@IlyaFaer IlyaFaer requested a review from a team as a code owner January 21, 2021 19:29
Copy link
Contributor

@c24t c24t left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great work splitting the emulator and non-emulator tests and getting to a green build.

Some comments and possible cleanup work, but once the pip install -e git... lines are removed I think we should be ready to merge.

.kokoro/build.sh Show resolved Hide resolved
.kokoro/build.sh Outdated Show resolved Hide resolved
.kokoro/build.sh Show resolved Hide resolved
django_spanner/base.py Show resolved Hide resolved
create_test_instance.py Show resolved Hide resolved
django_test_suite.sh Outdated Show resolved Hide resolved
c24t added a commit to c24t/python-spanner-django that referenced this pull request Jan 27, 2021
if [ $SPANNER_EMULATOR_HOST != 0 ]
then
pip3 install .
pip3 install -e 'git+https://github.com/q-logic/python-spanner-django.git@dj_tests_against_emulator#egg=django-google-spanner'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reminder for later: remove this and DRY up .kokoro/build.sh.

Copy link
Contributor

@c24t c24t left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approving at the last green build rev, thanks for the long and hard work getting these tests to pass @IlyaFaer.

@c24t c24t merged commit 3cb51a6 into googleapis:master Jan 28, 2021
@IlyaFaer IlyaFaer deleted the eight_workflows branch February 1, 2021 08:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: spanner Issues related to the googleapis/python-spanner-django API. cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants