You need to sign in to do that
Don't have an account?

improper order of stack trace in test failures
I am seeing the following table below in the test result web page of our sandbox. The interesting thing to note is that the stack trace that is given is incorrect. The second line of the stack trace should be the third line, if the trace is moving from newest to oldest.
This is consistently wrong whenever I get a stack trace in the test result page. I would post a case on this, but I am getting an error that the self-service portal is down for my account.
Is anyone else seeing this?
This is consistently wrong whenever I get a stack trace in the test result page. I would post a case on this, but I am getting an error that the self-service portal is down for my account.
Is anyone else seeing this?
Type | Name | Method Name | Total time (ms) | Message | Stack Trace | |
---|---|---|---|---|---|---|
Class | AccountUtil | test_updateAcvsFor_from_forDate | 535 | System.NullPointerException: Attempt to de-reference a null object | Class.AccountUtil.totalAcv: line 56, column 20 Class.AccountUtil.test_updateAcvsFor_from_forDate: line 95, column 38 Class.AccountUtil.updateAcvsFor_from_forDate: line 6, column 29 |