Self managed connections
@amochin 已经在做这个了。
开始于 2025年10月21日。
评估
这个 Issue 还没有评估数据。
描述
One of the major problems with using libraries like DatabaseLibrary is managing the connection. If we implement #149, it could cause additional problems. Typically QA need to implement following logic:
Connect To Database (...)
Query
[Teardown] Disconnect Connection
But often Disconnect Connection is not in teardown (so the connection can remain open after test fails), we could several long running connections even if we're not querying for anything. For that reason we could add optional option for 'self managed connection' - in short, we could open and close connection each time we perform an query.
The default behaviour of the library will not change, it will be only extra option that will open/close connection if it doesn't exist.
*** Settings ***
Library DatabaseLibrary auto_connect=${True}
Suite Setup Configure Connection ${params} # need to configure default connection
*** Test Cases ***
Test 1
Query SELECT * FROM table1 # will open and close connection on its own
Test 2
Query SELECT * FROM table2 # will open and close connection on its own
- 主要语言
- Python
- 星标
- 179
- 派生
- 178
- PR 合并指标
- 30 天内没有已合并 PR
贡献指南
这个仓库没有索引到贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
MarketSquare/Robotframework-Database-Library 的其他 Issue
-
new_client
难度 3/5 1-2 天 新手友好度 48/100
MarketSquare/Robotframework-Database-Library#260 · 1 条评论 ·
-
docs
难度 2/5 1-3 小时 新手友好度 35/100
-
难度 3/5 1-2 天 新手友好度 52/100
MarketSquare/Robotframework-Database-Library#256 · 4 条评论 ·
-
improvement
难度 5/5 一周以上 新手友好度 45/100
MarketSquare/Robotframework-Database-Library#255 · 2 条评论 ·
-
improvement
难度 5/5 一周以上 新手友好度 25/100
查看 MarketSquare/Robotframework-Database-Library 的全部 Issue
相似的 Issue
-
agent-ready documentation needs-triage
难度 1/5 1-3 小时 新手友好度 88/100
-
documentation
难度 1/5 1 小时以内 新手友好度 91/100
-
workflow-status page template still says reusable workflows are "triggered only by workflow_call:" 未关闭
难度 1/5 1 小时以内 新手友好度 92/100
-
instance instance add
难度 1/5 1 小时以内 新手友好度 72/100
searxng/searx-instances#939 · 1 条评论 ·
-
area-deployment area-integrations triage:bot-seen
难度 2/5 半天 新手友好度 86/100