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

ocadotechnology / bbq
82%
master: 85%

Build:
Build:
LAST BUILD BRANCH: NON_JIRA_do_backup_when_size_mismatch
DEFAULT BRANCH: master
Repo Added 14 May 2018 11:00AM UTC
Files 144
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 numBytesRepair
branch: numBytesRepair
CHANGE BRANCH
x
Reset
  • numBytesRepair
  • A_MESSAGE_CORRECTION
  • CONFIGURATION_UNIFICATION
  • COPY_JOB_DEADLINE_EXCEEDED
  • DatastoreTableGetRetriableException500error_less_likely_to_happen
  • NON-JIRA_updating_orphaned_backup_query
  • NON_JIRA_do_backup_when_size_mismatch
  • SLI_DATASTUDIO_BUG
  • SLI_documentation
  • SLI_history_view_shows_rows_only_from_newest_snapshot
  • YACHT-1003
  • YACHT-1005
  • YACHT-1007-contribution-guide
  • YACHT-1008_added_google_group
  • YACHT-1009_copy_job_should_handle_duplicated_job_id
  • YACHT-1012_slo_service_should_handle_tables_without_schema
  • YACHT-1020
  • YACHT-1021
  • YACHT-1023
  • YACHT-1025
  • YACHT-1026
  • YACHT-1027
  • YACHT-1029
  • YACHT-1032_TF_update
  • YACHT-1032_added_datasets_ACLs_to_TF_config
  • YACHT-1052
  • YACHT-1054
  • YACHT-1057
  • YACHT-1059
  • YACHT-1092
  • YACHT-1093
  • YACHT-1093-3
  • YACHT-1094
  • YACHT-1095
  • YACHT-1098
  • YACHT-1099
  • YACHT-1104
  • YACHT-1106
  • YACHT-1106-2
  • YACHT-1111
  • YACHT-1123_unify_UI
  • YACHT-1124
  • YACHT-1124-2
  • YACHT-1127
  • YACHT-1133
  • YACHT-1133-REVERT
  • YACHT-1142
  • YACHT-1144
  • YACHT-1173
  • YACHT-1176
  • YACHT-1177
  • YACHT-1183_IAM_roles_in_TF_config
  • YACHT-1183_IAM_update
  • YACHT-1184
  • YACHT-1185
  • YACHT-1186
  • YACHT-1187_gae_firewall
  • YACHT-1232
  • YACHT-1246
  • YACHT-1248
  • YACHT-1250
  • YACHT-1251
  • YACHT-1254
  • YACHT-1254_export_fix
  • YACHT-1256
  • YACHT-1256_NEW
  • YACHT-1274
  • YACHT-1295_document_not_supported_use_cases
  • YACHT-1312
  • YACHT-1312_MR
  • YACHT-1316
  • YACHT-1333_update_jinja2_version
  • YACHT-1351
  • YACHT-1443
  • YACHT-361
  • YACHT-899
  • YACHT-903
  • YACHT-910
  • YACHT-917
  • YACHT-920
  • YACHT-962
  • YACHT-963
  • YACHT-964
  • YACHT-965
  • YACHT-972
  • YACHT-985
  • YACHT-986-update-documentation
  • YACHT_1001
  • YACHT_1002
  • YACHT_1002_2
  • YACHT_1014
  • YACHT_1014_
  • YACHT_1051
  • YACHT_1068
  • YACHT_1301
  • YACHT_1301_2
  • YACHT_1317
  • YACHT_1355
  • YACHT_753
  • YACHT_905
  • YACHT_948
  • YACHT_997
  • backup_entity_schema_migration_tool
  • bug_in_SLI_query
  • cleanup_not_used_datastore_entities_during_retention_process
  • code_separation_in_modules
  • commons_classes_move
  • copy-job-refactor
  • datastore_export_doc
  • execute_query_method_fix
  • export_ds_to_bq
  • filtering_restoration_project_in_sli
  • handling_and_retrying_google_503_errors
  • logging_reduction
  • master
  • method_reordering_refactor
  • move_big_query_package
  • new_slo_module
  • on_demand_table_backup
  • partition_tasks_scheduling_optmization
  • problem_with_filtering_one_table_should_not_spoil_the_whole_SLI_processing
  • refactored_copy_job_service_tests
  • removing_sync_copy_job_scheduler_service
  • repair_lastModified_issue
  • repair_sli_views_after_schema_migration
  • restoration_daily_test_fix
  • retention_process_optimization
  • services_package_refactoring
  • setup-update
  • setup_update
  • setup_update_Y903
  • simplify_setup
  • sli_latency_fix
  • sli_latency_view_refactor
  • support_for_asia_northeast1_region
  • tablesWithoutSchemaShouldNotBeBackedUp
  • test
  • travis_test
  • ui_remove_env
  • unit_test_packages_refactoring
  • views_labels
  • y909_ui_improvements
  • yacht_972_improved_logging

pending completion
386

push

travis-ci

radkomateusz
Changes after review. Error reporting when backup table doesn't exist but copy job was return as success.
Moving creation of table_reference based on bq_table to Table reference class (moving it to BQTable causes cyclic reference errors). Repairs unit tests to not require internet connection. Some method was renamed to achieve consistency with updates.

2027 of 2463 relevant lines covered (82.3%)

0.82 hits per line

Relevant lines Covered
Build:
Build:
2463 RELEVANT LINES 2027 COVERED LINES
0.82 HITS PER LINE
Source Files on numBytesRepair
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
386 numBytesRepair Changes after review. Error reporting when backup table doesn't exist but copy job was return as success. Moving creation of table_reference based on bq_table to Table reference class (moving it to BQTable causes cyclic reference errors). Repairs ... push 07 Aug 2018 10:08AM UTC radkomateusz travis-ci pending completion  
387 numBytesRepair Changes after review. Error reporting when backup table doesn't exist but copy job was return as success. Moving creation of table_reference based on bq_table to Table reference class (moving it to BQTable causes cyclic reference errors). Repairs ... Pull #22 07 Aug 2018 10:08AM UTC web-flow travis-ci pending completion  
374 numBytesRepair Repairing numBytes issue. numBytes is now showing exact numBytes from backup table in Big Query (not source table). Now, bbq is querying for backup table metadata (instead of source table). Thanks to that, numBytes shows exact number of Bytes for... Pull #22 30 Jul 2018 09:59AM UTC web-flow travis-ci pending completion  
373 numBytesRepair Repairing numBytes issue. numBytes is now showing exact numBytes from backup table in Big Query (not source table). Now, bbq is querying for backup table metadata (instead of source table). Thanks to that, numBytes shows exact number of Bytes for... push 30 Jul 2018 09:59AM UTC radkomateusz travis-ci pending completion  
See All Builds (1097)
  • 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