salk31 / RedQueryBuilder

SQL Query Builder UI JavaScript component
http://redquerybuilder.appspot.com/
Eclipse Public License 1.0
96 stars 22 forks source link

tardis branch build fails in testing #31

Closed prospectoria closed 9 years ago

prospectoria commented 10 years ago

Attempting to build tardis branch, getting failure in test.

I understand this may be a by product of some of the tardis branch changes on the suggest box.

mvn clean install -DskipTests=true

Is a workaround as it bypasses the test that fails.

mvn clean install with output from Maven as follows:

<<< FAILURE! [INFO] testDirtyKeepsValue(com.redspr.redquerybuilder.core.client.expression.GwtTestSuggestEditorWidget) Time elapsed: 9.14 sec <<< FAILURE! [INFO] junit.framework.AssertionFailedError: Remote test failed at 127.0.0.1 / Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.19) Gecko/2010031422 Firefox/3.0.19 [INFO] expected: <3>, actual: <0> [INFO] at junit.framework.Assert.fail(Assert.java:193) [INFO] at junit.framework.Assert.failNotEquals(Assert.java:198) [INFO] at junit.framework.Assert.assertEquals(Assert.java:94) [INFO] at junit.framework.Assert.assertEquals(Assert.java:43) [INFO] at com.redspr.redquerybuilder.core.client.expression.GwtTestSuggestEditorWidget.testDirtyKeepsValue(GwtTestSuggestEditorWidget.java:47) [INFO] at com.redspr.redquerybuilder.core.client.expression.GwtTestSuggestEditorWidget_unitTestImpl.doRunTest(__GwtTestSuggestEditorWidget_unitTestImpl.java:7) [INFO] at junit.framework.TestCase.runTest(TestCase.java:62) [INFO] at com.google.gwt.junit.client.GWTTestCase.runBare(GWTTestCase.java:188) [INFO] at com.google.gwt.junit.client.GWTTestCase.doRunTest(GWTTestCase.java:129) [INFO] at com.google.gwt.junit.client.impl.GWTRunner.runTest(GWTRunner.java:390) [INFO] at com.google.gwt.junit.client.impl.GWTRunner.doRunTest(GWTRunner.java:318) [INFO] at com.google.gwt.junit.client.impl.GWTRunner.access$9(GWTRunner.java:312) [INFO] at com.google.gwt.junit.client.impl.GWTRunner$TestBlockListener.onSuccess(GWTRunner.java:107) [INFO] at com.google.gwt.junit.client.impl.GWTRunner$InitialResponseListener.onSuccess(GWTRunner.java:63) [INFO] at com.google.gwt.junit.client.impl.GWTRunner$InitialResponseListener.onSuccess(GWTRunner.java:1) [INFO] at com.google.gwt.user.client.rpc.impl.RequestCallbackAdapter.onResponseReceived(RequestCallbackAdapter.java:232) [INFO] at com.google.gwt.http.client.Request.fireOnResponseReceived(Request.java:258) [INFO] at com.google.gwt.http.client.RequestBuilder$1.onReadyStateChange(RequestBuilder.java:412) [INFO] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) [INFO] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.lang.reflect.Method.invoke(Method.java:606) [INFO] at com.google.gwt.dev.shell.MethodAdaptor.invoke(MethodAdaptor.java:103) [INFO] at com.google.gwt.dev.shell.MethodDispatch.invoke(MethodDispatch.java:71) [INFO] at com.google.gwt.dev.shell.OophmSessionHandler.invoke(OophmSessionHandler.java:172) [INFO] at com.google.gwt.dev.shell.BrowserChannelServer.reactToMessagesWhileWaitingForReturn(BrowserChannelServer.java:338) [INFO] at com.google.gwt.dev.shell.BrowserChannelServer.invokeJavascript(BrowserChannelServer.java:219) [INFO] at com.google.gwt.dev.shell.ModuleSpaceOOPHM.doInvoke(ModuleSpaceOOPHM.java:136) [INFO] at com.google.gwt.dev.shell.ModuleSpace.invokeNative(ModuleSpace.java:571) [INFO] at com.google.gwt.dev.shell.ModuleSpace.invokeNativeObject(ModuleSpace.java:279) [INFO] at com.google.gwt.dev.shell.JavaScriptHost.invokeNativeObject(JavaScriptHost.java:91) [INFO] at com.google.gwt.core.client.impl.Impl.apply(Impl.java) [INFO] at com.google.gwt.core.client.impl.Impl.entry0(Impl.java:249) [INFO] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) [INFO] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.lang.reflect.Method.invoke(Method.java:606) [INFO] at com.google.gwt.dev.shell.MethodAdaptor.invoke(MethodAdaptor.java:103) [INFO] at com.google.gwt.dev.shell.MethodDispatch.invoke(MethodDispatch.java:71) [INFO] at com.google.gwt.dev.shell.OophmSessionHandler.invoke(OophmSessionHandler.java:172) [INFO] at com.google.gwt.dev.shell.BrowserChannelServer.reactToMessages(BrowserChannelServer.java:293) [INFO] at com.google.gwt.dev.shell.BrowserChannelServer.processConnection(BrowserChannelServer.java:547) [INFO] at com.google.gwt.dev.shell.BrowserChannelServer.run(BrowserChannelServer.java:364) [INFO] at java.lang.Thread.run(Thread.java:744) [INFO] [INFO] [INFO] Results : [INFO] [INFO] Failed tests: [INFO] testDirtyKeepsValue(com.redspr.redquerybuilder.core.client.expression.GwtTestSuggestEditorWidget) [INFO] [INFO] Tests run: 1, Failures: 1, Errors: 0, Skipped: 0 [INFO]

salk31 commented 9 years ago

Think it is fixed. Tested in eclipse and maven.