We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2101bf commit 16e4a7aCopy full SHA for 16e4a7a
lib/galaxy/webapps/galaxy/services/wes.py
@@ -314,6 +314,8 @@ def _get_or_create_history(
314
history = History(user=trans.user, name=_generate_history_name(engine_params))
315
trans.sa_session.add(history)
316
trans.sa_session.flush()
317
+ # Does this fix the API tests in CI? Why are they failing
318
+ trans.sa_session.commit()
319
return history
320
321
0 commit comments