add examples and build with as many cpus as possible

This commit is contained in:
zhangzifa
2019-02-14 17:45:28 +08:00
committed by Jackson Tian
parent 01dcff0b7c
commit 5f3caa1943
24 changed files with 618 additions and 7 deletions

View File

@@ -59,7 +59,6 @@ namespace {
auto outcome = client.commonResponse(request);
const string error = "{\"errorCode\":10007,\"errorMsg\":\"body json format invalid\"}";
cout << "error: " << outcome.error().detail() << endl;
EXPECT_TRUE(outcome.error().detail() == error);
AlibabaCloud::ShutdownSdk();
}