porting the proxy state machine (#2286)

* porting the proxy state machine

* use async version

* is used

* rename base state to state

* fix auth
fix extension path

* ignore log info in check logs
This commit is contained in:
Cheick Keita
2022-08-25 12:42:01 -07:00
committed by GitHub
parent 402d549d02
commit 1a63f195f3
12 changed files with 245 additions and 74 deletions

View File

@ -859,7 +859,7 @@ class TestOnefuzz:
break
# ignore logging.info coming from Azure Functions
if entry.get("customDimensions", {}).get("LogLevel") == "Information":
if entry.get("customDimensions", {}).get("LogLevel") == "Information" or entry.get("severityLevel") <= 2:
continue
# ignore warnings coming from the rust code, only be concerned