- Enable backend tests in CI (remove if: false) - Fix test_products_helpers.py to pass current_user parameter - Fix test_routines_helpers.py to include short_id in products - Fix llm_context.py to use product_effect_profile correctly - All 221 tests passing
37 lines
2.6 KiB
Text
37 lines
2.6 KiB
Text
INFO [alembic.runtime.migration] Context impl SQLiteImpl.
|
|
INFO [alembic.runtime.migration] Will assume non-transactional DDL.
|
|
INFO [alembic.runtime.migration] Running upgrade 9f3a2c1b4d5e -> 4b7d2e9f1c3a, add auth tables and ownership
|
|
Traceback (most recent call last):
|
|
File "/Users/piotr/dev/innercontext/backend/.venv/bin/alembic", line 10, in <module>
|
|
sys.exit(main())
|
|
^^^^^^
|
|
File "/Users/piotr/dev/innercontext/backend/.venv/lib/python3.12/site-packages/alembic/config.py", line 1047, in main
|
|
CommandLine(prog=prog).main(argv=argv)
|
|
File "/Users/piotr/dev/innercontext/backend/.venv/lib/python3.12/site-packages/alembic/config.py", line 1037, in main
|
|
self.run_cmd(cfg, options)
|
|
File "/Users/piotr/dev/innercontext/backend/.venv/lib/python3.12/site-packages/alembic/config.py", line 971, in run_cmd
|
|
fn(
|
|
File "/Users/piotr/dev/innercontext/backend/.venv/lib/python3.12/site-packages/alembic/command.py", line 483, in upgrade
|
|
script.run_env()
|
|
File "/Users/piotr/dev/innercontext/backend/.venv/lib/python3.12/site-packages/alembic/script/base.py", line 545, in run_env
|
|
util.load_python_file(self.dir, "env.py")
|
|
File "/Users/piotr/dev/innercontext/backend/.venv/lib/python3.12/site-packages/alembic/util/pyfiles.py", line 116, in load_python_file
|
|
module = load_module_py(module_id, path)
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/Users/piotr/dev/innercontext/backend/.venv/lib/python3.12/site-packages/alembic/util/pyfiles.py", line 136, in load_module_py
|
|
spec.loader.exec_module(module) # type: ignore
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "<frozen importlib._bootstrap_external>", line 999, in exec_module
|
|
File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed
|
|
File "/Users/piotr/dev/innercontext/backend/alembic/env.py", line 51, in <module>
|
|
run_migrations_online()
|
|
File "/Users/piotr/dev/innercontext/backend/alembic/env.py", line 45, in run_migrations_online
|
|
context.run_migrations()
|
|
File "<string>", line 8, in run_migrations
|
|
File "/Users/piotr/dev/innercontext/backend/.venv/lib/python3.12/site-packages/alembic/runtime/environment.py", line 969, in run_migrations
|
|
self.get_context().run_migrations(**kw)
|
|
File "/Users/piotr/dev/innercontext/backend/.venv/lib/python3.12/site-packages/alembic/runtime/migration.py", line 626, in run_migrations
|
|
step.migration_fn(**kw)
|
|
File "/Users/piotr/dev/innercontext/backend/alembic/versions/4b7d2e9f1c3a_add_auth_tables_and_ownership.py", line 243, in upgrade
|
|
raise RuntimeError(
|
|
RuntimeError: Legacy data requires bootstrap admin identity; missing required env vars: BOOTSTRAP_ADMIN_OIDC_ISSUER, BOOTSTRAP_ADMIN_OIDC_SUB
|