{
  "_class" : "hudson.maven.MavenBuild",
  "actions" : [
    {
      "_class" : "hudson.maven.reporters.SurefireReport",
      "failCount" : 5,
      "skipCount" : 0,
      "totalCount" : 6,
      "urlName" : "testReport"
    },
    {
      
    },
    {
      "_class" : "hudson.maven.reporters.MavenArtifactRecord",
      "url" : "http://sing.ei.uvigo.es/dt/jenkins/job/microstories-2526-teamA/es.uvigo.esei.dgss.teamA.microstories$dgss2526-teamA-microstories-rest/57/mavenArtifacts/"
    },
    {
      
    }
  ],
  "artifacts" : [
    {
      "displayPath" : "dgss2526-teamA-microstories-rest-0.1.0-SNAPSHOT-javadoc.jar",
      "fileName" : "dgss2526-teamA-microstories-rest-0.1.0-SNAPSHOT-javadoc.jar",
      "relativePath" : "es.uvigo.esei.dgss.teamA.microstories/dgss2526-teamA-microstories-rest/0.1.0-SNAPSHOT/dgss2526-teamA-microstories-rest-0.1.0-SNAPSHOT-javadoc.jar"
    },
    {
      "displayPath" : "dgss2526-teamA-microstories-rest-0.1.0-SNAPSHOT-sources.jar",
      "fileName" : "dgss2526-teamA-microstories-rest-0.1.0-SNAPSHOT-sources.jar",
      "relativePath" : "es.uvigo.esei.dgss.teamA.microstories/dgss2526-teamA-microstories-rest/0.1.0-SNAPSHOT/dgss2526-teamA-microstories-rest-0.1.0-SNAPSHOT-sources.jar"
    },
    {
      "displayPath" : "dgss2526-teamA-microstories-rest-0.1.0-SNAPSHOT.pom",
      "fileName" : "dgss2526-teamA-microstories-rest-0.1.0-SNAPSHOT.pom",
      "relativePath" : "es.uvigo.esei.dgss.teamA.microstories/dgss2526-teamA-microstories-rest/0.1.0-SNAPSHOT/dgss2526-teamA-microstories-rest-0.1.0-SNAPSHOT.pom"
    },
    {
      "displayPath" : "dgss2526-teamA-microstories-rest-0.1.0-SNAPSHOT.war",
      "fileName" : "dgss2526-teamA-microstories-rest-0.1.0-SNAPSHOT.war",
      "relativePath" : "es.uvigo.esei.dgss.teamA.microstories/dgss2526-teamA-microstories-rest/0.1.0-SNAPSHOT/dgss2526-teamA-microstories-rest-0.1.0-SNAPSHOT.war"
    }
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#57",
  "duration" : 49696,
  "estimatedDuration" : 70905,
  "executor" : None,
  "fullDisplayName" : "microstories-2526-teamA » REST #57",
  "id" : "57",
  "keepLog" : False,
  "number" : 57,
  "queueId" : -1,
  "result" : "UNSTABLE",
  "timestamp" : 1762282093872,
  "url" : "http://sing.ei.uvigo.es/dt/jenkins/job/microstories-2526-teamA/es.uvigo.esei.dgss.teamA.microstories$dgss2526-teamA-microstories-rest/57/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.maven.FilteredChangeLogSet",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "rest/src/test/resources/datasets/stories.xml"
        ],
        "commitId" : "21ca767de17ccc36cad1cb87d9e2bffd37b2a60e",
        "timestamp" : 1762281759000,
        "author" : {
          "absoluteUrl" : "http://sing.ei.uvigo.es/dt/jenkins/user/43324098+sad8787",
          "fullName" : "43324098+sad8787"
        },
        "authorEmail" : "43324098+sad8787@users.noreply.github.com",
        "comment" : "TSK12: Añadir funcionalidad para recuperar relatos por texto (EJB)\nSe implementa en el servicio la búsqueda de relatos que contienen un\ntexto específico. La consulta permite la paginación para optimizar el\nrendimiento y limitar los resultados.\n",
        "date" : "2025-11-04 19:42:39 +0100",
        "id" : "21ca767de17ccc36cad1cb87d9e2bffd37b2a60e",
        "msg" : "TSK12: Añadir funcionalidad para recuperar relatos por texto (EJB)",
        "paths" : [
          {
            "editType" : "add",
            "file" : "rest/src/test/resources/datasets/stories.xml"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "rest/src/test/java/es/uvigo/esei/microstories/rest/StoryResourceRestTest.java"
        ],
        "commitId" : "8c29da133ee897d65cfcc36be3e2ba26b9ef7e48",
        "timestamp" : 1762281759000,
        "author" : {
          "absoluteUrl" : "http://sing.ei.uvigo.es/dt/jenkins/user/43324098+sad8787",
          "fullName" : "43324098+sad8787"
        },
        "authorEmail" : "43324098+sad8787@users.noreply.github.com",
        "comment" : "tsk8: Implements REST tests for recent stories\nThis commit introduces REST integration tests for the\n`/api/microstories/recents` endpoint, verifying that the service\ncorrectly retrieves and orders the 6 most recent stories. To ensure\nconsistent results, the timestamp handling in `StoriesDataset` and the\nXML datasets was adjusted to align with DBUnit expectations. The dataset\nfiles now use SQL-style timestamps (`yyyy-MM-dd HH:mm:ss`), and\n`StoriesDataset` uses\n`LocalDateTime` instead of `Instant.parse()` to avoid timezone\ndiscrepancies. These changes guarantee that the test data and database\nvalues are interpreted consistently across environments.\n",
        "date" : "2025-11-04 19:42:39 +0100",
        "id" : "8c29da133ee897d65cfcc36be3e2ba26b9ef7e48",
        "msg" : "tsk8: Implements REST tests for recent stories",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "rest/src/test/java/es/uvigo/esei/microstories/rest/StoryResourceRestTest.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "rest/src/test/java/es/uvigo/esei/microstories/rest/StoryResourceRestTest.java"
        ],
        "commitId" : "5cb81589b6a8855c434c5e8a8b015a2436bb1885",
        "timestamp" : 1762281759000,
        "author" : {
          "absoluteUrl" : "http://sing.ei.uvigo.es/dt/jenkins/user/43324098+sad8787",
          "fullName" : "43324098+sad8787"
        },
        "authorEmail" : "43324098+sad8787@users.noreply.github.com",
        "comment" : "tsk8: Fixes missing dataset location and adds cleanup scripts for REST\ntests\nThis commit fixes a dataset resolution error in the REST integration\ntests for the\n/api/microstories/recents endpoint. The Arquillian persistence extension\nwas unable to locate stories.xml, so the dataset file was moved to the\ndatasets/ directory, matching the framework’s default lookup path.\nAdditionally, a cleanup.sql script was introduced to clear test tables\nbetween executions, ensuring isolation and preventing residual data\nissues.\n",
        "date" : "2025-11-04 19:42:39 +0100",
        "id" : "5cb81589b6a8855c434c5e8a8b015a2436bb1885",
        "msg" : "tsk8: Fixes missing dataset location and adds cleanup scripts for REST",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "rest/src/test/java/es/uvigo/esei/microstories/rest/StoryResourceRestTest.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "service/src/test/java/es/uvigo/esei/microstories/services/StoryServiceIntegrationTest.java",
          "rest/src/test/java/es/uvigo/esei/microstories/rest/StoryResourceRestTest.java"
        ],
        "commitId" : "eb41f89a19834aed1f8e12c5ad04082ebd16d749",
        "timestamp" : 1762281788000,
        "author" : {
          "absoluteUrl" : "http://sing.ei.uvigo.es/dt/jenkins/user/43324098+sad8787",
          "fullName" : "43324098+sad8787"
        },
        "authorEmail" : "43324098+sad8787@users.noreply.github.com",
        "comment" : "tsk:12 correction of tests\n",
        "date" : "2025-11-04 19:43:08 +0100",
        "id" : "eb41f89a19834aed1f8e12c5ad04082ebd16d749",
        "msg" : "tsk:12 correction of tests",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "rest/src/test/java/es/uvigo/esei/microstories/rest/StoryResourceRestTest.java"
          },
          {
            "editType" : "edit",
            "file" : "service/src/test/java/es/uvigo/esei/microstories/services/StoryServiceIntegrationTest.java"
          }
        ]
      }
    ],
    "kind" : None
  },
  "culprits" : [
    {
      "absoluteUrl" : "http://sing.ei.uvigo.es/dt/jenkins/user/43324098+sad8787",
      "fullName" : "43324098+sad8787"
    }
  ],
  "mavenArtifacts" : {
    "url" : "http://sing.ei.uvigo.es/dt/jenkins/job/microstories-2526-teamA/es.uvigo.esei.dgss.teamA.microstories$dgss2526-teamA-microstories-rest/57/mavenArtifacts/"
  }
}