Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

After a delete run, tag search throws exception #1

Closed
shanti opened this issue Jun 12, 2012 · 1 comment
Closed

After a delete run, tag search throws exception #1

shanti opened this issue Jun 12, 2012 · 1 comment

Comments

@shanti
Copy link
Owner

shanti commented Jun 12, 2012

Do a tag search for a particular tag. Now delete one of the runs in the results. Doing the tag search again, results in:
java.lang.NullPointerException
com.sun.faban.harness.webclient.RunResult.generateTable(RunResult.java:467)
com.sun.faban.harness.webclient.RunResult.getResultTable(RunResult.java:412)
com.sun.faban.harness.webclient.Results.list(Results.java:231)
sun.reflect.GeneratedMethodAccessor65.invoke(Unknown Source)
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
java.lang.reflect.Method.invoke(Method.java:597)
com.sun.faban.harness.webclient.Dispatcher.doPost(Dispatcher.java:200)
com.sun.faban.harness.webclient.Dispatcher.doGet(Dispatcher.java:87)
javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
com.sun.faban.harness.engine.InitFilter.doFilter(InitFilter.java:65)

@shanti
Copy link
Owner Author

shanti commented Jun 19, 2012

Fixed in 3b5cf50

Two fixes:
a) Added deletion of tag engine entry during delete run
b) Bug fix in RunResult.getResultTable() to not add to the run list if it is null

@shanti shanti closed this as completed Jun 19, 2012
shanti referenced this issue Aug 30, 2013
Count down the latch allowing Agents to shutdown.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant