Rework tests that shouldn’t raise exceptions
This commit is contained in:
parent
86bc945666
commit
aae9887f57
@ -22,8 +22,6 @@ class DbAccessor;
|
|||||||
}
|
}
|
||||||
|
|
||||||
namespace memgraph::storage {
|
namespace memgraph::storage {
|
||||||
constexpr bool kDoSkipCommit = true;
|
|
||||||
|
|
||||||
struct TextIndexData {
|
struct TextIndexData {
|
||||||
mgcxx::text_search::Context context_;
|
mgcxx::text_search::Context context_;
|
||||||
LabelId scope_;
|
LabelId scope_;
|
||||||
@ -31,6 +29,8 @@ struct TextIndexData {
|
|||||||
|
|
||||||
class TextIndex {
|
class TextIndex {
|
||||||
private:
|
private:
|
||||||
|
static constexpr bool kDoSkipCommit = true;
|
||||||
|
|
||||||
void CreateEmptyIndex(const std::string &index_name, LabelId label);
|
void CreateEmptyIndex(const std::string &index_name, LabelId label);
|
||||||
|
|
||||||
template <typename T>
|
template <typename T>
|
||||||
|
Loading…
Reference in New Issue
Block a user