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

Fix e2e test #2599

Merged
merged 4 commits into from
Oct 16, 2024
Merged

Fix e2e test #2599

merged 4 commits into from
Oct 16, 2024

Conversation

Tulsishah
Copy link
Collaborator

@Tulsishah Tulsishah commented Oct 16, 2024

Description

We are getting this error exec: "python": executable file not found in $PATH while running e2e tests in periodically due to newly added test which uses python library. Fixing it by using python3 instead of python while running tests.

  • Small fixes to stat directory after renaming not exist.

Link to the issue in case of a bug fix.

NA

Testing details

  1. Manual - NA
  2. Unit tests - NA
  3. Integration tests - Automated

@Tulsishah Tulsishah added the execute-integration-tests Run only integration tests label Oct 16, 2024
Copy link

codecov bot commented Oct 16, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 78.11%. Comparing base (d6789d0) to head (66e7481).
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2599      +/-   ##
==========================================
+ Coverage   78.06%   78.11%   +0.05%     
==========================================
  Files         107      107              
  Lines       11844    11844              
==========================================
+ Hits         9246     9252       +6     
+ Misses       2095     2085      -10     
- Partials      503      507       +4     
Flag Coverage Δ
unittests 78.11% <ø> (+0.05%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@Tulsishah Tulsishah marked this pull request as ready for review October 16, 2024 07:26
@Tulsishah Tulsishah requested a review from a team as a code owner October 16, 2024 07:26
@kislaykishore kislaykishore requested a review from a team October 16, 2024 07:26
@Tulsishah Tulsishah merged commit 0a0cfa2 into master Oct 16, 2024
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
execute-integration-tests Run only integration tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants