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

controle module #688

Merged
merged 22 commits into from
Nov 14, 2019
Merged

controle module #688

merged 22 commits into from
Nov 14, 2019

Conversation

mprins
Copy link
Member

@mprins mprins commented Aug 27, 2019

todo

@mprins mprins added this to the 2.0.0 milestone Aug 27, 2019
@mprins mprins force-pushed the feat/controleModule branch 2 times, most recently from f23fff1 to 55b0e2f Compare October 4, 2019 12:01
@B3Partners B3Partners deleted a comment from lgtm-com bot Oct 25, 2019
@B3Partners B3Partners deleted a comment from lgtm-com bot Oct 25, 2019
@B3Partners B3Partners deleted a comment from lgtm-com bot Oct 25, 2019
@B3Partners B3Partners deleted a comment from lgtm-com bot Oct 25, 2019
@mprins mprins self-assigned this Oct 25, 2019
@codecov-io
Copy link

codecov-io commented Nov 4, 2019

Codecov Report

Merging #688 into master will decrease coverage by 0.37%.
The diff coverage is 28.4%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #688      +/-   ##
============================================
- Coverage     30.73%   30.36%   -0.38%     
- Complexity      805      811       +6     
============================================
  Files           319      327       +8     
  Lines         14965    15471     +506     
  Branches       1424     1460      +36     
============================================
+ Hits           4600     4697      +97     
- Misses         9937    10334     +397     
- Partials        428      440      +12
Impacted Files Coverage Δ Complexity Δ
...brmo/service/scanner/AbstractExecutableProces.java 6.81% <0%> (+6.81%) 0 <0> (ø) ⬇️
.../nl/b3p/brmo/service/scanner/ProcesExecutable.java 0% <0%> (ø) 0 <0> (ø) ⬇️
.../nl/b3p/brmo/loader/checks/AfgiftelijstReport.java 0% <0%> (ø) 0 <0> (?)
...va/nl/b3p/brmo/persistence/staging/LaadProces.java 9.23% <0%> (-0.45%) 2 <0> (ø)
...rc/main/java/nl/b3p/brmo/loader/BrmoFramework.java 41.76% <0%> (+4.11%) 0 <0> (ø) ⬇️
...java/nl/b3p/brmo/loader/checks/AfgifteChecker.java 0% <0%> (ø) 0 <0> (?)
...p/brmo/service/stripes/OphaalConfigActionBean.java 0% <0%> (ø) 0 <0> (ø) ⬇️
...ne/src/main/java/nl/b3p/brmo/commandline/Main.java 0% <0%> (ø) 0 <0> (ø) ⬇️
.../stripes/AfgifteNummerScanUitvoerenActionBean.java 0% <0%> (ø) 0 <0> (?)
.../b3p/brmo/service/scanner/BRKDirectoryScanner.java 0% <0%> (ø) 0 <0> (ø) ⬇️
... and 28 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 1a93b69...0b2c33d. Read the comment docs.

@mprins mprins changed the title WIP controle module controle module Nov 12, 2019
@mprins mprins marked this pull request as ready for review November 12, 2019 13:36
@mprins mprins requested a review from mtoonen November 12, 2019 13:36
@mprins
Copy link
Member Author

mprins commented Nov 12, 2019

brmo-service test failures tegen oracle:

nl.b3p.brmo.service.stripes.AdvancedFunctionsActionBeanIntegrationTest.testReplayBRKVerwijderBerichten[0: verwerken bestand: /gh-issue-260/staging-flat.xml]
nl.b3p.brmo.service.stripes.AdvancedFunctionsActionBeanIntegrationTest.testReplayBRKVerwijderBerichten[1: verwerken bestand: /gh-issue-260/staging-flat-4.xml]
nl.b3p.brmo.service.stripes.BRKComfortAdresUpdatesIntegrationTest.testSnelleUpdate[0: verwerken bestanden: /GH557-brk-comfort-adres/staging-flat.xml en /GH557-brk-comfort-adres/rsgb-flat.xml]
nl.b3p.brmo.service.stripes.BRKComfortAdresUpdatesIntegrationTest.testSnelleUpdate[1: verwerken bestanden: /GH557-brk-comfort-adres/staging-flat-postbus.xml en /GH557-brk-comfort-adres/rsgb-flat-postbus.xml]

Op Travis gaan een aantal tests mis vanwege NPE's

op windows/appveyor vergelijkbare fouten:

[INFO] 
[INFO] Results:
[INFO] 
[ERROR] Failures: 
[ERROR]   BRKComfortAdresUpdatesIntegrationTest.testSnelleUpdate:213 'adres_binnenland' is 'null'
[ERROR]   BRKComfortAdresUpdatesIntegrationTest.testSnelleUpdate:213 'adres_binnenland' is 'null'
[ERROR]   UpdateBeginDatumZakRechtIntegrationTest.runUpdate:197 Ingangsdatum recht is niet gevuld
[INFO] 
[ERROR] Tests run: 46, Failures: 3, Errors: 0, Skipped: 1
[INFO] 
[INFO] 

lokaal gaan alle testsuites goed

was [omdat sql server geen distinct op een 'text' kolom kan doen halen we alles op en doen we distinct + sorteren aan de java kant]

 💣
@mprins mprins merged commit 99f80d6 into master Nov 14, 2019
@mprins mprins deleted the feat/controleModule branch November 14, 2019 08:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants