I’m seeing the following in the output of standard...
# contributing-to-airbyte
s
I’m seeing the following in the output of standard tests:
Copy code
[        14 tests started         ]
but there are only 7 standard tests so it looks like we’re running each test twice. Is this a known issue or expected?
u
yes
u
known issue or expected?
u
junit5 summary outputs data twice.
u
the tests are only being run once.
u
but all the numbers in the summary get doubled.
u
so known issue.
u
huh weird. why is it doubled?
u
let me see if i can find the thing that explains it.
u
hahaha! i even't documented this. go me.
u
neat. thanks for the link
u
👍
u
i tried to figure this out for a bit and couldn't crack it in the amount of time i timeboxed for it.
u
would be nice to fix if you end up having any ideas. 🤷
u
but ultimately once you know to divide by 2 it ends up being nbd.
u
👏🏼