1
0
mirror of https://github.com/go-micro/go-micro.git synced 2025-06-12 22:07:47 +02:00
Commit Graph

9 Commits

Author SHA1 Message Date
ab692ff590 remove mock data from memory registry
memory registry can be used as fast inprocess registry,
so mock data needs to be in tests only

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
2019-06-13 00:51:56 +03:00
4035ab5c7b Change go-log links 2019-05-31 00:38:05 +01:00
7b89b36e37 add benchmarks 2019-01-16 18:54:43 +00:00
39c24baca9 rename mock things to memory 2019-01-14 15:27:25 +00:00
2a2ad553a1 reorder testing functions 2018-05-25 14:39:50 +01:00
a941a4772b parallel test causes deadlock 2018-03-13 18:50:58 +00:00
cbbf9f7e3b [test] service.TestService: run subtest in parallel
Reason: the t.Fatalf and t.Fatal must be invoked by test routine, not by
other routine, or the the test will not stopped [1].

[1] megacheck SA2002
2018-03-13 18:12:42 +07:00
c9b40cb33b switch to stdlib context 2018-03-03 11:53:52 +00:00
942985ce51 add service test and shutdown based on context 2017-01-07 14:52:23 +00:00