Nic Cope

Results 846 comments of Nic Cope

I'm clearing the milestone on this, since it's still not clear whether its needed for GA. We've had a few folks write functions that talk to external APIs already -...

FWIW there’s some prior art at https://github.com/crossplane/conformance. It's not strictly E2E tests (and 2 years stale) but it's similar. +1 for using e2e-framework - have you seen https://github.com/crossplane/crossplane/tree/master/test/e2e? If we're...

> Regarding Uptest, we don't view it as an exclusive option. In several instances, especially when we needed to assess updates and validations, we found that Kuttle-based tests weren't sufficient...

This should now be resolved!

@turkenh Do you have any theories on why depth is inaccurate? I think per https://github.com/crossplane/crossplane/pull/5415#issuecomment-1955972430 we have a good theory why duration would be inaccurate.

Ah - maybe rate limiters calling `AddAfter` (as in "add to queue after some duration") means reconciles are spending time in limbo. They're not yet being processed, but also not...

Something to double-check for whoever works on this: do we need to add all of these metrics as individual time series? Let's make sure we focus on adding low-level, flexible...

What does "available" mean for a `ProviderConfig`? Just that it exists? In the very early days of Crossplane we set an `Available` / `Ready` condition on a `ProviderConfig` based on...