Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 10 additions & 3 deletions tests/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@

**Automated CI Workflow**: [`main.yml`](https://github.com/dathere/datapusher-plus/actions/workflows/main.yml)
- Full integration test with CKAN 2.11, PostgreSQL, Solr, and Redis
- Tests file uploads, processing pipeline, and datastore imports
- Generates analytics via `log_analyzer.py`

> [!TIP]
>**Standalone Testing**: [datapusher-plus_testing](https://github.com/dathere/datapusher-plus_testing)
>- Dedicated repository for custom test scenarios
>- Same workflow, user-defined test files in `/custom` directory
>- Manual trigger via GitHub Actions workflow_dispatch
## Technical Reference



### Time Measurements
- All `time` values in the worker_analysis.csv are measured in **seconds**

Expand Down