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

Main #11

Open
wants to merge 111 commits into
base: main
Choose a base branch
from
Open

Main #11

wants to merge 111 commits into from

Conversation

belamenso
Copy link

@belamenso belamenso commented Dec 21, 2024

Continuation of #9

belamenso and others added 30 commits November 2, 2024 16:31
right now on `sbt run test` it fails due to a misplaced file:
[error] java.sql.SQLException: java.sql.SQLException: IO Error: No files found that match the pattern "/home/bbi/ticklish/tyql/bench/data/tc/edge.csv"
[error] 	at org.duckdb.DuckDBPreparedStatement.prepare(DuckDBPreparedStatement.java:121)
[error] 	at org.duckdb.DuckDBPreparedStatement.execute(DuckDBPreparedStatement.java:195)
[error] 	at tyql.main$package$.main(main.scala:57)
[error] 	at tyql.main.main(main.scala:39)
[error] 	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
[error] 	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
[error] Caused by: java.sql.SQLException: IO Error: No files found that match the pattern "/home/bbi/ticklish/tyql/bench/data/tc/edge.csv"
[error] 	at org.duckdb.DuckDBNative.duckdb_jdbc_prepare(Native Method)
[error] 	at org.duckdb.DuckDBPreparedStatement.prepare(DuckDBPreparedStatement.java:115)
[error] 	at org.duckdb.DuckDBPreparedStatement.execute(DuckDBPreparedStatement.java:195)
[error] 	at tyql.main$package$.main(main.scala:57)
[error] 	at tyql.main.main(main.scala:39)
[error] 	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
[error] 	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
[error] stack trace is suppressed; run last Compile / run for the full output
[error] (Compile / run) java.sql.SQLException: java.sql.SQLException: IO Error: No files found that match the pattern "/home/bbi/ticklish/tyql/bench/data/tc/edge.csv"
[error] Total time: 1 s, completed 2 Nov 2024, 16:30:15
There is only one tag now, for expensive tests. Untagged tests are cheap.
`sbt test` runs all tests.
`sbt "testOnly -- --include-tags=Expensive"` runs only the expensive tests.
`sbt "testOnly -- --exclude-tags=Expensive"` runs only the cheap tests.
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

Successfully merging this pull request may close these issues.

1 participant