Skip to content
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

added check for data import #4708

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

added check for data import #4708

wants to merge 1 commit into from

Conversation

eremv
Copy link
Contributor

@eremv eremv commented Feb 7, 2025

No description provided.

Copy link

github-actions bot commented Feb 7, 2025

Jest Unit Test Statistics

0 tests  ±0   0 ✔️ ±0   0s ⏱️ ±0s
0 suites ±0   0 💤 ±0 
0 files   ±0   0 ±0 

Results for commit 531e759. ± Comparison against base commit fe84eeb.

♻️ This comment has been updated with latest results.

Copy link

github-actions bot commented Feb 7, 2025

BigTest Unit Test Statistics

0 tests  ±0   0 ✔️ ±0   0s ⏱️ ±0s
0 suites ±0   0 💤 ±0 
0 files   ±0   0 ±0 

Results for commit 531e759. ± Comparison against base commit fe84eeb.

♻️ This comment has been updated with latest results.

@@ -182,7 +196,7 @@ async function removeAutotestInstances() {

async function removeAutotestAuthorities() {
const autotestAuthorities = await axios({
url: '/search/authorities?limit=500&query=(keyword="autotest" or keyword="auto")',
url: '/search/authorities?limit=500&query=(keyword="autotest" or keyword="auto" or keyword="C*")',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We might also add and (authRefType==("Authorized")) to the query so that it would ignore reference records which essentially refer to the same record as authorized one.
And the same in removeAuthoritiesWithSpecificSource function.

scripts/spitfire.prepare.js Show resolved Hide resolved
scripts/spitfire.prepare.js Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants