Skip to content

Commit

Permalink
Resolved merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
hkadayam committed Jun 21, 2024
1 parent ac81454 commit d086b8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

class HomestoreConan(ConanFile):
name = "homestore"
version = "6.4.20"
version = "6.4.21"
homepage = "https://github.com/eBay/Homestore"
description = "HomeStore Storage Engine"
topics = ("ebay", "nublox")
Expand Down
4 changes: 1 addition & 3 deletions src/tests/test_common/homestore_test_common.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -239,9 +239,7 @@ class HSTestHelper {
for (const auto& name : devs) {
// TODO:: Add support for fast and data devices in device_list
token.devs_.emplace_back(name,
token.devs_.empty()
? homestore::HSDevType::Fast
: homestore::HSDevType::Data); // First device is fast device
homestore::HSDevType::Data); // First device is fast device
}
} else {
LOGINFO("Taking input dev_list: {}",
Expand Down

0 comments on commit d086b8f

Please sign in to comment.