-
Off next, `test/rql_test/src/regression/2838.yaml` is defined as so:
``` yaml
desc: Test that return_changes fails gracefully.
tests:
- py: r.table_create('2838')
ot: ({'created':1})
- py: r…
-
I get shitloads of errors with protobuf installed:
```
Strict Standards: Declaration of r\pb\Datum_AssocPair::clear() should be compatible with ProtobufMessage::clear($position) in /Users/ianbytchek/…
-
when trying to make a rql query, rethinkdb throws an error saying it hasn't gotten a connection passed into it.
-
there is a discussion on dstore (https://github.com/SitePen/dstore/issues/34) about standardizing queries across stores. The goal is to make implementing stores and clients easier. The comment in dij…
-
I got this error once when running the `connection.js` test.
```
michel@newton:~/rethinkdb/next/rethinkdb/test/rql_test$ ./test-runner connections/connection.js -i js
Using rethinkdb binary from /hom…
-
It appears that the behavior on the server is out-of-sync with the polyglot/regression/2838 tests (only run on Python). So we are getting the error on `next`:
``` python
== Failed polyglot/regression…
-
I am seeing these pop up in my logs from time to time:
W, [2013-02-01T21:15:15.684000 #31333] WARN -- : ERR: RuntimeError: RQL: Client is buggy (failed to deserialize protobuf).
Line: /usr/local/rvm…
charl updated
10 years ago
-
It looks like when issue [#1838](Rename upsert to replace) was checked in that tests and the Python driver were missed in the changes. This is causing 40 of the tests to fail with messages like:
`reth…
-
I just merged from `next` into `dates`, and `make rb` in `rql_test` got ~33% slower.
The merge commit is 04bee80 in `dates` whenever someone gets around to bisecting it.
mlucy updated
10 years ago
-
Suppose we create an empty table named "foo" and run the following program:
```