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

Test Explorer cannot detect unit test when using mill-bsp #6090

Closed
PeterWang-dev opened this issue Feb 6, 2024 · 1 comment
Closed

Test Explorer cannot detect unit test when using mill-bsp #6090

PeterWang-dev opened this issue Feb 6, 2024 · 1 comment
Milestone

Comments

@PeterWang-dev
Copy link

Describe the bug

Use Chisel Template project as an example:

  1. Clone this repository that I created from template.
  2. Initialize project with bloop and open Test Explorer. You will find every thing works well.
  3. Clean up repository git clean -fdx and reload the vscode window.
  4. Do not import build at first. Then press Ctrl+Shift+P, typing Metals: Switch build server to change build server to mill-bsp
  5. Initialize project. Open Test Explorer and observed that no tests display here.

Expected behavior

Unit test can be detected and displayed in Test Explorer when using mill-bsp.

Operating system

Linux

Editor/Extension

VS Code

Version of Metals

v1.2.0

Extra context or search terms

No response

@tgodzik
Copy link
Contributor

tgodzik commented Feb 6, 2024

Thanks for reporting! Running tests with mill-bsp is not currently supported. This is blocked by #5928 Once the other issue is done it should work correctly.

@tgodzik tgodzik closed this as not planned Won't fix, can't repro, duplicate, stale Feb 6, 2024
@kasiaMarek kasiaMarek added this to the Metals v1.2.1 milestone Feb 7, 2024
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

No branches or pull requests

3 participants