Skip to content

Commit

Permalink
remove gtest (vesoft-inc#3921)
Browse files Browse the repository at this point in the history
Co-authored-by: Doodle <13706157+critical27@users.noreply.github.com>
  • Loading branch information
darionyaphet and critical27 authored Feb 22, 2022
1 parent 7764aed commit 0963f36
Show file tree
Hide file tree
Showing 10 changed files with 0 additions and 19 deletions.
2 changes: 0 additions & 2 deletions src/clients/storage/GeneralStorageClient.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
#ifndef CLIENTS_STORAGE_GENERALSTORAGECLIENT_H_
#define CLIENTS_STORAGE_GENERALSTORAGECLIENT_H_

#include <gtest/gtest_prod.h>

#include "clients/meta/MetaClient.h"
#include "clients/storage/StorageClientBase.h"
#include "common/base/Base.h"
Expand Down
2 changes: 0 additions & 2 deletions src/clients/storage/InternalStorageClient.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
#ifndef CLIENTS_STORAGE_INTERNALSTORAGEClient_H_
#define CLIENTS_STORAGE_INTERNALSTORAGEClient_H_

#include <gtest/gtest_prod.h>

#include "clients/storage/StorageClientBase.h"
#include "common/base/Base.h"
#include "common/base/ErrorOr.h"
Expand Down
2 changes: 0 additions & 2 deletions src/clients/storage/StorageClient.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
#ifndef CLIENTS_STORAGE_STORAGECLIENT_H
#define CLIENTS_STORAGE_STORAGECLIENT_H

#include <gtest/gtest_prod.h>

#include "clients/storage/StorageClientBase.h"
#include "common/base/Base.h"
#include "common/thrift/ThriftClientManager.h"
Expand Down
2 changes: 0 additions & 2 deletions src/meta/ActiveHostsMan.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
#ifndef META_ACTIVEHOSTSMAN_H_
#define META_ACTIVEHOSTSMAN_H_

#include <gtest/gtest_prod.h>

#include "common/base/Base.h"
#include "common/utils/MetaKeyUtils.h"
#include "kvstore/KVStore.h"
Expand Down
2 changes: 0 additions & 2 deletions src/meta/processors/admin/CreateBackupProcessor.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
#ifndef META_CREATEBACKUPPROCESSOR_H_
#define META_CREATEBACKUPPROCESSOR_H_

#include <gtest/gtest_prod.h>

#include "meta/processors/BaseProcessor.h"
#include "meta/processors/admin/AdminClient.h"

Expand Down
2 changes: 0 additions & 2 deletions src/meta/processors/admin/CreateSnapshotProcessor.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
#ifndef META_CREATESNAPSHOTPROCESSOR_H_
#define META_CREATESNAPSHOTPROCESSOR_H_

#include <gtest/gtest_prod.h>

#include "meta/processors/BaseProcessor.h"
#include "meta/processors/admin/AdminClient.h"

Expand Down
2 changes: 0 additions & 2 deletions src/meta/processors/admin/DropSnapshotProcessor.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
#ifndef META_DROPSNAPSHOTPROCESSOR_H_
#define META_DROPSNAPSHOTPROCESSOR_H_

#include <gtest/gtest_prod.h>

#include "meta/processors/BaseProcessor.h"
#include "meta/processors/admin/AdminClient.h"

Expand Down
2 changes: 0 additions & 2 deletions src/meta/processors/admin/RestoreProcessor.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
#ifndef META_RESTOREPROCESSOR_H_
#define META_RESTOREPROCESSOR_H_

#include <gtest/gtest_prod.h>

#include "meta/processors/BaseProcessor.h"

namespace nebula {
Expand Down
1 change: 0 additions & 1 deletion src/meta/processors/admin/SnapShot.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
#define META_ADMIN_SNAPSHOT_H_

#include <folly/executors/CPUThreadPoolExecutor.h>
#include <gtest/gtest_prod.h>

#include "common/network/NetworkUtils.h"
#include "common/time/WallClock.h"
Expand Down
2 changes: 0 additions & 2 deletions src/storage/query/GetPropProcessor.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
#ifndef STORAGE_QUERY_GETPROPPROCESSOR_H_
#define STORAGE_QUERY_GETPROPPROCESSOR_H_

#include <gtest/gtest_prod.h>

#include "common/base/Base.h"
#include "storage/exec/StoragePlan.h"
#include "storage/query/QueryBaseProcessor.h"
Expand Down

0 comments on commit 0963f36

Please sign in to comment.