Build: #794 was successful Scheduled with changes by 4 people

Build result summary

Details

Completed
Queue duration
2 seconds
Duration
2 minutes
Labels
None
Revision
04ea19b2485edc4a7e3ed429ae5d341d526670d2 04ea19b2485edc4a7e3ed429ae5d341d526670d2
Successful since
#1 ()

Code commits

Author Commit Message Commit date
dkayiwa <kayiwadaniel@gmail.com> dkayiwa <kayiwadaniel@gmail.com> 04ea19b2485edc4a7e3ed429ae5d341d526670d2 04ea19b2485edc4a7e3ed429ae5d341d526670d2 TRUNK-5140 increase the size of the obs.value_complex column
teleivo <teleivo@users.noreply.github.com> teleivo <teleivo@users.noreply.github.com> b8cfe58bf282fd24b2906322fb56c0083576e070 b8cfe58bf282fd24b2906322fb56c0083576e070 Assert collections are empty using hamcrest
which in case the collection is not empty gives us

java.lang.AssertionError:
Expected: is an empty collection
     but: <[a]>

knowing whats in it might already give you a clue as to what went wrong
teleivo <teleivo@users.noreply.github.com> teleivo <teleivo@users.noreply.github.com> f4879ac62b4536e604d6980107ee0dd2c8cc0254 f4879ac62b4536e604d6980107ee0dd2c8cc0254 Use hasSize assertion for collections
So in case the size is not equal to one I do not only get an error
message saying you wanted the expression to be true but it was false.
Instead I want to see the actual size of the collection in this case
teleivo <teleivo@users.noreply.github.com> teleivo <teleivo@users.noreply.github.com> e9005fd8764e8e6dfa2e66ecd11bf786f83ae4a5 e9005fd8764e8e6dfa2e66ecd11bf786f83ae4a5 Use assertTrue instead of assertEquals(true, expression)
since assertTrue/assertFalse are specifically written for these assertions
achilep <you@example.com> achilep <you@example.com> 41665fd864c6b43af841d4199bfd889ab9a3faa3 41665fd864c6b43af841d4199bfd889ab9a3faa3 TRUNK-5816: Migrate api package tests to Junit 5

Jira issues

IssueDescriptionStatus
Unknown Issue TypeTRUNK-5140Could not obtain issue details from Jira
Unknown Issue TypeTRUNK-5816Could not obtain issue details from Jira
Unknown Issue TypeTRUNK-5858Could not obtain issue details from Jira
Unknown Issue TypeTRUNK-5860Could not obtain issue details from Jira