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
asserthostId != null : "Who's not checking the agent id before sending? ... (finger wagging)";
@@ -412,16 +438,7 @@ public Answer[] send(Long hostId, Commands commands, int timeout) throws AgentUn
412
438
assertnoDbTxn() : "I know, I know. Why are we so strict as to not allow txn across an agent call? ... Why are we so cruel ... Why are we such a dictator .... Too bad... Sorry...but NO AGENT COMMANDS WRAPPED WITHIN DB TRANSACTIONS!";
413
439
}
414
440
415
-
Command[] cmds = commands.toCommands();
416
-
417
-
assertcmds.length > 0 : "Ask yourself this about a hundred times. Why am I sending zero length commands?";
0 commit comments