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

Fix failing Live system test #15621

Merged
merged 1 commit into from Feb 25, 2020
Merged

Fix failing Live system test #15621

merged 1 commit into from Feb 25, 2020

Conversation

sgiehl
Copy link
Member

@sgiehl sgiehl commented Feb 25, 2020

Investigated why one System test of Live plugin is failing on 4.x-dev but not on 3.x-dev. Looking back through the builds it turned out the reason actually is #14847, which changed the referrer_url column from TEXT to VARCHAR(4000). I'm able to reproduce that locally. Changing back to TEXT fixes the test again.
I guess that is a sorting issue in MySQL. Most attributes of the visits are identical, and the referrer urls are even empty. Not sure if there is anything we need to adjust. Might be fine to simply update the expected file.

ping @diosmosis @tsteur

@sgiehl sgiehl added the Needs Review PRs that need a code review label Feb 25, 2020
@sgiehl sgiehl added this to the 4.0.0 milestone Feb 25, 2020
@sgiehl sgiehl added c: Tests & QA For issues related to automated tests or making it easier to QA & test issues. not-in-changelog For issues or pull requests that should not be included in our release changelog on matomo.org. labels Feb 25, 2020
@tsteur
Copy link
Member

tsteur commented Feb 25, 2020

Should be fine to merge @sgiehl good find 👍

@sgiehl sgiehl merged commit 4fdbab2 into 4.x-dev Feb 25, 2020
@sgiehl sgiehl deleted the fixlivetest branch February 25, 2020 19:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c: Tests & QA For issues related to automated tests or making it easier to QA & test issues. Needs Review PRs that need a code review not-in-changelog For issues or pull requests that should not be included in our release changelog on matomo.org.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants