-
The tests in the `test/changefeeds` folder are not integrated into our testing system, so they never get run. Additionally there are some problems in the tests that need to be rethought/reworked:
- `t…
-
I cannot figure out why it cannot parse a query string like this "eq(field,fieldValue)>(fieldName,55)" that is the query used in your documentation
-
Run this code on a server with no running instance of RethinkDB:
```
require('rethinkdb').connect({},function(err,conn) {
console.error(err);
})
```
The script will just return immediately without…
-
It would be nice to have an official pronunciation for "ReQL", and hopefully head off a repeat of the sort of divergence of use that we see with "SQL".
If I may offer my suggestion, I would vote for …
-
Not to be confused with #2156, which is about evaluating parts of a single query simultaneously.
The JavaScript driver and many community drivers are asynchronous, but they don't get the full benefit…
AtnNn updated
9 years ago
-
- Is there a way to have the driver throw an exception when writing data fails (insert, update, etc.), instead of having to litter code with error checks?
- From the documentation it's not clear if we…
-
The ReQL tests take a loooooong time to run. I think they should run in parallel.
This actually slows down development a noticeable amount for me. (Worse, it increases the urge to not re-run the te…
mlucy updated
9 years ago
-
I get this when running it:
```
~/rethinkdb/test/rql_test $ ./test-runner connections/connection.js
Warning: did not find any tests for python 2.6
Warning: did not find any tests for ruby 1.9
Using r…
mlucy updated
10 years ago
-
I'm getting what appears to be time outs in the Python connection test:
```
test/rql_test$ ./test-runner -i py2.6 connections
Using rethinkdb binary from /home/ssd3/daniel/rethinkdb/build/debug_clang…
-
If you run `r.expr(true).all()` in the data explorer instead of throwing, the query appears to be evaluated as `r.expr(true).and()` and returns `true`. So the issue is two-fold:
1. I would expect to …