Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Distributed execution #8

Open
davidanthoff opened this issue Aug 14, 2022 · 0 comments
Open

Distributed execution #8

davidanthoff opened this issue Aug 14, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@davidanthoff
Copy link
Member

For now that seems like a low priority, but we could think about that as well.

Have to be careful whether we can actually use Distributed for that, given that packages that are being tested might also use that and we would want to make sure things don't get into each other's way.

@davidanthoff davidanthoff added the enhancement New feature or request label Aug 14, 2022
nickrobinson251 added a commit to nickrobinson251/TestItemRunner.jl that referenced this issue Jan 19, 2023
a668939 Add package detection code
5bcfceb Merge pull request julia-vscode#10 from nickrobinson251/npr-testsetup-module
66e09e4 Test `setup` keywrod
8c36a6e Change to `@testsetup module ... end` syntax
2c59c96 Merge pull request julia-vscode#8 from julia-vscode/release-0.2.0
c25cb0f Set version to v0.2.1-DEV
7a3f0c2 Set version to v0.2.0

git-subtree-dir: packages/TestItemDetection
git-subtree-split: a6689392ae814218fe72e92d7ea5f717d146ae1b
quinnj pushed a commit to quinnj/TestItemRunner.jl that referenced this issue Jan 19, 2023
* Squashed 'packages/TestItemDetection/' changes from 6182a8d..a668939

a668939 Add package detection code
5bcfceb Merge pull request julia-vscode#10 from nickrobinson251/npr-testsetup-module
66e09e4 Test `setup` keywrod
8c36a6e Change to `@testsetup module ... end` syntax
2c59c96 Merge pull request julia-vscode#8 from julia-vscode/release-0.2.0
c25cb0f Set version to v0.2.1-DEV
7a3f0c2 Set version to v0.2.0

git-subtree-dir: packages/TestItemDetection
git-subtree-split: a6689392ae814218fe72e92d7ea5f717d146ae1b

* Squashed 'packages/JuliaWorkspaces/' content from commit ef21e21

git-subtree-dir: packages/JuliaWorkspaces
git-subtree-split: ef21e21928edcd2c09f8ba40fe5c3d6f5afdfc60

* Update TestItemDetection

* Log errors before aborting

* Update to testsetup module syntax

* Remove testsetup lock as not multi-threading tests
davidanthoff added a commit that referenced this issue Jul 6, 2024
016c32c Set version to v1.0.1-DEV
376063c Set version to v1.0.0
34f3c9a Remove outdated tests
9e59f5c Update to JuliaSyntax
a796899 Merge pull request #17 from julia-vscode/julia-pkgbutler-updates
94120a3 Fix issues identified by Julia Package Butler
f4c326b Merge pull request #15 from julia-vscode/julia-pkgbutler-updates
48b8c7e Fix issues identified by Julia Package Butler
242d0f7 Merge pull request #13 from julia-vscode/julia-pkgbutler-updates
aeeec79 Fix issues identified by Julia Package Butler
2d0ec3c Merge pull request #12 from julia-vscode/nhd-11-project-package-match
ccecd33 Fix #11: Fix the case where Package and Project name are the same.
a668939 Add package detection code
5bcfceb Merge pull request #10 from nickrobinson251/npr-testsetup-module
66e09e4 Test `setup` keywrod
8c36a6e Change to `@testsetup module ... end` syntax
2c59c96 Merge pull request #8 from julia-vscode/release-0.2.0
c25cb0f Set version to v0.2.1-DEV
7a3f0c2 Set version to v0.2.0

git-subtree-dir: packages/TestItemDetection
git-subtree-split: 016c32c5a901b1b3faa39cd699ca559098b55f99
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant