Bug #17034

"Fetching OpenPGP keys using Seahorse" test suite scenario is fragile

Added by intrigeri 2019-09-09 06:23:52 . Updated 2019-09-09 06:25:52 .

Status:
Confirmed
Priority:
Normal
Assignee:
Category:
Test suite
Target version:
Start date:
Due date:
% Done:

0%

Feature Branch:
Type of work:
Code
Blueprint:

Starter:
Affected tool:
Deliverable for:

Description

The right click introduced in commit:55da28550539cff21e706deae4a6ddc6118fac0d is lost.

Also, our recovery_proc seems outdated: GnomeCloseButton.png can’t be found (it’s not there, indeed, because we’re not in this failure mode; OTOH this image was not updated for Buster yet so likely this recovery_proc will fail to do its job in other failure modes) and CTRL+w has no visible effect, so every iteration of retry_tor will hopelessly try something that can’t possibly work. Plausibly, fixing that will workaround the problem rather cheaply. If not, we probably need to Dogtail’ify this step.

04:45:40.935426669: Sikuli: calling wait("SeahorseRemoteMenu.png")...
04:45:41.001130819: Sikuli: calling click(M[283,135 50x13]@S(S(0)[0,0 1024x768]) S:1.00 C:308,141 [66 msec])...
04:45:41.724253529: [log] CLICK on L(308,141)@S(0)[0,0 1024x768]
04:45:41.724784198: Sikuli: calling wait("SeahorseRemoteMenuFind.png")...
04:45:42.373731922: Sikuli: calling click(M[304,161 129x19]@S(S(0)[0,0 1024x768]) S:1.00 C:368,170 [32 msec])...
04:45:43.096424307: Sikuli: calling wait("SeahorseFindKeysWindow.png")...
04:45:44.583109227: [log] CLICK on L(368,170)@S(0)[0,0 1024x768]
04:45:45.731416071: [log]  TYPE "D21739E9#ENTER."
04:45:49.017010668: Sikuli: calling click("SeahorseKeyResultWindow.png")...
04:45:49.799301477: [log] CLICK on L(280,47)@S(0)[0,0 1024x768]
04:45:50.588778539: [log] RIGHT CLICK on L(88,117)@S(0)[0,0 1024x768]
04:45:50.589047521: Sikuli: calling click("SeahorseImport.png")...
04:45:53.719687123: FindFailedHookFailure was raised, re-running the failing Sikuli method.
04:45:57.047295373: Tor operation failed (Try 1 of 10) with:
FindFailed: can not find SeahorseImport.png in S(0)[0,0 1024x768]
04:45:57.047438898: Forcing new Tor circuit...
04:45:57.047933198: Remote shell: calling as root: . /usr/local/lib/tails-shell-library/tor.sh && tor_control_send "signal NEWNYM"
04:45:57.521344975: call returned: [0, "250 OK\n250 OK\n250 closing connection\n", ""]
04:46:00.939082933: [log] ( Ctrl )  TYPE "w"
04:46:00.939438981: Sikuli: calling wait("SeahorseWindow.png")...
04:46:11.079628603: FindFailedHookFailure was raised, re-running the failing Sikuli method.
04:46:11.450020257: Tor operation failed (Try 2 of 10) with:
FindFailed: can not find SeahorseWindow.png in S(0)[0,0 1024x768]
04:46:11.450167726: Forcing new Tor circuit...

Files


Subtasks


History

#1 Updated by intrigeri 2019-09-09 06:25:52

  • Description updated