(self)
| 249 | |
| 250 | @test_case(number=15_000) |
| 251 | def get_by_key_recreate(self): |
| 252 | self.init_objects() |
| 253 | row = self.row_map |
| 254 | for _ in range(25): |
| 255 | row["a"] |
| 256 | l_row = self.row_long_map |
| 257 | for _ in range(25): |
| 258 | l_row["f"] |
| 259 | l_row["o"] |
| 260 | l_row["r"] |
| 261 | l_row["t"] |
| 262 | l_row["y"] |
| 263 | l_row["t"] |
| 264 | l_row["w"] |
| 265 | l_row["o"] |
| 266 | |
| 267 | @test_case(number=15_000) |
| 268 | def get_by_key_recreate2(self): |
nothing calls this directly
no test coverage detected