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

infrawatch / sg-core
50%

Build:
DEFAULT BRANCH: master
Repo Added 15 Oct 2020 05:24PM UTC
Files 18
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

LAST BUILD ON BRANCH master
branch: SELECT
CHANGE BRANCH
x
  • No branch selected
  • (HEAD detached at v3.2.0)
  • 14e9dependabot/go_modules/golang.org/x/sys-0.1.0
  • 791adependabot/go_modules/gopkg.in/yaml.v3-3.0.0
  • 7dbedependabot/go_modules/google.golang.org/protobuf-1.33.0
  • OSPRH-18979/add-mutex-expiryProc
  • OSPRH-19908/pin-ceilometer-stable2024.2
  • STF-1809/fix-integration-sg-bridge-pull-same-branch
  • buffer-size-1.3
  • buffer-size-1.4
  • bz1956912-api-status-prometheus
  • bz1956912-api-status-prometheus-1.3
  • bz1979637-new-instance-label
  • bz1979637-new-instance-label-1.3
  • cc0fdependabot/go_modules/github.com/prometheus/client_golang-1.11.1
  • ci-and-unit-tests
  • ci-fix-1.3
  • ci-fix-1.4
  • ci-fix-no.2-1.3
  • ci-fixes
  • ci-opstools-fix
  • ci-stable-1.3-fixes
  • ci-stable-1.4-fixes
  • ci/golangci-lint
  • collectd-unit-test-stabilize
  • collectd-unit-test-stabilize-1.3
  • collectd-unit-test-stabilize-1.4
  • csibbitt-205-buffer-concurrency-fix
  • csibbitt-STF-1176-golang-1.18-for-now
  • csibbitt-STF-1176-golang.1.19-stf15-backport
  • csibbitt-STF-205-reuse-connections
  • csibbitt-fix-builds
  • csibbitt/STF-1660_golang_1.20
  • csibbitt/STF-1660_golang_1.20_cp15
  • debug-enhancements
  • dependabot
  • dependabot/go_modules/gopkg.in/yaml.v3-3.0.1
  • efoley-add_zuul
  • efoley-fix-centos8s-repos
  • efoley-zuul-project_template
  • es-buff-fix
  • es-log-storage
  • es-prerf-improvement
  • expiry-bug-fix
  • fixup/golang-linting
  • gh-actions-to-ubuntu-latest
  • gha-no-commnet
  • github-actions
  • golang-1.19
  • gosum
  • hackfest-working
  • import/stf153
  • integration-tests
  • jwysogla-add-logs-to-generator
  • jwysogla-add_devstack_docker_support
  • jwysogla-bumpLokiVersion
  • jwysogla-custom-labels
  • jwysogla-debug-ci
  • jwysogla-devstack
  • jwysogla-fix-ci
  • jwysogla-fix-integration-tests
  • jwysogla-fix_ci
  • jwysogla-prometheus_devstack
  • jwysogla-properudpsocket
  • jwysogla-test-ci
  • jwysogla_add-ceilometer-to-generator
  • jwysogla_expose_port_in_devstack
  • jwysogla_handler_config
  • jwysogla_tcpsocket
  • lmadsen-build-test-plugins
  • lmadsen-go-mod-tidy
  • lmadsen-latest-tag
  • master
  • non-critical-fields
  • pass_linting
  • pin-devstack-version
  • production-build
  • refs/tags/v4.0.2
  • refs/tags/v4.0.3
  • refs/tags/v4.0.4
  • refs/tags/v4.1.0
  • refs/tags/v4.1.1
  • refs/tags/v5.0.0
  • refs/tags/v5.0.0-beta1
  • refs/tags/v5.1.0
  • refs/tags/v5.1.1
  • refs/tags/v5.2.0
  • refs/tags/v5.2.1
  • refs/tags/v5.2.2
  • refs/tags/v5.2.3
  • release-prep-1.5.4
  • release-prep-1.5.5
  • release-prep-1.5.6
  • rm_-f_containers
  • sft-519-scheduler
  • stable-1.2
  • stable-1.3
  • stable-1.4
  • stable-1.5
  • stf13/cp-5c6091ac29d23f4db685224650a32edc2ce23253
  • stf13/cp-8cfdb44f0295274f2d29d1edb3865414def1be90
  • stf13/cp-e61141ab8d2590a7b91d18cd494321af763507bd
  • stf14/cp-171234ceec843b96ff122247f325bc4db53e0c32
  • stf14/cp-8216de3b809619dece201901d029a76852d10d4e
  • super-linter
  • sync-changes-master
  • test-failure-repair
  • use-sgcore-opstools-repo
  • vkmc-STF-1743-golang-1222
  • vkmc-coveralls-job-update
  • vkmc-gh-checkout-v4
  • vkmc-migrate-rhel9-golang-1.21
  • vkmc-migrate-rhel9-golang-1222
  • wtf

