Re: Docker support in tests

2017-03-19 Thread Paul Merlin
Niclas, Yes, I disabled the docker based tests in our commit jobs, only the nightly job runs them, because of theses "too soon" problems I planned to tackle at some point. Thanks for looking into this! As for Indexing-SQL ... yes it has been broken for months, see my previous emails to the list a

[jira] [Comment Edited] (POLYGENE-222) Indexing-SQL is broken

2017-03-19 Thread Paul Merlin (JIRA)
[ https://issues.apache.org/jira/browse/POLYGENE-222?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15816654#comment-15816654 ] Paul Merlin edited comment on POLYGENE-222 at 3/20/17 6:47 AM: ---

Re: IDEA

2017-03-19 Thread Paul Merlin
Niclas Hedhman a écrit : > FYI, > if you open Polygene in IDEA as a Gradle project, you MUST choose "create > separate module per source set" in the Gradle plugin settings. Otherwise, > some modules don't resolve the dependencies correctly. Right! I added a sentence in this regard to our README: h

Build failed in Jenkins: Polygene(JavaEdition)-develop-java8-checkDists #132

2017-03-19 Thread Apache Jenkins Server
See Changes: [niclas] Introducing another level of questions and consequences, the [niclas] Test is in wrong package [niclas] Fixing the "too soon" start up problem with the systems

post-3.0 - Indexing/Query

2017-03-19 Thread Niclas Hedhman
We are moving in on a 3.0 release, and I just want to confirm that we wait with Indexing re-write until after the 3.0 It is a large and complex area, but I think it needs to be addressed in similar fashion to Serialization. I also think that Indexing can have a generic part that is either overrid

Re: Docker support in tests

2017-03-19 Thread Niclas Hedhman
I have fixed most on my system now, but I have test errors in indexing-sql. Is that expected? Because it doesn't look like build related problems... For instance; java.lang.AssertionError: [Jack Doe] expected but not returned On Sun, Mar 19, 2017 at 2:42 PM, Niclas Hedhman wrote: > Also f

Re: Docker support in tests

2017-03-19 Thread Niclas Hedhman
Also found a similar issue for both MySQL and JClouds... But MySQL sends info to stderr and not to stdout, so the "wait for log message" doesn't work, as that feature sits in tdomzal/junit-docker-rule repo and has not been released yet. Adding a DelayChecker and also an AndChecker. But still havi