st-tech / gatling-operator

Automating distributed Gatling load testing using Kubernetes operator
MIT License
70 stars 19 forks source link

Duplicated slack notification messages #9

Closed yokawasa closed 2 years ago

yokawasa commented 2 years ago

Issue

It's been observed that sometimes duplicated slack notification messages per a Gatling test run are sent. It's not always but sometimes.

How to reproduce the issue

Again, it's not always but sometimes duplicated slack notification messages are sent while it's expected that a single slack message per a Gatling test run when you set notifyReport: true like this:

apiVersion: gatling-operator.tech.zozo.com/v1alpha1
kind: Gatling
metadata:
  name: gatling-sample01
spec:
  generateReport: true                              
  notifyReport: true                               
  cleanupAfterJobDone: true                   

Expected behavior

Single slack message ( NOT duplicate messages ) per a Gatling test run should be sent when you set notifyReport: true

yokawasa commented 2 years ago

I'll work on the issue

yokawasa commented 2 years ago

Closing this as the relevant PR has been merged