Ability to run DurableTask.ServiceBus tests in CI pipelnie

Open
#1,241 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
4/5
Estimated time
3-5 days
Newbie friendliness
35/100
Issue type
Feature
Clarity
Mostly clear
Activity status
Stale
Tech stack
azure, csharp, github-actions
Domain
ci-cd, cloud, testing

Research direction

Start with eng/templates/build.yml and eng/templates/build-steps.yml to understand how DurableTask.ServiceBus is built and tested in CI. Review the Service Bus Emulator prerequisites, then run the build pipeline and identify failing builds or tests. Done means the ServiceBus project and tests run in CI using a defined approach, with resulting failures addressed.

Written by the indexing model from the issue text.

Description

Currently running the DurableTask.ServiceBus test require an actual SB connection string. We want to explore 2 options

  1. Add build for DurableTask.ServiceBus and Test in https://github.com/Azure/durabletask/blob/main/eng/templates/build.yml
  2. Add steps for build of DurableTask.ServiceBus in https://github.com/Azure/durabletask/blob/main/eng/templates/build-steps.yml
  3. Using the ServiceBus Emulator - https://github.com/Azure/azure-service-bus-emulator-installer/tree/main?tab=readme-ov-file#prerequisites (which required Emulator)
  4. Run the build pipeline and fix any tests and build which fails.
Dominant language
C#
Stars
1.7k
Forks
335
Avg merge
4d 2h
Merged PRs (30d)
6

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from Azure/durabletask

All issues in Azure/durabletask

Similar issues

More C# issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.