-
Notifications
You must be signed in to change notification settings - Fork 323
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
Run unit tests with truffle-compiler
#8374
Comments
Pavel Marek reports a new STANDUP for today (2023-12-04): Progress: - Tweaking the sbt build so that it invokes tests with proper module-path
|
Pavel Marek reports a new STANDUP for today (2023-12-05): Progress: - Properly configure
|
Pavel Marek reports a new STANDUP for today (2023-12-06): Progress: - Optimizing sbt build - do not copy hundreds of classes before every test unless necessary
|
Pavel Marek reports a new STANDUP for today (2023-12-07): Progress: - Dealing with suspicious class loading failures once again.
|
Pavel Marek reports a new STANDUP for today (2023-12-08): Progress: - Resolved the issue with class loading of test - it was caused by split packages.
|
Pavel Marek reports a new 🔴 DELAY for today (2023-12-11): Summary: There is 7 days delay in implementation of the Run unit tests with Delay Cause: Tweaking the sbt build to properly provide truffle-compiler into all the unit tests is more difficult than expected. |
Pavel Marek reports a new STANDUP for today (2023-12-11): Progress: - We have some instruments in
|
Pavel Marek reports a new STANDUP for today (2023-12-12): Progress: - Fixed
|
Pavel Marek reports a new STANDUP for yesterday (2023-12-14): Progress: - Inverted dependencies of
|
Pavel Marek reports a new STANDUP for today (2023-12-15): Progress: - Adding truffle-compiler to language-server tests It should be finished by 2023-12-15. |
Since #7991, all the unit tests are run without
truffle-compiler
and with-Dpolyglot.engine.WarnInterpreterOnly=false
to suppress the warning. Apparently, this makes the tests very slow. Moreover, it makes theWithDebug
command to fail on "Could not find option with name engine.BackgroundCompilation".Let's add
truffle-compiler
to the tests.The text was updated successfully, but these errors were encountered: