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
1=== modified file 'testcases/image/1404_Install (LAMP)'
2--- testcases/image/1404_Install (LAMP) 2018-03-06 19:12:18 +0000
3+++ testcases/image/1404_Install (LAMP) 2018-08-06 17:35:39 +0000
4@@ -42,29 +42,26 @@
5 +--------------------+
6 | information_schema |
7 | mysql |
8- | performace_schema |
9- | test |
10+ | performance_schema |
11+ | sys |
12 +--------------------+
13 4 rows in set (0.00 sec)
14
15- Reading table information for completion of table and column names
16- You can turn off this feature to get a quicker start up with -A
17+ Reading table information for completion of table and column names
18+ You can turn off this feature to get a quicker startup with -A
19
20- Connection id: 41
21+ Connection id: 7
22 Current database: mysql
23
24- +-----------+--------------------------+
25- | host | user |
26- +-----------+--------------------------+
27- | 127.0.0.1 | root |
28- | ::1 | root |
29- | localhost | |
30- | localhost | debian-sys-maint |
31- | localhost | root |
32- | ubuntu | |
33- | ubuntu | root |
34- +-----------+--------------------------+
35- 7 rows in set (0.00 sec)
36+ +-----------+------------------+
37+ | host | user |
38+ +-----------+------------------+
39+ | localhost | debian-sys-maint |
40+ | localhost | mysql.session |
41+ | localhost | mysql.sys |
42+ | localhost | root |
43+ +-----------+------------------+
44+ 4 rows in set (0.00 sec)
45 </pre>
46 </dd>
47 <dt>Type exit to exit mysql</dt>

Subscribers

People subscribed via source and target branches