Skip to content

Conversation

@bfops
Copy link
Collaborator

@bfops bfops commented Nov 19, 2025

Description of Changes

We always select a random port and data dir for the started server.

Time difference on my machine:

Time difference in CI:

API and ABI breaking changes

Expected complexity level and risk

Testing

  • serial testing with all values of start-server
  • parallel testing with all values of start-server
    • as well as a remote server
    • passing explicit batches
    • docker tests pass
  • surely other stuff

Kasama and others added 30 commits October 13, 2025 14:17
docker_smoketests:
name: Smoketests
strategy:
fail-fast: false
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

TODO: remove this debugging change

@bfops bfops mentioned this pull request Dec 25, 2025
- "${STDB_PG_PORT:-5432}:5432"
# Tracy
- "8086:8086"
- "${STDB_TRACY_PORT:-8086}:8086"
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

this isn't used or tested in this PR, but would be required in order to run cargo ci smoketests --docker --parallel locally with this docker-compose.yml.

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.

Parallelize smoketests

3 participants