• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

uber / cadence
72%

Build:
DEFAULT BRANCH: master
Repo Added 12 Jun 2017 08:09PM UTC
Files 727
Badge
Embed â–¾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH master
branch: master
CHANGE BRANCH
x
Reset
  • master
  • 0.26.x
  • 0.26.x-test-merge
  • 0.27.x
  • 1.1.x
  • 1.2.x
  • 4341
  • CDNC-2946_revert_temp_store
  • CDNC-4362
  • CDNC-4456
  • CDNC_4184
  • CDNC_4445
  • CDNC_4589
  • CDNC_4674
  • CDNC_5084_UpgradeMySQL
  • CDNC_5096_ES
  • Groxx-patch-1
  • bugfix/fix-build
  • cdnc-4709
  • change_mysqlSchemaFolder_tobe_v8
  • dependabot/go_modules/cmd/server/google.golang.org/protobuf-1.33.0
  • dependabot/go_modules/internal/tools/github.com/go-git/go-git/v5-5.11.0
  • dependabot/go_modules/internal/tools/github.com/hashicorp/go-retryablehttp-0.7.7
  • dependabot/go_modules/internal/tools/google.golang.org/protobuf-1.33.0
  • domain-name-validation
  • feature/adding-ig-admin-idl
  • feature/ig-frontend
  • feature/updating-admin-idls-ii
  • feature/zonal-isolation-ii
  • feature/zonal-partition-library
  • feature/zonal-partitioning
  • feature/zonal-partitioning-admin-mapping
  • feature/zonal-partitioning-lib-ii
  • feature/zonal-partitioning-test
  • fix_local_ci
  • global_aggregator
  • migration_validator
  • neilx_test_timeout
  • readhistorybranch-shard-metrics
  • started-worker-id
  • test-workflow-start-metric
  • testing
  • tifflin/test-helm
  • tim-tasklist-metrics
  • unused-metric
  • v1.2.10
  • v1.2.10-prerelease1
  • v1.2.10-prerelease2
  • v1.2.10-prerelease5
  • v1.2.10-prerelease6
  • v1.2.10-prerelease7
  • v1.2.11
  • v1.2.11-prerelease1
  • v1.2.11-prerelease10
  • v1.2.11-prerelease2
  • v1.2.11-prerelease3
  • v1.2.11-prerelease4
  • v1.2.11-prerelease5
  • v1.2.11-prerelease6
  • v1.2.11-prerelease7
  • v1.2.11-prerelease8
  • v1.2.11-prerelease9
  • v1.2.12-prerelease1
  • v1.2.12-prerelease2
  • v1.2.7
  • v1.2.7-prerelease3
  • v1.2.7-prerelease4
  • v1.2.7-prerelease5
  • v1.2.7-prerelease6
  • v1.2.7-prerelease7
  • v1.2.8
  • v1.2.8-prerelease1
  • v1.2.8-prerelease2
  • v1.2.8-prerelease4
  • v1.2.8-prerelease5
  • v1.2.8-prerelease6
  • v1.2.8-prerelease7
  • v1.2.8-prerelease8
  • v1.2.8-prerelease9
  • v1.2.9
  • v1.2.9-prerelease2
  • v1.2.9-prerelease3
  • v1.2.9-prerelease4
  • v1.2.9-prerelease5
  • v1.2.9-prerelease6
  • validate-domain-name
  • wf-start-metric
  • wip-continue-as-new
  • worklfow-start-count
  • xbowen_add_ContextKey_Struct
  • xbowen_add_double_read00
  • xbowen_add_filter_for_comparator_log
  • xbowen_add_pinot_integration_test00
  • xbowen_add_pinot_integration_test_local_containers
  • xbowen_add_time_range_in_log
  • xbowen_commentFixing
  • xbowen_dual_manager_test01
  • xbowen_history_replicator_test01
  • xbowen_history_replicator_test02
  • xbowen_history_replicator_test03
  • xbowen_pinotQueryValidator_checkTimeTypeInCustomSearchAttribute
  • xbowen_pinotResponseComparator_test0
  • xbowen_pinot_dual_manager_test00
  • xbowen_pinot_triple_manager_test00
  • xbowen_pinot_visibility_store_test_hotfix
  • xbowen_visibility_single_manager_unit_test01

