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

uber / cadence
57%
master: 72%

Build:
Build:
LAST BUILD BRANCH: fixit
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 1.1.x
branch: 1.1.x
CHANGE BRANCH
x
Reset
  • 1.1.x
  • 0.26.x
  • 0.26.x-test-merge
  • 0.27.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
  • master
  • 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

13 Jun 2023 10:56PM UTC coverage: 57.245% (-0.04%) from 57.287%
0188b6e7-5a7f-4d55-a30e-f01c679ced89

push

buildkite

davidporter-id-au
Bugfix/isolation groups domain drains (#5315)

What changed?
Fixes several bugs in the domain isolation-group handling which wasn't tested properly in replication it notably:

Fixes the problem of upserting configuration from the inactive region, which was previously would error
Fixes the problem of replication of configuration, which was entirely not working
Refactors the domain controller by splitting out this functionality into its own, much simpler function rather than continuing to overload the already incomprehensible domain controller.
Why?

How did you test it?

cadence --env docstore-prod11 --proxy_region dca admin isolation-groups get-domain --domain cadence-canary-global
Isolation Groups State
asdf5            Drained
asfd             Drained
-------------------------------------------------------------------------------------------------------------------------------------------------------------
~ » cadence --env an-env --proxy_region dca admin isolation-groups update-domain --domain cadence-canary-global  --remove-all-drains
-------------------------------------------------------------------------------------------------------------------------------------------------------------
~ » cadence --env an-env --proxy_region dca admin isolation-groups get-domain --domain cadence-canary-global
-- No groups found --
-------------------------------------------------------------------------------------------------------------------------------------------------------------
~ » cadence --env an-env --proxy_region phx admin isolation-groups get-domain --domain cadence-canary-global
-- No groups found --
Potential risks

87017 of 152008 relevant lines covered (57.25%)

2466.45 hits per line

Relevant lines Covered
Build:
Build:
152008 RELEVANT LINES 87017 COVERED LINES
2466.45 HITS PER LINE
Source Files on 1.1.x
  • Tree
  • List 657
  • Changed 279
  • Source Changed 0
  • Coverage Changed 279
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
0188b6e7... 1.1.x Bugfix/isolation groups domain drains (#5315) What changed? Fixes several bugs in the domain isolation-group handling which wasn't tested properly in replication it notably: Fixes the problem of upserting configuration from the inactive regio... push 13 Jun 2023 10:56PM UTC davidporter-id-au buildkite
57.25
01889da0... 1.1.x Change default value of AsyncTaskDispatchTimeout (#5320) push 09 Jun 2023 01:11AM UTC Shaddoll buildkite
57.29
018891cd... 1.1.x Seperate token pools for tasklists with isolation (#5314) push 06 Jun 2023 06:03PM UTC Shaddoll buildkite
57.26
01887d35... 1.1.x Increase number of forward tokens for isolation tasklists (#5310) push 02 Jun 2023 06:04PM UTC davidporter-id-au buildkite
57.27
01887cb8... 1.1.x Fix SearchAfter usage (#5311) push 02 Jun 2023 03:45PM UTC davidporter-id-au buildkite
57.26
01886f48... 1.1.x Minor fixes for sticky tasklist isolation (#5308) push 31 May 2023 01:07AM UTC Shaddoll buildkite
57.26
01886dc9... 1.1.x Adds some more coverage to isolation-group state handler (#5304) push 30 May 2023 06:11PM UTC davidporter-id-au buildkite
57.28
018859da... 1.1.x Feature/isolation group library logging improvements (#5295) Adds debug logs to the partitioner Adds metric counters around isolation group selection based on their being either healthy, missing pollers or drained includes some minor refactorin... push 26 May 2023 09:17PM UTC davidporter-id-au buildkite
57.23
01884a09... 1.1.x Update ClusterNameForFailoverVersion to return error (#5293) push 23 May 2023 07:34PM UTC David Porter buildkite
57.26
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

© 2025 Coveralls, Inc