containers / conmon-rs

An OCI container runtime monitor written in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

client/server compatbility tests

haircommander opened this issue · comments

eventually, we will need to have a version skew policy between client and server. Once we establish that, we should also have tests guaranteeing old servers work with new clients and vice versa.

Hi, i'd like to work on this issue too later on after the log driver one, could you share some more insights on the types of tests we generally care for.