Skip to content

Commit

Permalink
adjust testcase order
Browse files Browse the repository at this point in the history
  • Loading branch information
TTTTTAAAAAKKKKEEEENNNN committed Jun 7, 2021
1 parent f91852d commit 9fc57de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/allinone.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ TEST_ITEM_START
TEST_ITEM("Test for string characteristics", testStringEqual)
TEST_ITEM("Read&Write file test", testReadWriteFile)
TEST_ITEM("GetFileSize, should work well", testGetFileSize)
TEST_ITEM("Test get instances with predicate(testRandomByWeightSelector)", testRandomByWeightSelector)
TEST_ITEM("Check whether file exists or not", testFileExists)
TEST_ITEM("Create&Remove file", testCreateAndRemove)
TEST_ITEM("Create a directory with subdirectories, and clean it", testCleanDirectory)
Expand All @@ -171,6 +172,7 @@ TEST_ITEM_START
TEST_ITEM("Smoke test for ThreadPool", testThreadPoolSmoke)
TEST_ITEM("Test basic function of NacosNamingService's registerService", testNamingServiceRegister)
TEST_ITEM("Test serialization/deserialization of Business Object", testString2ServiceInfo)
TEST_ITEM("Test get instances with predicate(Randomly)", testInstanceSelectors)
TEST_ITEM("Test serialization/deserialization of malformed Business Object", testMalformedJson2ServiceInfo)
TEST_ITEM("Test serialization/deserialization of malformed Business Object (Double)", testMalformedDouble2ServiceInfo)
TEST_ITEM("Test serialization/deserialization of malformed Business Object (no cacheMillis)", testLackcacheMillisServiceInfo)
Expand All @@ -185,8 +187,6 @@ TEST_ITEM_START
TEST_ITEM("Register many services and get one", testGetAllInstances)
TEST_ITEM("Subscribe & unsubscribe services", testListenService)
TEST_ITEM("Test get all service names", testGetServiceNames)
TEST_ITEM("Test get instances with predicate(Randomly)", testInstanceSelectors)
TEST_ITEM("Test get instances with predicate(testRandomByWeightSelector)", testRandomByWeightSelector)
TEST_ITEM("Smoking test of ThreadLocal", testThreadLocal)
TEST_ITEM("Smoking test of ThreadLocal(pointer)", testThreadLocalPtr)
TEST_ITEM("Smoking test of ThreadLocal(pointer with initializer)", testThreadLocalPtrWithInitializer)
Expand Down

0 comments on commit 9fc57de

Please sign in to comment.