3 min read

Knative OSS diaries – week #5

Last week I didn’t post anything because I’ve spent my week off visiting my parents in the lovely city of Barcelona.

Sunny and hot Barcelona!

This week I’ve managed to get back into conformance testing on the Knative Serving side and I’ve started looking into the Eventing side as well.

My experiments around Knative Serving conformance tests are going slow, mostly because troubleshooting CloudRun is quite hard. I am not complaining about CloudRun, but I am kinda new on using their APIs and also troubleshooting inside Knative tests. Luckily, with the help of some Googlers and more experienced Knative members, I’ve managed to go deeper into how the tests are written and how the interactions against the remote APIs are happening.

I am happy to see that there is a Conformance TaskForce now meeting regularly and the efforts to make 1.0 out are looking really promising.

I am trying to follow the progress of different teams working on aligning the tests with the specs and a few issues where created this and last week regarding some mismatches:

At the same time, yesterday, I got back to look into the “reconciler-test” framework which some bits are pushed to upstream Kubernetes to standardise how conformance tests are written for Kubernetes controllers. Remember here that the approach is quite different from an End to End test (e2e) because conformance tests are focused on testing if the specs are followed. These specs, on purpose define features using different level of requirements, from MUST, SHOULD, MUST NOT, SHOULD NOT and OPTIONAL features. When writing tests for such specs we, as users, should be able to specify which levels do we want to target and get detailed results about if the specs are being met or not, and why.

While the Knative Serving Conformance tests are not written using the “reconciler-test” framework, I need to find out if someone else in the community is porting the existing tests or if that is something that is going to be done in the future.

I want to gain experience in writing these tests and get deeper into the “reconciler-test” framework next week, so I am hoping by next Friday to have more details to share about my learning on that path. @n3wscott shared a lot of interesting insights around how the “reconciler-test” framework is using: https://github.com/knative/pkg/tree/main/injection and how the Rabbit MQ conformance tests for eventing had been written here: https://github.com/knative/eventing/tree/main/test/rekt and here: https://github.com/knative-sandbox/eventing-rabbitmq/tree/main/test/conformance

Some links that I will be using to do this research are:

Next week besides going deeper into conformance testing I will be presenting at the following meetups/conferences:

As usual, if you want to get involved with Knative, feel free to reach out with a comment here or via twitter (my DMs are open)

See you all next week!