GithubHelp home page GithubHelp logo

TestTimeout fails on mac about ice HOT 1 CLOSED

pion avatar pion commented on July 18, 2024
TestTimeout fails on mac

from ice.

Comments (1)

enobufs avatar enobufs commented on July 18, 2024

The cause.

The test is checking two things.

  1. Timeout should not occur before the given timeout
  2. Timeout should occur after the given timeout

The first one is failing.

The test checks the connection state every 100 msec. Each time it registers a task to retrieve the connection state after sleeping on the 100 msec timer. When it detect the state change, it compares cnt (time.Duration) assuming that is the current elapsed time, with the expected timeout duration. It is failing because cnt is 29.9 sec, But this cnt is the time before the 100ms-sleep. I confirmed that the actual time duration for the state change took:

transport_test.go:45: Elapsed: 30.002025 [sec]

Which is right after the expected timeout interval. So, how it tests is the problem.

from ice.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.