summaryrefslogtreecommitdiff
path: root/test/javascript/run
Commit message (Expand)AuthorAgeFilesLines
* Remove debug logging from test/javascript/runPaul J. Davis2020-01-101-1/+0
* Add a JUnit report to JavaScript testsPaul J. Davis2020-01-091-4/+72
* Log the exit code of couchjsPaul J. Davis2020-01-081-1/+1
* Disable JavaScript tests ported to ElixirPaul J. Davis2019-12-251-1/+3
* Speedup JavaScript testsPaul J. Davis2019-12-251-6/+9
* Format and check all code using python black (#1776)Joan Touzet2018-12-061-40/+71
* Switch to python 3Nick Vatamaniuc2018-11-261-1/+1
* Fix JS/Python test harness for Python 2.6 (#1674)Joan Touzet2018-10-231-1/+1
* Explicit Python version in scriptsAdrien Vergé2018-09-271-1/+1
* Remove special handling of 'restart' from 'test/javascript/run'ILYA Khlopotov2018-08-151-5/+1
* Fix for issue #1136 - Error 500 deleting DB without quorumjjrodrig2018-07-131-4/+4
* Fix for issue #603 - Error 500 when creating a db below quorumJuanjo2018-01-311-7/+9
* Disable eval() and Function() constructor in JS by defaultJoan Touzet2017-10-251-1/+1
* add ability to ignore javascript test suites (#889)Tony Sun2017-10-251-17/+40
* Remove deprecated OAuth 1.0 implementationJoan Touzet2017-07-091-1/+0
* Add auto log uploader for CI workflowJoan Touzet2017-05-151-1/+5
* Python 3 fixes for dev/run and test/javascript/runJoan Touzet2017-03-231-1/+1
* Count JS test pass/fails; return proper exit codeJoan Touzet2017-03-171-1/+15
* Run tests in alphabetical order as intendedRobert Newson2016-07-141-1/+1
* Merge branch '3057-enable-test-suite-functions-for-test-suite'Paul J. Davis2016-07-121-1/+2
|\
| * Enable test suite functions in the test suitePaul J. Davis2016-07-121-1/+1
* | different attempt at making users_db test gotest4th409-more-js-test-improvements2Jan Lehnardt2016-04-251-0/+1
* | JS test: update run for 2.0Jan Lehnardt2015-12-161-1/+1
|/
* Move JS tests to test/javascript/testsJan Lehnardt2014-12-101-8/+8
* Handle couchjs restart command correctlyAlexander Shorin2014-11-161-1/+2
* Make Python scripts compatible with both 2.x and 3.x seriesAlexander Shorin2014-11-151-14/+11
* Allow tests runs to start at a given filePaul J. Davis2014-08-121-1/+12
* Include new replicator_db support scriptPaul J. Davis2014-08-121-0/+1
* Add colors to pass/fail results for JS testsPaul J. Davis2014-02-061-11/+31
* Align the pass/fail messagesPaul J. Davis2014-02-061-3/+5
* Lower case results look betterPaul J. Davis2014-02-061-8/+10
* Avoid iterating pipe handles for latencyPaul J. Davis2014-02-061-2/+6
* Use the correct function name to reboot nodesPaul J. Davis2014-02-061-1/+1
* Initial implementation of a new JS test runnerPaul J. Davis2014-02-061-0/+103