Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upImprove RecordRDD.scala test coverage #67
Comments
ruebot
added
the
tests
label
Oct 2, 2017
ruebot
added this to To Do
in Test coverage
Oct 2, 2017
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment
Hide comment
Partially addressed with: 065fb6f |
greebie
referenced this issue
Oct 18, 2017
Merged
Improve coverage for issue-67 (RecordRDD.scala) #99
added a commit
that referenced
this issue
Oct 18, 2017
added a commit
that referenced
this issue
Oct 19, 2017
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment
Hide comment
Partially addressed with: a539a1c |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment
Hide comment
greebie
Oct 19, 2017
Contributor
I've tried two methods so far of creating "false" ArchiveRecord RDDs and both failed.
- call a broken ARC file -- does not work because it will not load a broken file.
- create a mock ArchiveRecord -- does not work because Mocks will not work deeply, and ArchiveRecord extends Serializable.
Two methods I have not tried, but may in future:
- Create an Object that extends the ArchiveRecord trait.
- Create a function to create an archive record from a list or string and use this to test.
I've tried two methods so far of creating "false" ArchiveRecord RDDs and both failed.
Two methods I have not tried, but may in future:
|
ruebot
added
the
URA-Task
label
Feb 5, 2018
ruebot
added
the
wontfix
label
Aug 10, 2018
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment
Hide comment
|
ruebot
closed this
Aug 10, 2018
ruebot
moved this from To Do
to Done
in Test coverage
Aug 13, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ruebot commentedOct 2, 2017
RecordRDD.scala
test coverage can be improved.