question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Flawky test or paket hang

See original GitHub issue

https://travis-ci.org/fsprojects/Paket/builds/225228446#L4086

1) Error : Paket.IntegrationTests.AutoRestoreSpec.#1835 auto-restore on downloads targets and updates proj file

System.Exception : Paket failed with:

	Error occured while downloading from https://github.com/fsprojects/Paket/releases/download/4.6.3/paket.targets.

  at Paket.IntegrationTests.TestHelpers.directPaketInPath (System.String command, System.String scenarioPath) [0x0006b] in <58fe0b1691da6970a7450383160bfe58>:0 

  at Paket.IntegrationTests.AutoRestoreSpec.#1835 auto-restore on downloads targets and updates proj file () [0x00024] in <58fe0b1691da6970a7450383160bfe58>:0 

  at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)

  at System.Reflection.MonoMethod.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00038] in <dbb16e0bacdc4a0f87478e401bc29b6c>:0 

I think it first appeared in https://github.com/fsprojects/Paket/pull/2268 and now in master as well https://github.com/fsprojects/Paket/commits/master

Look at how paket just stops downloading here: https://ci.appveyor.com/project/SteffenForkmann/paket/build/0.0.1.7884

Something is off. Maybe we can see the reason better after https://github.com/fsprojects/Paket/issues/2275?

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:9 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
forkicommented, Jul 18, 2017

All we can do is to try to make it as rel as possible. Nuget.org connectivity issues are out of our control

Am 18.07.2017 10:43 nachm. schrieb “Jack Fox” notifications@github.com:

I suspect this is almost always the issue. It doesn’t make sense for paket to function locally, and then the same paket version, command, dependency file, etc. to have a problem in a different environment, except that that environment has a connection issue with nuget.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/fsprojects/Paket/issues/2276#issuecomment-316191657, or mute the thread https://github.com/notifications/unsubscribe-auth/AADgNCvTeHSR-plnNtShlcsbcJ-j5418ks5sPRjpgaJpZM4NGTYq .

0reactions
jackfoxycommented, Jul 18, 2017

I suspect this is almost always the issue. It doesn’t make sense for paket to function locally, and then the same paket version, command, dependency file, etc. to have a problem in a different environment, except that that environment has a connection issue with nuget.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Flaky tests | GitLab
It's a test that sometimes fails, but if you retry it enough times, it passes, eventually. What are the potential cause for a...
Read more >
Manage flaky tests - Azure Pipelines
A flaky test is a test that provides different outcomes, such as pass or fail, even when there are no changes in the...
Read more >
What is a Flaky Test? Causes, Identification & Remediation
A flaky test is a software test that yields both passing and failing results despite zero changes to the code or test.
Read more >
A Survey of Flaky Tests - ACM Digital Library
Tests that fail inconsistently, without changes to the code under test, are described as flaky. Flaky tests do not give a clear indication ......
Read more >
Solving Long, flaky testing with Azure DevOps - Tsuyoshi Ushio
Flaky testing and Long Running test is two big issues on CI. It is said that proper CI should be less than 10...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found