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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to