Use ASSERT_EQ rather than CHECK_EQ in the socket tests
authorChristopher Dykes <cdykes@fb.com>
Wed, 9 Nov 2016 19:20:55 +0000 (11:20 -0800)
committerFacebook Github Bot <facebook-github-bot-bot@fb.com>
Wed, 9 Nov 2016 19:23:29 +0000 (11:23 -0800)
commitc1c9a06b9583c57ce3d0269925238f4f6f63b3cb
treed81cc3dc2ccc93a9dae510a195983a4b2f388c08
parentd25ca56fb1d6d74ba958d868d9c884b5401ae396
Use ASSERT_EQ rather than CHECK_EQ in the socket tests

Summary: Because `CHECK_EQ` is a fatal error, and makes it impossible to keep running the other tests if it fails, even if it was just a timeout.

Reviewed By: yfeldblum

Differential Revision: D4151084

fbshipit-source-id: db88dc2ef875e5d1fe31792f26a3dc2d223ded5e
folly/io/async/test/AsyncSocketTest2.cpp