Skip to content

Commit 6ad74b2

Browse files
Update comments and fix typo.
1 parent b8a51a4 commit 6ad74b2

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

tests/ext/test_ext_1000_pool_shrink.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
)
4040
class TestCase(test_env.BaseTestCase):
4141
def test_ext_1000(self):
42-
"E1000 - test pool timeout with simple acquite after waiting"
42+
"E1000 - test pool timeout with simple acquire after waiting"
4343
pool = test_env.get_pool(min=3, max=10, increment=1, timeout=5)
4444
conns = [pool.acquire() for i in range(7)]
4545
self.assertEqual(pool.opened, 7)

tests/ext/test_ext_1100_external_auth.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626
E1100 - Module for testing external authentication. This requires access to the
2727
orapki executable found in a full database installation and will create and
2828
drop users in the database. The tests here will only run if the has_orapki
29-
value is enabled.
29+
value is enabled and, due to limitations in how the Oracle Client libraries
30+
work, can only be run by itself.
3031
"""
3132

3233
import os

0 commit comments

Comments
 (0)