perf(deploy): flatten-session caching, bulk DeploySiteAsync, paged management queries
This commit is contained in:
@@ -10,6 +10,10 @@ namespace ZB.MOM.WW.ScadaBridge.TemplateEngine.Tests.Validation;
|
||||
/// authoritative behavior: bypasses the old substring scan missed are now caught,
|
||||
/// and undefined symbols (which a structural scan could never see) fail compile.
|
||||
/// </summary>
|
||||
// Serialised with ScriptCompileVerdictCacheEvictionTests: both drive the
|
||||
// process-wide ScriptCompileVerdictCache static, and an overflow test running
|
||||
// concurrently would evict the entries these hit-count assertions depend on.
|
||||
[Collection("ScriptCompileVerdictCache")]
|
||||
public class ScriptCompilerTests
|
||||
{
|
||||
private readonly ScriptCompiler _sut = new();
|
||||
|
||||
Reference in New Issue
Block a user