temporalio / temporalio/temporal
QUESTION: multiple unit, integration, and functional tests failing
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 23.2k
- Forks
- 1.9k
- Avg merge
- 2d 8h
- Merged PRs (30d)
- 228
Description
Expected Behavior
Running make unit-test and/or make integration-test and/or make functional-test should complete without FAIL.
Actual Behavior
Any and all of the above tests have at least one failed test and complete with status FAIL.
Is that expected and acceptable or should all tests pass? If this is not normal, is this an anomaly in my local environment only and what can I do to correct the situation?
Steps to Reproduce the Problem
- run
make start-depenencies- all containers started successfully. - run
make testor any of the specific tests - observe that the test run complete with status
FAIL
Specifications
- Version: main branch
- Platform: Mac OSX ARM64
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the listed make targets: make start-depenencies, make unit-test, make integration-test, make functional-test, and make test, using the main branch on Mac OSX ARM64. Capture the specific failing tests and determine whether the failures are expected or environmental; done means the cause and corrective guidance are established, with the relevant test commands completing without FAIL when appropriate.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- testing
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100