vapor-ware / snmp-emulator

A Dockerized SNMP emulator useful for testing and development
GNU General Public License v3.0
2 stars 2 forks source link

image does not behave as expected #1

Closed edaniszewski closed 4 years ago

edaniszewski commented 4 years ago

when using this image as part of the test setup for the synse snmp plugin (where this emulator was originally defined), the emulator failed to work, causing test failures.

i'll need to circle back to add additional context around the issue once I grab that from an old CI run or elsewhere.

edaniszewski commented 4 years ago

interesting stuff happening here.

It looks like when I run this image locally to test the snmp plugin, its happy, but it is not happy when run in CI. Additionally, after incrementally changing the Dockerfile to more closely match what it originally was in the snmp plugin repo, it looks like things started working once I changed the base image from vaporio/python:3.8-slim to vaporio/vapor-endpoint-base-x64:1.0..

I'm a little confused about this since these symptoms feel weird and if its working on one system but not another unless the base image changes, what does that say about container isolation?

I'll continue to poke around a bit more to be sure this is the issue and I wasn't just running into stale state or something.