otterize / network-mapper

Map Kubernetes traffic: in-cluster, to the Internet, and to AWS IAM and export as text, intents, or an image
Apache License 2.0
612 stars 23 forks source link

Fix flaky test TestUploadIntentsInBatches #144

Closed NetanelBollag closed 1 year ago

NetanelBollag commented 1 year ago

The intents in the test are send in batches, but there is no guarantee that it will be sent in order. This is OK since the test only check the batch size, the order isn't important.