Taddes 4283c36c64
Some checks failed
Glean probe-scraper / glean-probe-scraper (push) Has been cancelled
Main Workflow - Lint, Build, Test / python-env (push) Has been cancelled
Main Workflow - Lint, Build, Test / rust-env (push) Has been cancelled
Main Workflow - Lint, Build, Test / python-checks (push) Has been cancelled
Main Workflow - Lint, Build, Test / rust-checks (push) Has been cancelled
Main Workflow - Lint, Build, Test / clippy (mysql) (push) Has been cancelled
Main Workflow - Lint, Build, Test / clippy (postgres) (push) Has been cancelled
Main Workflow - Lint, Build, Test / clippy (spanner) (push) Has been cancelled
Main Workflow - Lint, Build, Test / clippy-release (mysql) (push) Has been cancelled
Main Workflow - Lint, Build, Test / clippy-release (postgres) (push) Has been cancelled
Main Workflow - Lint, Build, Test / clippy-release (spanner) (push) Has been cancelled
Main Workflow - Lint, Build, Test / build-and-unit-test-postgres (push) Has been cancelled
Main Workflow - Lint, Build, Test / build-postgres-image (push) Has been cancelled
Main Workflow - Lint, Build, Test / postgres-e2e-tests (push) Has been cancelled
Main Workflow - Lint, Build, Test / build-and-unit-test-mysql (push) Has been cancelled
Main Workflow - Lint, Build, Test / build-mysql-image (push) Has been cancelled
Main Workflow - Lint, Build, Test / mysql-e2e-tests (push) Has been cancelled
Main Workflow - Lint, Build, Test / build-and-unit-test-spanner (push) Has been cancelled
Main Workflow - Lint, Build, Test / build-spanner-image (push) Has been cancelled
Main Workflow - Lint, Build, Test / spanner-e2e-tests (push) Has been cancelled
Build, Tag and Push Container Images to GAR / check (push) Has been cancelled
Build, Tag and Push Container Images to GAR / build-and-push-syncstorage-rs (push) Has been cancelled
Build, Tag and Push Container Images to GAR / build-and-push-syncserver-postgres (push) Has been cancelled
Build, Tag and Push Container Images to GAR / build-and-push-syncstorage-rs-spanner-python-utils (push) Has been cancelled
Build, Tag and Push Container Images to GAR / build-and-push-syncserver-postgres-python-utils (push) Has been cancelled
Build, Tag and Push Container Images to GAR / build-and-push-syncserver-mysql (push) Has been cancelled
Publish Sync docs to pages / build-mdbook (push) Has been cancelled
Publish Sync docs to pages / build-openapi (push) Has been cancelled
Publish Sync docs to pages / combine-and-prepare (push) Has been cancelled
Publish Sync docs to pages / deploy (push) Has been cancelled
test: modernize tests to use pytest (#2192)
test: modernize tests to use pytest
2026-04-30 23:27:52 +03:00
..
2025-03-25 16:33:49 -06:00

Summary of Files in tools/Tokenserver

File Name Description
add_node.py Adds new node to the tokenserver's database, registering it for user allocation.
allocate_user.py Script to allocate a specific user to a node.
conftest.py Pytest configuration and fixtures for shared test setup.
count_users.py Script to emit total-user-count metrics for exec dashboard.
database.py Shared database utility queries and functions used by multiple scripts.
process_account_events.py Script to process account-related events from an SQS queue.
purge_old_records.py Script to purge user records that have been replaced.
pytest.ini Configuration file for pytest, specifying options like test output format.
remove_node.py Script to remove a node from the system.
test_database.py Unit tests for database.py.
test_process_account_events.py Tests for process_account_events.py, ensuring correct behavior for event handling.
test_purge_old_records.py Tests for purge_old_records.py, validating cleanup operations.
test_scripts.py Testing module to test the various scripts in this directory.
unassign_node.py Removes a node from the system and clears any assignments to the named node.
update_node.py Script to update node status in the db.