<testResult _class='hudson.tasks.junit.TestResult'><duration>33.425</duration><empty>false</empty><failCount>3</failCount><passCount>16</passCount><skipCount>0</skipCount><suite><case><age>0</age><className>es.uvigo.esei.microstories.services.StoryServiceIntegrationTest</className><duration>1.331</duration><failedSince>0</failedSince><name>testGetStoryById</name><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>es.uvigo.esei.microstories.services.StoryServiceIntegrationTest</className><duration>0.162</duration><failedSince>0</failedSince><name>testAddReadingLogEntryForA_Story_aux</name><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>es.uvigo.esei.microstories.services.StoryServiceIntegrationTest</className><duration>0.378</duration><failedSince>0</failedSince><name>testGetStoriesByUser_InvalidPage</name><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>es.uvigo.esei.microstories.services.StoryServiceIntegrationTest</className><duration>0.145</duration><failedSince>0</failedSince><name>testGetStoriesByUser_InvalidSize</name><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>es.uvigo.esei.microstories.services.StoryServiceIntegrationTest</className><duration>1.065</duration><failedSince>0</failedSince><name>testGetStoriesByUser_WithPagination</name><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>es.uvigo.esei.microstories.services.StoryServiceIntegrationTest</className><duration>0.199</duration><failedSince>0</failedSince><name>testGetTop2ReadStoriesLastMonthByGenre</name><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>es.uvigo.esei.microstories.services.StoryServiceIntegrationTest</className><duration>0.24</duration><failedSince>0</failedSince><name>testSearchStories_InvalidPage</name><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>es.uvigo.esei.microstories.services.StoryServiceIntegrationTest</className><duration>0.277</duration><failedSince>0</failedSince><name>testSearchStories_InvalidSize</name><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>es.uvigo.esei.microstories.services.StoryServiceIntegrationTest</className><duration>0.186</duration><failedSince>0</failedSince><name>testSearchStories_InvalidText</name><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>es.uvigo.esei.microstories.services.StoryServiceIntegrationTest</className><duration>0.124</duration><failedSince>0</failedSince><name>testGetStoryById_NotFound</name><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>es.uvigo.esei.microstories.services.StoryServiceIntegrationTest</className><duration>0.127</duration><failedSince>0</failedSince><name>getFilteredStoriesByDateWithInitialDateAfterFinalDate</name><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>es.uvigo.esei.microstories.services.StoryServiceIntegrationTest</className><duration>0.098</duration><failedSince>0</failedSince><name>getFilteredStoriesByDateWithOnlyInitialDate</name><skipped>false</skipped><status>PASSED</status></case><case><age>1</age><className>es.uvigo.esei.microstories.services.StoryServiceIntegrationTest</className><duration>0.381</duration><errorDetails>
Expected: iterable containing [Story entity with value '1' for id, , , , , ]
     but: item 0: was &lt;es.uvigo.esei.microstories.domain.entities.Story@416d351c&gt;</errorDetails><errorStackTrace>java.lang.AssertionError: 

Expected: iterable containing [Story entity with value '1' for id, , , , , ]
     but: item 0: was &lt;es.uvigo.esei.microstories.domain.entities.Story@416d351c&gt;
	at es.uvigo.esei.microstories.services.StoryServiceIntegrationTest.getFilteredStoriesByDate(StoryServiceIntegrationTest.java:189)
</errorStackTrace><failedSince>98</failedSince><name>getFilteredStoriesByDate</name><skipped>false</skipped><status>REGRESSION</status><stdout>Hibernate: select story0_.id as id1_0_, story0_.author as author6_0_, story0_.content as content2_0_, story0_.genre as genre3_0_, story0_.published_at as publishe4_0_, story0_.title as title5_0_ from story story0_ where 1=1 and story0_.published_at&gt;=? and story0_.published_at&lt;=? order by story0_.published_at DESC
Hibernate: select user0_.id as id1_3_0_, user0_.password as password2_3_0_, user0_.role as role3_3_0_, user0_.username as username4_3_0_ from user user0_ where user0_.id=?
Hibernate: select user0_.id as id1_3_0_, user0_.password as password2_3_0_, user0_.role as role3_3_0_, user0_.username as username4_3_0_ from user user0_ where user0_.id=?
Hibernate: select themes0_.story_id as story_id1_1_0_, themes0_.theme as theme2_1_0_ from story_themes themes0_ where themes0_.story_id=?
Hibernate: select themes0_.story_id as story_id1_1_0_, themes0_.theme as theme2_1_0_ from story_themes themes0_ where themes0_.story_id=?
Hibernate: select themes0_.story_id as story_id1_1_0_, themes0_.theme as theme2_1_0_ from story_themes themes0_ where themes0_.story_id=?
Hibernate: select themes0_.story_id as story_id1_1_0_, themes0_.theme as theme2_1_0_ from story_themes themes0_ where themes0_.story_id=?
Hibernate: select themes0_.story_id as story_id1_1_0_, themes0_.theme as theme2_1_0_ from story_themes themes0_ where themes0_.story_id=?
Hibernate: select themes0_.story_id as story_id1_1_0_, themes0_.theme as theme2_1_0_ from story_themes themes0_ where themes0_.story_id=?
Expected stories: [es.uvigo.esei.microstories.domain.entities.Story@22758e48, es.uvigo.esei.microstories.domain.entities.Story@7e3ef63e, es.uvigo.esei.microstories.domain.entities.Story@14211f6f, es.uvigo.esei.microstories.domain.entities.Story@160376d2, es.uvigo.esei.microstories.domain.entities.Story@188abd94, es.uvigo.esei.microstories.domain.entities.Story@110c27bd]
</stdout></case><case><age>0</age><className>es.uvigo.esei.microstories.services.StoryServiceIntegrationTest</className><duration>0.097</duration><failedSince>0</failedSince><name>testGetTop2ReadStoriesLastMonthByGenre_NoStories</name><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>es.uvigo.esei.microstories.services.StoryServiceIntegrationTest</className><duration>0.138</duration><failedSince>0</failedSince><name>getFilteredStoriesByDateWithOnlyFinalDate</name><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>es.uvigo.esei.microstories.services.StoryServiceIntegrationTest</className><duration>0.198</duration><failedSince>0</failedSince><name>testSearchStories</name><skipped>false</skipped><status>PASSED</status></case><case><age>1</age><className>es.uvigo.esei.microstories.services.StoryServiceIntegrationTest</className><duration>0.186</duration><errorDetails>
Expected: iterable containing [Story entity with value '1' for id, , , ]
     but: item 0: was &lt;es.uvigo.esei.microstories.domain.entities.Story@7b9efa17&gt;</errorDetails><errorStackTrace>java.lang.AssertionError: 

