()
| 1288 | } |
| 1289 | |
| 1290 | func (s *MetadataTestSuite) TestGetLabelsForInstanceWithCache() { |
| 1291 | // This test would require setting up the cache properly |
| 1292 | // For now, we test that it doesn't panic with empty cache |
| 1293 | instance := s.Fixtures.TestInstance |
| 1294 | labels := getLabelsForInstance(instance) |
| 1295 | s.Require().NotNil(labels) |
| 1296 | } |
| 1297 | |
| 1298 | func (s *MetadataTestSuite) TestGetLabelsForInstanceWithScaleSetAndJIT() { |
| 1299 | // Test instance with both scale set and JIT config |
nothing calls this directly
no test coverage detected