Skip to content
This repository was archived by the owner on Dec 18, 2018. It is now read-only.

Test failure: SpawnChildProcess_DoesNotInheritListenHandle #3034

Closed
aspnet-hello opened this issue Oct 19, 2018 · 4 comments
Closed

Test failure: SpawnChildProcess_DoesNotInheritListenHandle #3034

aspnet-hello opened this issue Oct 19, 2018 · 4 comments

Comments

@aspnet-hello
Copy link

This issue was made automatically. If there is a problem contact ryanbrandenburg.

This test failed with the following error:

System.ComponentModel.Win32Exception : No such file or directory

Other tests within that build may have failed with a similar message, but they are not listed here. Check the link above for more info.

This test failed on release/2.2.

CC muratg

@aspnet-hello
Copy link
Author

This comment was made automatically. If there is a problem contact ryanbrandenburg.

Please use this workflow to address this flaky test issue, including checking applicable checkboxes and filling in the applicable "TODO" entries:

  • Is this actually a flaky test?

    • No, this is a regular test failure, fix the test/product (TODO: Link to commit/PR)
    • Yes, proceed below...
  • Is this test failure caused by product code flakiness? (Either this product, or another product this test depends on.)

    • File a bug against the product (TODO: Link to other bug)
    • Is it possible to change the test to avoid the flakiness?
      • Yes? Go to the "Change the test!" section.
      • No?
        • Disable the test (TODO: Link to PR/commit)
        • Wait for other bug to be resolved
        • Wait for us to get build that has the fix
        • Re-enable our test (TODO: Link to PR/commit)
        • Close this bug
  • Is it that the test itself is flaky? This includes external transient problems (e.g. remote server problems, file system race condition, etc.)

    • Is there is a way to change our test to avoid this flakiness?
      • Yes? Change the test!
        • Change the test to avoid the flakiness, for example by using a different test strategy, or by adding retries w/ timeouts (TODO: Link to PR/commit)
        • Run the test 100 times locally as a sanity check.
        • Close this bug
      • No?
        • Is there any logging or extra information that we could add to make this more diagnosable when it happens again?
          • Yes?
            • Add the logging (TODO: Link to PR/commit)
          • No?
            • Delete the test because flaky tests are not useful (TODO: Link to PR/commit)

@aspnet-hello
Copy link
Author

aspnet-hello commented Oct 19, 2018

This comment was made automatically. If there is a problem contact ryanbrandenburg.

There were 3 failures with about the same error on release/2.2 at 4:29:52 PM:

  • SpawnChildProcess_DoesNotInheritListenHandle
  • SpawnChildProcess_DoesNotInheritListenHandle
  • SpawnChildProcess_DoesNotInheritListenHandle

There were 4 failures with about the same error on release/2.2 at 6:09:19 PM:

  • SpawnChildProcess_DoesNotInheritListenHandle
  • SpawnChildProcess_DoesNotInheritListenHandle
  • SpawnChildProcess_DoesNotInheritListenHandle
  • SpawnChildProcess_DoesNotInheritListenHandle

@JunTaoLuo JunTaoLuo assigned Tratcher and unassigned muratg Oct 19, 2018
@JunTaoLuo
Copy link
Contributor

Related to #2944

@Tratcher
Copy link
Member

All failures on Linux. These agents don't have the process we tried to launch (vi). We can skip this test on linux.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants