Beispiel #1
0
        /// <exception cref="System.Exception"/>
        public static void Main(string[] args)
        {
            TestMRApp t = new TestMRApp();

            t.TestMapReduce();
            t.TestZeroMapReduces();
            t.TestCommitPending();
            t.TestCompletedMapsForReduceSlowstart();
            t.TestJobError();
            t.TestCountersOnJobFinish();
        }
Beispiel #2
0
 public MRAppWithHistory(TestMRApp _enclosing, int maps, int reduces, bool autoComplete
                         , string testName, bool cleanOnStart, int startCount)
     : base(maps, reduces, autoComplete, testName, cleanOnStart, startCount)
 {
     this._enclosing = _enclosing;
 }
Beispiel #3
0
 public _MRApp_494(TestMRApp _enclosing, int baseArg1, int baseArg2, bool baseArg3
                   , string baseArg4, bool baseArg5)
     : base(baseArg1, baseArg2, baseArg3, baseArg4, baseArg5)
 {
     this._enclosing = _enclosing;
 }
Beispiel #4
0
 private MRAppWithSpiedJob(TestMRApp _enclosing, int maps, int reduces, bool autoComplete
                           , string testName, bool cleanOnStart)
     : base(maps, reduces, autoComplete, testName, cleanOnStart)
 {
     this._enclosing = _enclosing;
 }
 public CustomContainerAllocator(TestMRApp _enclosing, AppContext context)
     : base(null, context)
 {
     this._enclosing = _enclosing;
 }
 public _MRClientService_98(TestMRApp _enclosing, AppContext baseArg1)
     : base(baseArg1)
 {
     this._enclosing = _enclosing;
 }
 public _JobHistoryEventHandler_111(TestMRApp _enclosing, AppContext baseArg1, int
                                    baseArg2)
     : base(baseArg1, baseArg2)
 {
     this._enclosing = _enclosing;
 }