Bug 1201642 - exceptions.OverflowError: timeout is too large
Summary: exceptions.OverflowError: timeout is too large
Keywords:
Status: CLOSED DUPLICATE of bug 1063647
Alias: None
Product: Beaker
Classification: Retired
Component: general
Version: 0.10
Hardware: All
OS: Linux
urgent
urgent
Target Milestone: ---
Assignee: beaker-dev-list
QA Contact: tools-bugs
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-03-13 07:47 UTC by Jimmy Pan
Modified: 2018-02-06 00:41 UTC (History)
5 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2015-03-15 23:53:07 UTC
Embargoed:


Attachments (Terms of Use)

Comment 1 Bill Peck 2015-03-13 14:35:00 UTC
I ran your test with the alternative harness restraint and it passed.

https://beaker.engineering.redhat.com/jobs/903203

All I did was add the following to the job xml..

In ks_meta I added harness='restraint-rhts beakerlib'

and I added the following repo to include the harness repo:

<repos>
	<repo name="restraint" url="http://file.bos.redhat.com/~bpeck/restraint/el7/"/>
</repos>

Hope that helps.

Comment 2 Dan Callaghan 2015-03-15 23:43:44 UTC
I'm guessing your tests are fiddling with the system time? This is an issue we have seen before (bug 849587, bug 639255) where Twisted generally does not behave if the system time is changed.

At this point, using restraint as Bill suggests in comment 1 is probably the best choice. The likelihood of this being fixed in Twisted and/or Beah is low.

We are planning to make restraint available in the default Beaker harness repos soon.

Comment 3 Dan Callaghan 2015-03-15 23:53:07 UTC
Actually bug 1063647 is the still-open bug where some unknown piece of Beah code passes a bad timeout value, possibly because the system clock has gone backwards.

*** This bug has been marked as a duplicate of bug 1063647 ***


Note You need to log in before you can comment on or make changes to this bug.