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

Add the retry logic and diagnostics to DiktatSaveSmokeTest #1477

Merged
merged 3 commits into from
Jul 26, 2022

Conversation

0x6675636b796f75676974687562
Copy link
Member

What's done:

### What's done:

 * JAVA_HOME is now correctly set for child processes (works around
   compatibility problems with Java 17).
 * Added the retry logic for download and delete operations.
 * Added test timeouts of 20s.
 * Added debug logging.
 * Dropped the dependency on Apache HttpClient (not really necessary).
 * See #1476.
@codecov
Copy link

codecov bot commented Jul 26, 2022

Codecov Report

Merging #1477 (f45c5f6) into master (efc40ba) will not change coverage.
The diff coverage is n/a.

@@            Coverage Diff            @@
##             master    #1477   +/-   ##
=========================================
  Coverage     82.96%   82.96%           
  Complexity     2579     2579           
=========================================
  Files           111      111           
  Lines          7708     7708           
  Branches       2111     2111           
=========================================
  Hits           6395     6395           
  Misses          418      418           
  Partials        895      895           
Flag Coverage Δ
unittests 82.96% <ø> (ø)

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


Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update efc40ba...f45c5f6. Read the comment docs.

### What's done:

 * See #1476.
### What's done:

 * See #1476.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactoring tests Improve testing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

FNFE: "File system element for parameter 'source' does not exist" when executing DiktatSaveSmokeTest.beforeAll
3 participants