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

Fixing OutOfMemoryError from ExecutionControllerUtilsRestartFlowTest #2994

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

aditya1105
Copy link
Contributor

@aditya1105 aditya1105 commented Nov 29, 2021

Updated build.gradle to have outputs.upToDateWhen { false } so that all the tests get executed during every build.
Removed test annotations to disable ExecutionControllerUtilsRestartFlowTest

@aditya1105 aditya1105 force-pushed the testoom1 branch 6 times, most recently from 4758f61 to 0c76e08 Compare November 29, 2021 17:17
@codecov
Copy link

codecov bot commented Nov 29, 2021

Codecov Report

Merging #2994 (1f0025a) into master (5e32c1c) will decrease coverage by 0.08%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##             master    #2994      +/-   ##
============================================
- Coverage     41.66%   41.58%   -0.09%     
+ Complexity     4633     4626       -7     
============================================
  Files           595      595              
  Lines         39795    39795              
  Branches       4628     4628              
============================================
- Hits          16581    16549      -32     
- Misses        21834    21868      +34     
+ Partials       1380     1378       -2     
Impacted Files Coverage Δ
...xecutor/OnContainerizedExecutionEventListener.java 5.71% <0.00%> (-68.58%) ⬇️
...c/main/java/azkaban/execapp/event/FlowWatcher.java 83.33% <0.00%> (-6.25%) ⬇️
...aban/metrics/DummyContainerizationMetricsImpl.java 21.05% <0.00%> (-5.27%) ⬇️
...n-common/src/main/java/azkaban/flow/FlowUtils.java 69.81% <0.00%> (-3.78%) ⬇️
...n-common/src/main/java/azkaban/user/UserUtils.java 64.51% <0.00%> (-3.23%) ⬇️
...main/java/azkaban/executor/ExecutableFlowBase.java 82.12% <0.00%> (-1.12%) ⬇️
...kaban/executor/AbstractExecutorManagerAdapter.java 55.87% <0.00%> (-0.72%) ⬇️
...src/main/java/azkaban/project/JdbcProjectImpl.java 65.67% <0.00%> (-0.38%) ⬇️
...erver/src/main/java/azkaban/execapp/JobRunner.java 71.17% <0.00%> (-0.18%) ⬇️
...rver/src/main/java/azkaban/execapp/FlowRunner.java 71.85% <0.00%> (-0.10%) ⬇️
... and 5 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 5e32c1c...1f0025a. Read the comment docs.

@coveralls
Copy link

coveralls commented Nov 29, 2021

@aditya1105 aditya1105 force-pushed the testoom1 branch 5 times, most recently from 9082437 to 51b8f55 Compare November 30, 2021 07:29
@aditya1105 aditya1105 changed the title Test oom Fixing OutOfMemoryError from ExecutionControllerUtilsRestartFlowTest Nov 30, 2021
@aditya1105 aditya1105 force-pushed the testoom1 branch 3 times, most recently from 8e6d2df to 49cff3a Compare November 30, 2021 10:07
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.

None yet

2 participants