datacommonsorg / website

Code for the Data Commons website
https://datacommons.org
Apache License 2.0
24 stars 88 forks source link

Stop using LiveServerTestCase for webdriver and integration tests #4746

Closed hqpho closed 4 days ago

hqpho commented 4 days ago

LiveServerTestCase uses fork(), which causes intermittent issues on specific platforms. Instead, run NL server and website server separately. Instead use a separate script to start up one instance each of website and NL servers and have all tests use the same instances.

Other changes: