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.

Script tests in dotnet-helix-machine broken

See original GitHub issue

The helix-client script integration tests in the ScriptTests and ServiceMockTests projects of dotnet-helix-machines have not been running in CI. Running them ScriptTests to be broken (perhaps from simply being out of date as the client has evolved?).

Build 20220714.04 is a typical passing main-branch CI build. Notice that the test report does not include any test from ScriptTests or ServiceMockTests.

Build 20220715.14 is a build with two projects renamed to match Arcade’s .Tests naming convention, causing these tests to get noticed and run. The test fails in Script.Tests are clear, and match what I see locally. The tests in ServiceMock.Tests pass and are listed in the test summary as expected.

These… should be fixed. Or, deleted if they’re actually not providing value.

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:8 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
MattGalcommented, Jul 18, 2022

These tests do provide value and I’m interested in taking this on, I’ll do at least an initial investigation this week and see if I can unblock them.

0reactions
MattGalcommented, Jul 29, 2022

I haven’t seen this fail since last week, so closing.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Handling of Skipped Tests in Helix framework · Issue #7286
The test is broken or flaky for some reason and we want to turn it off temporarily until we can fix it in...
Read more >
Helix.md - dotnet/aspnetcore
Running helix tests locally ... This will restore, and then publish all the test project including some bootstrapping scripts that will install the...
Read more >
https://raw.githubusercontent.com/dotnet/samples/m...
Net.Security.Tests/wilogs ``` Executed on dnblup140000TTW 2017-10-20 14:09:11,846: INFO: scriptrunner(33): _main: BuildTools Helix Script Runner v0.1 ...
Read more >
A Quick Tour of the .NET CLI - InfoQ
The dotnet cli allows for running tests in your build scripts for your solutions. ... To see what templates are available on your...
Read more >
Unit test report examples
TestLogger NuGet package can generate test reports for .Net Framework and .Net Core applications. The following example expects a solution in the root...
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