chubbymaggie / synoptic

Automatically exported from code.google.com/p/synoptic
0 stars 0 forks source link

Gracefully handle logs with no mined invariants #212

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Logs with no mined invariants should be gracefully handled. In particular, the 
invariants tab should either (1) be disabled, or (2) display a message that 
states that no invariants were mined.

Test log:
a
--
b
--
a
b
--
b
a
--
b
b
a
a
--

Parsing expression:
(?<TYPE>.*) 

Separator expression:
--

Original issue reported on code.google.com by bestchai on 2 Feb 2012 at 2:37

GoogleCodeExporter commented 9 years ago
This issue was closed by revision ec61205bfaf5.

Original comment by bestchai on 13 Feb 2012 at 2:22

GoogleCodeExporter commented 9 years ago
Fixed in revision ec61205bfaf5

Original comment by bestchai on 13 Feb 2012 at 2:22