Skip to content

Commit

Permalink
Add nightly output for 2024-09-19_18-00
Browse files Browse the repository at this point in the history
  • Loading branch information
galenatjpl committed Sep 20, 2024
1 parent 29c0d37 commit 3530ce8
Show file tree
Hide file tree
Showing 2 changed files with 441 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,136 @@
Repo Hash (Nightly Test): [29c0d37]
Deploying Cloudformation stack...
Marketplace Items:
Marketplace Item | Version
--------------------------------+--------
unity-cs-monitoring-lambda | 0.1
unity-apigateway | 0.4
unity-proxy | 0.14
Nightly Test in the (TODO FIXME) account
Stack Name: [unity-management-console-unity-nightly]
Stack Status (Final): [CREATE_COMPLETE]
Stack Creation Time: [420 seconds] - PASS
Deploying Management Console...
============================= test session starts ==============================
platform linux -- Python 3.8.10, pytest-8.3.2, pluggy-1.5.0 -- /usr/bin/python3
cachedir: .pytest_cache
rootdir: /home/ubuntu/unity-cs-infra/nightly_tests
collecting ... collected 4 items

test_selenium_mc.py::test_navigate_to_mc_console FAILED [ 25%]
test_selenium_mc.py::test_bootstrap_process_status FAILED [ 50%]
test_selenium_mc.py::test_initiate_core_setup FAILED [ 75%]
test_selenium_mc.py::test_core_setup_save_btn FAILED [100%]

