Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Load Tests Due to Multiple ResultSets #1073

Merged
merged 1 commit into from
May 8, 2024

Conversation

halprin
Copy link
Member

@halprin halprin commented May 8, 2024

Fix Load Tests Due to Multiple ResultSets

The load tests started failing (and perhaps outside load tests too) due to multiple ResultSets being returned when getting linked message IDs.

This is due to multiple SQL statements (separated by ;) in the SQL string. So, even though that second SQL statement was just a SQL comment (notice the --), the API throws an exception because it wants to return multiple ResultSets when we are using an API that only allows one ResultSet.

Issue

#1044.

Copy link

sonarqubecloud bot commented May 8, 2024

Quality Gate Passed Quality Gate passed

Issues
1 New issue
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@halprin halprin merged commit 58b96d7 into main May 8, 2024
16 checks passed
@halprin halprin deleted the fix-load-tests-too-many-resutsets branch May 8, 2024 16:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants