Bug 45579 - App uninstallation error is not detected
App uninstallation error is not detected
Status: NEW
Product: UCS Test
Classification: Unclassified
Component: App Center
unspecified
Other Linux
: P5 normal (vote)
: ---
Assigned To: App Center maintainers
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2017-10-23 16:29 CEST by Erik Damrose
Modified: 2017-10-23 16:29 CEST (History)
0 users

See Also:
What kind of report is it?: Development Internal
What type of bug is this?: ---
Who will be affected by this bug?: ---
How will those affected feel about the bug?: ---
User Pain:
Enterprise Customer affected?:
School Customer affected?:
ISV affected?:
Waiting Support:
Flags outvoted (downgraded) after PO Review:
Ticket number:
Bug group (optional):
Max CVSS v3 score:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Erik Damrose univentionstaff 2017-10-23 16:29:58 CEST
I executed the app test prior to releasing an app. The following was detected only in a manual test:

The app uninstallation failed because a store_data script waited for user input. In ucs 4.2 the app was not removed.

The store_data script tried to dump the database but used credentials not available in the docker container:

mysqldump -u root -p$(cat /etc/mysql.secret) <appname> > ${backupdir}/database.sql

mysqldump on UCS 4.2 now asks for the password and the script waits forever. This should be detected by our appcenter tests.