You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2021/12/09 11:22:54 UTC

[GitHub] [camel-k] squakez commented on issue #2742: [E2E] Reconciliation duration metric failure

squakez commented on issue #2742:
URL: https://github.com/apache/camel-k/issues/2742#issuecomment-989762507


   Now that we don't truncate log, I can see the exact failure:
   ```
   "Histogram": <*gstruct.PointerMatcher | 0xc0006c9740>{
      Matcher: <*gstruct.FieldsMatcher | 0xc00066ed80>{
          Fields: {
           	  "SampleCount": <*gstruct.PointerMatcher | 0xc0006c9720>{
           	      Matcher: <*matchers.EqualMatcher | 0xc000c5a500>{Expected: <uint64>12},
           	      failure: "Expected\n    <uint64>: 272\nto equal\n    <uint64>: 12",
           	  },
          },
   ```
   This is an excerpt from this failed build: https://github.com/apache/camel-k/runs/4446921484?check_suite_focus=true
   
   Digging deeper:
   ```
   Label: [
   ...
       {
           Name: "kind",
           Value: "Kamelet",
   ...
       {
           Name: "result",
           Value: "Reconciled",
   ...
       },
   ...
   ],
   ...
   Histogram: {
       SampleCount: 272,
   ```
   It seems that the reconciliation count for Kamelet is used instead of the Integration. We're probably counting wrong in the log. I'm trying to fix this.
   
   
   


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org