You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
we suspect it was the process reaper, we disabled it on Revert child reaper #7845 is this fixes the instability, the issue is now the zombies in docker
On memory test
set up orchestrator using the NG container
use this model
import std
import std::testing
entity Loader:
string name
end
index Loader(name)
implement Loader using loader
implementation loader for Loader:
std::AgentConfig(agentname=name, autostart=true)
for i in std::sequence(5):
std::testing::NullResource(
agentname = self.name,
name=f"{self.name} {i}"
)
end
end
for i in std::sequence(int(std::get_env("TEST_SIZE", "5"))):
Loader(name=f"Loader nr {i}")
end
Validate that the new executor works, starting with a small setup (quickstart or lsm quickstart) and moving up to complete and complex models
tests
results
On the shutdown issues
We seem to have issue when shutting down the executors
On memory test
results Iteration One (prior to rework for less memory usage)
AttributeError: Can't pickle local object 'WeakSet.__init__.<locals>._remove
unpickleable exceptionsThe text was updated successfully, but these errors were encountered: