Code was tested successfully in Dev and Test When deployed to Productions it is failing As an admin how do you track the issue

0 votes
Jun 21, 2019 in Big Data Hadoop by Deepak P
831 views

1 answer to this question.

0 votes

Hey,

In this case, you can do one thing, can you try by changing the where clause during your assertion check. Because there might be some records in the system owned by User you are checking against.

for (VDDocs__c vd : [Select Account_Number__c from VDDocs__c <font color="#FF6600">where Account__c= :AccountID</font>])
system.assertEquals('001234', vd.Account_Number__c);

I hope this will work.

                                         

                                              

answered Jun 24, 2019 by Gitika
• 65,910 points

Related Questions In Big Data Hadoop

0 votes
1 answer

What is Modeling data in Hadoop and how to do it?

I suggest spending some time with Apache ...READ MORE

answered Sep 19, 2018 in Big Data Hadoop by Frankie
• 9,830 points
1,561 views
+1 vote
1 answer

How to read HDFS and local files with the same code in Java?

You can try something like this: ​ ...READ MORE

answered Nov 22, 2018 in Big Data Hadoop by Omkar
• 69,210 points
4,445 views
0 votes
1 answer

I have to ingest in hadoop cluster large number of files for testing , what is the best way to do it?

Hi@sonali, It depends on what kind of testing ...READ MORE

answered Jul 8, 2020 in Big Data Hadoop by MD
• 95,440 points
938 views
0 votes
1 answer
0 votes
1 answer

Apache Hadoop Yarn example program

You can go to this location $Yarn_Home/share/hadoop/mapreduce . You'll ...READ MORE

answered Apr 4, 2018 in Big Data Hadoop by nitinrawat895
• 11,380 points
944 views
0 votes
1 answer

Which code do we use to open the connection in HBase?

Hey, To open a connection, following code: Configuartion myconf ...READ MORE

answered May 23, 2019 in Big Data Hadoop by Gitika
• 65,910 points
945 views
0 votes
1 answer

How do you start and stop region server in HBase?

Hey, You can run multiple region servers from ...READ MORE

answered May 23, 2019 in Big Data Hadoop by Gitika
• 65,910 points
2,535 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP