Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

修复mongodb无法上线 #2649

Closed
wants to merge 3 commits into from
Closed

修复mongodb无法上线 #2649

wants to merge 3 commits into from

Conversation

lanheader
Copy link
Collaborator

@lanheader lanheader commented May 15, 2024

fix #2648
mongo实例无法上线,报错
错误信息Traceback (most recent call last):
File "/Users/lanjx/WorkSpace/bakend/python/archery/sql/engines/mongo.py", line 482, in execute
actual_affected_rows = r.get("nModified", 0)
AttributeError: 'str' object has no attribute 'get'
经过排查,确少文件
image
现在给基础镜像下载openssl,编译后补充缺失文件

Copy link

codecov bot commented May 15, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 77.11%. Comparing base (14fbd5e) to head (9021782).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #2649   +/-   ##
=======================================
  Coverage   77.11%   77.11%           
=======================================
  Files         117      117           
  Lines       16170    16170           
=======================================
  Hits        12470    12470           
  Misses       3700     3700           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@LeoQuote LeoQuote changed the title 修复mongodb无法上线#2648 修复mongodb无法上线 May 15, 2024
Copy link
Collaborator

@LeoQuote LeoQuote left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

当前的修复引入了旧版本的openssl ,含有安全漏洞,因此不接受pr ,有需要的可以自行打镜像

@lanheader lanheader closed this May 27, 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.

mongo上线功能无法正确执行
2 participants