#399 `make containertest-fedora38` fails on testlogout and testmapping
Opened a year ago by adamwill. Modified a year ago

With current git master, make containertest-fedora38 shows:

Test results:
fconf           Test passed
testlogout      Test failed with code 1
testcleanup     Test passed
authz           Test passed
testmapping     Test failed with code 1
dbupgrades      Test passed
ldapdown        Test passed

I'm trying to test some changes I want to submit, and this is the only practical way I could find of running the tests so far. The output is waaaaay too verbose to see what the actual failures were, it overwhelms my scrollback (I'll run it again and dump the output to a file...here goes another ten minutes...)


testmapping failure:

Traceback (most recent call last):
  File "/code/tests/testmapping.py", line 245, in <module>
    check_info_plugin(sess, idpname, spurl, expect)
  File "/code/tests/testmapping.py", line 79, in check_info_plugin
    page = s.fetch_page(idp_name, '%s/sp/' % spurl)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/code/tests/helpers/http.py", line 382, in fetch_page
    raise ValueError("Unhandled status (%d) on url %s" % (
ValueError: Unhandled status (500) on url https://127.0.0.10:45080/idp1/saml2/SSO/Continue?ipsilon_transaction_id=e8cc06df-d28e-4502-8c01-ffe19f267853
Case Authenticate to IdP...  SUCCESS
Case Add SP Metadata to IdP...  SUCCESS
Case Test default mapping and attrs...  SUCCESS
Case Set default global mapping...  SUCCESS
Case Test global mapping...  SUCCESS
Case Set default allowed attributes...  SUCCESS
Case Test global allowed attributes...  SUCCESS
Case Set SP allowed attributes...  SUCCESS
Case Test SP allowed attributes...  FAILED: ValueError('Unhandled status (500) on url https
Test failed with code 1

testlogout failure:

Traceback (most recent call last):
  File "/code/tests/testlogout.py", line 230, in <module>
    page = sess.fetch_page(idpname, spurl)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/code/tests/helpers/http.py", line 382, in fetch_page
    raise ValueError("Unhandled status (%d) on url %s" % (
ValueError: Unhandled status (500) on url https://127.0.0.10:45080/idp1/saml2/SSO/Redirect?SAMLRequest=fZJfa8IwFMW%2FSsm75o91dUEFtQiC26Rue9jLCPGKgTbpclO3ffuldRsORslD4Oac3N%2B5yRRVVdZy0YSTLeCtAQzJR1ValN3BjDTeSqfQoLSqApRBy%2F3ibivFkMnau%2BC0K8mVpd%2BhEMEH4yxJNvmMvC6XeZYJvs6Xo3SZ3bI0v1mwVGQpz9hklI9I8gweo35Goj2aEBvYWAzKhlhiYjTgYiDEI5%2FIdCzH%2FIUkecxgrAqd6xRCjZJSLrIhi4uzqGMTRs2h5rQFFnS%2Ff6AFHIwHHUiychahvb0vh76IpG68j%2FvAVHVptIn2tfMaunHOyFGVCC30LuY2Z%2FitLH7G0DZrKvB78Gej4anY%2FoPMO2TxTVs7DAVg3RKQ%2BbQtym4sft7vnNJr7fTy8Pcx2ibfuUj%2F2bJXqic5H%2FKuYg6DYyeVjcUatDkaOMRUZeneVx5UiEmDb4DQ%2BaXp3w82%2FwI%3D&RelayState=https%3A%2F%2F127.0.0.11%3A45082%2Fsp%2F&SigAlg=http%3A%2F%2Fwww.w3.org%2F2001%2F04%2Fxmldsig-more%23rsa-sha256&Signature=oLvG7N4faGPD%2Frv%2Bigb5iGhEmPatWpqwnkaohUpnJJQs8kZZmmq54Yeirw2Kko1%2BFAaJYvwlKih%2FSmhH%2FfDJA6bRyjcY6InlpFsPLMcRkppiEjyjlNYMYSysDYb69PLQ%2B%2FuLcPF42MgksNDmC3KFriYF5Ef31NTqNcs7tkZSet9S%2BoMNII65Sfpqqmrlg26HGFdhE5Eg0J2CqDyotGSsuI4hgby3pn1AfsBneJn4fv3dhGa2Addt%2BupucsWVTTt5oKWfKe26L2FTJEkmV5lX6TxtOQFDNnq1NzxjfSMQcwpCcZKTSNwVHkEFKHZjVxEeo9sqr%2BwYq3jgv71bwLplQQ%3D%3D
Case Authenticate to IdP...  SUCCESS
Case Add SP Metadata for sp1 to IdP...  SUCCESS
Case Add SP Metadata for sp2 to IdP...  SUCCESS
Case Add SP Metadata for sp3 to IdP...  SUCCESS
Case Add SP Metadata for sp4 to IdP...  SUCCESS
Case Add SP Metadata for sp5 to IdP...  SUCCESS
Case Logout without logging into SP...  SUCCESS
Case Access SP Protected Area...  SUCCESS
Case Logout from SP...  SUCCESS
Case Try logout again...  SUCCESS
Case Ensure logout...  SUCCESS
Case Access SP PRotected Area of all SPs...  SUCCESS
Case Initiate logout from sp1...  SUCCESS
Case Ensure logout of each SP...  SUCCESS
Case Access SP PRotected Area of all SPs...  FAILED: ValueError('Unhandled status (500) on url https
Test failed with code 1

Log in to comment on this ticket.

Metadata