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

1537 send log to server #1584

Merged
merged 4 commits into from
Nov 15, 2021
Merged

1537 send log to server #1584

merged 4 commits into from
Nov 15, 2021

Conversation

ilija-lazoroski
Copy link
Contributor

@ilija-lazoroski ilija-lazoroski commented Nov 12, 2021

What does this PR do?

Fixes #1537 Always send log to server.

PR Checklist

  • Have you added an explanation of what your changes do and why you'd like to include them?
  • Is the TravisCI build passing?
  • Was the CHANGELOG.md updated to reflect the changes?
  • Was the documentation framework updated to reflect the changes?

Testing Checklist

  • Added relevant unit tests?
  • Have you successfully tested your changes locally? Elaborate:

    Tested by {Running the Monkey locally with relevant config/running Island/...}

  • If applicable, add screenshots or log transcripts of the feature working

Explain Changes

image

@ilija-lazoroski ilija-lazoroski force-pushed the 1537-send-log-to-server branch 2 times, most recently from dc6bd69 to 5c66b87 Compare November 12, 2021 12:37
@codecov
Copy link

codecov bot commented Nov 12, 2021

Codecov Report

Merging #1584 (6e65bb4) into develop (6ee1949) will decrease coverage by 0.00%.
The diff coverage is 0.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop    #1584      +/-   ##
===========================================
- Coverage    44.75%   44.75%   -0.01%     
===========================================
  Files          474      474              
  Lines        13870    13868       -2     
===========================================
- Hits          6207     6206       -1     
+ Misses        7663     7662       -1     
Impacted Files Coverage Δ
monkey/infection_monkey/config.py 63.15% <ø> (-0.28%) ⬇️
monkey/infection_monkey/monkey.py 0.00% <0.00%> (ø)
...onkey_island/cc/services/config_schema/internal.py 100.00% <ø> (ø)

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 6ee1949...6e65bb4. Read the comment docs.

Copy link
Contributor

@VakarisZ VakarisZ left a comment

Choose a reason for hiding this comment

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

Missed usages in:
infection_monkey\monkey\tests\data_for_tests\monkey_configs\monkey_config_standard.json
infection_monkey\monkey\infection_monkey\example.conf

@ilija-lazoroski ilija-lazoroski merged commit be68d5b into develop Nov 15, 2021
@ilija-lazoroski ilija-lazoroski deleted the 1537-send-log-to-server branch November 15, 2021 11:11
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.

Remove unused/untested options
3 participants