aboutsummaryrefslogtreecommitdiffstats
path: root/datarouter-prov/src/test/java
AgeCommit message (Collapse)AuthorFilesLines
2019-07-17Authz unit test and code cleanupefiacor1-0/+134
Change-Id: I5c6a099ca4e6479df37505aa6bc645d8a26a42e1 Issue-ID: DMAAP-1226 Signed-off-by: efiacor <fiachra.corcoran@est.tech>
2019-07-10Adding more DR-Node unit testsefiacor3-32/+79
Change-Id: I57b1c7aa678188136ecf84be53e0811908091f1a Issue-ID: DMAAP-1226 Signed-off-by: efiacor <fiachra.corcoran@est.tech>
2019-07-05Adding more unit tests for DRefiacor1-17/+16
Change-Id: I302c3172957770116e770c5916b54c5f32ff3b44 Issue-ID: DMAAP-1226 Signed-off-by: efiacor <fiachra.corcoran@est.tech>
2019-06-25Adding to unit test coverageefiacor2-1/+213
Change-Id: Id8d07c94bb70952fb317bfc7824fc0d587087468 Issue-ID: DMAAP-1203 Signed-off-by: efiacor <fiachra.corcoran@est.tech>
2019-04-26Add syntax check before pushing codeeconwar1-13/+0
Checks whole file (with changes) for code style violations If you can't fix these violations you can use the --no-verify option Issue-ID: DMAAP-1173 Change-Id: If97f90685836cec7fa3febb450f6f8ce844272f3 Signed-off-by: econwar <conor.ward@est.tech>
2019-04-08update DR logging to log under one systemEmmettCox3-5/+2
Change-Id: I7e21a9c698e49601b090cee350c5a5cc7deb8315 Issue-ID: DMAAP-1050 Signed-off-by: EmmettCox <emmett.cox@est.tech>
2019-04-03Update for LogfileLoader Unit Testesobmar1-23/+14
Change-Id: I584837b7e730985085f7817044dc80511f81be02 Issue-ID: DMAAP-1105 Signed-off-by: esobmar <mariusz.sobucki@est.tech>
2019-04-02Updates for LogfileLoader unit testesobmar1-12/+0
Change-Id: I0b3cd05bcff9c7dc2beb512ec212fed8440e586d Issue-ID: DMAAP-1105 Signed-off-by: esobmar <mariusz.sobucki@est.tech>
2019-04-01Merge "DR AAF CADI integration"Conor Ward6-213/+798
2019-03-27Updates for LogfileLoaderTest.javaesobmar1-26/+34
Change-Id: Ib5de247a551725cf2334ce3999ce2a01b40a4de6 Issue-ID: DMAAP-1105 Signed-off-by: esobmar <mariusz.sobucki@est.tech>
2019-03-26DR AAF CADI integrationefiacor6-213/+798
Change-Id: I01548882f813e4029dddf7ddee2af12472163761 Issue-ID: DMAAP-1016 Signed-off-by: efiacor <fiachra.corcoran@est.tech>
2019-03-25UnitTests for LogFileLoaderesobmar1-0/+130
Change-Id: Ia941feafa211b8c2965120ab48b159c26a550f81 Issue-ID: DMAAP-1105 Signed-off-by: esobmar <mariusz.sobucki@est.tech>
2019-03-22add additional unit tests for feedEmmettCox1-4/+73
Change-Id: Ic9346b1af0ad0ad845e5d001bc3ee23e128417dc Issue-ID: DMAAP-1119 Signed-off-by: EmmettCox <emmett.cox@est.tech>
2019-03-22fix issue in LogRecord unit testsEmmettCox1-32/+27
Change-Id: Ie3786b4a6aa56177e7157a4c1b595ecdbbc4fc71 Issue-ID: DMAAP-1104 Signed-off-by: EmmettCox <emmett.cox@est.tech>
2019-03-21LogRecord unit testingEmmettCox1-0/+116
Change-Id: Id5aa288aaf9f45af50a4479f52f5fe9702abbd67 Issue-ID: DMAAP-1104 Signed-off-by: EmmettCox <emmett.cox@est.tech>
2019-03-13Adding decompression option for user to a feed.edepaul2-0/+9
Change-Id: I2276d109fd65052cc043cdc2c7b4eb10655a0ac3 Issue-ID: DMAAP-1043 Signed-off-by: edepaul <paul.p.dennehy@est.tech>
2019-02-18Allow LogServlet to query based upon FilenameEmmettCox1-5/+39
Documentation updates for filename Query on LogServlet Change-Id: I22036c42e202831766a7968bd434340cfcb6c2f5 Issue-ID: DMAAP-1022 Issue-ID: DMAAP-1029 Signed-off-by: EmmettCox <emmett.cox@est.tech>
2019-02-14Add optional API for PM Mappereconwar2-5/+7
Added new field to Subscriber class to keep files after published Added new Delete endpoint so that file can then be deleted Change-Id: Id72da67689a7ceda8ddd4997cd6349b981cb1cdb Issue-ID: DMAAP-981 Signed-off-by: econwar <conor.ward@est.tech>
2019-02-06Replace ATT headers2.0.0egernug6-36/+36
Change-Id: I27b9240e33381b91c40c21a04f7ec6bdb7c16ce0 Issue-ID: DMAAP-997 Signed-off-by: egernug <gerard.nugent@est.tech>
2019-02-05adding FILENAME value to LOG_RECORDS table.EmmettCox1-0/+2
Change-Id: Iea49d196f324b3a03a18d3d2084e5f6c7ad226ea Issue-ID: DMAAP-1022 Signed-off-by: EmmettCox <emmett.cox@est.tech>
2019-01-31Add RequestId and InvocationId to DREmmettCox9-17/+182
Change-Id: I42575123396ce4b07c824846a8b2b3ca49dfbd85 Issue-ID: DMAAP-941 Signed-off-by: EmmettCox <emmett.cox@est.tech>
2018-10-11Update oparent POM version to 1.2.1Fiachra Corcoran1-1/+1
Change-Id: I557c32bae98488d57d94976ef1c964176517fb8c Signed-off-by: Fiachra Corcoran <fiachra.corcoran@ericsson.com> Issue-ID: DMAAP-843
2018-09-12Unit Tests RouteServletTestesobmar1-194/+55
Change-Id: Ic97670397329d02e861569421f01461cd204806e Signed-off-by: Mariusz Sobucki <mariusz.sobucki@ericsson.com> Issue-ID: DMAAP-101
2018-09-10unit tests for feed beanEmmett Cox2-0/+120
Change-Id: Ib97db321e24b609c4baa7dd0783431ead18198a5 Signed-off-by: Emmett Cox <emmett.cox@ericsson.com> Issue-ID: DMAAP-101
2018-09-07Merge "unit test for StastisticsServlet with db"Ram Koya1-25/+42
2018-09-06unit test for StastisticsServlet with dbEmmett Cox1-25/+42
Change-Id: I32ed948f2485d13605d58fadef72903b05ca57f5 Signed-off-by: Emmett Cox <emmett.cox@ericsson.com> Issue-ID: DMAAP-101
2018-09-06refactor FeedServletTest to use DBEmmett Cox2-53/+68
Change-Id: I145f053c5fb9b8537eb73a83e57485bf32a3357a Signed-off-by: Emmett Cox <emmett.cox@ericsson.com> Issue-ID: DMAAP-101
2018-09-05Unit Tests InternalServletTestesobmar1-82/+39
Change-Id: I81a2912f8ec5834117dccded71aa719dc0c2a46f Signed-off-by: Mariusz Sobucki <mariusz.sobucki@ericsson.com> Issue-ID: DMAAP-101
2018-09-04Refactor SubServletTest to use DBeconwar1-50/+51
Change-Id: Iad4e51a2b65c00722a3e39536fc789511c11ef8a Signed-off-by: Conor Ward <conor.ward@ericsson.com> Issue-ID: DMAAP-101
2018-09-04Merge "Refactor GroupServletTest to use DB"Ram Koya1-57/+56
2018-09-04DB reworking for PublishServletTestEmmett Cox1-76/+36
Change-Id: Ie6dc40d2eb1533c1eef637ea7e2683556bb4f4a7 Signed-off-by: Emmett Cox <emmett.cox@ericsson.com> Issue-ID: DMAAP-101
2018-09-04Refactor GroupServletTest to use DBeconwar1-57/+56
Change-Id: I3ad4862047b8e26c8671d339bf8c4b4a9364fd91 Signed-off-by: Conor Ward <conor.ward@ericsson.com> Issue-ID: DMAAP-101
2018-09-04Refactor LogServletTest to use DBesobmar1-29/+33
Change-Id: I42623a0650877fa9747a2f2983b0512bec616437 Signed-off-by: Mariusz Sobucki <mariusz.sobucki@ericsson.com> Issue-ID: DMAAP-101
2018-08-31Merge "Add Tests to LOGJSONObjectTest"Ram Koya2-7/+39
2018-08-31Add Tests to LOGJSONObjectTestKyle Stewart2-7/+39
Change-Id: I3443adf93cc36920a5b87093337909172e49c59c Signed-off-by: Kyle Stewart <kyle.stewart@ericsson.com> Issue-ID: DMAAP-101
2018-08-31Merge "Unit tests for ExpiryRecord"Ram Koya1-0/+95
2018-08-31Merge "Unit tests for DeliveryRecord"Ram Koya1-0/+93
2018-08-31Merge "Unit Test for PubFailRecord"Ram Koya1-0/+50
2018-08-31Add in memory DB to test Groupeconwar1-51/+69
Change-Id: Ibfcd6044151c5b55263c701baf8619c7a15235ff Signed-off-by: Conor Ward <conor.ward@ericsson.com> Issue-ID: DMAAP-101
2018-08-30Unit Test for PubFailRecordesobmar1-0/+50
Change-Id: I14b2bd82e52c33d4ec5bcff23c47133f7052a70c Signed-off-by: Mariusz Sobucki <mariusz.sobucki@ericsson.com> Issue-ID: DMAAP-101
2018-08-30Unit tests for DeliveryRecordEmmett Cox1-0/+93
Change-Id: I97443e2abe8aec654e7085d1126679de456ae265 Signed-off-by: Emmett Cox <emmett.cox@ericsson.com> Issue-ID: DMAAP-101
2018-08-30Add Tests to InternalServletTesteconwar2-6/+39
Change-Id: I836844b6b1f8779c5fb631fcf6593b798a09b599 Signed-off-by: Conor Ward <conor.ward@ericsson.com> Issue-ID: DMAAP-101
2018-08-29preliminary AAF changes for DRRonan Keogh9-30/+77
Change-Id: I526648c42f8205c0f09b3c077aa1203e336f4f5f Issue-ID: DMAAP-558 Signed-off-by: Ronan Keogh <ronan.keogh@ericsson.com>
2018-08-29Unit tests for ExpiryRecordEmmett Cox1-0/+95
Change-Id: I03af7430b696c128cb587f5639c6ef4ad26d4210 Signed-off-by: Emmett Cox <emmett.cox@ericsson.com> Issue-ID: DMAAP-101
2018-08-29Merge "Add Unit Tests for RLEBitSet Issue-ID: DMAAP-101"Ram Koya1-0/+172
2018-08-29Merge "Unit tests for ThrottleFilter"Ram Koya1-0/+218
2018-08-29Merge "Add BaseLogRecord Unit Tests"Ram Koya1-0/+83
2018-08-29Merge "Add PublishRecord Unit Tests"Ram Koya1-0/+77
2018-08-29Merge "Add IngressRoute Unit Tests"Ram Koya1-0/+88
2018-08-29Merge "Make StatisticsTests test real methods"Ram Koya1-0/+5