phpmyadmin / error-reporting-server

phpMyAdmin server side component for the error reporting system
MIT License
20 stars 28 forks source link

Solve [Issue#46]: Display Exception Type on list view of Reports #48

Closed JayNakrani closed 10 years ago

JayNakrani commented 10 years ago

With ability to sort and filter.

_Asked Mohamed about the contents of table body. He explained to me how it worked. Actually it is based on JavaScript & AJAX. It uses a jQuery plugin called datatables. Thank you @m0hamed. :smile: Pheww, done finally :sweatsmile:

scrutinizer-notifier commented 10 years ago

A new inspection was created.

nijel commented 10 years ago

Looks like there is some problem with the tests even if they are marked as passed: https://travis-ci.org/phpmyadmin/error-reporting-server/jobs/27781687

JayNakrani commented 10 years ago

It seems the problem is in testCreateIncidentFromBugReport() where actual objects are used instead of mock objects. Why is it trying to save() with same id? And weird thing is that the SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry for key 'PRIMARY' occurs in some builds & not all. It doesn't give that error in builds-{87.2, 87.3} while in builds-{87.1, 87.4} it gives them. (Full build https://travis-ci.org/dhananjay92/error-reporting-server/builds/27855547 where I've echoed test names too.)

I'm confused here. Do you have any prior experience with this kind of situations.??

nijel commented 10 years ago

I don't know, but anyway the error anyway existed in master already, so let's merge this and fix the failure separately (now tracked as #49).