Merge lp:~flocculant/ubuntu-manual-tests/Thunar into lp:ubuntu-manual-tests

Proposed by Kev Bowring
Status: Merged
Merged at revision: 339
Proposed branch: lp:~flocculant/ubuntu-manual-tests/Thunar
Merge into: lp:ubuntu-manual-tests
Diff against target: 91 lines (+82/-0)
2 files modified
testcases/packages/Thunar additional tests 1512120 (+28/-0)
testcases/packages/Thunar additional tests 1514912 (+54/-0)
To merge this branch: bzr merge lp:~flocculant/ubuntu-manual-tests/Thunar
Reviewer Review Type Date Requested Status
Ubuntu Testcase Admins Pending
Review via email: mp+293687@code.launchpad.net

Description of the change

add 2 bug testing testcases for thunar

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== added file 'testcases/packages/Thunar additional tests 1512120'
2--- testcases/packages/Thunar additional tests 1512120 1970-01-01 00:00:00 +0000
3+++ testcases/packages/Thunar additional tests 1512120 2016-05-03 23:08:14 +0000
4@@ -0,0 +1,28 @@
5+This testcase is intended to test for issues surrounding one specific bug.
6+
7+For this test - Thunar window fails to refresh correctly when renaming files.
8+
9+<dl>
10+ <dt>Open Thunar, create a folder in a location of your choosing</dt>
11+ <dt>Open a terminal at this location and run the following 2 commands in sequence</dt>
12+ <dt><code>for i in $(seq 1 10); do touch "$i.txt"; done</code></dt>
13+ <dd>10 files are created in your folder, named 1.txt through 10.txt</dd>
14+ <dt><code>while true; do for i in $(seq 1 10); do mv "$i.txt" "$i.txt.txt"; done; sleep 1; for i in $(seq 1 10); do mv "$i.txt.txt" "$i.txt"; done; sleep 1; done</code></dt>
15+ <dd>The files change name once every second</dd>
16+ <dt>Watch the files in the thunar window as they change. Do so until you have allowed thunar to run for approximately 30 cycles. Note which of the issues stated below you have observed</dt>
17+ <dt>To stop the filename changes press <code>Ctrl+C</code></dt>
18+</dl>
19+
20+What you might see while completing this testcase:
21+1 - filenames appear to not change
22+2 - files appear to disappear from the window
23+3 - Thunar crashes
24+
25+Please use the Comment box on your tracker report to let us know which issues you saw while testing
26+
27+<strong>Please report this fail against bug number 1512120</strong>
28+
29+<strong>Please report which version of Xubuntu you are using</strong>
30+
31+<em>Note: if you find the refresh speed causes you issues, change the sleep 1 command to suit you. If you do - please let us know in the comment box on the tracker</em>
32+
33
34=== added file 'testcases/packages/Thunar additional tests 1514912'
35--- testcases/packages/Thunar additional tests 1514912 1970-01-01 00:00:00 +0000
36+++ testcases/packages/Thunar additional tests 1514912 2016-05-03 23:08:14 +0000
37@@ -0,0 +1,54 @@
38+This testcase is intended to test for issues surrounding one specific bug.
39+
40+For this test - Thunar crashes on moving/copying/renaming files.
41+
42+<strong>This test might take some time to complete - please ensure you have enough time to allow Thunar to crash as we are trying to <em>force</em> a crash.</strong>
43+
44+This test will check for issues with renaming files.
45+<dl>
46+ <dt>Open Thunar and create folder A - the location is completely up to you</dt>
47+ <dt>Create a new file inside the folder - the name is completely up to you</dt>
48+ <dt>Rename this file a few times - has Thunar crashed? If not continue renaming this file until you see the crash</dt>
49+ <dd>Close and ignore the Apport window</dd>
50+ <dt>Restart Thunar.</dt>
51+ <dt> Continue renaming your file until Thunar crashes once more</dt>
52+
53+ Things to note in your tracker report comment box:
54+ 1 - has the time it takes for Thunar to crash - following an initial crash - changed?
55+ 2 - was the file name changed before Thunar crashed?
56+ 3 - had the file name changed when you restarted Thunar? (assuming it hadn't before the crash)
57+
58+ This test will check for issues with moving files amongst folders
59+
60+ <dl>
61+ <dt>Open Thunar and inside your previously created folder A - create a new one B</dt>
62+ <dt>Create enough files inside folder A to allow for moving some, without leaving folder A empty</dt>
63+ <dt>Move some of your files from A to B</dt>
64+ <dt>Move them back to A</dt>
65+ <dt>Continue moving files back and forth between folder A and B</dt>
66+ <dt> When Thunar crashes, again ignore the Apport warning and restart Thunar</dt>
67+ <dt>Continue moving some of the files back and forth between folder A and B until Thunar crashes</dt>
68+ </dl>
69+
70+ This test will check for issues with moving files amongst folders - in seperate Thunar instances
71+
72+ <dl>
73+ <dt>Open Thunar at folder A - open a new Thunar at folder B</dt>
74+ <dt>Move some of your files from A to B</dt>
75+ <dt>Move them back to A</dt>
76+ <dt>Continue moving files back and forth between folder A and B</dt>
77+ <dt> When Thunar crashes, again ignore the Apport warning and restart Thunar</dt>
78+ <dt>Continue moving some of the files back and forth between folder A and B until Thunar crashes</dt>
79+ </dl>
80+
81+ Things to note in your tracker report comment box:
82+ 1 - has the time it takes for Thunar to crash - following an initial crash - changed?
83+ 2 - were the files moved before Thunar crashed?
84+
85+ <strong>Please report this fail against bug number 1514912</strong>
86+
87+ <strong>Please report which version of Xubuntu you are using</strong>
88+
89+
90+
91+

Subscribers

People subscribed via source and target branches