Regarding Testing of CheckPoint in Sequence

A forum for discussing DataStage<sup>®</sup> basics. If you're not sure where your question goes, start here.

Moderators: chulett, rschirm, roy

Post Reply
Ankur_KapoorUK
Participant
Posts: 64
Joined: Fri Feb 05, 2010 5:29 am
Location: India, UK

Regarding Testing of CheckPoint in Sequence

Post by Ankur_KapoorUK »

Hi Experts,

I have a scenario to test sequences where different checkpoints are applied :-

Main Sequence
checked so restartable on Failure.

Framework Functions
Do Not Check Point

Job Activity

Check Pointed

Command Activity/Routine making file

Check Pointed

Command Activity/Routine not making file
Do Not Check Point

Now I want to test whether the checkpoint applied are wrking fine.
Can you please suggest me the ways to test this.

Only way is to manually abort the job and check the logs and reset and again and seeing whether it is doing the desirable or not. Is there is some other way to test it.
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

That is an interesting question that I haven't seen posed before, but unfortunately I think that the answer to your question will be that the only way to test checkpointing is to force errors into your tests.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Agreed. I usually create small jobs that do nothing but work fine, finish with warnings or abort on command for this. Once I'm sure the Sequence structure is working, I sub in the 'real' jobs. :wink:
-craig

"You can never have too many knives" -- Logan Nine Fingers
Post Reply