qlik-oss / enigma-go

Go library for consuming Qlik's Associative Engine.
MIT License
39 stars 12 forks source link

SESSION_ATTACHED received during integration tests #140

Closed wennmo closed 4 years ago

wennmo commented 4 years ago

When running the examples in Circle CI we get sporadic failures due to attaching to existing sessions instead of creating a new session. We need to investigate why this occurs and how we can mitigate it.

Example: https://circleci.com/gh/qlik-oss/enigma-go/791

glooms commented 4 years ago

After some investigation I haven't been able to reproduce this behavior in any way where it shouldn't occur, meaning that it only occurs if two sessions using the exact same url are opened concurrently. This seems to be the case since at least engine 12.700.0, I will therefore close this issue.