action #13118
closedSLED "regression": all evolution tests are broken
Added by qkzhu over 8 years ago. Updated about 8 years ago.
0%
Updated by qkzhu over 8 years ago
The 'Continue' button of evolution setup wizard of this case has changed to 'Next' on SLED12SP2.
evolution_smoke
Updated by coolo about 8 years ago
- Priority changed from Normal to High
We still see that in SP2 builds.
Updated by qkzhu about 8 years ago
see:https://openqa.suse.de/tests/621823
- evolution_smoke
- evolution_mail_imap
- evolution_mail_pop
- evolution_meeting_imap
evolution_meeting_pop
have been fixed.evolution_mail_ews
evolution_task_ews
are blocked due to the zzzSUSEExTest19@microfocus.com(MS Exchange account) is expired.evolution_timezone_setup
I will fix this case in the next few days.
Updated by qkzhu about 8 years ago
- Status changed from New to In Progress
- evolution_timezone_setup
PR: https://github.com/os-autoinst/os-autoinst-distri-opensuse/pull/2017
validation run: http://147.2.212.239/tests/854
Updated by coolo about 8 years ago
can you take out the ews tests for now? They block automatic SP1 updates
Updated by qkzhu about 8 years ago
coolo wrote:
can you take out the ews tests for now? They block automatic SP1 updates
Removed: https://github.com/os-autoinst/os-autoinst-distri-opensuse/pull/2020
And we also have a ticket for the disabled exchange mail account: #RF103644
Updated by qkzhu about 8 years ago
qkzhu wrote:
- evolution_timezone_setup
PR: https://github.com/os-autoinst/os-autoinst-distri-opensuse/pull/2017
validation run: http://147.2.212.239/tests/854
evolution_timezone_setup passed on my local server for SP2, but it failed in SP1:
https://openqa.suse.de/tests/622354#step/evolution_timezone_setup/11
the send_key "alt-s" for skip lookup seems doesn't have effect.
I have compared the autoinst-log, all the actions are executed timely, so it not caused
by a slow worker but the looking up finished in a very short time.
I will keep an eye on this for the next few builds
Updated by qkzhu about 8 years ago
- evolution_timezone_setup
- Change testing account to internal_account_A to avoid unstable lookup process Sometimes this case failed at the lookup step, previously we use an aim account which will got all the account info via the internet in the lookup process. And we will assert the screen and click the button to skip this step, sometimes the process is too quick to skip it.
- Use setup_pop in x11regressiontest.pm to setup the account
PR: https://github.com/os-autoinst/os-autoinst-distri-opensuse/pull/2041
validation run on SP2:http://147.2.212.239/tests/856
validation run on SP1:http://147.2.212.239/tests/857
Updated by qkzhu about 8 years ago
Failed at: https://openqa.suse.de/tests/626482#step/evolution_timezone_setup/82
- evolution_timezone_setup
Enter timezone drop-down menu using shortcut instead of assert_and_click
PR: https://github.com/os-autoinst/os-autoinst-distri-opensuse/pull/2053
validation run SP1: http://147.2.212.239/tests/863
validation run SP2: http://147.2.212.239/tests/858
Updated by qkzhu about 8 years ago
Refactoring and dedup evolution cases
coolo has submitted three commits to dedup the evolution cases in:
- https://github.com/os-autoinst/os-autoinst-distri-opensuse/pull/2100/commits But this PR doesn't solve all the problems since he is lack of time, I took over it and polished the previous three commits to make it work.
So this is the fourth (and hope it's the last) commit to dedup evolution cases.
see also: poo#13118
PR: https://github.com/os-autoinst/os-autoinst-distri-opensuse/pull/2128
Validation on SP2: http://147.2.212.239/tests/966
Validation on SP1: http://147.2.212.239/tests/967
Updated by qkzhu about 8 years ago
- Status changed from In Progress to Resolved