Home
last modified time | relevance | path

Searched refs:alerts (Results 1 – 3 of 3) sorted by last modified time

/unit/
H A DCHANGES617 *) Bugfix: "close() failed (9: Bad file descriptor)" alerts might have
883 *) Bugfix: "freed pointer is out of pool" alerts might have appeared in
908 unavailable" alerts in log; the bug had appeared in 1.4.
1000 *) Bugfix: alerts "freed pointer points to non-freeble page" might have
/unit/test/
H A Dconftest.py673 def _skip(*alerts): argument
674 option.skip_alerts.extend(alerts)
/unit/test/unit/
H A Dlog.py32 alerts = re.findall(r'.+\[alert\].+', log)
34 if alerts:
39 _ = [print(alert) for alert in alerts]
43 alerts = [al for al in alerts if re.search(skip, al) is None]
45 assert not alerts, 'alert(s)'