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

citusdata / pg_shard
96%
develop: 36%

Build:
Build:
LAST BUILD BRANCH: develop_candidate
DEFAULT BRANCH: develop
Repo Added 25 Dec 2014 11:37PM UTC
Files 166
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 feature-reject_zero_shard_insert
branch: feature-reject_zero_shard_insert
CHANGE BRANCH
x
Reset
  • feature-reject_zero_shard_insert
  • develop
  • feature-drop_distributed_table-#78_C_UtilityHook
  • master
  • feature-composite_types_bugs#80
  • bugfix-copy-script-#95
  • feature-bidi_md_sync#27
  • bugfix-deparse_constraint#94
  • feature-check_name_length
  • feature-check_partition_type
  • feature-metadata_uses_spi
  • sql_modification_poc
  • feature-add_citusdb_tests
  • increase_coverage
  • push_simple_aggregates_down
  • push_simple_aggregates_down_unified
  • feature-remove_unsigned
  • feature-remove_templates
  • feature-reorg
  • release-1.1.1
  • v1.1.1
  • use_regclass
  • feature-support_plpgsql
  • feature-turn_off_unused_warning
  • feature-metadata_locks
  • aggregate_changes
  • release-1.2.0
  • v1.2.0
  • EXPERIMENTAL_push_simple_aggragates
  • release-1.2.1
  • v1.2.1
  • release-1.2.2
  • feature-default_port
  • named_params
  • feature-9.5_compatibility
  • fix_includes
  • better_hash_token_distribution
  • warnings
  • v1.2.2
  • feature-drop-table
  • feature-drop-table-partition-only
  • feature-test_on_citusdb41
  • transaction_manager_integration
  • fix_hash_token_distribution
  • redhat_regression_tests
  • feature-cache_spi_plans
  • insert_throughput_readme
  • release-1.2.3
  • feature-9.5_beta_fix
  • feature-hidden_visibility
  • v1.2.3
  • feature-copy
  • feature-95_final_compat
  • feature-use_citus_tools
  • documentation/fix_parallel_command
  • deprecation
  • ozgune-patch-1
  • develop_candidate

29 May 2015 10:30PM UTC coverage: 95.594% (+0.002%) from 95.592%
389

push

travis-ci

jasonmp85
Throw error for zero-shard INSERTs

Found this when doing CitusDB integration. If CitusDB has created an
e.g. range partition table I found it "just works" with pg_shard save
one caveat: if no shard exists to receive an incoming row, our zero-
shard SELECT logic kicked in and pg_shard would happily put the row
into the local relation.

UPDATE and DELETE are safe to run locally as the local table should be
empty to begin with, but INSERT is not: we should raise an error rather
than continue with a zero-shard INSERT.

2061 of 2156 relevant lines covered (95.59%)

747.84 hits per line

Relevant lines Covered
Build:
Build:
2156 RELEVANT LINES 2061 COVERED LINES
747.84 HITS PER LINE
Source Files on feature-reject_zero_shard_insert
  • List 18
  • Changed 6
  • Source Changed 2
  • Coverage Changed 5
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
389 feature-reject_zero_shard_insert Throw error for zero-shard INSERTs Found this when doing CitusDB integration. If CitusDB has created an e.g. range partition table I found it "just works" with pg_shard save one caveat: if no shard exists to receive an incoming row, our zero- sha... push 29 May 2015 10:42PM UTC jasonmp85 travis-ci
95.59
341 feature-reject_zero_shard_insert Throw error for zero-shard INSERTs Found this when doing CitusDB integration. If CitusDB has created an e.g. range partition table I found it "just works" with pg_shard save one caveat: if no shard exists to receive an incoming row, our zero- sha... push 25 May 2015 10:41PM UTC jasonmp85 travis-ci
95.59
See All Builds (563)
  • Repo on GitHub
Troubleshooting · Open an Issue · Sales · Support · ENTERPRISE · CAREERS · STATUS
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2023 Coveralls, Inc