Opened 3 years ago

Closed 3 years ago

#28339 closed defect (fixed)

Random failure in src/sage/interfaces/expect.py

Reported by: vbraun Owned by:
Priority: major Milestone: sage-8.9
Component: interfaces Keywords: random_fail
Cc: chapoton, jhpalmieri, gh-timokau Merged in:
Authors: Frédéric Chapoton Reviewers: John Palmieri
Report Upstream: N/A Work issues:
Branch: 61261b1 (Commits, GitHub, GitLab) Commit: 61261b1fd705a582960e6d2fd7545158cbc2d6a5
Dependencies: Stopgaps:

Status badges

Description

#27904 reduced the upper limit from 10 to 2 seconds, now this occasionally fails with high cpu load:

File "src/sage/interfaces/expect.py", line 1150, in sage.interfaces.expect.Expect._expect_expr
Failed example:
    w = walltime(t); 0.3 < w < 2
Expected:
    True
Got:
    False

Change History (5)

comment:1 Changed 3 years ago by gh-timokau

  • Cc gh-timokau added

comment:2 Changed 3 years ago by chapoton

  • Branch set to u/chapoton/28339
  • Commit set to 61261b1fd705a582960e6d2fd7545158cbc2d6a5
  • Status changed from new to needs_review

oops..


New commits:

61261b1trac 28339 fix upper bound back to 10

comment:3 Changed 3 years ago by chapoton

  • Component changed from PLEASE CHANGE to interfaces

comment:4 Changed 3 years ago by jhpalmieri

  • Authors set to Frédéric Chapoton
  • Reviewers set to John Palmieri
  • Status changed from needs_review to positive_review

Sure, looks good.

comment:5 Changed 3 years ago by vbraun

  • Branch changed from u/chapoton/28339 to 61261b1fd705a582960e6d2fd7545158cbc2d6a5
  • Resolution set to fixed
  • Status changed from positive_review to closed
Note: See TracTickets for help on using tickets.