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

add the regex named pattern method and http_version for future use #297

Closed
wants to merge 1 commit into from

Conversation

git001
Copy link

@git001 git001 commented May 28, 2014

add the regex named pattern method and http_version for future use

@mattab
Copy link
Member

mattab commented May 30, 2014

@git001 the build failed after your change: https://travis-ci.org/piwik/piwik/jobs/26204912

It went from expected <nb_pageviews>50</nb_pageviews> to processed <nb_pageviews>49</nb_pageviews>. So what's happening is that one of the request was not tracked.

Here are the log files used for this test: https://github.com/piwik/piwik/tree/master/tests/resources/access-logs

Maybe it works if you replace .*? by \S+ ?

PS: ticket is http://dev.piwik.org/trac/ticket/5261

@mattab
Copy link
Member

mattab commented Jun 2, 2014

feel free to re-open this pull request when you get a chance to solve the problem, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants