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
As part of the BrAPI field import process a germplasm search call is made and the results are used to populate the pedigree and synonyms attributes for display on the collect page. When the search call responds with a searchResultDbId and a GET call is made to get the results by Field Book, if the results are not ready by the time the first call is made they will not be imported. This seems to be because the retry logic in Field Book is not handling that case properly and is only making the single request. Problem seems to be in the BrAPIServiceV2::executeBrapiSearch while loop exiting before it should.
Expected behavior
No response
Field Book version
No response
The text was updated successfully, but these errors were encountered:
@nickpalladino on our latest version we are testing out a new brapi import, can you test to see if the problem still occurs? You can enable it in the Settings/Experimental/New BrAPI Import UI. Currently that implementation uses the germplasmGetAsync call with the chosen study db id, if that method doesn't work for you I can implement the search case. Thanks.
Description
As part of the BrAPI field import process a germplasm search call is made and the results are used to populate the pedigree and synonyms attributes for display on the collect page. When the search call responds with a searchResultDbId and a GET call is made to get the results by Field Book, if the results are not ready by the time the first call is made they will not be imported. This seems to be because the retry logic in Field Book is not handling that case properly and is only making the single request. Problem seems to be in the
BrAPIServiceV2::executeBrapiSearch
while loop exiting before it should.Expected behavior
No response
Field Book version
No response
The text was updated successfully, but these errors were encountered: