Skip to content

Commit

Permalink
Add TODO item.
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelkgutierrez committed Apr 30, 2018
1 parent c79102e commit 7656fb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/trivial.cc
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ main(int argc, char **argv)
/* .hash_be = */
SDSDKV_HASHING_CH_PLACEMENT,
/* .db_type = */
// TODO(skg) Make leveldb work.
SDSDKV_DB_MAP,
/* .group_name = */
(char *)"test-group",
Expand Down Expand Up @@ -108,7 +109,6 @@ main(int argc, char **argv)
}
}
#endif
sleep(2);
//
erc = sdsdkv_destroy(dkvc);
if (erc != SDSDKV_SUCCESS) ABORT(rank, erc);
Expand Down

0 comments on commit 7656fb3

Please sign in to comment.