-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Api tests failing and producing alembic.util.exec.CommandError
#15765
Labels
Comments
Confirmed: reproduced locally. Relevant traceback:
|
This was referenced Mar 10, 2023
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Api tests fail and produce the following
alembic.util.exec.CommandError
for each test case:alembic.util.exc.CommandError: Multiple heads are present; please specify a single target revision
Galaxy Version and/or server at which you observed the bug
Galaxy Version: dev
Commit:
To Reproduce
Steps to reproduce the behavior:
sh run_tests.sh -api lib/galaxy_test/api/test_history_contents.py
ERROR lib/galaxy_test/api/test_history_contents.py::TestHistoryContentsApi::test_hdca_from_library_datasets - alembic.util.exc.CommandError: Multiple heads are present; please specify a single target revision
Only experienced on dev, not on 23.0
The text was updated successfully, but these errors were encountered: