Skip to content

FIX: Embedding message get test #1174

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

FIX: Embedding message get test #1174

wants to merge 2 commits into from

Conversation

dipinknair
Copy link
Collaborator

@dipinknair dipinknair commented May 22, 2025

The failing test uses one of the mechdb to get message from Mechanical which is not consistent with the new version of Mechanical. It is replaced with another mechdb that we use in tests.
closes #1170

@dipinknair dipinknair requested a review from a team as a code owner May 22, 2025 13:00
@github-actions github-actions bot added the bug Something isn't working label May 22, 2025
@dipinknair dipinknair requested a review from koubaa May 22, 2025 13:01
@dipinknair dipinknair changed the title Fix : Embedding message get test FIX: Embedding message get test May 22, 2025
@github-actions github-actions bot added the documentation Improvements or additions to documentation label May 22, 2025
Copy link

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
+0.00% (target: -1.00%)
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (e1c5788) 2537 2191 86.36%
Head commit (ebc19f5) 2537 (+0) 2191 (+0) 86.36% (+0.00%)

Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>

Diff coverage details
Coverable lines Covered lines Diff coverage
Pull request (#1174) 0 0 ∅ (not applicable)

Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%

See your quality gate settings    Change summary preferences

Copy link

codecov bot commented May 22, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 86.36%. Comparing base (e1c5788) to head (ebc19f5).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1174   +/-   ##
=======================================
  Coverage   86.36%   86.36%           
=======================================
  Files          39       39           
  Lines        2537     2537           
=======================================
  Hits         2191     2191           
  Misses        346      346           
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@dipinknair
Copy link
Collaborator Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Embedding] Pytest failure (CI/CD)
2 participants