02 Jul 2024 10:12PM UTC coverage: 71.509%. Remained the same
01907581-5620-4db8-a288-46edcd2f7db0

push

buildkite

web-flow
Stop the ratelimiter collections when stopping the service (#6155)

Rather obviously missed in retrospect, oops.

These can be stopped basically anywhere without causing issues, but after the handlers are stopped there should be no more in-bound requests worth counting (the "stopping" check will stop anything from actually "running").
So around here seems like the most-reasonable place to stop sharing load info with others.

9 of 17 new or added lines in 1 file covered. (52.94%)

34 existing lines in 11 files now uncovered.

105310 of 147269 relevant lines covered (71.51%)

2654.36 hits per line

Relevant lines Covered
Build:
Build:
147269 RELEVANT LINES 105310 COVERED LINES
2654.36 HITS PER LINE
Source Files on master
Detailed source file information is not available for this build.

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
01907581... master Stop the ratelimiter collections when stopping the service (#6155) Rather obviously missed in retrospect, oops. These can be stopped basically anywhere without causing issues, but after the handlers are stopped there should be no more in-bound... push 02 Jul 2024 10:40PM UTC web-flow buildkite
71.51
019074f6... master Include a zero bucket, zeros are being reported as 1 (#6153) With a min bucket of `1`, a `0` is reported as a `1`, which is quite misleading for this kind of use. Sorta obvious in retrospect, but we have so few histograms anywhere that I appar... push 02 Jul 2024 08:09PM UTC web-flow buildkite
71.51
01907465... master bugfix: bad dynamicconfig filter/string mapping (#6151) This logic desperately needs to be refactored, it's incredibly error-prone :\ We should probably just use enumer's codegen tbh. Or something similar. Previously `String()` missed both `... push 02 Jul 2024 05:35PM UTC web-flow buildkite
71.52
0190705f... master Ensure PR description contains compatibility info & rollout plan when DB schema is changed (#6150) push 01 Jul 2024 10:51PM UTC web-flow buildkite
71.52
019060e3... master Global ratelimiter: everything else (#6141) After too many attempts to break this apart and build different portions in self-contained ways, and running into various inter-dependent roadblocks... I just gave up and did it all at once. # Rollou... push 28 Jun 2024 10:40PM UTC web-flow buildkite
71.52
01905fb8... master Bugfix: replication messaged dropped during host shutdown (#6143) What changed? Internal details: CDNC-9597 A user reported some problems during a failover in which a workflow, during a continue-as-new event got dropped during replication s... push 28 Jun 2024 05:10PM UTC web-flow buildkite
71.44
01905aea... master Add duplicate workflowID/runID/workflowType columns used for Pinot prefix text match (#6149) push 27 Jun 2024 06:47PM UTC web-flow buildkite
71.42
0190573d... master Refactor/removing cross cluster feature (#6121) ## What changed? This mostly* removes the cross-cluster feature. ## Background The Cross-cluster feature was the ability to launch and interact with child workflows in another domain. It incl... push 27 Jun 2024 01:41AM UTC web-flow buildkite
71.43
019056dc... master Fix encoding bug to index context header in search attributes (#6148) What changed? json marshal raw string bytes before store in search attributes Why? Context Header stores the raw string bytes; but search attributes should store json ... push 26 Jun 2024 11:53PM UTC web-flow buildkite
71.56
01905699... master Add In Clause handling in json indexed col (Attr) (#6147) * add In Clause handling in json indexed col (Attr) * add more test cases to cover string cases * change dot to be colon push 26 Jun 2024 10:43PM UTC web-flow buildkite
71.56
See All Builds (12090)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc