summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update jiffy to use dedupe_keysfeat-jiffy-dedupePaul J. Davis2017-10-302-2/+2
|
* Return error 410 on temporary view requestEric Avdey2017-10-302-1/+13
|
* fix(peruser_test): on slow CI vms, we can get Cluster timeoutsJan Lehnardt2017-10-291-10/+24
|
* Updating verifyinstall URLMuaaz Saleem2017-10-291-1/+1
| | | While going to http://localhost:5984/_utils/verify_install.html returns `Not found.`, browsing to `http://localhost:5984/_utils/#/verifyinstall` works. Maybe the url is outdated
* whitespaceTony Sun2017-10-291-1/+0
|
* add delay for bulk_delete and createTony Sun2017-10-291-0/+3
|
* up delayTony Sun2017-10-291-1/+1
|
* use delay insteadTony Sun2017-10-291-4/+10
|
* use string for w valueTony Sun2017-10-291-1/+1
|
* Update w value for deletion since n=1Tony Sun2017-10-291-2/+3
| | | | | Mango tests are failing due to flaky index deletion issues. We change the value of w to 1 since n=1.
* feat: port time funs, as per #883Jan Lehnardt2017-10-291-5/+4
|
* fix: peruser tests: use spinlocks instead of timer:sleep()Jan Lehnardt2017-10-271-18/+74
|
* faet: reject user docs with duplicate keysJan Lehnardt2017-10-272-10/+64
|
* whitespaceJan Lehnardt2017-10-271-9/+9
|
* Cleanups for 2.1.1 proper version taggingJoan Touzet2017-10-263-18/+3
|
* Alias /_node/_local/... to /_node/<nodename>@<hostname>/...Joan Touzet2017-10-262-3/+4
| | | | Closes #824
* Travis: s/20.0/20.1 for buildJoan Touzet2017-10-251-1/+1
|
* Disable eval() and Function() constructor in JS by defaultJoan Touzet2017-10-256-38/+18
| | | | | This changes the couchjs --no-eval flag to --eval and disables eval() and Function() constructors by default in couchjs.
* Blacklist some config sections from HTTP PUT/DELETE operationsJoan Touzet2017-10-258-3/+48
|
* add ability to ignore javascript test suites (#889)Tony Sun2017-10-253-21/+55
| | | | | | | | | | | | Developers can now ignore javascript test suites with the new option ignore_js_suites. Example usage: make javascript ignore_js_suites="all_docs basics" make javascript suites="all_docs basics view_errors" ignore_js_suites= "view_errors" The second example is redundant but the functionality works.
* feat: add warning about redirects without a slashJan Lehnardt2017-10-241-2/+4
|
* Mango test README formattingWill Holley2017-10-191-5/+5
|
* Configurable Mango test parameters (#899)Will Holley2017-10-182-9/+39
| | | | | | | | | | | | | | | | | The Mango test suite previously assumed that the target CouchDB for testing was at http://127.0.0.1:15984 with username "testuser" and password "testpass". It's helpful to be able to override these defaults so we can test against other environments, including those that do not support basic authentication. This commit adds support for overriding the defaults using environment variables. Now that we enable tests to be run against remote clusters, default to n=1 at database creation time to prevent assertion failures due to eventual consistency between replicas.
* Mango text index test fixes (#894)Will Holley2017-10-1711-148/+214
| | | | | | | | | | | | * Split out text index selection tests * Skip operator tests that do not apply to text indexes * Only run array length tests against text indexes * Fix index crud tests when text indexes available * Use environment variable to switch on text tests * Fix incorrect text sort assertion in test * Always use -test in fixture filename * Fix index selection test compatibility with #816. * Improve test README
* Add test to show selector works with old design docs (#893)garren smith2017-10-171-0/+30
| | | | Add a test to show the parital_filter_selector functionality will work with design docs that don't have a selector defined in it by default
* Fix maximum key value when using JSON indexes (#881)Will Holley2017-10-165-5/+128
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Mango previously constrained range queries against JSON indexes (map/reduce views) to startkey=[]&endkey=[{}]. In Mango, JSON index keys are always compound (i.e. always arrays), but this restriction resulted in Mango failing to match documents where the indexed value was an object. For example, an index with keys: [1], [2], [{"foo": 3}] would be restricted such that only [1] and [2] were returned if a range query was issued. On its own, this behaviour isn't necessarily unintuitive, but it is different from the behaviour of a non-indexed Mango query, so the query results would change in the presence of an index. Additonally, it prevented operators or selectors which explicitly depend on a full index scan (such as $exists) from returning a complete result set. This commit changes the maximum range boundary from {} to a value that collates higher than any JSON object, so all array/compound keys will be included. Note that this uses an invalid UTF-8 character, so we depend on the view engine not barfing when this is passed as a parameter. In addition, we can't represent the value in JSON so we need to subtitute is when returning a query plan in the _explain endpoint.
* Jenkins: Add Debian 9 (stretch), drop Ubuntu 12.04 (precise) (#891)Joan Touzet2017-10-151-21/+62
|
* Update Unix install dependencies (FreeBSD) (#888)Adriano Melo2017-10-131-0/+5
|
* Fix incorrect index selection when sort specified (#866)Will Holley2017-10-128-35/+93
| | | | | | | | | | | | | It seems safe to assume that if a user specifies that results should be sorted by a field, that field needs to exist (but could be null) in the results returned. In #816 we can only use an index if all its columns are required to exist in the selector, so this improves compatibility with the old behaviour by allowing sort fields to be included in the index coverage check for JSON indexes.
* Merge pull request #882 from apache/janl-patch-1Jan Lehnardt2017-10-121-9/+2
|\ | | | | no need to make it look one needs to create an issue on top of a PR
| * chore: no need to make it look one needs to create an issue on top of a PRJan Lehnardt2017-10-121-9/+2
|/
* Fix cluster upgrades when deploying ddoc_cachePaul J. Davis2017-10-111-2/+5
| | | | | | | | | | | As it turns out I made a bit of a mistake when I forgot that the old ddoc_cache implementation had an ets_lru process registered as ddoc_cache_lru. These cast messages were causing that process to crash. If a cluster had enough design document activity and enough nodes this would cause nodes with the old ddoc_cache implementation to reboot the entire VM. This was a cascading failure due to the ets_lru process restarting frequently enough that it brought down the entire ddoc_cache application.
* Fix erlang time module compatibilityNick Vatamaniuc2017-10-1012-36/+123
| | | | | | | | | | | | | | | | | | | `now/0` is deprecated since Erlang 18.0, and a set of new time related functions are available. Usually `now/0` can be replaced with `os:timestamp/0`, however in some instances it was used effectively to produce monotonically incrementing values rather than timestamps. So added a new `couch_util:unique_monotonic_integer/0`. Most functional changes are in couch_uuid module. There `now/0` was used both as a timestamp and for uniqueness. To emulate previous behavior, a local incrementing clock sequence is used. If `os:timestamp/0` does not advance since last call then the local clock is advanced by 1 microsecond and that's used to generate the next V1 UUIDs. As soon as os:timestamp/0` catches up, the local sequence reset to that latest value. Also exported function `utc_random/0` was not used, after updating the function it wasn't exported anymore.
* Make couch_peruser a proper Erlang app (#756)Russell Branca2017-10-1011-96/+353
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Make couch_peruser a proper Erlang app * Start and stop couch_peruser in the test suite * feat: mango test runner: do not rely on timeout for CouchDB start alone On slow build nodes, 10 seconds might not be enough of a wait. * Ensure a user creation is handlined on one node only This patch makes use of the mechanism that ensures that replications are only run on one node. When the cluster has nodes added/removed all changes listeners are restarted. * track cluster state in gen_server state and get notfied from mem3 directly * move couch_replication_clustering:owner/3 to mem3.erl * remove reliance on couch_replicator_clustering, handle cluster state internally * make sure peruser listeners are only initialised once per node * add type specs * fix tests * simplify couch_persuer.app definition * add registered modules * remove leftover code from olde notification system * s/clusterState/state/ && s/state/changes_state/ * s,init/0,init_state/0, * move function declaration around for internal consistency * whitespace * update README * document ini entries * unlink changes listeners before exiting them so we survive * fix state call * fix style * fix state * whitespace and more state fixes * 80 cols Closes #749
* Merge pull request #797 from apache/improve-reduce-limit-errorsJan Lehnardt2017-10-105-10/+33
|\ | | | | Return reduce overflow errors to the client
| * Return reduce overflow errors to the clientimprove-reduce-limit-errorsPaul J. Davis2017-10-095-10/+33
|/ | | | | | This changes the reduce overflow error to return an error to the client rather than blowing up the view build. This allows views that have a single bad reduce to build while not crushing the server's RAM usage.
* Unit tests now pass on 20.0. Eenable it in rebar.config and in TravisNick Vatamaniuc2017-10-072-1/+2
|
* Fix attachments tests for 20.0 compatibilityNick Vatamaniuc2017-10-071-2/+2
| | | | | | Previously gzip compression asssumed that only one final result chunk would be emitted during finalization. But in general, and specifically in 20.0 that's not true.
* Bump khash, b64, ioq depsNick Vatamaniuc2017-10-051-3/+3
| | | | To fix random compatibility issue
* Handle deprecated random moduleNick Vatamaniuc2017-10-0512-26/+85
| | | | | | | | | Use erlang release version to decide if the newer `rand` module is present or not. `erlang:function_exported(rand, uniform, 0)` could not be used here as it returns false when function isn't loaded, even if module and function are both available.
* Correct result count in Mango execution stats (#867)Will Holley2017-10-052-6/+8
| | | | | | Mango execution stats previously incremented the result count at a point where the final result might be discarded. Instead, increment the count when we know the result is being included in the response.
* Merge pull request #862 from apache/858-whitelist-shard-map-docidsJoan Touzet2017-10-045-62/+165
|\ | | | | | | | | Whitelist system DB names as valid _dbs docids Closes #858
| * Whitelist system DB names as valid _dbs docids858-whitelist-shard-map-docidsJoan Touzet2017-10-045-62/+165
|/ | | | | | | | | Currently, it is impossible to PUT/POST modified shard maps to any `_dbs/_*` document because the document _ids are reserved. This change permits these specific db/docid combinations as valid, so PUT/POST operations can succeed. The specific list comes from SYSTEM_DATABASES. Unit tests have been added.
* Replace deprecated crypto:rand_bytes callNick Vatamaniuc2017-10-021-2/+2
| | | | Replaced with crypto:strong_rand_bytes
* Merge pull request #853 from apache/fix/docs-mac-spidermonkeyJan Lehnardt2017-10-011-2/+2
|\ | | | | Update missing dependencies in README-DEV
| * add sphinx_rtd_themefix/docs-mac-spidermonkeyJan Lehnardt2017-09-301-1/+1
| |
| * add spidermonkey to README-DEV instructions for macJan Lehnardt2017-09-301-1/+1
|/
* Support setting cookie domain for AuthSession cookieJoan Touzet2017-09-293-1/+86
|\ | | | | Merge pull request #827 from almightyju/master
| * Merge branch 'master' into masterJulian2017-09-29103-1029/+2035
| |\ | |/ |/|
* | Update meck to latest version 0.8.8Nick Vatamaniuc2017-09-292-3/+3
| | | | | | | | Folsom depended on 0.8.2 as well so had to update folsom and bump its tag.