• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

curationexperts / laevigata / a78c635f-c03c-4ce9-b542-8ee93bfb6545
97%

Build:
DEFAULT BRANCH: main
Ran 23 Sep 2024 04:57PM UTC
Jobs 4
Files 139
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

23 Sep 2024 04:52PM UTC coverage: 96.449% (+0.2%) from 96.254%
a78c635f-c03c-4ce9-b542-8ee93bfb6545

push

circleci

mark-dce
[MAINTENANCE] Remove legacy data format support

**ISSUE**
At one point, the data model stored embargo flags in multiple
formats. The data has since been normalized and all ETDs are
populated with a TRUE/FALSE boolean value for each embargo flag.

An analysis of the current Solr index confirms this:
* has_model_ssim:Etd - 12,652
* abstract_embargoed_bsi:* - 12,652
* files_embargoed_bsi:* - 12,652
* toc_embargoed_bsi:* - 12,652

Further, the *_tesim values have been removed from the index (see
supporting data below)

Therefore, we no longer require the datatype fallbacks impelmented
to support the non-normalized data.

**RESOLUTION**
Simplify the SolrDocument model by removing obsolete data type spport.

**BOOLEANS**
```
/ 20240923112632
// http://localhost:8993/solr/laevigata/select?facet.query=abstract_embargoed_bsi%3A*&facet.query=files_embargoed_bsi%3A*&facet.query=toc_embargoed_bsi%3A*&facet=true&indent=true&q.op=OR&q=has_model_ssim%3AEtd&rows=0

{
  "responseHeader": {
    "status": 0,
    "QTime": 24,
    "params": {
      "facet.query": [
        "abstract_embargoed_bsi:*",
        "files_embargoed_bsi:*",
        "toc_embargoed_bsi:*"
      ],
      "q": "has_model_ssim:Etd",
      "indent": "true",
      "q.op": "OR",
      "rows": "0",
      "facet": "true"
    }
  },
  "response": {
    "numFound": 12652,
    "start": 0,
    "maxScore": 2.7608676,
    "numFoundExact": true,
    "docs": [

    ]
  },
  "facet_counts": {
    "facet_queries": {
      "abstract_embargoed_bsi:*": 12652,
      "files_embargoed_bsi:*": 12652,
      "toc_embargoed_bsi:*": 12652
    }
  }
}
```

**_TESIM**
```
// 20240923113202
// http://localhost:8993/solr/laevigata/select?facet.query=abstract_embargoed_tesim%3A*&facet.query=files_embargoed_tesim%3A*&facet.query=toc_embargoed_tesim%3A*&facet=true&indent=true&q.op=OR&q=has_model_ssim%3AEtd&rows=0

{
  "responseHeader": {
    "status": 0,
    "QTime": 3,
    "params": {
      "facet.query": [
        "abstract_embarg... (continued)

3 of 3 new or added lines in 1 file covered. (100.0%)

235 existing lines in 32 files now uncovered.

2852 of 2957 relevant lines covered (96.45%)

53.89 hits per line

Jobs
ID Job ID Ran Files Coverage
1 a78c635f-c03c-4ce9-b542-8ee93bfb6545.1 23 Sep 2024 04:57PM UTC 0
84.43
2 a78c635f-c03c-4ce9-b542-8ee93bfb6545.2 23 Sep 2024 04:58PM UTC 0
79.22
3 a78c635f-c03c-4ce9-b542-8ee93bfb6545.3 23 Sep 2024 04:59PM UTC 0
83.95
4 a78c635f-c03c-4ce9-b542-8ee93bfb6545.4 23 Sep 2024 04:59PM UTC 0
84.61
Source Files on build a78c635f-c03c-4ce9-b542-8ee93bfb6545
Detailed source file information is not available for this build.
  • Back to Repo
  • CircleCI Build #A78C635F...
  • 634c5307 on github
  • Prev Build on main (#D1C86FA2...)
  • Next Build on main (#1886F97D...)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc