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

possibly avoid infinite looping if group_concat cuts off result #17244

Merged
merged 5 commits into from Feb 25, 2021

Conversation

diosmosis
Copy link
Member

Description:

As title, test forthcoming.

Review

  • Functional review done
  • Usability review done (is anything maybe unclear or think about anything that would cause people to reach out to support)
  • Security review done see checklist
  • Code review done
  • Tests were added if useful/possible
  • Reviewed for breaking changes
  • Developer changelog updated if needed
  • Documentation added if needed
  • Existing documentation updated if needed

@diosmosis diosmosis added this to the 4.3.0 milestone Feb 23, 2021
@diosmosis diosmosis added Needs Review PRs that need a code review Bug For errors / faults / flaws / inconsistencies etc. labels Feb 23, 2021
Comment on lines 54 to 55
* @param array $idSites
* @param bool $setMaxLen for tests only
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
* @param array $idSites
* @param bool $setMaxLen for tests only
* @param bool $setGroupContentMaxLen for tests only

core/DataAccess/Model.php Show resolved Hide resolved
@diosmosis
Copy link
Member Author

@sgiehl applied pr feedback

@diosmosis diosmosis modified the milestones: 4.3.0, 4.2.1 Feb 24, 2021
@tsteur
Copy link
Member

tsteur commented Feb 25, 2021

Looks good @diosmosis is the test https://travis-ci.com/github/matomo-org/matomo/jobs/485720146#L778 failing because of this PR? Feel free to merge otherwise

@diosmosis
Copy link
Member Author

@tsteur was looking at this yesterday. Something changed w/ the tracking, now only one visit gets tracked. Looking into why.

@diosmosis
Copy link
Member Author

build failure was random. I was able to reproduce it locally yesterday, but not today...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug For errors / faults / flaws / inconsistencies etc. Needs Review PRs that need a code review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants