Still a few question about combo test
WebCluster.http = (Web1.http || Web2.http)
AppSrvCluster.procs = (AppSrv1.conn && AppSrv1.procs) ||
(AppSrv2.conn && AppSrv2.procs)
Customer.cluster = WebCluster.http && AppSrvCluster.procs
Does that configuration really work ?
I tried this:
emarganne2.link = (idcsrv912.resource.tiauto.com.conn && emarganne.conn)
emarganne3.link = (emarganne2.link && emarganne1.conn)
idcsrv912, emarganne and emarganne1 are real devices. When I do this the emarganne2.link in the "emarganne3.link" logical expression have "-1" as value... just like it is unknown. This is what says Hobbit:
(emarganne2.link&&emarganne1.conn) = (-1&&1) = 1 &unknown emarganne2.link green emarganne1.conn
Hobbit does not seam to remember the previously evaluated "emarganne2.link" value which it should do.
Thank for any help,
Etienne Marganne
TI Automotive.
The information contained in this transmission may contain privileged and confidential information. It is intended only for the use of the person(s) named above. If you are not the intended recipient, you are hereby notified that any review, dissemination, distribution or duplication of this communication is strictly prohibited. If you are not the intended recipient, please contact the sender by reply email and destroy all copies of the original message.
participants (1)
-
emarganne@be.tiauto.com