Expected: iterable containing [Story entity with value '1' for id, , , ]
     but: item 0: was &lt;es.uvigo.esei.microstories.domain.entities.Story@7b9efa17&gt;
	at es.uvigo.esei.microstories.services.StoryServiceIntegrationTest.getFilteredStoriesByGenre(StoryServiceIntegrationTest.java:146)
</errorStackTrace><failedSince>98</failedSince><name>getFilteredStoriesByGenre</name><skipped>false</skipped><status>REGRESSION</status><stdout>Hibernate: select story0_.id as id1_0_, story0_.author as author6_0_, story0_.content as content2_0_, story0_.genre as genre3_0_, story0_.published_at as publishe4_0_, story0_.title as title5_0_ from story story0_ where 1=1 and story0_.genre=? order by story0_.published_at DESC
Hibernate: select user0_.id as id1_3_0_, user0_.password as password2_3_0_, user0_.role as role3_3_0_, user0_.username as username4_3_0_ from user user0_ where user0_.id=?
Hibernate: select user0_.id as id1_3_0_, user0_.password as password2_3_0_, user0_.role as role3_3_0_, user0_.username as username4_3_0_ from user user0_ where user0_.id=?
Hibernate: select themes0_.story_id as story_id1_1_0_, themes0_.theme as theme2_1_0_ from story_themes themes0_ where themes0_.story_id=?
Hibernate: select themes0_.story_id as story_id1_1_0_, themes0_.theme as theme2_1_0_ from story_themes themes0_ where themes0_.story_id=?
Hibernate: select themes0_.story_id as story_id1_1_0_, themes0_.theme as theme2_1_0_ from story_themes themes0_ where themes0_.story_id=?
Hibernate: select themes0_.story_id as story_id1_1_0_, themes0_.theme as theme2_1_0_ from story_themes themes0_ where themes0_.story_id=?
</stdout></case><case><age>1</age><className>es.uvigo.esei.microstories.services.StoryServiceIntegrationTest</className><duration>0.197</duration><errorDetails>
Expected: iterable containing [Story entity with value '1' for id, , ]
     but: item 0: was &lt;es.uvigo.esei.microstories.domain.entities.Story@4b34f5ac&gt;</errorDetails><errorStackTrace>java.lang.AssertionError: 

Expected: iterable containing [Story entity with value '1' for id, , ]
     but: item 0: was &lt;es.uvigo.esei.microstories.domain.entities.Story@4b34f5ac&gt;
	at es.uvigo.esei.microstories.services.StoryServiceIntegrationTest.getFilteredStoriesByTheme(StoryServiceIntegrationTest.java:164)
</errorStackTrace><failedSince>98</failedSince><name>getFilteredStoriesByTheme</name><skipped>false</skipped><status>REGRESSION</status><stdout>&amp;amp#27;[33m00:29:09,287 WARN  [org.hibernate.orm.deprecation] (default task-12) HHH90000016: Found use of deprecated 'collection property' syntax in HQL/JPQL query [null.elements]; use collection function syntax instead [elements(null)].
&amp;amp#27;[0mHibernate: select story0_.id as id1_0_, story0_.author as author6_0_, story0_.content as content2_0_, story0_.genre as genre3_0_, story0_.published_at as publishe4_0_, story0_.title as title5_0_ from story story0_ where 1=1 and (? in (select themes1_.theme from story_themes themes1_ where story0_.id=themes1_.story_id)) order by story0_.published_at DESC
Hibernate: select user0_.id as id1_3_0_, user0_.password as password2_3_0_, user0_.role as role3_3_0_, user0_.username as username4_3_0_ from user user0_ where user0_.id=?
Hibernate: select user0_.id as id1_3_0_, user0_.password as password2_3_0_, user0_.role as role3_3_0_, user0_.username as username4_3_0_ from user user0_ where user0_.id=?
Hibernate: select themes0_.story_id as story_id1_1_0_, themes0_.theme as theme2_1_0_ from story_themes themes0_ where themes0_.story_id=?
Hibernate: select themes0_.story_id as story_id1_1_0_, themes0_.theme as theme2_1_0_ from story_themes themes0_ where themes0_.story_id=?
Hibernate: select themes0_.story_id as story_id1_1_0_, themes0_.theme as theme2_1_0_ from story_themes themes0_ where themes0_.story_id=?
</stdout></case><case><age>0</age><className>es.uvigo.esei.microstories.services.StoryServiceIntegrationTest</className><duration>0.161</duration><failedSince>0</failedSince><name>testGetRecentStories</name><skipped>false</skipped><status>PASSED</status></case><duration>33.425</duration><name>es.uvigo.esei.microstories.services.ServiceIntegrationTestSuite</name></suite></testResult>