-
At least in Python, it seems that the only way for finding out if a given connection object is still open is by trying to run a query through it.
I suggest we add an `is_open()` / `isOpen()` method to…
-
Rethink exposes these min/max queries:
``` ruby
r.table("users")["age"].max()
```
I don't see any way to do this in NoBrainer without dropping down to RQL. I think these would be good to have.
-
I'm getting test failures in geo primitives: specifically I'm seeing this:
```
$ ./test-runner polyglot/geo/primitives.py2.6 polyglot/geo/primitives.rb2.0
Warning: did not find any tests for javascri…
-
```
== Running polyglot/aggregation.py test
== Failed polyglot/aggregation.py test with result code 1 (/home/ssd2/mlucy/rethinkdb/test/rql_test/src/aggregation.yaml) Output:
Traceback (most recent cal…
mlucy updated
10 years ago
-
Ran bundle install on a new Rails project, and got rethinkdb version 1.12.0.0. Also got the following error:
```
/Users/darrencauthon/.rvm/gems/ruby-2.1.0/gems/rethinkdb-1.12.0.0/lib/func.rb:104:in …
-
Running a RethinkDB server without the `--cache-size` parameter is problematic because it will use up to approximately half of the available memory. That's especially bad when running multiple tests i…
-
Each test function calls run multiple times, and the last callback calls `pass`. I think it could lead to subtle bugs or tests not failing when they should.
Using the mocha test framework such as in …
AtnNn updated
10 years ago
-
We need this command to make migration work smoothly for 1.14 . It should have the following behavior:
``` rb
r.index_rename('old', 'new') # rename 'old' to 'new' unless 'new' exists
r.index_rename(…
mlucy updated
10 years ago
-
```
| ✖ 2 of 10 tests failed:
|
| 1) Javascript connection API With a server test use:
| Error: timeout of 2000ms exceeded
| at Object. (/usr/local/lib/node_modules/mocha/lib…
AtnNn updated
10 years ago
-
`test/rql_test/test_runner` supports the `-c` and `-d` options to connect to an already running server. That is very useful to run tests against a server running under Valgrind for example.
However t…