nrk.no

Einar Høst

Principal engineer and backend developer at the NRK TV team.

Artikler av Einar Høst

Output from Quibble.Xunit

Quibbling over JSON

I work with JSON a lot. For instance, I write tests for the TV Streaming API that serves JSON to our clients. In those tests, I typically want to verify that the API returns a JSON response that matches my expectations. For instance, say I expect the JSON response for given a TV show to […]

Feature toggling transient errors in load tests

tl;dr; When testing resiliency we seek to understand how an application reacts to simulated transient errors under high load and how it can gracefully recover. If we tie the configuration of transient-error simulation to the application in such a way that we have to redeploy to change configuration, we will reset memory, TCP state, threads […]