Skip to content

Conversation

@amotl
Copy link
Member

@amotl amotl commented Nov 6, 2023

About

This patch aims to add software tests to the AutoML example code. It will need some more dedication to make it work out of the box, so it is only a draft for now.

/cc @andnig

@amotl
Copy link
Member Author

amotl commented Nov 6, 2023

Lot's of error like those, because, well, variables are not defined.

KeyError: 'CRATE_USER'

-- https://github.com/crate/cratedb-examples/actions/runs/6773778030/job/18409389136?pr=124#step:6:1827

@andnig
Copy link
Contributor

andnig commented Nov 6, 2023

Lot's of error like those, because, well, variables are not defined.

KeyError: 'CRATE_USER'

-- https://github.com/crate/cratedb-examples/actions/runs/6773778030/job/18409389136?pr=124#step:6:1827

@amotl Please have a look at the getting started section in the notebooks you want to test for which variables need to be defined in your test environment.

These are the min, I guess adjusted for your test setup

   CRATE_HOST="localhost",
   CRATE_USER="crate",
   CRATE_PASSWORD="",
   CRATE_SSL=false,

@amotl
Copy link
Member Author

amotl commented Nov 8, 2023

Closing this in favor of GH-132.

@amotl amotl closed this Nov 8, 2023
@amotl amotl deleted the amo/automl-ci branch November 8, 2023 01:37
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.

3 participants