| Would be interesting to see an example. I’ve been on the receiving end of people who want their question asked exactly as worded, cross-examination style, and it is not fun. I wonder if it is that? If the other person doesn’t answer how you expected, then expect that, persist, be kind and be calm. Assume the best intents. They might actually be saying dumb things to help themselves make sense. Here might be an example: You: Why is the test suite taking 30 minutes now? Them: Did you run it last night? (Because they know something about the system state last night and want to check if the implied unhappiness about the test run length might be due to that) |
One recent edited example:
My question: "I'm trying to investigate why a request is failing, I found it in aws, the logs for [service] contain a stack trace up to where the [microservice] request is made, logs are very sparse. Is there a way to get [microservice] stack trace?" [I included links to logs and relevant info]
His response is "Do you want a stack trace on every log? I assume dumping a stack trace is somewhat expensive (though I don't actually know if this is the case) so I would be hesitant to attach one to every log entry"
Did I ask to attach a stack trace to every log? I guided him through the original ask and did receive some help. If this happened one time it wouldn't register, but his initial response here was very typical, something I got used to.