• Moran Assa
  • NEWBIE
  • 10 Points
  • Member since 2014

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 2
    Questions
  • 3
    Replies

We have a test class with (SeeAllData=true),
The class recently started failing due to 'Too many SOQL queries: 101 in test class'.

We understand the problem in the code but now we don't seem to be able to update the test class on the live organization 
(In a change set from the sandbox) because the test fails on deploy.

Any way to solve this issue?

Thanks

Hello,
We a using apex callouts to apply changes to our remote site from salesforce.

This works great most of the time...

sometimes, about 1 out of 10 calls our apex code doesn't get a response and we receive a:

Read timed out error.

When I check our server I see that the process triggered by the apex callout finished successfully  (All of the changes happened), and should have returned a response.

What can be the cause of this issue?

Any help with this issue will be much appreciated.

 

We have a test class with (SeeAllData=true),
The class recently started failing due to 'Too many SOQL queries: 101 in test class'.

We understand the problem in the code but now we don't seem to be able to update the test class on the live organization 
(In a change set from the sandbox) because the test fails on deploy.

Any way to solve this issue?

Thanks