Skip to content

Conversation

bschoening
Copy link
Contributor

unit it tests ran successfully (with pytest) except for those related to PYTHON-1300.
============================================================= short test summary info ==============================================================
FAILED tests/unit/test_host_connection_pool.py::_PoolTests::test_borrow_and_return - TypeError: 'NoneType' object is not callable
FAILED tests/unit/test_host_connection_pool.py::_PoolTests::test_failed_wait_for_connection - TypeError: 'NoneType' object is not callable
FAILED tests/unit/test_host_connection_pool.py::_PoolTests::test_return_closed_connection - TypeError: 'NoneType' object is not callable
FAILED tests/unit/test_host_connection_pool.py::_PoolTests::test_return_defunct_connection - TypeError: 'NoneType' object is not callable
FAILED tests/unit/test_host_connection_pool.py::_PoolTests::test_return_defunct_connection_on_down_host - TypeError: 'NoneType' object is not callable
FAILED tests/unit/test_host_connection_pool.py::_PoolTests::test_spawn_when_at_max - TypeError: 'NoneType' object is not callable
FAILED tests/unit/test_host_connection_pool.py::_PoolTests::test_successful_wait_for_connection - TypeError: 'NoneType' object is not callable
============================================= 7 failed, 559 passed, 68 skipped, 852 warnings in 20.11s =============================================

@absurdfarce
Copy link
Collaborator

Good catch @bschoening! I'm all for removing bits of 2.7 cruft where we can easily do so and this PR definitely helps with that goal!

@absurdfarce absurdfarce self-requested a review May 23, 2023 21:28
@absurdfarce absurdfarce merged commit 6894b02 into datastax:master May 23, 2023
absurdfarce added a commit that referenced this pull request May 24, 2023
fruch added a commit to fruch/python-driver that referenced this pull request Jun 6, 2024
…sync_with_upstream_3.29.1

version 3.28.0

* tag '3.28.0' of https://github.com/datastax/python-driver:
  Release 3.28.0: changelog & version
  PYTHON-1352 Add vector type, codec + support for parsing CQL type (datastax#1161)
  Update docs.yaml to point to most recent 3.27.0 docs changes
  CONN-38 Notes for 3.27.0 on PYTHON-1350 (datastax#1166)
  PYTHON-1356 Create session-specific protocol handlers to contain session-specific CLE policies (datastax#1165)
  PYTHON-1350 Store IV along with encrypted text when using column-level encryption (datastax#1160)
  PYTHON-1351 Convert cryptography to an optional dependency (datastax#1164)
  Jenkinsfile cleanup (datastax#1163)
  PYTHON-1343 Use Cython for smoke builds (datastax#1162)
  Don't fail when inserting UDTs with prepared queries with some missing fields (datastax#1151)
  Revert "remove unnecessary import __future__ (datastax#1156)"
  docs: convert print statement to function in docs (datastax#1157)
  remove unnecessary import __future__ (datastax#1156)
  Update docs.yaml to include recent fixes to CLE docs
  Fix for rendering of code blocks in CLE documentation (datastax#1159)
  DOC-3278 Update comment for retry policy (datastax#1158)
  DOC-2813 (datastax#1145)
  Remove different build matrix selection for develop branches (datastax#1138)
dkropachev pushed a commit to dkropachev/python-driver that referenced this pull request Aug 9, 2024
dkropachev pushed a commit to dkropachev/python-driver that referenced this pull request Aug 9, 2024
dkropachev pushed a commit to dkropachev/python-driver that referenced this pull request Aug 9, 2024
dkropachev pushed a commit to dkropachev/python-driver that referenced this pull request Aug 9, 2024
dkropachev pushed a commit to dkropachev/python-driver that referenced this pull request Aug 9, 2024
dkropachev pushed a commit to dkropachev/python-driver that referenced this pull request Aug 9, 2024
dkropachev pushed a commit to dkropachev/python-driver that referenced this pull request Aug 9, 2024
dkropachev pushed a commit to dkropachev/python-driver that referenced this pull request Aug 9, 2024
dkropachev pushed a commit to dkropachev/python-driver that referenced this pull request Aug 9, 2024
dkropachev pushed a commit to dkropachev/python-driver that referenced this pull request Aug 9, 2024
dkropachev pushed a commit to dkropachev/python-driver that referenced this pull request Aug 9, 2024
dkropachev pushed a commit to dkropachev/python-driver that referenced this pull request Aug 15, 2024
dkropachev pushed a commit to dkropachev/python-driver that referenced this pull request Aug 15, 2024
dkropachev pushed a commit to dkropachev/python-driver that referenced this pull request Nov 10, 2024
dkropachev pushed a commit to dkropachev/python-driver that referenced this pull request Nov 10, 2024
dkropachev pushed a commit to dkropachev/python-driver that referenced this pull request Nov 18, 2024
dkropachev pushed a commit to dkropachev/python-driver that referenced this pull request Nov 18, 2024
dkropachev pushed a commit to dkropachev/python-driver that referenced this pull request Nov 18, 2024
dkropachev pushed a commit to dkropachev/python-driver that referenced this pull request Nov 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants