Conversation
- Remove test_config_persisted_on_spaces - Shorten polling/timeouts in conftest and metrics restart tests - Tighten _predict_run_summary and system-metrics waits - Namespaced ephemeral static/frozen Space IDs under TEST_SPACE_ID org - Reduce force_sync sleep before freeze Made-with: Cursor
Contributor
🪼 branch checks and previews
|
Contributor
🦄 no changes detectedThis Pull Request does not include changes to any packages.__No changes detected. __
|
🪼 branch checks and previews
Install Trackio from this PR (includes built frontend) pip install "https://huggingface.co/buckets/trackio/trackio-wheels/resolve/71e10acb95fa6b0989bea63bd6cee889993f87a1/trackio-0.21.2-py3-none-any.whl" |
|
The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update. |
Replace 32x1000 parallel stress with 4x50 smoke; reduce burst 2000 -> 400. Tighter polling in parallel verification loop. Made-with: Cursor
Removing concurrent runs avoids Space contention; 120 logs caps /get_metric_values payload. Made-with: Cursor
Made-with: Cursor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Short description
Hardens
tests/e2e-spaces/test_sync_and_freeze.pyso CI and local runs do not hit invalid Hub ids or wrong-org buckets:secrets.token_hex(8)instead oftoken_urlsafe, so repo ids never contain--or..(which the Hub rejects).{namespace}/trackio-test-static-…and…-frozen-…wherenamespacecomes fromTEST_SPACE_IDwhen it is qualified (org/name), or fromutils._get_default_namespace()(token / whoami) whenTEST_SPACE_IDis an unqualified repo name—matchingpreprocess_space_and_dataset_idsbehavior.AI Disclosure
Type of Change
Related Issues
Closes: n/a (e2e reliability)
Testing and linting
ruff check tests/e2e-spaces/andruff format tests/e2e-spaces/TEST_SPACE_IDand Hub auth (HF_TOKENor CLI login).