probcomp / bayeslite

BayesDB on SQLite. A Bayesian database table for querying the probable implications of data as easily as SQL databases query the data itself.
http://probcomp.csail.mit.edu/software/bayesdb
Apache License 2.0
922 stars 64 forks source link

20180207 schaechtle do not ignore ci tests #610

Closed Schaechtle closed 6 years ago

Schaechtle commented 6 years ago

Those CI tests run in less than 5 min on probcomp-4. I am not clear why we are not testing those. It could b e that travis is not suited to run those (due to only 4 cores available).

fsaad commented 6 years ago

@Schaechtle Thanks for the PR, let's see how long it takes (minutes vs .hours) and whether tests pass to determine whether to merge.

@avinson It seems possible to have two separate Travis jobs for a single repository using environment variables. Any idea about whether we can launch (1) a Travis "crash test" job with -k __not_ci and (2) a Travis "integration test" job, using this commit?

fsaad commented 6 years ago

Looks good, thanks for identifying this.