IronLanguages / IronLanguages/ironpython3
Some tests are failing when run without IsolationLevel=PROCESS
Open
Nobody has claimed this yet.
testing
- Dominant language
- C#
- Stars
- 2.8k
- Forks
- 316
- Avg merge
- 1d 9h
- Merged PRs (30d)
- 1
Description
The following tests are failing without IsolationLevel=PROCESS:
- AllCPython.test_array
- AllCPython.test_deque
- AllCPython.test_dynamic
- AllCPython.test_file
- IronPython.test_dictcomp (https://github.com/IronLanguages/ironpython3/pull/1084)
- IronPython.test_regressions
- IronPython.test_setcomp (https://github.com/IronLanguages/ironpython3/pull/1084)
- IronPython.test_strformat
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
Run the listed AllCPython and IronPython tests without IsolationLevel=PROCESS, starting with the unchecked cases: test_array, test_deque, test_dynamic, test_file, test_regressions, and test_strformat. Compare their failures with the checked test_dictcomp and test_setcomp entries and PR 1084; done means the remaining listed tests pass without that isolation setting.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp, python
- Domain
- testing-qa
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100