Code Monkey home page Code Monkey logo

Comments (6)

abrams27 avatar abrams27 commented on September 3, 2024

easy part done in #101

from bazel-bsp.

ittaiz avatar ittaiz commented on September 3, 2024

re hard part- do you have any thoughts? do you need more info on how the mechanism works?
[Context- I wrote the rules_scala junit discovery mechanism]

from bazel-bsp.

abrams27 avatar abrams27 commented on September 3, 2024

hi! thank you for contact.
the main concern is whether it is possible to obtain an information about tests main classes without executing them? in our server we need to return such information to the client. One solution is simply implementing a test discovery mechanism on our side, but it seems a bit wrong.

from bazel-bsp.

ittaiz avatar ittaiz commented on September 3, 2024

Few questions:

  1. Why is this needed?
  2. Can this be iterative and while they're being executed?
  3. How cheap/costly should/can this be?

from bazel-bsp.

abrams27 avatar abrams27 commented on September 3, 2024
  1. Why is this needed?

bsp specification - this information might be useful for a client to for example display run test icon.

  1. Can this be iterative and while they're being executed?

this information is usually fetched during importing - after that a client can use this information to ask server to execute a given test

  1. How cheap/costly should/can this be?

well, as least costly as possible - there are endpoints that build the project, which could potentially be very costly. So, I believe that building is a limit - so executing tests isn't an option

from bazel-bsp.

abrams27 avatar abrams27 commented on September 3, 2024

first point done, second moved: https://youtrack.jetbrains.com/issue/BAZEL-41

from bazel-bsp.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.