uber / cadence

Cadence is a distributed, scalable, durable, and highly available orchestration engine to execute asynchronous long-running business logic in a scalable and resilient way.
https://cadenceworkflow.io
MIT License
7.96k stars 772 forks source link

Run pinot integration test locally with docker containers #6140

Closed bowenxia closed 1 week ago

bowenxia commented 1 week ago

What changed? Add a yml file with cmds that can run Pinot integration test locally. Clean up commented code in the yml file for pipeline. Updated the comments in Pinot integration test file with instructions to run it locally.

Why? To make sure the Pinot integration test can run locally.

How did you test it? Integration test

Potential risks

Release notes

Documentation Changes

codecov[bot] commented 1 week ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 72.63%. Comparing base (91c09ef) to head (f9b120c). Report is 1 commits behind head on master.

Additional details and impacted files [see 3 files with indirect coverage changes](https://app.codecov.io/gh/uber/cadence/pull/6140/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=uber) ------ [Continue to review full report in Codecov by Sentry](https://app.codecov.io/gh/uber/cadence/pull/6140?dropdown=coverage&src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=uber). > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=uber) > `Ξ” = absolute (impact)`, `ΓΈ = not affected`, `? = missing data` > Powered by [Codecov](https://app.codecov.io/gh/uber/cadence/pull/6140?dropdown=coverage&src=pr&el=footer&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=uber). Last update [91c09ef...f9b120c](https://app.codecov.io/gh/uber/cadence/pull/6140?dropdown=coverage&src=pr&el=lastupdated&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=uber). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=uber).
coveralls commented 1 week ago

Pull Request Test Coverage Report for Build 01902dc3-e377-43de-810a-bd8695e057be

Details


Files with Coverage Reduction New Missed Lines %
common/task/weighted_round_robin_task_scheduler.go 2 88.06%
service/frontend/api/handler.go 2 75.62%
service/history/task/transfer_active_task_executor.go 2 72.9%
common/persistence/historyManager.go 2 66.67%
service/history/task/task.go 3 84.81%
service/history/task/timer_standby_task_executor.go 3 85.63%
common/archiver/filestore/historyArchiver.go 4 80.95%
service/history/execution/cache.go 6 74.61%
common/task/fifo_task_scheduler.go 7 82.47%
service/history/task/task_util.go 20 70.57%
<!-- Total: 138 -->
Totals Coverage Status
Change from base Build 01902d95-5925-47f2-80d9-47cee745b657: -0.06%
Covered Lines: 106532
Relevant Lines: 149126

πŸ’› - Coveralls
coveralls commented 1 week ago

Pull Request Test Coverage Report for Build 0190375e-425c-416a-b5e3-de3466a9c411

Details


Files with Coverage Reduction New Missed Lines %
common/task/weighted_round_robin_task_scheduler.go 2 88.06%
service/frontend/api/handler.go 2 75.62%
service/history/task/transfer_active_task_executor.go 2 72.9%
service/history/task/task.go 3 84.81%
service/history/task/timer_standby_task_executor.go 3 85.63%
common/archiver/filestore/historyArchiver.go 4 80.95%
common/task/fifo_task_scheduler.go 4 83.51%
service/history/execution/cache.go 6 74.61%
<!-- Total: 26 -->
Totals Coverage Status
Change from base Build 01902d95-5925-47f2-80d9-47cee745b657: 0.02%
Covered Lines: 106669
Relevant Lines: 149159

πŸ’› - Coveralls