-
Notifications
You must be signed in to change notification settings - Fork 128
Some tests are not getting posted properly #236
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
Comments
I think I can reproduce this.
|
This seems to happen for me for every created scenario (just tried to edit one I've just created) |
Reprod via editing a new one just now. |
Happens to me as well, I can't edit a test without getting "Not all tests inserted". |
reproducable on my part as well. trying to edit a test with 2 cases and getting "Not all tests inserted". The POST request (https://jsperf.com/my-test-name/1/edit) returns 400. |
reproducible for me too https://jsperf.com/startswith-or-regex2-or-slice-or-substr-or-indexof/1/edit |
Reproducible for me too at https://jsperf.com/array-destroy/224 (edited at https://jsperf.com/array-destroy/224/edit) |
I am getting the same issue. First POST is "not all tests inserted" followed by a locking up of the form with "Please review the required fields and save again", where the field is filled out in the HTML. |
Same here: can't edit https://jsperf.com/parentorselector |
Can't even add any tests to edits due to missing buttons and the reproducible errors on this issue |
We have enough comments on this being reproducible. Submitting a pull request with a fix is the best contribution. |
If you're in a position to sponsor jsPerf, please see #291 |
Same here: https://jsperf.com/scd-float-rounding/1/edit |
Thanks to @LeZuse and @maxbeatty #311 was just merged and deployed. Does that help? |
Still having problems with http://jsperf.com/rounding-a-number |
Will you please provide more detail? It really helps shorten the time needed to fix |
Also still having the "Not all tests inserted" issue:
Chrome 55.0.2883.87 m, Win 10 |
The issue apparently is that, when updating tests, the SQL query contains a |
Do you know if it is actually possible to UPDATE an existing test, without creating a new revision? Knowing that would help me fix it. Edit: Nevermind, looks like this isn't super important. |
There really needs to be a way to delete a revision by the OP, otherwise it gets cluttered fast with erroneous posts. Perhaps put a time limit on it if necessary, so after say a month it cannot be deleted, or perhaps if another revision exists after, it can't be deleted, etc. |
Doesn't work for me too. |
Doesn't work for https://jsperf.com/jquery-each-vs-each-vs-for-loop/ as well :( |
|
Doesn't work for me either, trying to fork this one. |
Still happening for me. |
Still a problem! https://jsperf.com/reusable-args-vs-local-vars/3 |
best website ever... this problem has still not been fixed as of november 2017 and it seems the staff blame cloudfare |
This is still an issue. My edits to a test suite have totally screwed up the history. https://jsperf.com/document-fragment-vs-innerhtml-vs-looped-appendchild/ Edits 70-73 are garbage. Is this under active investigation? |
+1 - also a problem for me. Had to manually clear the DB and reenter everything ... (running local installation) |
Basically, jsperf is more or less unusable because of this bug, it JUST happened again, forcing me to restart everything and clear the DB. I also made other observations that might contribute:
And it should be possible to have only a local login, or none at all for a local installation, but think this is another topic. Please, fix this bug, this is quite serious and makes working with jsperf almost impossible right now (at least for me)! |
Fixes jsperf#236 Pretty much similar to jsperf#414, but with an added test to show issue.
Fixes jsperf#236 Pretty much similar to jsperf#414, but with an added test to show issue.
Fixes jsperf#236 Pretty much similar to jsperf#414, but with an added test to show issue.
The
<table>
on https://jsperf.com/cash-vs-jquery-parents/2 has an empty<tbody>
.Somehow, no tests were inserted into the database for this page:
Any ideas how this happened?
The text was updated successfully, but these errors were encountered: