Skip to content

Add lakebase autoscaling to e2e agent integration tests#157

Open
jennsun wants to merge 3 commits intodatabricks:mainfrom
jennsun:autoscaling-integration-tests
Open

Add lakebase autoscaling to e2e agent integration tests#157
jennsun wants to merge 3 commits intodatabricks:mainfrom
jennsun:autoscaling-integration-tests

Conversation

@jennsun
Copy link
Contributor

@jennsun jennsun commented Mar 13, 2026

ran lakebase tests locally using my own credentials

cd /Users/jenny.sun/app-templates/.scripts/agent-integration-tests && rm -rf .pytest_cache __pycache__ && uv run pytest test_e2e.py -v -s -n 0 --skip-deploy --profile e2-dogfood --lakebase-provisioned-name jenny-test --lakebase-autoscaling-project j-autoscaling3 --lakebase-autoscaling-branch longtermapp

and all tests except openai-agents-sdkj-multigant passed (due to lakebase-unrelated PERMISSION_DENIED error)
manually:
image
summary by claude:
image

with deploy:

cd /Users/jenny.sun/app-templates/.scripts/agent-integration-tests && uv run pytest test_e2e.py -v -s -n 0 --skip-local --profile e2-dogfood --lakebase-autoscaling-project j-autoscaling3 --lakebase-autoscaling-branch longtermapp --template agent-langgraph-short-term-memory --template agent-langgraph-long-term-memory --template agent-openai-agents-sdk-short-term-memory
image

will be helpful to have another runthrough with bryan's credentials he's been using to test integration tests

AppResource,
AppResourcePostgres,
AppResourcePostgresPostgresPermission,
)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jennsun jennsun force-pushed the autoscaling-integration-tests branch from 44bbdee to 154ef2e Compare March 17, 2026 18:05
@jennsun jennsun requested review from bbqiu and dhruv0811 March 18, 2026 02:41
(
"agent-openai-agents-sdk-short-term-memory",
{"lakebase_type": "autoscaling"},
),
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should combine from templates.py in overall scripts folder instead of having 2 separate sources of truth

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