Open crobert-1 opened 7 months ago
Pinging code owners:
See Adding Labels via Comments if you do not have permissions to add labels yourself.
This issue has been inactive for 60 days. It will be closed in 60 days if there is no activity. To ping code owners by adding a component label, see Adding Labels via Comments, or if you are unsure of which component this issue relates to, please ping @open-telemetry/collector-contrib-triagers
. If this issue is still relevant, please ping the code owners or leave a comment explaining why it is still relevant. Otherwise, please close it.
This issue has been closed as inactive because it has been stale for 120 days with no activity.
=== FAIL: internal/filter TestItemCardinalityFilter_Filter (0.05s)
logger.go:146: 2024-09-17T18:06:05.980Z DEBUG Added item to cache {"seriesKey": "key1", "timestamp": "2021-10-13T20:30:00.000Z"}
logger.go:146: 2024-09-17T18:06:06.033Z DEBUG Added item to cache {"seriesKey": "key2", "timestamp": "2021-10-13T20:30:00.000Z"}
logger.go:146: 2024-09-17T18:06:06.033Z DEBUG Skip item {"seriesKey": "key3", "timestamp": "2021-10-13T20:30:00.000Z"}
logger.go:146: 2024-09-17T18:06:06.033Z DEBUG Added item to cache {"seriesKey": "key1", "timestamp": "2021-10-13T20:30:05.000Z"}
logger.go:146: 2024-09-17T18:06:06.034Z DEBUG Added item to cache {"seriesKey": "key5", "timestamp": "2021-10-13T20:30:05.000Z"}
logger.go:146: 2024-09-17T18:06:06.034Z DEBUG Added item to cache {"seriesKey": "key4", "timestamp": "2021-10-13T20:30:10.000Z"}
logger.go:146: 2024-09-17T18:06:06.034Z DEBUG Added item to cache {"seriesKey": "key6", "timestamp": "2021-10-13T20:30:10.000Z"}
testhelpers_test.go:46:
Error Trace: D:/a/opentelemetry-collector-contrib/opentelemetry-collector-contrib/receiver/googlecloudspannerreceiver/internal/filter/testhelpers_test.go:46
D:/a/opentelemetry-collector-contrib/opentelemetry-collector-contrib/receiver/googlecloudspannerreceiver/internal/filter/itemcardinality_test.go:136
Error: Not equal:
expected: 7
actual : 8
Test: TestItemCardinalityFilter_Filter
DONE 2 runs, 289 tests, 1 skipped, 1 failure in 56.590s
=== Failed
make[1]: *** [Makefile:187: receiver/googlecloudspannerreceiver] Error 2
=== FAIL: internal/filter TestItemCardinalityFilter_Filter (0.05s)
make[1]: *** Waiting for unfinished jobs....
logger.go:146: 2024-09-19T08:24:10.355Z DEBUG Added item to cache {"seriesKey": "key1", "timestamp": "2021-10-13T20:30:00.000Z"}
logger.go:146: 2024-09-19T08:24:10.408Z DEBUG Added item to cache {"seriesKey": "key2", "timestamp": "2021-10-13T20:30:00.000Z"}
logger.go:146: 2024-09-19T08:24:10.408Z DEBUG Skip item {"seriesKey": "key3", "timestamp": "2021-10-13T20:30:00.000Z"}
logger.go:146: 2024-09-19T08:24:10.408Z DEBUG Added item to cache {"seriesKey": "key1", "timestamp": "2021-10-13T20:30:05.000Z"}
logger.go:146: 2024-09-19T08:24:10.408Z DEBUG Added item to cache {"seriesKey": "key5", "timestamp": "2021-10-13T20:30:05.000Z"}
logger.go:146: 2024-09-19T08:24:10.408Z DEBUG Added item to cache {"seriesKey": "key4", "timestamp": "2021-10-13T20:30:10.000Z"}
logger.go:146: 2024-09-19T08:24:10.408Z DEBUG Added item to cache {"seriesKey": "key6", "timestamp": "2021-10-13T20:30:10.000Z"}
testhelpers_test.go:46:
Error Trace: D:/a/opentelemetry-collector-contrib/opentelemetry-collector-contrib/receiver/googlecloudspannerreceiver/internal/filter/testhelpers_test.go:46
D:/a/opentelemetry-collector-contrib/opentelemetry-collector-contrib/receiver/googlecloudspannerreceiver/internal/filter/itemcardinality_test.go:136
Error: Not equal:
expected: 7
actual : 8
Test: TestItemCardinalityFilter_Filter
The failing tests are now being skipped on Windows until someone has an opportunity to investigate and fix.
Related test failure
cc'ing code owners since the component was recently re-instated (see #35998) @dashpole @dsimil @KiranmayiB @harishbohara11
=== FAIL: internal/filter TestItemCardinalityFilter_IncludeItem (0.05s)
logger.go:146: 2024-11-01T15:56:18.350Z DEBUG Added item to cache {"seriesKey": "key1", "timestamp": "2024-11-01T15:56:18.350Z"}
logger.go:146: 2024-11-01T15:56:18.402Z DEBUG Skip item {"seriesKey": "key1", "timestamp": "2024-11-01T15:56:18.350Z"}
itemcardinality_test.go:262:
Error Trace: D:/a/opentelemetry-collector-contrib/opentelemetry-collector-contrib/receiver/googlecloudspannerreceiver/internal/filter/itemcardinality_test.go:262
Error: Should be true
Test: TestItemCardinalityFilter_IncludeItem
logger.go:146: 2024-11-01T15:56:18.402Z DEBUG Skip item {"seriesKey": "key2", "timestamp": "2024-11-01T15:56:18.350Z"}
=== FAIL: internal/filter TestItemCardinalityFilter_IncludeItem (re-run 1) (0.08s)
logger.go:146: 2024-11-01T15:56:38.993Z DEBUG Added item to cache {"seriesKey": "key1", "timestamp": "2024-11-01T15:56:38.993Z"}
logger.go:146: 2024-11-01T15:56:39.069Z DEBUG Skip item {"seriesKey": "key1", "timestamp": "2024-11-01T15:56:38.993Z"}
itemcardinality_test.go:262:
Error Trace: D:/a/opentelemetry-collector-contrib/opentelemetry-collector-contrib/receiver/googlecloudspannerreceiver/internal/filter/itemcardinality_test.go:262
Error: Should be true
Test: TestItemCardinalityFilter_IncludeItem
logger.go:146: 2024-11-01T15:56:39.069Z DEBUG Skip item {"seriesKey": "key2", "timestamp": "2024-11-01T15:56:38.993Z"}
Component(s)
receiver/googlecloudspanner
Describe the issue you're reporting
CI/CD failure link
Failure output: