Skip to content

Conversation

@wooln
Copy link
Contributor

@wooln wooln commented Jan 7, 2026

sample: sample for workflow ExecuteByQS

  • Implement wf-crash endpoint to simulate workflow crash
  • Implement wf-resume endpoint for workflow http callback

* sample: sample for workflow ExecuteByQS

- Implement wf-crash endpoint to simulate workflow crash
- Implement wf-resume endpoint for workflow http callback
@codecov
Copy link

codecov bot commented Jan 7, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 70.12%. Comparing base (ae27733) to head (fd56808).
⚠️ Report is 3 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #104   +/-   ##
=======================================
  Coverage   70.12%   70.12%           
=======================================
  Files          45       45           
  Lines        2005     2005           
  Branches      198      198           
=======================================
  Hits         1406     1406           
  Misses        560      560           
  Partials       39       39           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

- Add DOTNET_SKIP_FIRST_TIME_EXPERIENCE, DOTNET_NOLOGO, and  DOTNET_CLI_HOME environment variables to all workflow jobs
- avoid

```
Run dotnet build tests/Dtmgrpc.IntegrationTests/Dtmgrpc.IntegrationTests.csproj
System.IO.IOException: The system cannot open the device or file specified. : 'NuGet-Migrations'. One or more system calls failed: mkdir("/tmp/.dotnet/shm/session1911", AllUsers_ReadWriteExecute) == -1; errno == EEXIST;
   at System.Threading.Mutex.CreateMutexCore(Boolean initiallyOwned, String name, NamedWaitHandleOptionsInternal options, Boolean& createdNew)
   at System.Threading.Mutex..ctor(Boolean initiallyOwned, String name)
   at NuGet.Common.Migrations.MigrationRunner.Run(String migrationsDirectory, IEnvironmentVariableReader environmentVariableReader)
   at Microsoft.DotNet.Configurer.DotnetFirstTimeUseConfigurer.Configure()
   at Microsoft.DotNet.Cli.Program.ConfigureDotNetForFirstTimeUse(IFirstTimeUseNoticeSentinel firstTimeUseNoticeSentinel, IAspNetCertificateSentinel aspNetCertificateSentinel, IFileSentinel toolPathSentinel, Boolean isDotnetBeingInvokedFromNativeInstaller, DotnetFirstRunConfiguration dotnetFirstRunConfiguration, IEnvironmentProvider environmentProvider, Dictionary`2 performanceMeasurements, Boolean skipFirstTimeUseCheck)
   at Microsoft.DotNet.Cli.Program.ProcessArgs(String[] args, TimeSpan startupTime)
   at Microsoft.DotNet.Cli.Program.Main(String[] args)
Error: Process completed with exit code 1.
```
@wooln wooln merged commit 34cf43e into dtm-labs:main Jan 7, 2026
5 checks passed
@wooln wooln deleted the feature/workflow-ExecuteByQS-sample branch January 7, 2026 07:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant