Merge lp:~ahasenack/ubuntu-manual-tests/update-mysql-output-1783931 into lp:ubuntu-manual-tests

Proposed by Andreas Hasenack
Status: Merged
Approved by: Joshua Powers
Approved revision: 387
Merged at revision: 387
Proposed branch: lp:~ahasenack/ubuntu-manual-tests/update-mysql-output-1783931
Merge into: lp:ubuntu-manual-tests
Diff against target: 47 lines (+14/-17)
1 file modified
testcases/image/1404_Install (LAMP) (+14/-17)
To merge this branch: bzr merge lp:~ahasenack/ubuntu-manual-tests/update-mysql-output-1783931
Reviewer Review Type Date Requested Status
Kev Bowring (community) Approve
Joshua Powers (community) Approve
Review via email: mp+352478@code.launchpad.net

Commit message

Update mysql output to match what happens in current Cosmic (LP: #1783931)

Description of the change

According to https://bugs.launchpad.net/ubuntu/+source/mysql-5.7/+bug/1783931/comments/10, the cosmic output is correct, so the test should be updated.

To post a comment you must log in.
Revision history for this message
Joshua Powers (powersj) :
review: Approve
Revision history for this message
Kev Bowring (flocculant) wrote :

Thanks Andreas - merged and tracker updated

review: Approve
Revision history for this message
Kev Bowring (flocculant) wrote :

hah

@powersj - did you update the tracker?

Revision history for this message
Joshua Powers (powersj) wrote :

@flocculant ha sorry I merged+pushed, but I did not update the tracker

Revision history for this message
Kev Bowring (flocculant) wrote :

@powersj - done now

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'testcases/image/1404_Install (LAMP)'
--- testcases/image/1404_Install (LAMP) 2018-03-06 19:12:18 +0000
+++ testcases/image/1404_Install (LAMP) 2018-08-06 17:35:39 +0000
@@ -42,29 +42,26 @@
42 +--------------------+42 +--------------------+
43 | information_schema |43 | information_schema |
44 | mysql |44 | mysql |
45 | performace_schema |45 | performance_schema |
46 | test |46 | sys |
47 +--------------------+47 +--------------------+
48 4 rows in set (0.00 sec)48 4 rows in set (0.00 sec)
4949
50 Reading table information for completion of table and column names50 Reading table information for completion of table and column names
51 You can turn off this feature to get a quicker start up with -A51 You can turn off this feature to get a quicker startup with -A
5252
53 Connection id: 4153 Connection id: 7
54 Current database: mysql54 Current database: mysql
5555
56 +-----------+--------------------------+56 +-----------+------------------+
57 | host | user |57 | host | user |
58 +-----------+--------------------------+58 +-----------+------------------+
59 | 127.0.0.1 | root |59 | localhost | debian-sys-maint |
60 | ::1 | root |60 | localhost | mysql.session |
61 | localhost | |61 | localhost | mysql.sys |
62 | localhost | debian-sys-maint |62 | localhost | root |
63 | localhost | root |63 +-----------+------------------+
64 | ubuntu | |64 4 rows in set (0.00 sec)
65 | ubuntu | root |
66 +-----------+--------------------------+
67 7 rows in set (0.00 sec)
68 </pre>65 </pre>
69 </dd>66 </dd>
70 <dt>Type exit to exit mysql</dt>67 <dt>Type exit to exit mysql</dt>

Subscribers

People subscribed via source and target branches