Activiti icon indicating copy to clipboard operation
Activiti copied to clipboard

Fixed error sql in deployment.xml [insertDeployment and bulkInsertDeployment]

Open ScathonLin opened this issue 4 years ago • 4 comments

ScathonLin avatar Apr 16 '20 14:04 ScathonLin

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.
1 out of 2 committers have signed the CLA.

:white_check_mark: mteodori
:x: ScathonLin
You have signed the CLA already but the status is still pending? Let us recheck it.

CLAassistant avatar Apr 16 '20 14:04 CLAassistant

Codecov Report

Merging #3233 into develop will increase coverage by 0.01%. The diff coverage is n/a.

Impacted file tree graph

@@              Coverage Diff              @@
##             develop    #3233      +/-   ##
=============================================
+ Coverage      62.22%   62.24%   +0.01%     
  Complexity      1745     1745              
=============================================
  Files           1257     1257              
  Lines          42552    42552              
  Branches        6030     6030              
=============================================
+ Hits           26480    26486       +6     
+ Misses         13267    13260       -7     
- Partials        2805     2806       +1     
Impacted Files Coverage Δ Complexity Δ
...mpl/asyncexecutor/AcquireAsyncJobsDueRunnable.java 71.92% <0.00%> (+1.75%) 0.00% <0.00%> (ø%)
.../activiti/engine/impl/util/ExecutionGraphUtil.java 50.87% <0.00%> (+3.50%) 0.00% <0.00%> (ø%)
...e/impl/asyncexecutor/AcquireTimerJobsRunnable.java 78.18% <0.00%> (+5.45%) 0.00% <0.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 3849944...949598f. Read the comment docs.

codecov[bot] avatar Apr 16 '20 14:04 codecov[bot]

Codecov Report

Merging #3233 into develop will decrease coverage by 0.01%. The diff coverage is n/a.

Impacted file tree graph

@@              Coverage Diff              @@
##             develop    #3233      +/-   ##
=============================================
- Coverage      62.31%   62.29%   -0.02%     
  Complexity      1745     1745              
=============================================
  Files           1263     1263              
  Lines          42559    42559              
  Branches        6018     6018              
=============================================
- Hits           26519    26513       -6     
- Misses         13235    13241       +6     
  Partials        2805     2805              
Impacted Files Coverage Δ Complexity Δ
.../main/java/org/activiti/engine/logging/LogMDC.java 46.66% <0.00%> (-13.34%) 0.00% <0.00%> (ø%)
.../engine/impl/persistence/entity/JobEntityImpl.java 73.33% <0.00%> (-6.67%) 0.00% <0.00%> (ø%)
...e/impl/asyncexecutor/AcquireTimerJobsRunnable.java 72.72% <0.00%> (-5.46%) 0.00% <0.00%> (ø%)
...java/org/activiti/engine/impl/cmd/JobRetryCmd.java 90.00% <0.00%> (-3.34%) 0.00% <0.00%> (ø%)
...tiviti/engine/impl/interceptor/CommandContext.java 76.60% <0.00%> (-2.93%) 0.00% <0.00%> (ø%)
...java/org/activiti/engine/impl/db/DbSqlSession.java 65.49% <0.00%> (-0.31%) 0.00% <0.00%> (ø%)
.../entity/data/impl/MybatisExecutionDataManager.java 79.31% <0.00%> (+1.72%) 0.00% <0.00%> (ø%)
.../activiti/engine/impl/util/ExecutionGraphUtil.java 50.87% <0.00%> (+3.50%) 0.00% <0.00%> (ø%)
...mpl/asyncexecutor/AcquireAsyncJobsDueRunnable.java 71.92% <0.00%> (+5.26%) 0.00% <0.00%> (ø%)
...xecutionsWithSameRootProcessInstanceIdMatcher.java 37.50% <0.00%> (+12.50%) 0.00% <0.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 f62db6b...a6db9db. Read the comment docs.

codecov-io avatar Apr 23 '20 12:04 codecov-io

Codecov Report

Merging #3233 into develop will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             develop    #3233   +/-   ##
==========================================
  Coverage      61.29%   61.29%           
  Complexity      1820     1820           
==========================================
  Files           1312     1312           
  Lines          43649    43649           
  Branches        6131     6131           
==========================================
  Hits           26754    26754           
- Misses         14086    14089    +3     
+ Partials        2809     2806    -3     
Impacted Files Coverage Δ Complexity Δ
...e/impl/asyncexecutor/AcquireTimerJobsRunnable.java 72.72% <0.00%> (-5.46%) 0.00% <0.00%> (ø%)
...mpl/asyncexecutor/AcquireAsyncJobsDueRunnable.java 66.66% <0.00%> (-5.27%) 0.00% <0.00%> (ø%)
...mpl/agenda/TakeOutgoingSequenceFlowsOperation.java 89.80% <0.00%> (+1.27%) 0.00% <0.00%> (ø%)
.../entity/data/impl/MybatisExecutionDataManager.java 79.31% <0.00%> (+1.72%) 0.00% <0.00%> (ø%)
...xecutionsWithSameRootProcessInstanceIdMatcher.java 37.50% <0.00%> (+12.50%) 0.00% <0.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 8c79ac4...44239b7. Read the comment docs.

codecov-commenter avatar May 22 '20 16:05 codecov-commenter