-
Notifications
You must be signed in to change notification settings - Fork 334
Closed
Labels
-compilerp-mediumShould be completed in the next few sprintsShould be completed in the next few sprints
Description
Tested on 2025.2.1-nightly.2025.7.21
:
enso$ ENSO_LAUNCHER=native sbt buildEngineDistribution
enso$ ./enso --run test/Generic_JDBC_Tests/
1 tests succeeded.
21 tests failed.
0 tests skipped.
0 groups skipped.
the Generic_JDBC_Tests
projects requires execution in JVM mode:
enso$ grep jvm test/Generic_JDBC_Tests/package.yaml
jvm: true
but it looks like the flag is ignored. Running with explicit --jvm
flag works:
enso$ ./enso --jvm --run test/Generic_JDBC_Tests/
22 tests succeeded.
0 tests failed.
0 tests skipped.
0 groups skipped.
Metadata
Metadata
Assignees
Labels
-compilerp-mediumShould be completed in the next few sprintsShould be completed in the next few sprints
Type
Projects
Status
🟢 Accepted