thelabdude opened a new issue #196: URL: https://github.com/apache/lucene-solr-operator/issues/196
From my PR https://github.com/apache/lucene-solr-operator/pull/195 which shouldn't have any impact on tests: ``` 2021-01-22T15:26:12.8765061Z --- FAIL: TestMetricsReconcileWithUserProvidedConfig (1.36s) 2021-01-22T15:26:12.8765624Z controller_utils_test.go:210: 2021-01-22T15:26:12.8766009Z Error Trace: controller_utils_test.go:210 2021-01-22T15:26:12.8766448Z solrprometheusexporter_controller_test.go:666 2021-01-22T15:26:12.8766837Z Error: Not equal: 2021-01-22T15:26:12.8767344Z expected: map[string]string{"solr.apache.org/exporterConfigXmlMd5":"8703af5bf925eceae3feda704cfa8411"} 2021-01-22T15:26:12.8768149Z actual : map[string]string{"solr.apache.org/exporterConfigXmlMd5":"7fbc8424eab044dca4a00dad7b3819dd"} 2021-01-22T15:26:12.8768609Z 2021-01-22T15:26:12.8768879Z Diff: 2021-01-22T15:26:12.8769416Z --- Expected 2021-01-22T15:26:12.8769705Z +++ Actual 2021-01-22T15:26:12.8770155Z @@ -1,3 +1,3 @@ 2021-01-22T15:26:12.8770479Z (map[string]string) (len=1) { 2021-01-22T15:26:12.8771394Z - (string) (len=36) "solr.apache.org/exporterConfigXmlMd5": (string) (len=32) "8703af5bf925eceae3feda704cfa8411" 2021-01-22T15:26:12.8772071Z + (string) (len=36) "solr.apache.org/exporterConfigXmlMd5": (string) (len=32) "7fbc8424eab044dca4a00dad7b3819dd" 2021-01-22T15:26:12.8772545Z } 2021-01-22T15:26:12.8772962Z Test: TestMetricsReconcileWithUserProvidedConfig 2021-01-22T15:26:12.8773492Z Messages: Expected and found pod annotations are not the same 2021-01-22T15:26:12.8773829Z FAIL 2021-01-22T15:26:12.8774152Z coverage: 52.8% of statements 2021-01-22T15:26:12.8774763Z FAIL github.com/apache/lucene-solr-operator/controllers 30.823s 2021-01-22T15:26:12.8775505Z ok github.com/apache/lucene-solr-operator/controllers/util 0.018s coverage: 10.7% of statements 2021-01-22T15:26:12.8776272Z ? github.com/apache/lucene-solr-operator/controllers/util/solr_api [no test files] 2021-01-22T15:26:12.8776653Z FAIL 2021-01-22T15:26:12.8776976Z make: *** [test] Error 1 2021-01-22T15:26:12.8777461Z Makefile:52: recipe for target 'test' failed 2021-01-22T15:26:12.8780171Z ##[error]Process completed with exit code 2. ``` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org