15 Sep 2025 10:15AM UTC coverage: 50.027% (+0.05%) from 49.973%
17729669544

push

github

web-flow
Protect the expiryProc list with a mutex (#155)

The container/list data structure used in expiry.go is not safe for concurrent use.
See https://github.com/golang/go/issues/25105

Serialize the access to the shared list to avoid having check() on empty lists.

Closes-Bug: OSPRH-18979

13 of 17 new or added lines in 1 file covered. (76.47%)

929 of 1857 relevant lines covered (50.03%)

0.55 hits per line

Relevant lines Covered
Build:
Build:
1857 RELEVANT LINES 929 COVERED LINES
0.55 HITS PER LINE
Source Files on master
  • Tree
  • List 18
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
17729669544 master Protect the expiryProc list with a mutex (#155) The container/list data structure used in expiry.go is not safe for concurrent use. See https://github.com/golang/go/issues/25105 Serialize the access to the shared list to avoid having check() on ... push 15 Sep 2025 10:17AM UTC web-flow github
50.03
17674817304 OSPRH-18979/add-mutex-expiryProc Protect the expiryProc list with a mutex The container/list data structure used in expiry.go is not safe for concurrent use. See https://github.com/golang/go/issues/25105 Serialize the access to the shared list to avoid having check() on empty l... Pull #155 12 Sep 2025 12:45PM UTC vkmc github
50.03
17674366156 dependabot/go_modules/gopkg.in/yaml.v3-3.0.1 Merge branch 'master' into dependabot/go_modules/gopkg.in/yaml.v3-3.0.1 Pull #153 12 Sep 2025 12:26PM UTC web-flow github
49.97
17674366579 dependabot/go_modules/gopkg.in/yaml.v3-3.0.1 Merge branch 'master' into dependabot/go_modules/gopkg.in/yaml.v3-3.0.1 Pull #153 12 Sep 2025 12:26PM UTC web-flow github
49.97
17674360801 master Pin Ceilometer to stable/2024.2 (#154) * Pin Ceilometer to stable/2024.2 Even though we are pinning to the stable/2024.2 when cloning Devstack, we are pulling Ceilometer requirements from the master branch and this is generating dependencies con... push 12 Sep 2025 12:26PM UTC web-flow github
49.97
17670433339 OSPRH-19908/pin-ceilometer-stable2024.2 Revert "Update TestCeilometerIncomingJSON unit test" This reverts commit 5786855f1. Pull #154 12 Sep 2025 09:28AM UTC vkmc github
49.97
17670318841 OSPRH-19908/pin-ceilometer-stable2024.2 Update TestCeilometerIncomingJSON unit test We specify the order of params as "[cpu publisher type counter project project_name user user_name unit resource vm_instance resource_name server_group some_other_user_metadata]" but it seems the requir... Pull #154 12 Sep 2025 09:23AM UTC vkmc github
49.97
17669322738 OSPRH-19908/pin-ceilometer-stable2024.2 Pin Ceilometer to stable/2024.2 Even though we are pinning to the stable/2024.2 when cloning Devstack, we are pulling Ceilometer requirements from the master branch and this is generating dependencies conflict. Explicitily set stable/2024.2 bran... Pull #154 12 Sep 2025 08:41AM UTC vkmc github
49.97
17298325353 dependabot/go_modules/gopkg.in/yaml.v3-3.0.1 Bump gopkg.in/yaml.v3 from 3.0.0 to 3.0.1 Bumps gopkg.in/yaml.v3 from 3.0.0 to 3.0.1. --- updated-dependencies: - dependency-name: gopkg.in/yaml.v3 dependency-version: 3.0.1 dependency-type: direct:production ... Signed-off-by: dependabot[b... Pull #153 28 Aug 2025 02:08PM UTC web-flow github
49.97
14133654613 refs/tags/v5.2.3 STF 1.5.6 release - sg-core is now built on ubi9 - Update to Golang to 1.21.13 - Github Actions now run on ubuntu-latest - Pin Devstack version to stable/2024.2. New OpenStack versions deprecated the AMQP driver in oslo.messaging and this breaks ... push 28 Mar 2025 04:39PM UTC web-flow github
49.97
See All Builds (617)
  • Repo on GitHub
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

© 2025 Coveralls, Inc