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

trunk: failing JS tests #2285

Closed
mattab opened this issue Apr 9, 2011 · 5 comments
Closed

trunk: failing JS tests #2285

mattab opened this issue Apr 9, 2011 · 5 comments
Labels
Bug For errors / faults / flaws / inconsistencies etc.
Milestone

Comments

@mattab
Copy link
Member

mattab commented Apr 9, 2011

After enabling sqlite and the tracking tests here are results:

  • the test "click: ignored example.org" fails on all browsers
  • Chrome appears to fails a few tests randomly: count tracking events, push function, setRequestMethod(POST), trackGoal() - but sometimes they will pass
    • Opera 11.01: fails the deleteCookie call, and "count tracking events" with: Diff: "17" "22"
    • maybe this one is bad?

Firefox and IE latest versions are fine

@robocoder
Copy link
Contributor

(In [4377]) refs #2285 - remove enable_sqlite -- this isn't enabled by default because, as mentioned in #1470, it breaks the webtests (that's why I'm working on a selenium-based test)

@robocoder
Copy link
Contributor

Chrome shouldn't be failing. Though I haven't tested it recently, Safari passes.

All versions of Opera have problems.

  • Opera doesn't seem to pipeline the requests efficiently. index.php waits 3 seconds and then checks to see what has been received. Oftentimes, Opera still hasn't completed sending all the tracking requests.
  • Under load, Opera sends duplicate tracking requests. I've already reported this bug to Opera.

@mattab
Copy link
Member Author

mattab commented Apr 9, 2011

there is still the test "click: ignored example.org" fails on all browsers

@robocoder
Copy link
Contributor

r4377 passes on every browser I have access to.

@robocoder
Copy link
Contributor

(In [4382]) fixes #2285, refs #2168

@mattab mattab added this to the Piwik 1.3 milestone Jul 8, 2014
This issue was closed.
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.
Projects
None yet
Development

No branches or pull requests

2 participants