-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Infra web tests #644
Infra web tests #644
Commits on Jul 1, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a7d5fc9 - Browse repository at this point
Copy the full SHA a7d5fc9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 53df518 - Browse repository at this point
Copy the full SHA 53df518View commit details -
Configuration menu - View commit details
-
Copy full SHA for d7e8a12 - Browse repository at this point
Copy the full SHA d7e8a12View commit details -
Configuration menu - View commit details
-
Copy full SHA for d368f24 - Browse repository at this point
Copy the full SHA d368f24View commit details
Commits on Jul 2, 2023
-
[tests] test
switch_edit
endpoint #643The `test_edit_nonexistent_switch` test fails due to a bug thus uncovered.
Configuration menu - View commit details
-
Copy full SHA for 0c7ab3b - Browse repository at this point
Copy the full SHA 0c7ab3bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0516ef5 - Browse repository at this point
Copy the full SHA 0516ef5View commit details -
[tests] Test
switch_delete
#643Once again, `test_delete_nonexistent_switch` uncovered a bug similar to the one before..
Configuration menu - View commit details
-
Copy full SHA for 072e4d3 - Browse repository at this point
Copy the full SHA 072e4d3View commit details -
[web] Don't run
session.begin()
in web endpointointThe session has `autobegin` behavior, and is begun explicitly outside of the request when testing; therefore, `.begin` fails in this scenario. Refs #643
Configuration menu - View commit details
-
Copy full SHA for 05c35ba - Browse repository at this point
Copy the full SHA 05c35baView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c49c12 - Browse repository at this point
Copy the full SHA 9c49c12View commit details -
[tests] test
switch_port_create
#643This required doing the `rollback` on a nested session (i.e., a `SessionTransaction`) instead of the outer one.
Configuration menu - View commit details
-
Copy full SHA for b5666ae - Browse repository at this point
Copy the full SHA b5666aeView commit details -
[web] make
handle_errors
session handling work with testsWe add an exemplary test which replaces a lib function by an error to test this.
Configuration menu - View commit details
-
Copy full SHA for 53b6af6 - Browse repository at this point
Copy the full SHA 53b6af6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8899c96 - Browse repository at this point
Copy the full SHA 8899c96View commit details -
Configuration menu - View commit details
-
Copy full SHA for 488a279 - Browse repository at this point
Copy the full SHA 488a279View commit details -
Configuration menu - View commit details
-
Copy full SHA for 466e6f4 - Browse repository at this point
Copy the full SHA 466e6f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 48915ef - Browse repository at this point
Copy the full SHA 48915efView commit details -
Configuration menu - View commit details
-
Copy full SHA for f7b47d8 - Browse repository at this point
Copy the full SHA f7b47d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 62a41a5 - Browse repository at this point
Copy the full SHA 62a41a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 541a724 - Browse repository at this point
Copy the full SHA 541a724View commit details