tarantool / vshard

The new generation of sharding based on virtual buckets
Other
100 stars 30 forks source link

flaky test: router/reconnect_to_master #304

Closed Gerold103 closed 2 years ago

Gerold103 commented 2 years ago
router/reconnect_to_master.test.lua                             [ fail ]
93

94
Test failed! Result content mismatch:
95
--- router/reconnect_to_master.result   Sun Oct 31 11:08:43 2021
96
+++ /home/runner/work/tarantool/tarantool/test/var/rejects/router/reconnect_to_master.reject    Sun Oct 31 11:12:01 2021
97
@@ -92,7 +92,7 @@
98
 ...
99
 count_known_buckets()
100
 ---
101
-- 10
102
+- 0
103
 ...
104
 fiber = require('fiber')
105
 ---
106

107
Last 15 lines of Tarantool Log file [Instance "test"][/home/runner/work/tarantool/tarantool/test/var/001_router/test.log]:
108
2021-10-31 11:11:53.901 [4694] main/149/console/::1:51012 I> Slaves are connected to a master "storage_1_a"
109
2021-10-31 11:11:53.901 [4694] main/149/console/::1:51012 I> Waiting until slaves are connected to a master
110
2021-10-31 11:11:54.006 [4694] main/149/console/::1:51012 I> Slaves are connected to a master "storage_2_a"
111
2021-10-31 11:11:55.007 [4694] main/155/console/::1:51380 I> Waiting until slaves are connected to a master
112
2021-10-31 11:11:55.012 [4694] main/155/console/::1:51380 I> Slaves are connected to a master "storage_1_a"
113
2021-10-31 11:11:55.012 [4694] main/155/console/::1:51380 I> Waiting until slaves are connected to a master
114
2021-10-31 11:11:55.118 [4694] main/155/console/::1:51380 I> Slaves are connected to a master "storage_2_a"
115
2021-10-31 11:11:57.246 [4694] main/161/console/::1:52384 I> Waiting until slaves are connected to a master
116
2021-10-31 11:11:57.251 [4694] main/161/console/::1:52384 I> Slaves are connected to a master "storage_1_a"
117
2021-10-31 11:11:57.251 [4694] main/161/console/::1:52384 I> Waiting until slaves are connected to a master
118
2021-10-31 11:11:57.356 [4694] main/161/console/::1:52384 I> Slaves are connected to a master "storage_2_a"
119
2021-10-31 11:11:58.485 [4694] main/167/console/::1:54326 I> Waiting until slaves are connected to a master
120
2021-10-31 11:11:58.489 [4694] main/167/console/::1:54326 I> Slaves are connected to a master "storage_1_a"
121
2021-10-31 11:11:58.490 [4694] main/167/console/::1:54326 I> Waiting until slaves are connected to a master
122
2021-10-31 11:11:58.595 [4694] main/167/console/::1:54326 I> Slaves are connected to a master "storage_2_a"
123
Reproduce file /home/runner/work/tarantool/tarantool/test/var/reproduce/001_router.list.yaml
124
---
125
- [router/boot_replica_first.test.lua, null]
126
- [router/complex_call.test.lua, null]
127
- [router/empty_cluster.test.lua, null]
128
- [router/exponential_timeout.test.lua, null]
129
- [router/garbage_collector.test.lua, null]
130
- [router/map-reduce.test.lua, null]
131
- [router/master_discovery.test.lua, null]
132
- [router/reconnect_to_master.test.lua, null]
133
...