int-modules-pgsql - Build # 2320 - Unstable:

Check console output at https://ci.openbravo.com/job/int-modules-pgsql/2320/ to 
view the results.


Committers since last success:

Changes for Build #2320

    Carlos Aristu <carlos.ari...@openbravo.com> null
    related to issue 36728: improved test to check that properties are not empty
        
src-test/src/org/openbravo/test/datasource/SelectorPickListFieldsDataSourceTest.java

    Carlos Aristu <carlos.ari...@openbravo.com> null
    related to issue 36728: added test case
        
src-test/src/org/openbravo/test/datasource/SelectorPickListFieldsDataSourceTest.java

    Augusto Mauch <augusto.ma...@openbravo.com> null
    Fixes issue 36678: Where clause can be customized by query generator 
subclass

Classes that extend DataSetTableQueryGenerator can now customize the where 
clause by overwriting the customizeExtraProperties method. The customization is 
done by adding WhereClauseSimpleExpression to the 
DataSetTableQueryGeneratorExtraProperties passed as parameter.

Classes that extend DataSetTableQueryGenerator sometimes need to know the name 
of the table being exported in order to know how to transform its query. For 
instance, depending on the table being exported sometimes a clause to exclude 
the records defined for client 0.

Now that table name is passed as a parameter to transformWhereClause. It is an 
API change, but it does not have any consequences, I checked that no one else 
is invoking that method.

The way the WhereClauseSimpleExpression where iterated to build a where clause 
was wrong, as if there were more than one the query would be built without 
joining each where clause with an 'AND' keyword.
        src-db/database/lib/dbsourcemanager.jar




Last 20 lines of the console output:

[...truncated 1889 lines...]
for((i=0;i<12;i++)); do
  [ "$(jps | grep Bootstrap || true)" = "" ] && break
  sleep 5
done
[ "$(jps | grep Bootstrap || true)" != "" ] && echo "Tomcat has fail to stop" 
&& exit 1 || true
[ "$i" != "0" ] && secs=$(echo "$i * 5" | bc) && echo "Waiting for $secs secs 
for tomcat to stop"

echo
fi

[int-modules-pgsql] $ /bin/bash -xe /tmp/hudson7632062517766908975.sh
++ jps
++ grep Bootstrap
++ true
+ '[' '' '!=' '' ']'
POST BUILD TASK : SUCCESS
END OF POST BUILD TASK : 0
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Openbravo-builds mailing list
Openbravo-builds@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openbravo-builds

Reply via email to