int-checks-pgsql - Build # 3358 - Still Unstable:

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


Committers since last success:

Changes for Build #3357

    Inigo Sanchez <[email protected]> null
    Fixed issue 37278: Deactivated roles are displayed in the user profile 
widget

The problem was caused by the "Improve scalability of the login process" 
project. When improving the performance
of the query that return the complete role list for the current user, the 
OBQuery instance used to generate it was
replaced with a Query instance. The first includes by default the filter by is 
active.

To fix the problem this filter must be added manually in the query. Now the 
problem has been resolved by take into
account this filter.
        
modules/org.openbravo.client.application/src/org/openbravo/client/application/navigationbarcomponents/UserInfoComponent.java

    Inigo Sanchez <[email protected]> null
    Related with issue 37278: Added test case
        src-test/src/org/openbravo/test/security/RoleListForTheCurrentUser.java
        src-test/src/org/openbravo/test/AllAntTaskTests.java

Changes for Build #3358

    Inigo Sanchez <[email protected]> null
    Fixed issue 37214: Code review improvements.

Several changes have been done:
  - Now it is possible to execute a query with a single column in the result 
because it is take into account when the result has a single column as result.
  - The first column is not ommited and it is shown as expected.
  - Fixed a problem in the export to excel: The first row is not shown in the 
excel. Now this problem has been fixed.
  - Same errors are shown when clicking on FIND icon or in REFRESH icon.
  - Several unnecessary logs have been removed.
  - The PreparedStatement is closed.
        src/org/openbravo/erpCommon/ad_forms/SQLExecutor.java
        src/org/openbravo/erpCommon/ad_forms/SQLExecutor_Query.java




Last 20 lines of the console output:

[...truncated 15294 lines...]
[ "$(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-checks-pgsql] $ /bin/bash -xe /tmp/hudson5467667434826419078.sh
++ jps
++ grep Bootstrap
++ true
+ '[' '' '!=' '' ']'
POST BUILD TASK : SUCCESS
END OF POST BUILD TASK : 1
Archiving artifacts
Checking ERROR(?!: Failed to pull)|syntax error at or near|SQL error in 
query|WARNING in
Recording test results
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-builds

Reply via email to