Hi Augusto, I think your change on the Grid has changed the behaviour of
the application in a way that prevent the Selenium tests to detect the grid
has been fully refreshed after a filtering. Could you please take a look?
Regards,
PL
On Fri, May 15, 2015 at 3:05 PM, <[email protected]> wrote:
> int-initial-oracle - Build # 936 - Failure:
>
> Check console output at
> https://ci.openbravo.com/job/int-initial-oracle/936/ to view the results.
>
>
> Committers since last success:
>
> Changes for Build #936
>
> Augusto Mauch <[email protected]> null
> Fixes issue 29896: Prevents unneded datasource request when filtering
>
> When the grid was filtered in a scrolled down grid, two datasource
> requests to load the grid were bein
> g done instead of one. This happened due to two reasons:
> - The function scrollTo of the grid's body was being invoked while the
> grid was being filtered. This f
> unction can be skipped in this case because when a datasource request is
> triggered due to a filter eve
> nt, the grid is always automatically scrolled up to the top
> - If the OBViewGrid.getRecord function was invoked in the middle of a
> datasource request, an additiona
> l request was done. To prevent this, in this case the function returns
> Array.LOADING
>
> To detect if the grid is in the process of doing a datasource request, the
> isFilteringExternally flag
> is used. This flag is set in the handleFilterEditorSubmit function, and
> only if the change in the filt
> er editor is going to trigger a datasource request. The flag is reset in
> the callback of that function
> .
>
> modules/org.openbravo.client.application/web/org.openbravo.client.application/js/grid/ob-grid.js
>
> modules/org.openbravo.client.application/web/org.openbravo.client.application/js/grid/ob-view-grid.js
>
> RM packaging bot <[email protected]> null
> CI: merge back from main
>
> RM packaging bot <[email protected]> null
> CI: update AD_MODULE to version 26633
>
> modules/org.openbravo.advpaymentmngt/src-db/database/sourcedata/AD_MODULE.xml
>
> modules/org.openbravo.advpaymentmngt/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
>
> modules/org.openbravo.base.weld/src-db/database/sourcedata/AD_MODULE.xml
>
> modules/org.openbravo.base.weld/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
>
> modules/org.openbravo.client.application/src-db/database/sourcedata/AD_MODULE.xml
>
> modules/org.openbravo.client.application/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
>
> modules/org.openbravo.client.htmlwidget/src-db/database/sourcedata/AD_MODULE.xml
>
> modules/org.openbravo.client.htmlwidget/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
>
> modules/org.openbravo.client.kernel/src-db/database/sourcedata/AD_MODULE.xml
>
> modules/org.openbravo.client.kernel/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
>
> modules/org.openbravo.client.myob/src-db/database/sourcedata/AD_MODULE.xml
>
> modules/org.openbravo.client.myob/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
>
> modules/org.openbravo.client.querylist/src-db/database/sourcedata/AD_MODULE.xml
>
> modules/org.openbravo.client.querylist/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
>
> modules/org.openbravo.client.widgets/src-db/database/sourcedata/AD_MODULE.xml
>
> modules/org.openbravo.client.widgets/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
>
> modules/org.openbravo.financial.paymentreport/src-db/database/sourcedata/AD_MODULE.xml
>
> modules/org.openbravo.financial.paymentreport/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
>
> modules/org.openbravo.reports.ordersawaitingdelivery/src-db/database/sourcedata/AD_MODULE.xml
>
> modules/org.openbravo.reports.ordersawaitingdelivery/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
>
> modules/org.openbravo.service.datasource/src-db/database/sourcedata/AD_MODULE.xml
>
> modules/org.openbravo.service.datasource/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
>
> modules/org.openbravo.service.integration.google/src-db/database/sourcedata/AD_MODULE.xml
>
> modules/org.openbravo.service.integration.google/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
>
> modules/org.openbravo.service.integration.openid/src-db/database/sourcedata/AD_MODULE.xml
>
> modules/org.openbravo.service.integration.openid/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
>
> modules/org.openbravo.service.json/src-db/database/sourcedata/AD_MODULE.xml
>
> modules/org.openbravo.service.json/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
>
> modules/org.openbravo.userinterface.selector/src-db/database/sourcedata/AD_MODULE.xml
>
> modules/org.openbravo.userinterface.selector/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
>
> modules/org.openbravo.userinterface.skin.250to300Comp/src-db/database/sourcedata/AD_MODULE.xml
>
> modules/org.openbravo.userinterface.skin.250to300Comp/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
>
> modules/org.openbravo.userinterface.smartclient/src-db/database/sourcedata/AD_MODULE.xml
>
> modules/org.openbravo.userinterface.smartclient/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
>
> modules/org.openbravo.utility.cleanup.log/src-db/database/sourcedata/AD_MODULE.xml
>
> modules/org.openbravo.utility.cleanup.log/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
>
> modules/org.openbravo.v3.datasets/src-db/database/sourcedata/AD_MODULE.xml
>
> modules/org.openbravo.v3.datasets/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
>
> modules/org.openbravo.v3.framework/src-db/database/sourcedata/AD_MODULE.xml
>
> modules/org.openbravo.v3.framework/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
> modules/org.openbravo.v3/src-db/database/sourcedata/AD_MODULE.xml
>
> modules/org.openbravo.v3/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
> src-db/database/sourcedata/AD_MODULE.xml
>
>
>
>
> Last 20 lines of the console output:
>
> [...truncated 2946 lines...]
> [junit]
> [junit] Error:
> [junit] May 15, 2015 12:58:27 PM org.openqa.selenium.remote.Augmenter
> extractRemoteWebDriver
> [junit] WARNING: Augmenter should be applied to the instances of
> @Augmentable clases or previously augmented instances only
> [junit]
>
> BUILD FAILED
> /srv/ci/workspace/int-initial-oracle/SANDBOX/automation/pi/src-test/com/openbravo/test/integration/erp/testsuites/smoke/build.xml:32:
> The following error occurred while executing this line:
> /srv/ci/workspace/int-initial-oracle/SANDBOX/automation/pi/src-test/com/openbravo/test/integration/erp/testsuites/smoke/masterdata/build.xml:29:
> The following error occurred while executing this line:
> /srv/ci/workspace/int-initial-oracle/SANDBOX/automation/pi/src-test/com/openbravo/test/integration/erp/testsuites/smoke/masterdata/build.xml:63:
> The following error occurred while executing this line:
> /srv/ci/workspace/int-initial-oracle/SANDBOX/automation/pi/build.xml:71:
> Test
> com.openbravo.test.integration.erp.testsuites.smoke.masterdata.ADMc_SetupClientAndOrganization
> failed
>
> Total time: 16 minutes 15 seconds
> Build step 'Execute managed script' marked build as failure
> Recording test results
> Archiving artifacts
> Checking \] ERROR|\] WARN
> Email was triggered for: Failure
> Sending email for trigger: Failure
>
>
> ------------------------------------------------------------------------------
> One dashboard for servers and applications across Physical-Virtual-Cloud
> Widest out-of-the-box monitoring support with 50+ applications
> Performance metrics, stats and reports that give you Actionable Insights
> Deep dive visibility with transaction tracing using APM Insight.
> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
> _______________________________________________
> Openbravo-builds mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/openbravo-builds
>
>
------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________
Openbravo-builds mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-builds