Skip to content

Commit

Permalink
add description to test
Browse files Browse the repository at this point in the history
  • Loading branch information
AliDatadog committed Mar 7, 2024
1 parent 331d248 commit 3f5998a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions statsd/container_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -423,6 +423,7 @@ func TestReadCIDOrInode(t *testing.T) {
expectedResult: "fc7038bc73a8d3850c66ddbfb0b2901afa378bfcbb942cc384b051767e4ac6b0",
},
{
description: "extract inode",
cgroupNodeDir: "system.slice/docker-abcdef0123456789abcdef0123456789.scope",
procSelfCgroupContent: "0::/system.slice/docker-abcdef0123456789abcdef0123456789.scope\n",
expectedResult: "in-%d",
Expand Down

0 comments on commit 3f5998a

Please sign in to comment.