=================================== FAILURES ===================================
_________________________ test_navigate_to_mc_console __________________________
test_selenium_mc.py:59: in test_navigate_to_mc_console
assert driver.current_url.lower() == expected_url.lower(), f"URL does not match the expected URL without credentials. Expected: {expected_url}, but got: {driver.current_url}"
E AssertionError: URL does not match the expected URL without credentials. Expected: HTTP://unity-nightly-httpd-alb-1293229395.us-west-2.elb.amazonaws.com:8080/unity/nightly/management/ui/landing, but got: http://unity-nightly-httpd-alb-1293229395.us-west-2.elb.amazonaws.com:8080/unity/nightly/management/ui
E assert 'http://unity...management/ui' == 'http://unity...nt/ui/landing'
E
E - http://unity-nightly-httpd-alb-1293229395.us-west-2.elb.amazonaws.com:8080/unity/nightly/management/ui/landing
E ? --------
E + http://unity-nightly-httpd-alb-1293229395.us-west-2.elb.amazonaws.com:8080/unity/nightly/management/ui
________________________ test_bootstrap_process_status _________________________
test_selenium_mc.py:77: in test_bootstrap_process_status
bootstrap_status_element = WebDriverWait(driver, 10).until(
../../.local/lib/python3.8/site-packages/selenium/webdriver/support/wait.py:105: in until
raise TimeoutException(message, screen, stacktrace)
E selenium.common.exceptions.TimeoutException: Message:
E Stacktrace:
E #0 0x55a09bb9286a <unknown>
E #1 0x55a09b860e50 <unknown>
E #2 0x55a09b8b0644 <unknown>
E #3 0x55a09b8b0931 <unknown>
E #4 0x55a09b8f6534 <unknown>
E #5 0x55a09b8d54bd <unknown>
E #6 0x55a09b8f39c6 <unknown>
E #7 0x55a09b8d5233 <unknown>
E #8 0x55a09b8a3093 <unknown>
E #9 0x55a09b8a409e <unknown>
E #10 0x55a09bb59acb <unknown>
E #11 0x55a09bb5da81 <unknown>
E #12 0x55a09bb45695 <unknown>
E #13 0x55a09bb5e5f2 <unknown>
E #14 0x55a09bb2a86f <unknown>
E #15 0x55a09bb81668 <unknown>
E #16 0x55a09bb81832 <unknown>
E #17 0x55a09bb9165c <unknown>
E #18 0x7f8e37293a94 <unknown>
E #19 0x7f8e37320a34 __clone

During handling of the above exception, another exception occurred:
test_selenium_mc.py:89: in test_bootstrap_process_status
raise Exception("Failed to find the bootstrap status message within the specified time.")
E Exception: Failed to find the bootstrap status message within the specified time.
___________________________ test_initiate_core_setup ___________________________
test_selenium_mc.py:95: in test_initiate_core_setup
go_button = WebDriverWait(driver, 20).until(
../../.local/lib/python3.8/site-packages/selenium/webdriver/support/wait.py:105: in until
raise TimeoutException(message, screen, stacktrace)
E selenium.common.exceptions.TimeoutException: Message:
E Stacktrace:
E #0 0x55a09bb9286a <unknown>
E #1 0x55a09b860e50 <unknown>
E #2 0x55a09b8b0644 <unknown>
E #3 0x55a09b8b0931 <unknown>
E #4 0x55a09b8f6534 <unknown>
E #5 0x55a09b8d54bd <unknown>
E #6 0x55a09b8f39c6 <unknown>
E #7 0x55a09b8d5233 <unknown>
E #8 0x55a09b8a3093 <unknown>
E #9 0x55a09b8a409e <unknown>
E #10 0x55a09bb59acb <unknown>
E #11 0x55a09bb5da81 <unknown>
E #12 0x55a09bb45695 <unknown>
E #13 0x55a09bb5e5f2 <unknown>
E #14 0x55a09bb2a86f <unknown>
E #15 0x55a09bb81668 <unknown>
E #16 0x55a09bb81832 <unknown>
E #17 0x55a09bb9165c <unknown>
E #18 0x7f8e37293a94 <unknown>
E #19 0x7f8e37320a34 __clone

During handling of the above exception, another exception occurred:
test_selenium_mc.py:104: in test_initiate_core_setup
raise Exception("Failed to navigate to setup page - either the Go button was not clickable or the URL did not change as expected.")
E Exception: Failed to navigate to setup page - either the Go button was not clickable or the URL did not change as expected.
___________________________ test_core_setup_save_btn ___________________________
test_selenium_mc.py:116: in test_core_setup_save_btn
save_button = WebDriverWait(driver, 10).until(
../../.local/lib/python3.8/site-packages/selenium/webdriver/support/wait.py:105: in until
raise TimeoutException(message, screen, stacktrace)
E selenium.common.exceptions.TimeoutException: Message:
E Stacktrace:
E #0 0x55a09bb9286a <unknown>
E #1 0x55a09b860e50 <unknown>
E #2 0x55a09b8b0644 <unknown>
E #3 0x55a09b8b0931 <unknown>
E #4 0x55a09b8f6534 <unknown>
E #5 0x55a09b8d54bd <unknown>
E #6 0x55a09b8f39c6 <unknown>
E #7 0x55a09b8d5233 <unknown>
E #8 0x55a09b8a3093 <unknown>
E #9 0x55a09b8a409e <unknown>
E #10 0x55a09bb59acb <unknown>
E #11 0x55a09bb5da81 <unknown>
E #12 0x55a09bb45695 <unknown>
E #13 0x55a09bb5e5f2 <unknown>
E #14 0x55a09bb2a86f <unknown>
E #15 0x55a09bb81668 <unknown>
E #16 0x55a09bb81832 <unknown>
E #17 0x55a09bb9165c <unknown>
E #18 0x7f8e37293a94 <unknown>
E #19 0x7f8e37320a34 __clone

During handling of the above exception, another exception occurred:
test_selenium_mc.py:128: in test_core_setup_save_btn
raise Exception("Failed to find or click the core 'Save' button within the specified time.")
E Exception: Failed to find or click the core 'Save' button within the specified time.
=========================== short test summary info ============================
FAILED test_selenium_mc.py::test_navigate_to_mc_console - AssertionError: URL...
FAILED test_selenium_mc.py::test_bootstrap_process_status - Exception: Failed...
FAILED test_selenium_mc.py::test_initiate_core_setup - Exception: Failed to n...
FAILED test_selenium_mc.py::test_core_setup_save_btn - Exception: Failed to f...
========================= 4 failed in 61.09s (0:01:01) =========================
Loading

0 comments on commit 3530ce8

Please sign in to comment.