-
Notifications
You must be signed in to change notification settings - Fork 687
1.7.1 Test Plan
Conor Schaefer edited this page Jan 27, 2021
·
7 revisions
QA plan
- NUC7s
- Prod VMs
The 1.7.1 is a bugfix release, intended to resolve https://github.com/freedomofpress/securedrop/issues/5757. The test plan is therefore abbreviated compared to a standard minor version change.
- Install target:
- Tails version:
- Test Scenario:
- SSH over Tor:
- Onion service version:
- Release candidate:
In order to confirm resolution of the bug affecting configuration logic, you must first reproduce the error by editing the config.
- Perform fresh install of 1.7.0 prod, create journalist account, confirm login.
- SSH into app server, edit
/var/www/securedrop/config.py
and comment out theSESSION_EXPIRATION_MINUTES
line. - Run
sudo service apache2 restart
- Observe 500s on both Source & Journalist interfaces.