Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes/enhancements found when testing multihost aggregation #13

Merged
merged 4 commits into from
Jan 17, 2017

Conversation

smgallo
Copy link
Contributor

@smgallo smgallo commented Jan 5, 2017

Fixes and enhancements implemented during testing of multihost aggregation (jobs tables on one mysql server and aggregation tables on another server).

Description

Bug fixes and support for specifying STRAIGHT_JOIN in a query.

Motivation and Context

We don't like bugs or slow queries.

Tests performed

Performed aggregation from with job records on tas-db1 and aggregated jobs in a local VM database. Also tested with and without batch aggregation.

./etl_overseer.php -c ../../../etc/etl/etl.json -a XdcdbJobRecordAggregatorTest -f -s 2016-12-01 -e 2016-12-23 -v debug
./etl_overseer.php -c ../../../etc/etl/etl.json -a XdcdbJobRecordAggregatorTest -f -s 2016-12-01 -e 2016-12-23 -v debug -o "experimental_enable_batch_aggregation=true"

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My code follows the code style of this project as found in the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

@smgallo smgallo added bug Bugfixes enhancement Enhancement of the functionality of an existing feature labels Jan 5, 2017
@smgallo smgallo added this to the v6.6.0 milestone Jan 5, 2017
Copy link
Contributor

@jsperhac jsperhac left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@jpwhite4
Copy link
Member

Note that this code introduces 8 new problems (7 errors) (1 warning).

@smgallo
Copy link
Contributor Author

smgallo commented Jan 17, 2017

@jpwhite4 can you provide the command you're using to check for errors?

@jpwhite4
Copy link
Member

Click on "show all checks" then look at the logs for "test suite = style".

@smgallo smgallo merged commit 415c17d into ubccr:xdmod6.6 Jan 17, 2017
@smgallo smgallo deleted the etl/test-multihost-aggregation branch January 17, 2017 17:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Bugfixes enhancement Enhancement of the functionality of an existing feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants