ebi-ait / dcp-ingest-central

Central point of access for the Ingestion Service of the HCA DCP
Apache License 2.0
0 stars 0 forks source link

fix trailing slash problem in ingest api (managed access) #1012

Closed amnonkhen closed 1 month ago

amnonkhen commented 5 months ago

related to managed access implementation: ebi-ait/dcp-ingest-central#967

tasks

reverting a branch

  1. find last good commit in the git log
  2. tag it with dc-967-managed-access-base
  3. reset the dev branch to it
    git checkout dev
    git reset --hard dc-967-managed-access-base
    git push -f origin dev
  4. run build in gitlab
  5. check integration tests
  6. manual tests if needed

Cleanup

  1. re-enable branch protection on:
    • [ ] core
    • [ ] validator
    • [ ] state tracker
    • [ ] broker
amnonkhen commented 2 months ago

On Fri 12/7/2024 @amnonkhen @KociOrges and Dipayan tried the following:

  1. rollback dev - integration tests problems of failing integration tests persisted
  2. noticed a long startup times for state-tracker - we cleared the db and restarted state tracker and redis. The problem of failing integration tests when running in parallel persisted
  3. tried to run ingest_upload_to_terra test in prod but got different unrelated errors

Next steps for Monday:

  1. investigate and fix the prod errors
  2. try a manual submission on prod
  3. go back to investigating the error on dev using log messages