Skip to content

Commit

Permalink
GEODE-9082: Replace naming context from old ITs (#777)
Browse files Browse the repository at this point in the history
- Remove ACE naming context and replace it with a shared stated for the
   test framework runtime and a shared managed state to share info within
   tests.
 - Removed several files unused from the testing framework, like BB code
   or performance code.
 - Also, given performance code is no longer used testFwPerf old IT has
   been removed.
  • Loading branch information
gaussianrecurrence authored Apr 22, 2021
1 parent de33258 commit 2f00d44
Show file tree
Hide file tree
Showing 30 changed files with 308 additions and 5,057 deletions.
289 changes: 0 additions & 289 deletions cppcache/integration-test/BBNamingContext.cpp

This file was deleted.

62 changes: 0 additions & 62 deletions cppcache/integration-test/BBNamingContext.hpp

This file was deleted.

1 change: 0 additions & 1 deletion cppcache/integration-test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ project(nativeclient.tests.cppcache LANGUAGES CXX)

add_library(test-cppcache-utils STATIC
fw_dunit.cpp
BBNamingContext.cpp
CacheHelper.cpp
CacheableWrapper.cpp
)
Expand Down
Loading

0 comments on commit 2f00d44

Please sign in to comment.