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
the task is to create a web server or environment that emulates everything that can get wrong when trying to access an ontology / web document
from connection error, time outs, http error codes, redirection loops and such.
start with the other issues you asked for first please.
provide a deterministic http(s) hazard emulator
so add a new component ( configure/extend existing approaches or potentially create a new one if that is easier) to the project that realizes a webserver that can simulate many kinds of "hazards" that can occur when trying to access an ontology ( or in general a web document) via HTTP and HTTPS
transport (tcp) connection errors
invalid tls certificaed or (expired, non-matching dns, etc.)
delaying repsonse sucht that client timed outs are triggered
returning all kinds of http error codes
creating redirection loops
returning wrong mimetypes
returning empty body or inaccurate bytesize compared to reported content size
extend the pytests that additionally instead of just using the test IRI in
non_archivo_test_IRIs.tsv and archivo_test_IRIs.tsv (which could change everytime )
to controllable deterministic IRIs that go to the hazard component and create a consistent hazard over time.
No description provided.
The text was updated successfully, but these errors were encountered: