Batch.SaveTime set at the end of a cycle, clean-up
This commit is contained in:
parent
a0c45d2b39
commit
f457278342
@ -1,5 +1,5 @@
|
|||||||
///
|
///
|
||||||
/// Copyright (c) 2015-2021 Sensus Slovensko a.s.
|
/// Copyright (c) 2015-2023 Sensus Slovensko a.s.
|
||||||
///
|
///
|
||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
///
|
///
|
||||||
/// Copyright (c) 2015-2020 Sensus Slovensko a.s.
|
/// Copyright (c) 2015-2023 Sensus Slovensko a.s.
|
||||||
///
|
///
|
||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
///
|
///
|
||||||
/// Copyright (c) 2015-2021 Sensus Slovensko a.s.
|
/// Copyright (c) 2015-2023 Sensus Slovensko a.s.
|
||||||
///
|
///
|
||||||
using FluentNHibernate.Mapping;
|
using FluentNHibernate.Mapping;
|
||||||
using Results.Entities;
|
using Results.Entities;
|
||||||
|
|||||||
@ -1322,6 +1322,7 @@ namespace TBF.Rig.Sequences
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
BatchRslts.Batch.EndTime = lastTestEndTime;
|
BatchRslts.Batch.EndTime = lastTestEndTime;
|
||||||
|
BatchRslts.Batch.SaveTime = DateTime.Now;
|
||||||
|
|
||||||
Results.Utils.GetCounterStates(BatchRslts.Batch, Program.LocalSettings.Counters); /// Update counters
|
Results.Utils.GetCounterStates(BatchRslts.Batch, Program.LocalSettings.Counters); /// Update counters
|
||||||
/// Remove results of internal tests
|
/// Remove results of internal tests
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user