Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add an explicit run of the cron jobs #2577

Merged
merged 1 commit into from Mar 22, 2017
Merged

Add an explicit run of the cron jobs #2577

merged 1 commit into from Mar 22, 2017

Conversation

coolo
Copy link
Contributor

@coolo coolo commented Mar 22, 2017

Our data shows pretty clear that the tests type much more unreliable
around the time the first cron.weekly is called (*/15) - and it's
believed that the btrfs maintenance is killing responsiveness
as described in boo#1017461 (and others). So better run these
cron jobs at a given time to avoid random tests becoming unreproducible

@coolo
Copy link
Contributor Author

coolo commented Mar 22, 2017

@@ -620,6 +620,7 @@ sub load_consoletests() {
loadtest "console/xorg_vt";
}
loadtest "console/zypper_lr";
loadtest "console/force_cron_run";
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

could you extract more common code?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

between the main.pms? Possibly a future me

Our data shows pretty clear that the tests type much more unreliable
around the time the first cron.weekly is called (*/15) - and it's
believed that the btrfs maintenance is killing responsiveness
as described in boo#1017461 (and others). So better run these
cron jobs at a given time to avoid random tests becoming unreproducible
@coolo coolo merged commit 709c99c into master Mar 22, 2017
@coolo coolo deleted the force_cron_run branch March 22, 2017 14:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants