Move flask test server to session scope
Closed
requested to merge generated-differential-D8313-source into generated-differential-D8313-target
Moving the flask test server to pytest session scope improves the time to run functional tests substantially. It is safe to do this since GraphQL deals only with the archive data.
Migrated from D8313 (view on Phabricator)
Merge request reports
Activity
Filter activity
Build is green
Patch application report for D8313 (id=30012)
Rebasing onto 6fb1913f...
Current branch diff-target is up to date.
Changes applied before test
commit 5cf1ac26d9f75983829e0c2395d71366a8bfdac4 Author: Jayesh Velayudhan <jayesh@softwareheritage.org> Date: Thu Aug 25 11:04:43 2022 +0200 Move flask test server to session scope Moving the flask test server to pytest session scope improves the time to run functional tests substantially. It is safe to do this since GraphQL deals only with the archive data.
See https://jenkins.softwareheritage.org/job/DGQL/job/tests-on-diff/125/ for more details.
Please register or sign in to reply