You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One example is failure of this endpoint. Need to figure out what we might have changed in rfc80 backend that would cause this. Hunch is that it has to do with configuration.
@haynescd best we can tell, this has to do with interaction between @transactional(readOnly=true) decorator and the new CustomDataSourceConfiguration. Various articles suggest that data source configuration needs to be set up to support transactions.
As the comments in our code suggest, there is some legit reason for using transactions for readonly operation. 🤷
I found this because a fair number of e2e tests are failing
https://app.circleci.com/pipelines/github/cBioPortal/cbioportal-frontend/14029/workflows/956c88e1-d402-4277-8db2-8b9ee60619d7/jobs/166171/tests
One example is failure of this endpoint. Need to figure out what we might have changed in rfc80 backend that would cause this. Hunch is that it has to do with configuration.
https://genie-public-beta.cbioportal.org/results/coexpression?cancer_study_list=prad_tcga_pan_can_atlas_2018&Z_SCORE_THRESHOLD=2.0&RPPA_SCORE_THRESHOLD=2.0&profileFilter=mutations%2Cstructural_variants%2Cgistic&case_set_id=prad_tcga_pan_can_atlas_2018_cnaseq&gene_list=CDKN2A%2520MDM2%2520MDM4%2520TP53&geneset_list=%20&tab_index=tab_visualize&Action=Submit
The text was updated successfully, but these errors were encountered: