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

Always seed school_districts when using stubbed data #21937

Merged
merged 1 commit into from Apr 22, 2018

Conversation

drewsamnick
Copy link
Contributor

This is to work around the issues discussed in #21823. There are fewer than 20 records in the stub school_districts data so seeding does not take much time.

It is still a good idea to get the data on test cleaned up. That is a non-trivial task that requires tracking down all the sources of extra rows, stopping those rows from getting created, and then removing all of the extra rows along with transitive references (schools, school_infos, etc.)

Copy link
Contributor

@islemaster islemaster left a comment

Choose a reason for hiding this comment

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

Seems reasonable, but I'd get @breville's approval too since I haven't been following this closely.

@breville
Copy link
Member

cc @sureshc

@drewsamnick drewsamnick merged commit 56acb68 into staging Apr 22, 2018
@drewsamnick drewsamnick deleted the school-districts-always-seed-stubbed-data branch April 22, 2018 14:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants