Skip to content
This repository was archived by the owner on Jul 22, 2026. It is now read-only.
This repository was archived by the owner on Jul 22, 2026. It is now read-only.

7 Junit tests are failing  #12

Description

@boundless29

HI,

I ran this OOTB code. I am seeing 7 failures. Any idea why these 7 tests are failing. Your help is highly appreciated.

com.guidewire.cda.SavepointsProcessorTest > Testing SavepointsProcessor functionality SavepointsProcessor.checkExists test when savepoints directory
exists, and check if the savepoints json file exists FAILED
java.net.URISyntaxException

com.guidewire.cda.SavepointsProcessorTest > Testing SavepointsProcessor functionality SavepointsProcessor.readSavepoints should read savepoints from
a savepoints.json file in a given directory, or return empty Map if no savepoints file exist FAILED
java.net.URISyntaxException

com.guidewire.cda.SavepointsProcessorTest > Testing SavepointsProcessor functionality SavepointsProcessor.getSavepoints should get a savepoint for a
table from a savepoints.json file, which is an Option FAILED
java.net.URISyntaxException

com.guidewire.cda.SavepointsProcessorTest > Testing SavepointsProcessor functionality SavepointsProcessor.writeSavepoints should write the lastSucce
ssfulReadTimestamps to a savepoints.json file FAILED
java.net.URISyntaxException

com.guidewire.cda.SavepointsProcessorTest > Testing SavepointsProcessor functionality SavepointsProcessor.writeSavepoints should allow savepoint ent
ry to be updated multiple times, for the same table FAILED
java.net.URISyntaxException

com.guidewire.cda.TableReaderTest > Testing TableReader functionality TableReader.getFingerprintsWithUnprocessedRecords should retain all fingerprin
ts if no savepoint data exists FAILED
java.net.URISyntaxException

gw.cda.api.outputwriter.LocalOutputWriterTest > initializationError FAILED
org.scalatest.exceptions.NotAllowedException at LocalOutputWriterTest.scala:69
Caused by: java.net.URISyntaxException at LocalOutputWriterTest.scala:69

36 tests completed, 7 failed

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinggood first issueGood for newcomers

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions