Comment 0 for bug 1166718

Revision history for this message
Vincent Ladeuil (vila) wrote :

It took a while to realize why:

  ./ci.sh --bootstrap --acceptance

was failing.

Short answer: run.run_django doesn't properly test that the server running on 8000 is the expected one.

I couldn't find a way to use a different port or even better let the system assign a free port and use it.