Skip to content

[web] Use webargs instead of flask_restful.reqparse #979

[web] Use webargs instead of flask_restful.reqparse

[web] Use webargs instead of flask_restful.reqparse #979

GitHub Actions / JUnit Test Report failed Sep 29, 2023 in 0s

1244 tests run, 1230 passed, 1 skipped, 13 failed.

Annotations

Check failure on line 1 in tests/ldap_sync/test_ldap_sync.py

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

test_ldap_sync.test_ldap_base_exists

failed on setup with "ldap3.core.exceptions.LDAPSocketOpenError: invalid server address"
Raw output
tests/ldap_sync/conftest.py:121: in conn
    with get_connection() as conn:
tests/ldap_sync/conftest.py:65: in get_connection
    return ldap3.Connection(
../venv/lib/python3.10/site-packages/ldap3/core/connection.py:325: in __init__
    self.do_auto_bind()
../venv/lib/python3.10/site-packages/ldap3/core/connection.py:340: in do_auto_bind
    self.open(read_server_info=False)
../venv/lib/python3.10/site-packages/ldap3/strategy/sync.py:56: in open
    BaseStrategy.open(self, reset_usage, read_server_info)
../venv/lib/python3.10/site-packages/ldap3/strategy/base.py:151: in open
    raise LDAPSocketOpenError('invalid server address')
E   ldap3.core.exceptions.LDAPSocketOpenError: invalid server address

Check failure on line 1 in tests/ldap_sync/test_ldap_sync.py

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

test_ldap_sync.test_adding_an_entry_works

failed on setup with "ldap3.core.exceptions.LDAPSocketOpenError: invalid server address"
Raw output
tests/ldap_sync/conftest.py:121: in conn
    with get_connection() as conn:
tests/ldap_sync/conftest.py:65: in get_connection
    return ldap3.Connection(
../venv/lib/python3.10/site-packages/ldap3/core/connection.py:325: in __init__
    self.do_auto_bind()
../venv/lib/python3.10/site-packages/ldap3/core/connection.py:340: in do_auto_bind
    self.open(read_server_info=False)
../venv/lib/python3.10/site-packages/ldap3/strategy/sync.py:56: in open
    BaseStrategy.open(self, reset_usage, read_server_info)
../venv/lib/python3.10/site-packages/ldap3/strategy/base.py:151: in open
    raise LDAPSocketOpenError('invalid server address')
E   ldap3.core.exceptions.LDAPSocketOpenError: invalid server address

Check failure on line 1 in TestInitialSync

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

TestInitialSync.test_connection_works

failed on setup with "ldap3.core.exceptions.LDAPSocketOpenError: invalid server address"
Raw output
tests/ldap_sync/conftest.py:85: in clean_ldap_base
    with get_connection() as conn:
tests/ldap_sync/conftest.py:65: in get_connection
    return ldap3.Connection(
../venv/lib/python3.10/site-packages/ldap3/core/connection.py:325: in __init__
    self.do_auto_bind()
../venv/lib/python3.10/site-packages/ldap3/core/connection.py:340: in do_auto_bind
    self.open(read_server_info=False)
../venv/lib/python3.10/site-packages/ldap3/strategy/sync.py:56: in open
    BaseStrategy.open(self, reset_usage, read_server_info)
../venv/lib/python3.10/site-packages/ldap3/strategy/base.py:151: in open
    raise LDAPSocketOpenError('invalid server address')
E   ldap3.core.exceptions.LDAPSocketOpenError: invalid server address

Check failure on line 1 in TestInitialSync

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

TestInitialSync.test_initial_state

failed on setup with "ldap3.core.exceptions.LDAPSocketOpenError: invalid server address"
Raw output
tests/ldap_sync/test_ldap_sync.py:163: in class_conn
    with get_connection() as conn:
tests/ldap_sync/conftest.py:65: in get_connection
    return ldap3.Connection(
../venv/lib/python3.10/site-packages/ldap3/core/connection.py:325: in __init__
    self.do_auto_bind()
../venv/lib/python3.10/site-packages/ldap3/core/connection.py:340: in do_auto_bind
    self.open(read_server_info=False)
../venv/lib/python3.10/site-packages/ldap3/strategy/sync.py:56: in open
    BaseStrategy.open(self, reset_usage, read_server_info)
../venv/lib/python3.10/site-packages/ldap3/strategy/base.py:151: in open
    raise LDAPSocketOpenError('invalid server address')
E   ldap3.core.exceptions.LDAPSocketOpenError: invalid server address

Check failure on line 1 in TestInitialSync

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

TestInitialSync.test_syncall_adds_entries

failed on setup with "ldap3.core.exceptions.LDAPSocketOpenError: invalid server address"
Raw output
tests/ldap_sync/test_ldap_sync.py:163: in class_conn
    with get_connection() as conn:
tests/ldap_sync/conftest.py:65: in get_connection
    return ldap3.Connection(
../venv/lib/python3.10/site-packages/ldap3/core/connection.py:325: in __init__
    self.do_auto_bind()
../venv/lib/python3.10/site-packages/ldap3/core/connection.py:340: in do_auto_bind
    self.open(read_server_info=False)
../venv/lib/python3.10/site-packages/ldap3/strategy/sync.py:56: in open
    BaseStrategy.open(self, reset_usage, read_server_info)
../venv/lib/python3.10/site-packages/ldap3/strategy/base.py:151: in open
    raise LDAPSocketOpenError('invalid server address')
E   ldap3.core.exceptions.LDAPSocketOpenError: invalid server address

Check failure on line 1 in TestInitialSync

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

TestInitialSync.test_exporter_compiles_all_addactions

failed on setup with "ldap3.core.exceptions.LDAPSocketOpenError: invalid server address"
Raw output
tests/ldap_sync/test_ldap_sync.py:163: in class_conn
    with get_connection() as conn:
tests/ldap_sync/conftest.py:65: in get_connection
    return ldap3.Connection(
../venv/lib/python3.10/site-packages/ldap3/core/connection.py:325: in __init__
    self.do_auto_bind()
../venv/lib/python3.10/site-packages/ldap3/core/connection.py:340: in do_auto_bind
    self.open(read_server_info=False)
../venv/lib/python3.10/site-packages/ldap3/strategy/sync.py:56: in open
    BaseStrategy.open(self, reset_usage, read_server_info)
../venv/lib/python3.10/site-packages/ldap3/strategy/base.py:151: in open
    raise LDAPSocketOpenError('invalid server address')
E   ldap3.core.exceptions.LDAPSocketOpenError: invalid server address

Check failure on line 1 in TestLdapSyncerOnceSynced

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

TestLdapSyncerOnceSynced.test_idempotency_of_two_syncs

failed on setup with "ldap3.core.exceptions.LDAPSocketOpenError: invalid server address"
Raw output
tests/ldap_sync/test_ldap_sync.py:163: in class_conn
    with get_connection() as conn:
tests/ldap_sync/conftest.py:65: in get_connection
    return ldap3.Connection(
../venv/lib/python3.10/site-packages/ldap3/core/connection.py:325: in __init__
    self.do_auto_bind()
../venv/lib/python3.10/site-packages/ldap3/core/connection.py:340: in do_auto_bind
    self.open(read_server_info=False)
../venv/lib/python3.10/site-packages/ldap3/strategy/sync.py:56: in open
    BaseStrategy.open(self, reset_usage, read_server_info)
../venv/lib/python3.10/site-packages/ldap3/strategy/base.py:151: in open
    raise LDAPSocketOpenError('invalid server address')
E   ldap3.core.exceptions.LDAPSocketOpenError: invalid server address

Check failure on line 1 in TestLdapSyncerOnceSynced

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

TestLdapSyncerOnceSynced.test_user_attributes_synced_correctly

failed on setup with "ldap3.core.exceptions.LDAPSocketOpenError: invalid server address"
Raw output
tests/ldap_sync/test_ldap_sync.py:163: in class_conn
    with get_connection() as conn:
tests/ldap_sync/conftest.py:65: in get_connection
    return ldap3.Connection(
../venv/lib/python3.10/site-packages/ldap3/core/connection.py:325: in __init__
    self.do_auto_bind()
../venv/lib/python3.10/site-packages/ldap3/core/connection.py:340: in do_auto_bind
    self.open(read_server_info=False)
../venv/lib/python3.10/site-packages/ldap3/strategy/sync.py:56: in open
    BaseStrategy.open(self, reset_usage, read_server_info)
../venv/lib/python3.10/site-packages/ldap3/strategy/base.py:151: in open
    raise LDAPSocketOpenError('invalid server address')
E   ldap3.core.exceptions.LDAPSocketOpenError: invalid server address

Check failure on line 1 in TestLdapSyncerOnceSynced

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

TestLdapSyncerOnceSynced.test_group_attributes_synced_correctly

failed on setup with "ldap3.core.exceptions.LDAPSocketOpenError: invalid server address"
Raw output
tests/ldap_sync/test_ldap_sync.py:163: in class_conn
    with get_connection() as conn:
tests/ldap_sync/conftest.py:65: in get_connection
    return ldap3.Connection(
../venv/lib/python3.10/site-packages/ldap3/core/connection.py:325: in __init__
    self.do_auto_bind()
../venv/lib/python3.10/site-packages/ldap3/core/connection.py:340: in do_auto_bind
    self.open(read_server_info=False)
../venv/lib/python3.10/site-packages/ldap3/strategy/sync.py:56: in open
    BaseStrategy.open(self, reset_usage, read_server_info)
../venv/lib/python3.10/site-packages/ldap3/strategy/base.py:151: in open
    raise LDAPSocketOpenError('invalid server address')
E   ldap3.core.exceptions.LDAPSocketOpenError: invalid server address

Check failure on line 1 in TestLdapSyncerOnceSynced

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

TestLdapSyncerOnceSynced.test_property_attributes_synced_correctly

failed on setup with "ldap3.core.exceptions.LDAPSocketOpenError: invalid server address"
Raw output
tests/ldap_sync/test_ldap_sync.py:163: in class_conn
    with get_connection() as conn:
tests/ldap_sync/conftest.py:65: in get_connection
    return ldap3.Connection(
../venv/lib/python3.10/site-packages/ldap3/core/connection.py:325: in __init__
    self.do_auto_bind()
../venv/lib/python3.10/site-packages/ldap3/core/connection.py:340: in do_auto_bind
    self.open(read_server_info=False)
../venv/lib/python3.10/site-packages/ldap3/strategy/sync.py:56: in open
    BaseStrategy.open(self, reset_usage, read_server_info)
../venv/lib/python3.10/site-packages/ldap3/strategy/base.py:151: in open
    raise LDAPSocketOpenError('invalid server address')
E   ldap3.core.exceptions.LDAPSocketOpenError: invalid server address

Check failure on line 1 in TestLdapSyncerOnceSynced

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

TestLdapSyncerOnceSynced.test_mail_deletion

failed on setup with "ldap3.core.exceptions.LDAPSocketOpenError: invalid server address"
Raw output
tests/ldap_sync/test_ldap_sync.py:163: in class_conn
    with get_connection() as conn:
tests/ldap_sync/conftest.py:65: in get_connection
    return ldap3.Connection(
../venv/lib/python3.10/site-packages/ldap3/core/connection.py:325: in __init__
    self.do_auto_bind()
../venv/lib/python3.10/site-packages/ldap3/core/connection.py:340: in do_auto_bind
    self.open(read_server_info=False)
../venv/lib/python3.10/site-packages/ldap3/strategy/sync.py:56: in open
    BaseStrategy.open(self, reset_usage, read_server_info)
../venv/lib/python3.10/site-packages/ldap3/strategy/base.py:151: in open
    raise LDAPSocketOpenError('invalid server address')
E   ldap3.core.exceptions.LDAPSocketOpenError: invalid server address

Check failure on line 1 in TestLdapSyncerOnceSynced

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

TestLdapSyncerOnceSynced.test_mail_creation

failed on setup with "ldap3.core.exceptions.LDAPSocketOpenError: invalid server address"
Raw output
tests/ldap_sync/test_ldap_sync.py:163: in class_conn
    with get_connection() as conn:
tests/ldap_sync/conftest.py:65: in get_connection
    return ldap3.Connection(
../venv/lib/python3.10/site-packages/ldap3/core/connection.py:325: in __init__
    self.do_auto_bind()
../venv/lib/python3.10/site-packages/ldap3/core/connection.py:340: in do_auto_bind
    self.open(read_server_info=False)
../venv/lib/python3.10/site-packages/ldap3/strategy/sync.py:56: in open
    BaseStrategy.open(self, reset_usage, read_server_info)
../venv/lib/python3.10/site-packages/ldap3/strategy/base.py:151: in open
    raise LDAPSocketOpenError('invalid server address')
E   ldap3.core.exceptions.LDAPSocketOpenError: invalid server address

Check failure on line 1 in TestLdapSyncerOnceSynced

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

TestLdapSyncerOnceSynced.test_no_desired_records_removes_everything

failed on setup with "ldap3.core.exceptions.LDAPSocketOpenError: invalid server address"
Raw output
tests/ldap_sync/test_ldap_sync.py:163: in class_conn
    with get_connection() as conn:
tests/ldap_sync/conftest.py:65: in get_connection
    return ldap3.Connection(
../venv/lib/python3.10/site-packages/ldap3/core/connection.py:325: in __init__
    self.do_auto_bind()
../venv/lib/python3.10/site-packages/ldap3/core/connection.py:340: in do_auto_bind
    self.open(read_server_info=False)
../venv/lib/python3.10/site-packages/ldap3/strategy/sync.py:56: in open
    BaseStrategy.open(self, reset_usage, read_server_info)
../venv/lib/python3.10/site-packages/ldap3/strategy/base.py:151: in open
    raise LDAPSocketOpenError('invalid server address')
E   ldap3.core.exceptions.LDAPSocketOpenError: invalid server address