Re: [WARNING] Unstable 'develop' branch

2016-10-24 Thread Stanislav Muhametsin
On 24.10.2016 15:39, Niclas Hedhman wrote: Thanks for the help, Stan... Really appreciated that you still watch what is going on here. You're welcome, Niclas! :) I do watch this, just not always enough time to post meaningful reply, or the topic is a bit out of scope (e.g. entities) for me

Re: [WARNING] Unstable 'develop' branch

2016-10-24 Thread Niclas Hedhman
Ii have figured it out... I missed the "reconnect to the jdbc_test_db as a superuser". My ltree addition happened outside the database "jdbc_test_db"... On my way now. On Mon, Oct 24, 2016 at 8:30 PM, Niclas Hedhman wrote: > If I go back to psql, I get this informative

Re: [WARNING] Unstable 'develop' branch

2016-10-24 Thread Stanislav Muhametsin
On 24.10.2016 15:30, Niclas Hedhman wrote: If I go back to psql, I get this informative message postgres=# CREATE EXTENSION ltree; ERROR: extension "ltree" already exists OK, that is weird... Maybe 'ltree' extension is per-user? Have you tried logging in with same user as the Java tests are

Re: [WARNING] Unstable 'develop' branch

2016-10-24 Thread Niclas Hedhman
If I go back to psql, I get this informative message postgres=# CREATE EXTENSION ltree; ERROR: extension "ltree" already exists On Mon, Oct 24, 2016 at 8:23 PM, Niclas Hedhman wrote: > > Caused by: org.postgresql.util.PSQLException: ERROR: type ltree > does not exist >

Re: [WARNING] Unstable 'develop' branch

2016-10-24 Thread Niclas Hedhman
Caused by: org.postgresql.util.PSQLException: ERROR: type ltree does not exist Position: 55 at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2453) at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:2153) at

Re: [WARNING] Unstable 'develop' branch

2016-10-24 Thread Niclas Hedhman
Ah, I see... stmt.execute( this._vendor.toString( d .createTableDefinitionBuilder() .setTableScope( TableScope.LOCAL_TEMPORARY ) .setTableName( t.tableName( "ltree_test" ) ) .setCommitAction( PgSQLTableCommitAction.DROP ) .setTableContentsSource(

Re: [WARNING] Unstable 'develop' branch

2016-10-24 Thread Paul Merlin
So, I ran integration tests and everything is stable except indexing-sql. A lot of the query tests fail. Something about mapping Identity to String is incomplete. I've attached the tests result report to ZEST-180 and pointed to the test setup instruction there. Paul Merlin a écrit : > Niclas,

Re: [WARNING] Unstable 'develop' branch

2016-10-23 Thread Niclas Hedhman
It seems that something has gone wrong. The changes (the many commit emails confirms that) has not reached GitHub mirror, which is normally only seconds away. I will try to ping infra about it. Niclas On Sun, Oct 23, 2016 at 10:20 PM, Niclas Hedhman wrote: > The Identity