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

Test failure: System.Diagnostics.Tests.ProcessTests/TestProcessStartTime #25627

Closed
ghost opened this issue Mar 26, 2018 · 2 comments
Closed

Test failure: System.Diagnostics.Tests.ProcessTests/TestProcessStartTime #25627

ghost opened this issue Mar 26, 2018 · 2 comments
Assignees
Labels
area-System.Diagnostics.Process test-bug Problem in test source code (most likely)
Milestone

Comments

@ghost
Copy link

ghost commented Mar 26, 2018

Opened on behalf of @danmosemsft

The test System.Diagnostics.Tests.ProcessTests/TestProcessStartTime has failed.

Assert.InRange() Failure\r
Range: (3/26/18 12:54:34 PM - 3/26/18 12:54:36 PM)\r
Actual: 3/26/18 12:54:34 PM

    Stack Trace:

       at System.Diagnostics.Tests.ProcessTests.TestProcessStartTime() in /root/corefx-1520178/src/System.Diagnostics.Process/tests/ProcessTests.cs:line 716

Build : Master - 20180326.03 (Core Tests)
Failing configurations:

  • RedHat.73.Amd64-x64
    • Release

This used to be 3 seconds, Could you please bump it up again. It looks like we were <500msec too low.

        [Fact]
        public void TestProcessStartTime()
        {
            TimeSpan allowedWindow = TimeSpan.FromSeconds(1);
@danmoseley
Copy link
Member

@maryamariyan could you please do this quick one

@maryamariyan
Copy link
Member

sure looking at it.

@msftgits msftgits transferred this issue from dotnet/corefx Jan 31, 2020
@msftgits msftgits added this to the 2.1.0 milestone Jan 31, 2020
@ghost ghost locked as resolved and limited conversation to collaborators Dec 17, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-System.Diagnostics.Process test-bug Problem in test source code (most likely)
Projects
None yet
Development

No branches or pull requests

3 participants