Add comformance test for event Update

This commit is contained in:
Chelsey Chen
2020-07-21 10:54:04 -04:00
parent b6174e605f
commit 5b1bdd8e38
2 changed files with 21 additions and 1 deletions

View File

@@ -1515,7 +1515,8 @@
codename: '[sig-instrumentation] Events API should ensure that an event can be fetched,
patched, deleted, and listed [Conformance]'
description: Create an event, the event MUST exist. The event is patched with a
new note, the check MUST have the update note. The event is deleted and MUST NOT
new note, the check MUST have the update note. The event is updated with a new
series, the check MUST have the update series. The event is deleted and MUST NOT
show up when listing all events.
release: v1.19
file: test/e2e/instrumentation/events.go