Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • Kea Kea
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • Adam Osuchowski
  • KeaKea
  • Repository
Switch branch/tag
  • kea
  • ..
  • tests
  • counters_test.py
Find file BlameHistoryPermalink
  • Naoki Kambe's avatar
    [2225_statistics_2] fix the failure in the build bot · 89fd37be
    Naoki Kambe authored Jan 25, 2013
    http://git.bind10.isc.org/~tester/builder//BIND10-cppcheck/20130125000502-FreeBSD8-amd64-GCC/logs/unittests.out
    
    Due to the difference of timing of invoking datetime.now(), _stop_timer()
    should return greater than one second. But depending on runtime environment, it
    happens to return one second exactly. For supporting this behaviour, regarding
    checking of the returned value, 'assertGreater' is changed to
    'assertGreaterEqual'.
    89fd37be