Unnamed: 0
int64
0
832k
id
float64
2.49B
32.1B
type
stringclasses
1 value
created_at
stringlengths
19
19
repo
stringlengths
4
112
repo_url
stringlengths
33
141
action
stringclasses
3 values
title
stringlengths
1
1.02k
labels
stringlengths
4
1.54k
body
stringlengths
1
262k
index
stringclasses
17 values
text_combine
stringlengths
95
262k
label
stringclasses
2 values
text
stringlengths
96
252k
binary_label
int64
0
1
342,579
10,319,277,161
IssuesEvent
2019-08-30 17:03:22
CCAFS/MARLO
https://api.github.com/repos/CCAFS/MARLO
closed
Import PIM publications list on MARLO
Priority - Medium Type -Task
PIM needs help to import all detailed data of publications in MARLO. Using new publication services of CLARISA should be loaded. - [ ] Check the information of the anex sended by Pascal - [ ] Include this information on the publication template - [ ] Use CLARISA services to import this information. **Deliverable:** Mail informing to Pascal that all the publications was imported to MARLO **Move to Review when:** NONE **Move to Closed when:** After send the mail.
1.0
Import PIM publications list on MARLO - PIM needs help to import all detailed data of publications in MARLO. Using new publication services of CLARISA should be loaded. - [ ] Check the information of the anex sended by Pascal - [ ] Include this information on the publication template - [ ] Use CLARISA services to import this information. **Deliverable:** Mail informing to Pascal that all the publications was imported to MARLO **Move to Review when:** NONE **Move to Closed when:** After send the mail.
non_test
import pim publications list on marlo pim needs help to import all detailed data of publications in marlo using new publication services of clarisa should be loaded check the information of the anex sended by pascal include this information on the publication template use clarisa services to import this information deliverable mail informing to pascal that all the publications was imported to marlo move to review when none move to closed when after send the mail
0
121,514
10,171,262,352
IssuesEvent
2019-08-08 07:58:05
vaadin/vaadin-text-field
https://api.github.com/repos/vaadin/vaadin-text-field
closed
Flaky tests on IE11
flaky-test
### Description `vaadin-text-field` has been having random failures in CI tests often about assertion failure outside test function mainly in IE11 but not every time. The error may look like this for example: ``` Windows 10 IE 11 Tests failed: Error thrown outside of test function: AssertionError: expected true to be false (http://localhost:8081/components/chai/chai.js:265) ... Test run ended in failure: Error thrown outside of test function: AssertionError: expected true to be false (http://localhost:8081/components/chai/chai.js:265) ... Windows 10 IE 11 (273/6/0 error) ... Error: Error thrown outside of test function: AssertionError: expected true to be false (http://localhost:8081/components/chai/chai.js:265) ``` This seems to be caused by doing `expect()` inside an event listener in a test but not removing the event listener and in some cases the event might be triggered again after the test has finished (causing a failure during an unrelated test or outside test function maybe even after all tests have passed already). This might not always be a problem but at least the `animationend` event seems to be triggering again after the test sometimes (randomly) in IE11. I was able to reproduce this locally in a VM with IE11 when running the tests several times. In most cases where we use event listeners in a test it's just using a sinon spy as an event listener which should be fine (since the spy doesn't directly do `expect()` or throw errors). We should always make sure to remove the event listeners added during a test at least if the event listener can throw an error or contains an assertion like `expect()`. ### How to fix Currently there are 4 tests that do `expect()` directly in the event listener. Two with `change` event and two with `animationend` event. These tests should be update to use a helper like this https://github.com/vaadin/vaadin-grid/blob/master/test/helpers.html#L94 to wrap the listener so that it removes itself after being executed once. `vaadin-text-field` doesn't yet have a helpers file so that should probably be created containing only this one helper for now.
1.0
Flaky tests on IE11 - ### Description `vaadin-text-field` has been having random failures in CI tests often about assertion failure outside test function mainly in IE11 but not every time. The error may look like this for example: ``` Windows 10 IE 11 Tests failed: Error thrown outside of test function: AssertionError: expected true to be false (http://localhost:8081/components/chai/chai.js:265) ... Test run ended in failure: Error thrown outside of test function: AssertionError: expected true to be false (http://localhost:8081/components/chai/chai.js:265) ... Windows 10 IE 11 (273/6/0 error) ... Error: Error thrown outside of test function: AssertionError: expected true to be false (http://localhost:8081/components/chai/chai.js:265) ``` This seems to be caused by doing `expect()` inside an event listener in a test but not removing the event listener and in some cases the event might be triggered again after the test has finished (causing a failure during an unrelated test or outside test function maybe even after all tests have passed already). This might not always be a problem but at least the `animationend` event seems to be triggering again after the test sometimes (randomly) in IE11. I was able to reproduce this locally in a VM with IE11 when running the tests several times. In most cases where we use event listeners in a test it's just using a sinon spy as an event listener which should be fine (since the spy doesn't directly do `expect()` or throw errors). We should always make sure to remove the event listeners added during a test at least if the event listener can throw an error or contains an assertion like `expect()`. ### How to fix Currently there are 4 tests that do `expect()` directly in the event listener. Two with `change` event and two with `animationend` event. These tests should be update to use a helper like this https://github.com/vaadin/vaadin-grid/blob/master/test/helpers.html#L94 to wrap the listener so that it removes itself after being executed once. `vaadin-text-field` doesn't yet have a helpers file so that should probably be created containing only this one helper for now.
test
flaky tests on description vaadin text field has been having random failures in ci tests often about assertion failure outside test function mainly in but not every time the error may look like this for example windows ie tests failed error thrown outside of test function assertionerror expected true to be false test run ended in failure error thrown outside of test function assertionerror expected true to be false windows ie error error error thrown outside of test function assertionerror expected true to be false this seems to be caused by doing expect inside an event listener in a test but not removing the event listener and in some cases the event might be triggered again after the test has finished causing a failure during an unrelated test or outside test function maybe even after all tests have passed already this might not always be a problem but at least the animationend event seems to be triggering again after the test sometimes randomly in i was able to reproduce this locally in a vm with when running the tests several times in most cases where we use event listeners in a test it s just using a sinon spy as an event listener which should be fine since the spy doesn t directly do expect or throw errors we should always make sure to remove the event listeners added during a test at least if the event listener can throw an error or contains an assertion like expect how to fix currently there are tests that do expect directly in the event listener two with change event and two with animationend event these tests should be update to use a helper like this to wrap the listener so that it removes itself after being executed once vaadin text field doesn t yet have a helpers file so that should probably be created containing only this one helper for now
1
59,131
11,946,664,588
IssuesEvent
2020-04-03 08:32:50
joomla/joomla-cms
https://api.github.com/repos/joomla/joomla-cms
closed
[4.0] Override Manager - ReferenceError: JsDiff is not defined
No Code Attached Yet
### Steps to reproduce the issue 1. Open Template Manager and create an override 2. Change some text in the override file 3. Activate the diff view ![Templates Customise Cassiopeia test Administration (1)](https://user-images.githubusercontent.com/9974686/78334063-5e3a3b80-758b-11ea-8462-b1c36da8331b.png) ### Expected result See the Diff View. like explained here: https://docs.joomla.org/J4.x:Improved_Override_Management ### Actual result You see the error "ReferenceError: JsDiff is not defined" ![Templates Customise Cassiopeia test Administration ](https://user-images.githubusercontent.com/9974686/78333947-19aea000-758b-11ea-9239-46d120be586e.png)
1.0
[4.0] Override Manager - ReferenceError: JsDiff is not defined - ### Steps to reproduce the issue 1. Open Template Manager and create an override 2. Change some text in the override file 3. Activate the diff view ![Templates Customise Cassiopeia test Administration (1)](https://user-images.githubusercontent.com/9974686/78334063-5e3a3b80-758b-11ea-8462-b1c36da8331b.png) ### Expected result See the Diff View. like explained here: https://docs.joomla.org/J4.x:Improved_Override_Management ### Actual result You see the error "ReferenceError: JsDiff is not defined" ![Templates Customise Cassiopeia test Administration ](https://user-images.githubusercontent.com/9974686/78333947-19aea000-758b-11ea-9239-46d120be586e.png)
non_test
override manager referenceerror jsdiff is not defined steps to reproduce the issue open template manager and create an override change some text in the override file activate the diff view expected result see the diff view like explained here actual result you see the error referenceerror jsdiff is not defined
0
158,099
12,402,241,848
IssuesEvent
2020-05-21 11:33:19
cockroachdb/cockroach
https://api.github.com/repos/cockroachdb/cockroach
opened
roachtest: jepsen/multi-register/strobe-skews failed
C-test-failure O-roachtest O-robot branch-master release-blocker
[(roachtest).jepsen/multi-register/strobe-skews failed](https://teamcity.cockroachdb.com/viewLog.html?buildId=1957823&tab=buildLog) on [master@1520ad2ba7c926f8043de8b6e044ab35c2f67b13](https://github.com/cockroachdb/cockroach/commits/1520ad2ba7c926f8043de8b6e044ab35c2f67b13): ``` | main.runJepsen.func2 | /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/jepsen.go:159 | main.runJepsen.func3 | /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/jepsen.go:180 | runtime.goexit | /usr/local/go/src/runtime/asm_amd64.s:1357 Wraps: (2) 2 safe details enclosed Wraps: (3) output in run_110546.395_n6_bash Wraps: (4) /home/agent/work/.go/src/github.com/cockroachdb/cockroach/bin/roachprod run teamcity-1957823-1590046508-45-n6cpu4:6 -- bash -e -c "\ | cd /mnt/data1/jepsen/cockroachdb && set -eo pipefail && \ | ~/lein run test \ | --tarball file://${PWD}/cockroach.tgz \ | --username ${USER} \ | --ssh-private-key ~/.ssh/id_rsa \ | --os ubuntu \ | --time-limit 300 \ | --concurrency 30 \ | --recovery-time 25 \ | --test-count 1 \ | -n 10.128.0.55 -n 10.128.0.65 -n 10.128.0.39 -n 10.128.0.53 -n 10.128.0.59 \ | --test multi-register --nemesis strobe-skews \ | > invoke.log 2>&1 \ | " returned | stderr: | Error: DEAD_ROACH_PROBLEM: exit status 1 | (1) DEAD_ROACH_PROBLEM | Wraps: (2) Node 6. Command with error: | | ``` | | bash -e -c "\ | | cd /mnt/data1/jepsen/cockroachdb && set -eo pipefail && \ | | ~/lein run test \ | | --tarball file://${PWD}/cockroach.tgz \ | | --username ${USER} \ | | --ssh-private-key ~/.ssh/id_rsa \ | | --os ubuntu \ | | --time-limit 300 \ | | --concurrency 30 \ | | --recovery-time 25 \ | | --test-count 1 \ | | -n 10.128.0.55 -n 10.128.0.65 -n 10.128.0.39 -n 10.128.0.53 -n 10.128.0.59 \ | | --test multi-register --nemesis strobe-skews \ | | > invoke.log 2>&1 \ | | " | | ``` | Wraps: (3) exit status 1 | Error types: (1) errors.Cockroach (2) *hintdetail.withDetail (3) *exec.ExitError | | stdout: Wraps: (5) exit status 30 Error types: (1) *withstack.withStack (2) *safedetails.withSafeDetails (3) *errutil.withMessage (4) *main.withCommandDetails (5) *exec.ExitError ``` <details><summary>More</summary><p> Artifacts: [/jepsen/multi-register/strobe-skews](https://teamcity.cockroachdb.com/viewLog.html?buildId=1957823&tab=artifacts#/jepsen/multi-register/strobe-skews) Related: - #46839 roachtest: jepsen/multi-register/strobe-skews failed [C-test-failure](https://api.github.com/repos/cockroachdb/cockroach/labels/C-test-failure) [O-roachtest](https://api.github.com/repos/cockroachdb/cockroach/labels/O-roachtest) [O-robot](https://api.github.com/repos/cockroachdb/cockroach/labels/O-robot) [branch-release-19.2](https://api.github.com/repos/cockroachdb/cockroach/labels/branch-release-19.2) [release-blocker](https://api.github.com/repos/cockroachdb/cockroach/labels/release-blocker) [See this test on roachdash](https://roachdash.crdb.dev/?filter=status%3Aopen+t%3A.%2Ajepsen%2Fmulti-register%2Fstrobe-skews.%2A&sort=title&restgroup=false&display=lastcommented+project) <sub>powered by [pkg/cmd/internal/issues](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues)</sub></p></details>
2.0
roachtest: jepsen/multi-register/strobe-skews failed - [(roachtest).jepsen/multi-register/strobe-skews failed](https://teamcity.cockroachdb.com/viewLog.html?buildId=1957823&tab=buildLog) on [master@1520ad2ba7c926f8043de8b6e044ab35c2f67b13](https://github.com/cockroachdb/cockroach/commits/1520ad2ba7c926f8043de8b6e044ab35c2f67b13): ``` | main.runJepsen.func2 | /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/jepsen.go:159 | main.runJepsen.func3 | /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/jepsen.go:180 | runtime.goexit | /usr/local/go/src/runtime/asm_amd64.s:1357 Wraps: (2) 2 safe details enclosed Wraps: (3) output in run_110546.395_n6_bash Wraps: (4) /home/agent/work/.go/src/github.com/cockroachdb/cockroach/bin/roachprod run teamcity-1957823-1590046508-45-n6cpu4:6 -- bash -e -c "\ | cd /mnt/data1/jepsen/cockroachdb && set -eo pipefail && \ | ~/lein run test \ | --tarball file://${PWD}/cockroach.tgz \ | --username ${USER} \ | --ssh-private-key ~/.ssh/id_rsa \ | --os ubuntu \ | --time-limit 300 \ | --concurrency 30 \ | --recovery-time 25 \ | --test-count 1 \ | -n 10.128.0.55 -n 10.128.0.65 -n 10.128.0.39 -n 10.128.0.53 -n 10.128.0.59 \ | --test multi-register --nemesis strobe-skews \ | > invoke.log 2>&1 \ | " returned | stderr: | Error: DEAD_ROACH_PROBLEM: exit status 1 | (1) DEAD_ROACH_PROBLEM | Wraps: (2) Node 6. Command with error: | | ``` | | bash -e -c "\ | | cd /mnt/data1/jepsen/cockroachdb && set -eo pipefail && \ | | ~/lein run test \ | | --tarball file://${PWD}/cockroach.tgz \ | | --username ${USER} \ | | --ssh-private-key ~/.ssh/id_rsa \ | | --os ubuntu \ | | --time-limit 300 \ | | --concurrency 30 \ | | --recovery-time 25 \ | | --test-count 1 \ | | -n 10.128.0.55 -n 10.128.0.65 -n 10.128.0.39 -n 10.128.0.53 -n 10.128.0.59 \ | | --test multi-register --nemesis strobe-skews \ | | > invoke.log 2>&1 \ | | " | | ``` | Wraps: (3) exit status 1 | Error types: (1) errors.Cockroach (2) *hintdetail.withDetail (3) *exec.ExitError | | stdout: Wraps: (5) exit status 30 Error types: (1) *withstack.withStack (2) *safedetails.withSafeDetails (3) *errutil.withMessage (4) *main.withCommandDetails (5) *exec.ExitError ``` <details><summary>More</summary><p> Artifacts: [/jepsen/multi-register/strobe-skews](https://teamcity.cockroachdb.com/viewLog.html?buildId=1957823&tab=artifacts#/jepsen/multi-register/strobe-skews) Related: - #46839 roachtest: jepsen/multi-register/strobe-skews failed [C-test-failure](https://api.github.com/repos/cockroachdb/cockroach/labels/C-test-failure) [O-roachtest](https://api.github.com/repos/cockroachdb/cockroach/labels/O-roachtest) [O-robot](https://api.github.com/repos/cockroachdb/cockroach/labels/O-robot) [branch-release-19.2](https://api.github.com/repos/cockroachdb/cockroach/labels/branch-release-19.2) [release-blocker](https://api.github.com/repos/cockroachdb/cockroach/labels/release-blocker) [See this test on roachdash](https://roachdash.crdb.dev/?filter=status%3Aopen+t%3A.%2Ajepsen%2Fmulti-register%2Fstrobe-skews.%2A&sort=title&restgroup=false&display=lastcommented+project) <sub>powered by [pkg/cmd/internal/issues](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues)</sub></p></details>
test
roachtest jepsen multi register strobe skews failed on main runjepsen home agent work go src github com cockroachdb cockroach pkg cmd roachtest jepsen go main runjepsen home agent work go src github com cockroachdb cockroach pkg cmd roachtest jepsen go runtime goexit usr local go src runtime asm s wraps safe details enclosed wraps output in run bash wraps home agent work go src github com cockroachdb cockroach bin roachprod run teamcity bash e c cd mnt jepsen cockroachdb set eo pipefail lein run test tarball file pwd cockroach tgz username user ssh private key ssh id rsa os ubuntu time limit concurrency recovery time test count n n n n n test multi register nemesis strobe skews invoke log returned stderr error dead roach problem exit status dead roach problem wraps node command with error bash e c cd mnt jepsen cockroachdb set eo pipefail lein run test tarball file pwd cockroach tgz username user ssh private key ssh id rsa os ubuntu time limit concurrency recovery time test count n n n n n test multi register nemesis strobe skews invoke log wraps exit status error types errors cockroach hintdetail withdetail exec exiterror stdout wraps exit status error types withstack withstack safedetails withsafedetails errutil withmessage main withcommanddetails exec exiterror more artifacts related roachtest jepsen multi register strobe skews failed powered by
1
335,189
30,017,547,796
IssuesEvent
2023-06-26 20:00:54
unifyai/ivy
https://api.github.com/repos/unifyai/ivy
reopened
Fix raw_ops.test_tensorflow_Sqrt
TensorFlow Frontend Sub Task Failing Test
| | | |---|---| |torch|<a href="https://github.com/unifyai/ivy/actions/runs/5382265792/jobs/9767437274"><img src=https://img.shields.io/badge/-failure-red></a> |numpy|<a href="https://github.com/unifyai/ivy/actions/runs/5382265792/jobs/9767437274"><img src=https://img.shields.io/badge/-success-success></a> |jax|<a href="https://github.com/unifyai/ivy/actions/runs/5382265792/jobs/9767437274"><img src=https://img.shields.io/badge/-success-success></a> |tensorflow|<a href="https://github.com/unifyai/ivy/actions/runs/5382265792/jobs/9767437274"><img src=https://img.shields.io/badge/-success-success></a> |paddle|<a href="https://github.com/unifyai/ivy/actions/runs/5382265792/jobs/9767437274"><img src=https://img.shields.io/badge/-failure-red></a>
1.0
Fix raw_ops.test_tensorflow_Sqrt - | | | |---|---| |torch|<a href="https://github.com/unifyai/ivy/actions/runs/5382265792/jobs/9767437274"><img src=https://img.shields.io/badge/-failure-red></a> |numpy|<a href="https://github.com/unifyai/ivy/actions/runs/5382265792/jobs/9767437274"><img src=https://img.shields.io/badge/-success-success></a> |jax|<a href="https://github.com/unifyai/ivy/actions/runs/5382265792/jobs/9767437274"><img src=https://img.shields.io/badge/-success-success></a> |tensorflow|<a href="https://github.com/unifyai/ivy/actions/runs/5382265792/jobs/9767437274"><img src=https://img.shields.io/badge/-success-success></a> |paddle|<a href="https://github.com/unifyai/ivy/actions/runs/5382265792/jobs/9767437274"><img src=https://img.shields.io/badge/-failure-red></a>
test
fix raw ops test tensorflow sqrt torch a href src numpy a href src jax a href src tensorflow a href src paddle a href src
1
440,968
30,764,366,092
IssuesEvent
2023-07-30 05:13:48
bhargav0605/BeatBonds
https://api.github.com/repos/bhargav0605/BeatBonds
closed
Multithreading result without kafka integration.
documentation enhancement
MultiThreading with core 6 and max pool size 20 took 6s955ms to complete the batch job with 100 Artist.
1.0
Multithreading result without kafka integration. - MultiThreading with core 6 and max pool size 20 took 6s955ms to complete the batch job with 100 Artist.
non_test
multithreading result without kafka integration multithreading with core and max pool size took to complete the batch job with artist
0
284,882
24,625,150,048
IssuesEvent
2022-10-16 12:25:29
dotnet/efcore
https://api.github.com/repos/dotnet/efcore
closed
Tests where EF Core is failing to track some entities
area-test closed-duplicate customer-reported
Here is the final (as in `rc1-final`) list of tests that I found to be incorrect in their `entryCount`: - AsyncSimpleQueryTest - Join_customers_orders_with_subquery_anonymous_property_method - SimpleQueryTest - Join_customers_orders_with_subquery_anonymous_property_method - Queryable_simple_anonymous_subquery - AsyncGroupByQueryTest - Join_GroupBy_Aggregate_in_subquery - GroupByQueryTest - Join_GroupBy_Aggregate_in_subquery - QueryNavigationsTest - Select_collection_FirstOrDefault_project_entity - Take_Select_Navigation - Skip_Select_Navigation
1.0
Tests where EF Core is failing to track some entities - Here is the final (as in `rc1-final`) list of tests that I found to be incorrect in their `entryCount`: - AsyncSimpleQueryTest - Join_customers_orders_with_subquery_anonymous_property_method - SimpleQueryTest - Join_customers_orders_with_subquery_anonymous_property_method - Queryable_simple_anonymous_subquery - AsyncGroupByQueryTest - Join_GroupBy_Aggregate_in_subquery - GroupByQueryTest - Join_GroupBy_Aggregate_in_subquery - QueryNavigationsTest - Select_collection_FirstOrDefault_project_entity - Take_Select_Navigation - Skip_Select_Navigation
test
tests where ef core is failing to track some entities here is the final as in final list of tests that i found to be incorrect in their entrycount asyncsimplequerytest join customers orders with subquery anonymous property method simplequerytest join customers orders with subquery anonymous property method queryable simple anonymous subquery asyncgroupbyquerytest join groupby aggregate in subquery groupbyquerytest join groupby aggregate in subquery querynavigationstest select collection firstordefault project entity take select navigation skip select navigation
1
95,251
8,553,655,810
IssuesEvent
2018-11-08 01:55:50
kartoza/LEDET_BIMS
https://api.github.com/repos/kartoza/LEDET_BIMS
closed
FR10 FR33 FR45 FR49 Upload distribution data from csv
testing
same as #6, just handing a different upload format. Here is a sample csv (well, actually space delimited) of reptile data [BIMS_to_kartoza_2018-06-01.txt](https://waffleio-direct-uploads-production.s3.amazonaws.com/uploads/53ba46167953d2fd0f723be0/125516c66e82c728ace21e0d46cabdb710bd97a6b0e2be51b052ea95161477227149f37d3dd5b26af3006b1300051bff054a5556f9a8d87fa7b73a228c5a5fbed46c5f74c76f14f8eb861cba13a632c91edbe2e3d7158abd7f37ed998e48341f001b89fa5e34a79042c15af459ac.txt)
1.0
FR10 FR33 FR45 FR49 Upload distribution data from csv - same as #6, just handing a different upload format. Here is a sample csv (well, actually space delimited) of reptile data [BIMS_to_kartoza_2018-06-01.txt](https://waffleio-direct-uploads-production.s3.amazonaws.com/uploads/53ba46167953d2fd0f723be0/125516c66e82c728ace21e0d46cabdb710bd97a6b0e2be51b052ea95161477227149f37d3dd5b26af3006b1300051bff054a5556f9a8d87fa7b73a228c5a5fbed46c5f74c76f14f8eb861cba13a632c91edbe2e3d7158abd7f37ed998e48341f001b89fa5e34a79042c15af459ac.txt)
test
upload distribution data from csv same as just handing a different upload format here is a sample csv well actually space delimited of reptile data
1
18,075
10,879,437,100
IssuesEvent
2019-11-17 01:37:54
DanielCaspers/CA-Portal
https://api.github.com/repos/DanielCaspers/CA-Portal
opened
Angular 7 to Angular 9 migration
App Infrastructure Customer Edition Service Writer Edition Tooling
The Angular framework will have an imminent release to 9, which is there latest. Our current version is in LTS, but will fall out of support in April 2020. For the best experience, we should stay up to date and stay ahead with their software support and additional added enhancements since 7, which should include smaller bundle sizes and increased rendering performance. https://angular.io/guide/releases#support-policy-and-schedule
1.0
Angular 7 to Angular 9 migration - The Angular framework will have an imminent release to 9, which is there latest. Our current version is in LTS, but will fall out of support in April 2020. For the best experience, we should stay up to date and stay ahead with their software support and additional added enhancements since 7, which should include smaller bundle sizes and increased rendering performance. https://angular.io/guide/releases#support-policy-and-schedule
non_test
angular to angular migration the angular framework will have an imminent release to which is there latest our current version is in lts but will fall out of support in april for the best experience we should stay up to date and stay ahead with their software support and additional added enhancements since which should include smaller bundle sizes and increased rendering performance
0
259,746
22,536,218,228
IssuesEvent
2022-06-25 08:54:59
ita-social-projects/EventsExpress
https://api.github.com/repos/ita-social-projects/EventsExpress
opened
Verify that fields 'Title', 'Organizer name' and 'Stream link' on the 'Draft' page can be edited entering valid data
test case
**Date Time** 25-06-2022 **Priority** Medium **Description** The test case verifies that User is able to edit fields 'Title', 'Organizer name' and 'Stream link' entering valid data editing information of the event on the 'Draft' page. **Pre-requisites** Steps to be fulfilled before test: 1. Move to Home page EventsExpress: https://eventsexpress-test.azurewebsites.net 2. Event created by User10. Mandatory fields of event are filled: Start date, End date, Description, Time zone, Categories 3. Authorize as User10 **Test Cases** | S# | Action | Test Data | Expected Result | Actual Result | P/F | Automated | |:-----------:|:-----------:|:-----------:|:---------------:|:-------------:|:-----------:|:-----------:| | 1 | Click on the button 'Draft' on the menu on the left side of the page | <br> | 'Draft' page is opened | <br> | <br> | <br> | | 2 | Input valid data in the field 'Title' | v | <br> | <br> | <br> | <br> | | 3 | Input too long data in the field 'Organizer name' | v | <br> | <br> | <br> | <br> | | 4 | Input too long data in the field 'Stream link' | v | <br> | <br> | <br> | <br> | | 5 | Сlick a button "Save" | <br> | Fields 'Title', 'Organizer name' and 'Stream link' is updated | <br> | <br> | <br> | | 6 | Leave empty the field 'Title' | <br> | <br> | <br> | <br> | <br> | | 7 | Leave empty the field 'Organizer name' | <br> | <br> | <br> | <br> | <br> | | 8 | Leave empty the field 'Stream link' | <br> | <br> | <br> | <br> | <br> | | 9 | Сlick a button "Save" | <br> | Event does not updated. A hint text is displayed about the allowed number of words (min and max) | <br> | <br> | <br> | | <br> | <br> | <br> | <br> | <br> | <br> | <br> | **Screenshots** If applicable, add screenshots to help explain your test. **Environment:** - OS: [e.g. iOS] - Browser [e.g. chrome, safari] - Version [e.g. 22] **Additional context** Add any other context about the test here. User story links E.g.: "User story #100 " Labels to be added "Test case", Priority ("pri: "), Type ("UI, "Functional"), "API" .
1.0
Verify that fields 'Title', 'Organizer name' and 'Stream link' on the 'Draft' page can be edited entering valid data - **Date Time** 25-06-2022 **Priority** Medium **Description** The test case verifies that User is able to edit fields 'Title', 'Organizer name' and 'Stream link' entering valid data editing information of the event on the 'Draft' page. **Pre-requisites** Steps to be fulfilled before test: 1. Move to Home page EventsExpress: https://eventsexpress-test.azurewebsites.net 2. Event created by User10. Mandatory fields of event are filled: Start date, End date, Description, Time zone, Categories 3. Authorize as User10 **Test Cases** | S# | Action | Test Data | Expected Result | Actual Result | P/F | Automated | |:-----------:|:-----------:|:-----------:|:---------------:|:-------------:|:-----------:|:-----------:| | 1 | Click on the button 'Draft' on the menu on the left side of the page | <br> | 'Draft' page is opened | <br> | <br> | <br> | | 2 | Input valid data in the field 'Title' | v | <br> | <br> | <br> | <br> | | 3 | Input too long data in the field 'Organizer name' | v | <br> | <br> | <br> | <br> | | 4 | Input too long data in the field 'Stream link' | v | <br> | <br> | <br> | <br> | | 5 | Сlick a button "Save" | <br> | Fields 'Title', 'Organizer name' and 'Stream link' is updated | <br> | <br> | <br> | | 6 | Leave empty the field 'Title' | <br> | <br> | <br> | <br> | <br> | | 7 | Leave empty the field 'Organizer name' | <br> | <br> | <br> | <br> | <br> | | 8 | Leave empty the field 'Stream link' | <br> | <br> | <br> | <br> | <br> | | 9 | Сlick a button "Save" | <br> | Event does not updated. A hint text is displayed about the allowed number of words (min and max) | <br> | <br> | <br> | | <br> | <br> | <br> | <br> | <br> | <br> | <br> | **Screenshots** If applicable, add screenshots to help explain your test. **Environment:** - OS: [e.g. iOS] - Browser [e.g. chrome, safari] - Version [e.g. 22] **Additional context** Add any other context about the test here. User story links E.g.: "User story #100 " Labels to be added "Test case", Priority ("pri: "), Type ("UI, "Functional"), "API" .
test
verify that fields title organizer name and stream link on the draft page can be edited entering valid data date time priority medium description the test case verifies that user is able to edit fields title organizer name and stream link entering valid data editing information of the event on the draft page pre requisites steps to be fulfilled before test move to home page eventsexpress event created by mandatory fields of event are filled start date end date description time zone categories authorize as test cases s action test data expected result actual result p f automated click on the button draft on the menu on the left side of the page draft page is opened input valid data in the field title v input too long data in the field organizer name v input too long data in the field stream link v сlick a button save fields title organizer name and stream link is updated leave empty the field title leave empty the field organizer name leave empty the field stream link сlick a button save event does not updated a hint text is displayed about the allowed number of words min and max screenshots if applicable add screenshots to help explain your test environment os browser version additional context add any other context about the test here user story links e g user story labels to be added test case priority pri type ui functional api
1
262,725
8,272,400,874
IssuesEvent
2018-09-16 19:45:19
javaee/glassfish
https://api.github.com/repos/javaee/glassfish
closed
rows and columns multimode
3_1-exclude Component: command_line_interface ERR: Assignee Priority: Minor Type: Improvement
It would be nice to be able to set the number of rows, or even rows and columns, in multimode so that "more" works correctly. #### Environment Operating System: All Platform: All #### Affected Versions [V3]
1.0
rows and columns multimode - It would be nice to be able to set the number of rows, or even rows and columns, in multimode so that "more" works correctly. #### Environment Operating System: All Platform: All #### Affected Versions [V3]
non_test
rows and columns multimode it would be nice to be able to set the number of rows or even rows and columns in multimode so that more works correctly environment operating system all platform all affected versions
0
27,038
4,039,736,441
IssuesEvent
2016-05-20 07:02:53
owncloud/core
https://api.github.com/repos/owncloud/core
opened
"Open documentation" button does not work in Updater section
design documentation feature:update sev4-low
### Steps to reproduce 1. Go to admin menu, and scroll down to updater section 2. Try to open the documentation clicking on "i" button ### Expected behaviour The documentation should be opened ### Actual behaviour "i" button has no functionality ### Server configuration **Operating system**: Ubuntu 14.04 **Web server:** Apache **Database:** MySQL **PHP version:** 5.5.9 **ownCloud version:"version":"9.0.2.2","versionstring":"9.0.2","edition":"" **Updated from an older ownCloud or fresh install:** Fresh **Are you using external storage, if yes which one:** local/smb/sftp/... No **Are you using encryption:** No **Logs** ``` ``` ### Client configuration **browser** Firefox ![screens shot 2016-05-18 at 13 09 59](https://cloud.githubusercontent.com/assets/10596560/15419893/9f125dc2-1e69-11e6-8811-c9c5ce1e8ab0.png) @owncloud/designers @VicDeo
1.0
"Open documentation" button does not work in Updater section - ### Steps to reproduce 1. Go to admin menu, and scroll down to updater section 2. Try to open the documentation clicking on "i" button ### Expected behaviour The documentation should be opened ### Actual behaviour "i" button has no functionality ### Server configuration **Operating system**: Ubuntu 14.04 **Web server:** Apache **Database:** MySQL **PHP version:** 5.5.9 **ownCloud version:"version":"9.0.2.2","versionstring":"9.0.2","edition":"" **Updated from an older ownCloud or fresh install:** Fresh **Are you using external storage, if yes which one:** local/smb/sftp/... No **Are you using encryption:** No **Logs** ``` ``` ### Client configuration **browser** Firefox ![screens shot 2016-05-18 at 13 09 59](https://cloud.githubusercontent.com/assets/10596560/15419893/9f125dc2-1e69-11e6-8811-c9c5ce1e8ab0.png) @owncloud/designers @VicDeo
non_test
open documentation button does not work in updater section steps to reproduce go to admin menu and scroll down to updater section try to open the documentation clicking on i button expected behaviour the documentation should be opened actual behaviour i button has no functionality server configuration operating system ubuntu web server apache database mysql php version owncloud version version versionstring edition updated from an older owncloud or fresh install fresh are you using external storage if yes which one local smb sftp no are you using encryption no logs client configuration browser firefox owncloud designers vicdeo
0
156,876
24,626,127,855
IssuesEvent
2022-10-16 14:45:08
dotnet/efcore
https://api.github.com/repos/dotnet/efcore
closed
Why does EF Core pluralize table names by default?
closed-by-design customer-reported
As described in this post: https://entityframeworkcore.com/knowledge-base/37493095/entity-framework-core-rc2-table-name-pluralization I'm wondering why the EF Core team took the decision to use the name of the DbSet property for the SQL table name by default? This is generally going to result in plural table names, as that is the appropriate name for the DbSet properties. I thought this was considered bad practice, and that SQL table named should be singular - why this default?
1.0
Why does EF Core pluralize table names by default? - As described in this post: https://entityframeworkcore.com/knowledge-base/37493095/entity-framework-core-rc2-table-name-pluralization I'm wondering why the EF Core team took the decision to use the name of the DbSet property for the SQL table name by default? This is generally going to result in plural table names, as that is the appropriate name for the DbSet properties. I thought this was considered bad practice, and that SQL table named should be singular - why this default?
non_test
why does ef core pluralize table names by default as described in this post i m wondering why the ef core team took the decision to use the name of the dbset property for the sql table name by default this is generally going to result in plural table names as that is the appropriate name for the dbset properties i thought this was considered bad practice and that sql table named should be singular why this default
0
250,675
18,902,227,723
IssuesEvent
2021-11-16 03:13:43
xbklyn/INT201-G06-GroupWorks
https://api.github.com/repos/xbklyn/INT201-G06-GroupWorks
closed
Add document: Assignment 8
documentation help wanted
## Documents - [x] edit document - [x] add .pdf ## Review - [x] review documents - [x] revise documents
1.0
Add document: Assignment 8 - ## Documents - [x] edit document - [x] add .pdf ## Review - [x] review documents - [x] revise documents
non_test
add document assignment documents edit document add pdf review review documents revise documents
0
14,747
3,420,883,546
IssuesEvent
2015-12-08 16:31:42
OSSIA/i-score
https://api.github.com/repos/OSSIA/i-score
closed
Don't refresh namespace when loading a project
need testing
When you have a big namespace, it's so long to redo minuit discovery each time a project is loaded.
1.0
Don't refresh namespace when loading a project - When you have a big namespace, it's so long to redo minuit discovery each time a project is loaded.
test
don t refresh namespace when loading a project when you have a big namespace it s so long to redo minuit discovery each time a project is loaded
1
4,809
2,564,156,742
IssuesEvent
2015-02-06 17:53:28
GoogleCloudPlatform/kubernetes
https://api.github.com/repos/GoogleCloudPlatform/kubernetes
closed
More inocuous? python spew
priority/P2
This is showing up in the last few Jenkins logs, though it doesn't seem to stop them.. ``` +++ Staging server tars to Google Storage: gs://kubernetes-staging-a978d/devel Traceback (most recent call last): File "<string>", line 5, in <module> TypeError: 'NoneType' object has no attribute '__getitem__' ```
1.0
More inocuous? python spew - This is showing up in the last few Jenkins logs, though it doesn't seem to stop them.. ``` +++ Staging server tars to Google Storage: gs://kubernetes-staging-a978d/devel Traceback (most recent call last): File "<string>", line 5, in <module> TypeError: 'NoneType' object has no attribute '__getitem__' ```
non_test
more inocuous python spew this is showing up in the last few jenkins logs though it doesn t seem to stop them staging server tars to google storage gs kubernetes staging devel traceback most recent call last file line in typeerror nonetype object has no attribute getitem
0
79,865
7,726,634,650
IssuesEvent
2018-05-24 21:58:03
MozScout/scout-ua
https://api.github.com/repos/MozScout/scout-ua
closed
Remove the title from the summary/full prompt
good first issue usertest1
Right now, we say "Would you like to hear a summary or the full article of the coming software apocalypse?" Change to: "Would you like to hear a summary or the full article?"
1.0
Remove the title from the summary/full prompt - Right now, we say "Would you like to hear a summary or the full article of the coming software apocalypse?" Change to: "Would you like to hear a summary or the full article?"
test
remove the title from the summary full prompt right now we say would you like to hear a summary or the full article of the coming software apocalypse change to would you like to hear a summary or the full article
1
223,431
17,599,417,260
IssuesEvent
2021-08-17 09:54:35
Tencent/bk-ci
https://api.github.com/repos/Tencent/bk-ci
closed
【流水线插件】post-action支持如下条件时执行:当用户手动取消执行时
kind/plugins stage/uat stage/test kind/feat/tech kind/enhancement area/ci/frontend area/ci/backend test/passed uat/passed priority/important-soon
**【背景】** 当用户手动取消执行或插件执行超时,有些插件功能执行了一半,需要获取到用户的这个操作,去清理数据,停止第三方服务等,避免资源浪费 目前在*nix系统下,插件开发者通过监听kill信号来实现,但这种方式实现难度比较高,且有时间限制 **【需求】** post-action支持如下条件时执行: - 插件正在执行,但用户手动取消或已执行超时
2.0
【流水线插件】post-action支持如下条件时执行:当用户手动取消执行时 - **【背景】** 当用户手动取消执行或插件执行超时,有些插件功能执行了一半,需要获取到用户的这个操作,去清理数据,停止第三方服务等,避免资源浪费 目前在*nix系统下,插件开发者通过监听kill信号来实现,但这种方式实现难度比较高,且有时间限制 **【需求】** post-action支持如下条件时执行: - 插件正在执行,但用户手动取消或已执行超时
test
【流水线插件】post action支持如下条件时执行:当用户手动取消执行时 【背景】 当用户手动取消执行或插件执行超时,有些插件功能执行了一半,需要获取到用户的这个操作,去清理数据,停止第三方服务等,避免资源浪费 目前在 nix系统下,插件开发者通过监听kill信号来实现,但这种方式实现难度比较高,且有时间限制 【需求】 post action支持如下条件时执行: 插件正在执行,但用户手动取消或已执行超时
1
116,779
9,883,762,635
IssuesEvent
2019-06-24 20:16:07
pachyderm/pachyderm
https://api.github.com/repos/pachyderm/pachyderm
closed
'make lint' flakes in CI
testing
Example failure (went away after rerunning the misc tests): ``` Running misc test suite # golang.org/x/tools/go/internal/gcimporter ../../../golang.org/x/tools/go/internal/gcimporter/iimport.go:540:10: undefined: types.NewInterface2 make: *** [lint] Error 2 ``` I wonder if some of our test failures are due to inconsistency in the test environment
1.0
'make lint' flakes in CI - Example failure (went away after rerunning the misc tests): ``` Running misc test suite # golang.org/x/tools/go/internal/gcimporter ../../../golang.org/x/tools/go/internal/gcimporter/iimport.go:540:10: undefined: types.NewInterface2 make: *** [lint] Error 2 ``` I wonder if some of our test failures are due to inconsistency in the test environment
test
make lint flakes in ci example failure went away after rerunning the misc tests running misc test suite golang org x tools go internal gcimporter golang org x tools go internal gcimporter iimport go undefined types make error i wonder if some of our test failures are due to inconsistency in the test environment
1
335,534
10,154,981,993
IssuesEvent
2019-08-06 09:16:58
CLOSER-Cohorts/archivist
https://api.github.com/repos/CLOSER-Cohorts/archivist
opened
Page refreshing issues when adding/editing content
Angular Frontend Medium priority bug
When `adding/importing` content, the new content is not displayed unless we manually refresh the relevant pages at least once. For example, when importing an `instrument` or `dataset`, and they are successful, those new items will not show if we simply move from the `import` page to the relevant `index` pages. A manual page refresh is needed in order to visualise the new content. This seems to be an AngularJS issue. Possibly related to #135, #231, #214, #160
1.0
Page refreshing issues when adding/editing content - When `adding/importing` content, the new content is not displayed unless we manually refresh the relevant pages at least once. For example, when importing an `instrument` or `dataset`, and they are successful, those new items will not show if we simply move from the `import` page to the relevant `index` pages. A manual page refresh is needed in order to visualise the new content. This seems to be an AngularJS issue. Possibly related to #135, #231, #214, #160
non_test
page refreshing issues when adding editing content when adding importing content the new content is not displayed unless we manually refresh the relevant pages at least once for example when importing an instrument or dataset and they are successful those new items will not show if we simply move from the import page to the relevant index pages a manual page refresh is needed in order to visualise the new content this seems to be an angularjs issue possibly related to
0
289,763
25,012,288,070
IssuesEvent
2022-11-03 16:04:40
privacy-scaling-explorations/zkevm-circuits
https://api.github.com/repos/privacy-scaling-explorations/zkevm-circuits
closed
Add the Super Circuit to the set of integration tests
good first issue crate-integration-tests
Add the Super Circuit to the integration test macro here https://github.com/privacy-scaling-explorations/zkevm-circuits/blob/6abc33eeb81ffd64ff73f2a84c04203f33c161eb/integration-tests/tests/circuits.rs#L176
1.0
Add the Super Circuit to the set of integration tests - Add the Super Circuit to the integration test macro here https://github.com/privacy-scaling-explorations/zkevm-circuits/blob/6abc33eeb81ffd64ff73f2a84c04203f33c161eb/integration-tests/tests/circuits.rs#L176
test
add the super circuit to the set of integration tests add the super circuit to the integration test macro here
1
342
2,774,477,480
IssuesEvent
2015-05-04 09:15:35
contao/core
https://api.github.com/repos/contao/core
closed
do not print any html-tags if custom sections are empty
feature incompatible
If the default sections are empty (no article, module or other content is delivered) there will be no output in html code in frontend for this layout section - the section does not exist in frontend. For custom sections there is another functionality: it's all the same if there's content or not there will be an output in frontend: ```html <div class="custom"> <div id="test"> <div class="inside"> </div> </div> </div> ``` So please unify the functionality for custom sections like it is for the default sections and hide them, if they're empty.
True
do not print any html-tags if custom sections are empty - If the default sections are empty (no article, module or other content is delivered) there will be no output in html code in frontend for this layout section - the section does not exist in frontend. For custom sections there is another functionality: it's all the same if there's content or not there will be an output in frontend: ```html <div class="custom"> <div id="test"> <div class="inside"> </div> </div> </div> ``` So please unify the functionality for custom sections like it is for the default sections and hide them, if they're empty.
non_test
do not print any html tags if custom sections are empty if the default sections are empty no article module or other content is delivered there will be no output in html code in frontend for this layout section the section does not exist in frontend for custom sections there is another functionality it s all the same if there s content or not there will be an output in frontend html so please unify the functionality for custom sections like it is for the default sections and hide them if they re empty
0
228,173
25,163,902,843
IssuesEvent
2022-11-10 19:02:10
lukebrogan-mend/bag-of-holding
https://api.github.com/repos/lukebrogan-mend/bag-of-holding
closed
CVE-2020-7656 (Medium) detected in jquery-1.7.1.min.js, jquery-1.6.1.min.js - autoclosed
security vulnerability
## CVE-2020-7656 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>jquery-1.7.1.min.js</b>, <b>jquery-1.6.1.min.js</b></p></summary> <p> <details><summary><b>jquery-1.7.1.min.js</b></p></summary> <p>JavaScript library for DOM operations</p> <p>Library home page: <a href="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.7.1/jquery.min.js">https://cdnjs.cloudflare.com/ajax/libs/jquery/1.7.1/jquery.min.js</a></p> <p>Path to dependency file: /bower_components/bootstrap-datepicker/tests/tests.html</p> <p>Path to vulnerable library: /bower_components/bootstrap-datepicker/tests/assets/jquery-1.7.1.min.js</p> <p> Dependency Hierarchy: - :x: **jquery-1.7.1.min.js** (Vulnerable Library) </details> <details><summary><b>jquery-1.6.1.min.js</b></p></summary> <p>JavaScript library for DOM operations</p> <p>Library home page: <a href="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.6.1/jquery.min.js">https://cdnjs.cloudflare.com/ajax/libs/jquery/1.6.1/jquery.min.js</a></p> <p>Path to dependency file: /bower_components/modernizer/test/caniuse.html</p> <p>Path to vulnerable library: /bower_components/modernizer/test/./caniuse_files/jquery.min.js</p> <p> Dependency Hierarchy: - :x: **jquery-1.6.1.min.js** (Vulnerable Library) </details> <p>Found in HEAD commit: <a href="https://github.com/lukebroganws/bag-of-holding/commit/fd67f5ea4245a25511650d4bf41a6c699a799144">fd67f5ea4245a25511650d4bf41a6c699a799144</a></p> <p>Found in base branch: <b>master</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> jquery prior to 1.9.0 allows Cross-site Scripting attacks via the load method. The load method fails to recognize and remove "<script>" HTML tags that contain a whitespace character, i.e: "</script >", which results in the enclosed script logic to be executed. <p>Publish Date: 2020-05-19 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-7656>CVE-2020-7656</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>6.1</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: Required - Scope: Changed - Impact Metrics: - Confidentiality Impact: Low - Integrity Impact: Low - Availability Impact: None </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://github.com/advisories/GHSA-q4m3-2j7h-f7xw">https://github.com/advisories/GHSA-q4m3-2j7h-f7xw</a></p> <p>Release Date: 2020-05-19</p> <p>Fix Resolution: jquery - 1.9.0</p> </p> </details> <p></p>
True
CVE-2020-7656 (Medium) detected in jquery-1.7.1.min.js, jquery-1.6.1.min.js - autoclosed - ## CVE-2020-7656 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>jquery-1.7.1.min.js</b>, <b>jquery-1.6.1.min.js</b></p></summary> <p> <details><summary><b>jquery-1.7.1.min.js</b></p></summary> <p>JavaScript library for DOM operations</p> <p>Library home page: <a href="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.7.1/jquery.min.js">https://cdnjs.cloudflare.com/ajax/libs/jquery/1.7.1/jquery.min.js</a></p> <p>Path to dependency file: /bower_components/bootstrap-datepicker/tests/tests.html</p> <p>Path to vulnerable library: /bower_components/bootstrap-datepicker/tests/assets/jquery-1.7.1.min.js</p> <p> Dependency Hierarchy: - :x: **jquery-1.7.1.min.js** (Vulnerable Library) </details> <details><summary><b>jquery-1.6.1.min.js</b></p></summary> <p>JavaScript library for DOM operations</p> <p>Library home page: <a href="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.6.1/jquery.min.js">https://cdnjs.cloudflare.com/ajax/libs/jquery/1.6.1/jquery.min.js</a></p> <p>Path to dependency file: /bower_components/modernizer/test/caniuse.html</p> <p>Path to vulnerable library: /bower_components/modernizer/test/./caniuse_files/jquery.min.js</p> <p> Dependency Hierarchy: - :x: **jquery-1.6.1.min.js** (Vulnerable Library) </details> <p>Found in HEAD commit: <a href="https://github.com/lukebroganws/bag-of-holding/commit/fd67f5ea4245a25511650d4bf41a6c699a799144">fd67f5ea4245a25511650d4bf41a6c699a799144</a></p> <p>Found in base branch: <b>master</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> jquery prior to 1.9.0 allows Cross-site Scripting attacks via the load method. The load method fails to recognize and remove "<script>" HTML tags that contain a whitespace character, i.e: "</script >", which results in the enclosed script logic to be executed. <p>Publish Date: 2020-05-19 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-7656>CVE-2020-7656</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>6.1</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: Required - Scope: Changed - Impact Metrics: - Confidentiality Impact: Low - Integrity Impact: Low - Availability Impact: None </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://github.com/advisories/GHSA-q4m3-2j7h-f7xw">https://github.com/advisories/GHSA-q4m3-2j7h-f7xw</a></p> <p>Release Date: 2020-05-19</p> <p>Fix Resolution: jquery - 1.9.0</p> </p> </details> <p></p>
non_test
cve medium detected in jquery min js jquery min js autoclosed cve medium severity vulnerability vulnerable libraries jquery min js jquery min js jquery min js javascript library for dom operations library home page a href path to dependency file bower components bootstrap datepicker tests tests html path to vulnerable library bower components bootstrap datepicker tests assets jquery min js dependency hierarchy x jquery min js vulnerable library jquery min js javascript library for dom operations library home page a href path to dependency file bower components modernizer test caniuse html path to vulnerable library bower components modernizer test caniuse files jquery min js dependency hierarchy x jquery min js vulnerable library found in head commit a href found in base branch master vulnerability details jquery prior to allows cross site scripting attacks via the load method the load method fails to recognize and remove html tags that contain a whitespace character i e which results in the enclosed script logic to be executed publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction required scope changed impact metrics confidentiality impact low integrity impact low availability impact none for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution jquery
0
264,746
23,136,985,113
IssuesEvent
2022-07-28 15:01:45
hashicorp/nomad
https://api.github.com/repos/hashicorp/nomad
opened
test flake in TestLeader_RollRaftServer
type/bug theme/flaky-tests
Example run: https://app.circleci.com/pipelines/github/hashicorp/nomad/28563/workflows/e087b535-aa13-470a-97d2-384c4cb9ae05/jobs/315033. This has failed frequently on `main`, but I've seen it a bunch on other branches as well. Note that when this fails it can take >1min to do so, which also slows down test runs. See the CircleCI link for logs, which are very long for this one.
1.0
test flake in TestLeader_RollRaftServer - Example run: https://app.circleci.com/pipelines/github/hashicorp/nomad/28563/workflows/e087b535-aa13-470a-97d2-384c4cb9ae05/jobs/315033. This has failed frequently on `main`, but I've seen it a bunch on other branches as well. Note that when this fails it can take >1min to do so, which also slows down test runs. See the CircleCI link for logs, which are very long for this one.
test
test flake in testleader rollraftserver example run this has failed frequently on main but i ve seen it a bunch on other branches as well note that when this fails it can take to do so which also slows down test runs see the circleci link for logs which are very long for this one
1
616,909
19,324,181,613
IssuesEvent
2021-12-14 09:35:26
AZielski/symmetrical-carnival
https://api.github.com/repos/AZielski/symmetrical-carnival
opened
Add JWT token authorization
backend priority:High
Task: - Add JWT and JWT refresh on login and return it with login response. - Add token refreshing endpoint.
1.0
Add JWT token authorization - Task: - Add JWT and JWT refresh on login and return it with login response. - Add token refreshing endpoint.
non_test
add jwt token authorization task add jwt and jwt refresh on login and return it with login response add token refreshing endpoint
0
379,616
26,377,811,735
IssuesEvent
2023-01-12 05:14:05
cmudig/draco2
https://api.github.com/repos/cmudig/draco2
closed
Document how to use learned weights
documentation
Show how the weights can be used in Draco to apply the model for recommendation.
1.0
Document how to use learned weights - Show how the weights can be used in Draco to apply the model for recommendation.
non_test
document how to use learned weights show how the weights can be used in draco to apply the model for recommendation
0
123,855
4,877,454,645
IssuesEvent
2016-11-16 15:44:41
kubernetes/kubernetes
https://api.github.com/repos/kubernetes/kubernetes
closed
[k8s.io] Density [Feature:Performance] should allow starting 30 pods per node {Kubernetes e2e suite}
kind/flake priority/P2
https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/logs/kubernetes-kubemark-500-gce/7797/ Failed: [k8s.io] Density [Feature:Performance] should allow starting 30 pods per node {Kubernetes e2e suite} ``` /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:142 Expected <[]string | len:1, cap:1>: [ "Container kube-apiserver/kube-apiserver is using 2.71/2.5 CPU", ] to be empty /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/resource_usage_gatherer.go:376 ``` Previous issues for this test: #26185 #27142 #30275 #31101 #31105 #32059 #32074 #32078 #32098 #32437 #32525 #33344
1.0
[k8s.io] Density [Feature:Performance] should allow starting 30 pods per node {Kubernetes e2e suite} - https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/logs/kubernetes-kubemark-500-gce/7797/ Failed: [k8s.io] Density [Feature:Performance] should allow starting 30 pods per node {Kubernetes e2e suite} ``` /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:142 Expected <[]string | len:1, cap:1>: [ "Container kube-apiserver/kube-apiserver is using 2.71/2.5 CPU", ] to be empty /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/resource_usage_gatherer.go:376 ``` Previous issues for this test: #26185 #27142 #30275 #31101 #31105 #32059 #32074 #32078 #32098 #32437 #32525 #33344
non_test
density should allow starting pods per node kubernetes suite failed density should allow starting pods per node kubernetes suite go src io kubernetes output dockerized go src io kubernetes test framework framework go expected container kube apiserver kube apiserver is using cpu to be empty go src io kubernetes output dockerized go src io kubernetes test framework resource usage gatherer go previous issues for this test
0
215,680
16,687,207,768
IssuesEvent
2021-06-08 09:15:18
galasa-dev/projectmanagement
https://api.github.com/repos/galasa-dev/projectmanagement
closed
Increase the IVT ONLY testing of the zosconsole manager
Manager: zOS Console Manager: zOS/MF testing
In consultation with James Davies, increase the unit and ivt testing of the zosconsole manager manager. Use the reports found at http://cicsk8sm.hursley.ibm.com:31530/ . **** Write the IVTs in the zos Manager in such a way that the same IVT can be run with the zosmf and oeconsole implementations. Concentrate on the zosmf implementation when writing the tests. A judgement will need to be made on how much testing is required to give confidence that the manager can be released to DfG. Please note, the code should be TESTED, not simply driven to improve the code coverage statistics, in other words, ensure the code has worked the way that it was expected rather than simply exercising the code. No powermock please, and keep the mocking to a minimum. Keep the PRs small and add James and Michael as reviewers for all PRs.
1.0
Increase the IVT ONLY testing of the zosconsole manager - In consultation with James Davies, increase the unit and ivt testing of the zosconsole manager manager. Use the reports found at http://cicsk8sm.hursley.ibm.com:31530/ . **** Write the IVTs in the zos Manager in such a way that the same IVT can be run with the zosmf and oeconsole implementations. Concentrate on the zosmf implementation when writing the tests. A judgement will need to be made on how much testing is required to give confidence that the manager can be released to DfG. Please note, the code should be TESTED, not simply driven to improve the code coverage statistics, in other words, ensure the code has worked the way that it was expected rather than simply exercising the code. No powermock please, and keep the mocking to a minimum. Keep the PRs small and add James and Michael as reviewers for all PRs.
test
increase the ivt only testing of the zosconsole manager in consultation with james davies increase the unit and ivt testing of the zosconsole manager manager use the reports found at write the ivts in the zos manager in such a way that the same ivt can be run with the zosmf and oeconsole implementations concentrate on the zosmf implementation when writing the tests a judgement will need to be made on how much testing is required to give confidence that the manager can be released to dfg please note the code should be tested not simply driven to improve the code coverage statistics in other words ensure the code has worked the way that it was expected rather than simply exercising the code no powermock please and keep the mocking to a minimum keep the prs small and add james and michael as reviewers for all prs
1
333,369
29,577,874,859
IssuesEvent
2023-06-07 01:30:28
Joystream/pioneer
https://api.github.com/repos/Joystream/pioneer
closed
Font text too small?
enhancement scope:forum high-prio community-dev qa-tested-ready-for-prod SP:2 release:1.5.0
Perhaps I'm just getting old, but isn't the font text just needlessly small, despite being the main thing you want to process? Compare this ![Screenshot 2023-01-16 at 18 23 49](https://user-images.githubusercontent.com/437292/212736065-54a5bc33-2479-4985-a36c-173cba2bb88b.png) to this ![Screenshot 2023-01-16 at 18 24 41](https://user-images.githubusercontent.com/437292/212736082-03f1a8ea-2449-4739-af90-f38357a86a5c.png) isn't the latter way way easier to read, but also looks fine?
1.0
Font text too small? - Perhaps I'm just getting old, but isn't the font text just needlessly small, despite being the main thing you want to process? Compare this ![Screenshot 2023-01-16 at 18 23 49](https://user-images.githubusercontent.com/437292/212736065-54a5bc33-2479-4985-a36c-173cba2bb88b.png) to this ![Screenshot 2023-01-16 at 18 24 41](https://user-images.githubusercontent.com/437292/212736082-03f1a8ea-2449-4739-af90-f38357a86a5c.png) isn't the latter way way easier to read, but also looks fine?
test
font text too small perhaps i m just getting old but isn t the font text just needlessly small despite being the main thing you want to process compare this to this isn t the latter way way easier to read but also looks fine
1
42,083
5,425,052,758
IssuesEvent
2017-03-03 03:59:58
Princeton-CDH/winthrop-django
https://api.github.com/repos/Princeton-CDH/winthrop-django
closed
edit person - VIAF lookup
awaiting testing
As a data editor, when I’m editing a person I want to be able to look up the VIAF ID by name and select from suggestions so that I can select the appropriate name within the system.
1.0
edit person - VIAF lookup - As a data editor, when I’m editing a person I want to be able to look up the VIAF ID by name and select from suggestions so that I can select the appropriate name within the system.
test
edit person viaf lookup as a data editor when i’m editing a person i want to be able to look up the viaf id by name and select from suggestions so that i can select the appropriate name within the system
1
96,811
8,633,164,538
IssuesEvent
2018-11-22 13:04:14
gap-system/gap
https://api.github.com/repos/gap-system/gap
closed
Setup Travis tests for Julia integration
kind: enhancement topic: tests
Now that the Julia GC code has been merged, it would be good to make sure it doesn't get broken accidentally. For now, I am trying to ensure that by watching out for "suspicious" PRs, but of course it'd be better to just compile and test it on Travis, via a new `testjulia` Travis job. The main obstacle for that is that we need a patch version of Julia for that, based on the code in https://github.com/JuliaLang/julia/pull/28368 -- but compiling Julia from scratch simply takes too long for a simple Travis job. To fix this, we need to upload a prebuilt Julia binary somewhere and then download/install it as part of the `testjulia`. One way to do that might be by using Docker? (Perhaps @sebasguts or @alex-konovalov have some insights on that). Another much more naive approach is that somebody builds that Julia branch on a system running a compatible Ubuntu version, and we just turn that into a tarball. (Of course then we need to update it whenever the Julia PR is updated).
1.0
Setup Travis tests for Julia integration - Now that the Julia GC code has been merged, it would be good to make sure it doesn't get broken accidentally. For now, I am trying to ensure that by watching out for "suspicious" PRs, but of course it'd be better to just compile and test it on Travis, via a new `testjulia` Travis job. The main obstacle for that is that we need a patch version of Julia for that, based on the code in https://github.com/JuliaLang/julia/pull/28368 -- but compiling Julia from scratch simply takes too long for a simple Travis job. To fix this, we need to upload a prebuilt Julia binary somewhere and then download/install it as part of the `testjulia`. One way to do that might be by using Docker? (Perhaps @sebasguts or @alex-konovalov have some insights on that). Another much more naive approach is that somebody builds that Julia branch on a system running a compatible Ubuntu version, and we just turn that into a tarball. (Of course then we need to update it whenever the Julia PR is updated).
test
setup travis tests for julia integration now that the julia gc code has been merged it would be good to make sure it doesn t get broken accidentally for now i am trying to ensure that by watching out for suspicious prs but of course it d be better to just compile and test it on travis via a new testjulia travis job the main obstacle for that is that we need a patch version of julia for that based on the code in but compiling julia from scratch simply takes too long for a simple travis job to fix this we need to upload a prebuilt julia binary somewhere and then download install it as part of the testjulia one way to do that might be by using docker perhaps sebasguts or alex konovalov have some insights on that another much more naive approach is that somebody builds that julia branch on a system running a compatible ubuntu version and we just turn that into a tarball of course then we need to update it whenever the julia pr is updated
1
273,946
23,797,458,928
IssuesEvent
2022-09-02 21:53:03
godotengine/godot
https://api.github.com/repos/godotengine/godot
closed
Godot 3.5 (steam) crashes on amd A12 (older) laptop when loading a project. win 64 and linux 64 works for 3.5.
bug platform:windows topic:editor topic:porting needs testing crash
### Godot version 3.5 steam ### System information windows 10 Home ### Issue description Godot 3.5 steam crashes on any project load Edition Windows 10 Home Version 21H2 Installed on ‎2022-‎05-‎27 OS build 19044.1889 Experience Windows Feature Experience Pack 120.2212.4170.0 Device name DESKTOP-3D74LNR Processor AMD A12-9720P RADEON R7, 12 COMPUTE CORES 4C+8G 2.70 GHz Installed RAM 16.0 GB (15.0 GB usable) Device ID 68B09712-CB32-4A8A-B9A1-DA745914D8AA Product ID 00325-80912-86733-AAOEM System type 64-bit operating system, x64-based processor Pen and touch No pen or touch input is available for this display ### Steps to reproduce 1. start the steam version of godot 3.5 (previous steam version worked and the standalone x64 standard 3.5 works for windows and ubuntu) 2. select a project 3. app crashes and quits - I don't know how to find errors. ### Minimal reproduction project Any example projects
1.0
Godot 3.5 (steam) crashes on amd A12 (older) laptop when loading a project. win 64 and linux 64 works for 3.5. - ### Godot version 3.5 steam ### System information windows 10 Home ### Issue description Godot 3.5 steam crashes on any project load Edition Windows 10 Home Version 21H2 Installed on ‎2022-‎05-‎27 OS build 19044.1889 Experience Windows Feature Experience Pack 120.2212.4170.0 Device name DESKTOP-3D74LNR Processor AMD A12-9720P RADEON R7, 12 COMPUTE CORES 4C+8G 2.70 GHz Installed RAM 16.0 GB (15.0 GB usable) Device ID 68B09712-CB32-4A8A-B9A1-DA745914D8AA Product ID 00325-80912-86733-AAOEM System type 64-bit operating system, x64-based processor Pen and touch No pen or touch input is available for this display ### Steps to reproduce 1. start the steam version of godot 3.5 (previous steam version worked and the standalone x64 standard 3.5 works for windows and ubuntu) 2. select a project 3. app crashes and quits - I don't know how to find errors. ### Minimal reproduction project Any example projects
test
godot steam crashes on amd older laptop when loading a project win and linux works for godot version steam system information windows home issue description godot steam crashes on any project load edition windows home version installed on ‎ ‎ ‎ os build experience windows feature experience pack device name desktop processor amd radeon compute cores ghz installed ram gb gb usable device id product id aaoem system type bit operating system based processor pen and touch no pen or touch input is available for this display steps to reproduce start the steam version of godot previous steam version worked and the standalone standard works for windows and ubuntu select a project app crashes and quits i don t know how to find errors minimal reproduction project any example projects
1
107,865
9,232,373,113
IssuesEvent
2019-03-13 06:51:41
xcat2/xcat-core
https://api.github.com/repos/xcat2/xcat-core
closed
[FVT]: makedns fails for "failed to start named" with rhels8 patch
component:test rh8 sprint4
The xcat-core and xcat-dep tar ball are ``` xcat-core: rhels8_branch_daily_build/20190311.0615 xcat-dep: http://xcat.org/files/xcat/xcat-dep/2.x_Linux/xcat-dep-201811190436.tar.bz2 http://xcat.org/files/xcat/xcat-dep/2.x_Ubuntu/xcat-dep-ubuntu-201811200025.tar.bz2 ``` on mn, run makedns -n and get the following errors ``` root@c910f04x30v02:~# makedns -n Handling f6u13k18 in /etc/hosts. Getting reverse zones, this may take several minutes for a large cluster. Completed getting reverse zones. Updating zones. Completed updating zones. Restarting bind9 Error: [c910f04x30v02]: failed to start named. root@c910f04x30v02:~# echo $? 1 ```
1.0
[FVT]: makedns fails for "failed to start named" with rhels8 patch - The xcat-core and xcat-dep tar ball are ``` xcat-core: rhels8_branch_daily_build/20190311.0615 xcat-dep: http://xcat.org/files/xcat/xcat-dep/2.x_Linux/xcat-dep-201811190436.tar.bz2 http://xcat.org/files/xcat/xcat-dep/2.x_Ubuntu/xcat-dep-ubuntu-201811200025.tar.bz2 ``` on mn, run makedns -n and get the following errors ``` root@c910f04x30v02:~# makedns -n Handling f6u13k18 in /etc/hosts. Getting reverse zones, this may take several minutes for a large cluster. Completed getting reverse zones. Updating zones. Completed updating zones. Restarting bind9 Error: [c910f04x30v02]: failed to start named. root@c910f04x30v02:~# echo $? 1 ```
test
makedns fails for failed to start named with patch the xcat core and xcat dep tar ball are xcat core branch daily build xcat dep on mn run makedns n and get the following errors root makedns n handling in etc hosts getting reverse zones this may take several minutes for a large cluster completed getting reverse zones updating zones completed updating zones restarting error failed to start named root echo
1
338,576
30,306,764,417
IssuesEvent
2023-07-10 10:00:01
elastic/kibana
https://api.github.com/repos/elastic/kibana
closed
[APM] 8.9.0 Test Plan
Team:APM apm:test-plan-guide
# Test Plan - 8.9.0 ## Phase 1: Manual Testing (Wednesday 21st June) - Pick an issue from the [curated list](https://github.com/elastic/kibana/issues?q=label%3Aapm%3Atest-plan-8.9.0+is%3Aclosed+-label%3Aapm%3Atest-plan-done) - After testing apply the `apm:test-plan-done` label. If a problem is found a new issue should be opened, labelled `apm:test-plan-regression` and moved to "Ready" column. - Regressions can be found [here](https://github.com/elastic/kibana/labels/apm%3Atest-plan-regression) ## Test clusters ### Serverless Projects in the QA environment are updated with every commit in main. - You can use this [project](https://p.elstc.co/paste/PYnbzKpx#GxLzRoOopfgVFzbiWQjXRn32MY5oGStF9mkY2HSIW1j) or - [serverless-oblt](https://studious-disco-k66oojq.pages.github.io/serverless-oblt/) or - Create your own through the [QA console](https://console.qa.cld.elstc.co/projects). If you create your own project, you will also need to create an ES user (See Observability Weekly Updates). ### Non-serverless (edge-lite) - [Credentials and URLs](https://ela.st/edge-lite-oblt-credentials) ## Phase 2: Improving Quality (Monday 26th June - Friday 30th June) Primarily we need more e2e (Cypress) tests and API tests. ### Important areas & flows - https://github.com/elastic/kibana/issues/159864 - https://github.com/elastic/kibana/issues/160496 - https://github.com/elastic/kibana/issues/154551 - https://github.com/elastic/kibana/issues/155690 - https://github.com/elastic/kibana/issues/79284 - https://github.com/elastic/kibana/issues/145516 - https://github.com/elastic/kibana/issues/159020 - [List](https://github.com/elastic/kibana/issues?q=is%3Aopen+is%3Aissue+label%3Afailed-test+label%3ATeam%3AAPM) of failed tests (These might have already been fixed and can be closed)
1.0
[APM] 8.9.0 Test Plan - # Test Plan - 8.9.0 ## Phase 1: Manual Testing (Wednesday 21st June) - Pick an issue from the [curated list](https://github.com/elastic/kibana/issues?q=label%3Aapm%3Atest-plan-8.9.0+is%3Aclosed+-label%3Aapm%3Atest-plan-done) - After testing apply the `apm:test-plan-done` label. If a problem is found a new issue should be opened, labelled `apm:test-plan-regression` and moved to "Ready" column. - Regressions can be found [here](https://github.com/elastic/kibana/labels/apm%3Atest-plan-regression) ## Test clusters ### Serverless Projects in the QA environment are updated with every commit in main. - You can use this [project](https://p.elstc.co/paste/PYnbzKpx#GxLzRoOopfgVFzbiWQjXRn32MY5oGStF9mkY2HSIW1j) or - [serverless-oblt](https://studious-disco-k66oojq.pages.github.io/serverless-oblt/) or - Create your own through the [QA console](https://console.qa.cld.elstc.co/projects). If you create your own project, you will also need to create an ES user (See Observability Weekly Updates). ### Non-serverless (edge-lite) - [Credentials and URLs](https://ela.st/edge-lite-oblt-credentials) ## Phase 2: Improving Quality (Monday 26th June - Friday 30th June) Primarily we need more e2e (Cypress) tests and API tests. ### Important areas & flows - https://github.com/elastic/kibana/issues/159864 - https://github.com/elastic/kibana/issues/160496 - https://github.com/elastic/kibana/issues/154551 - https://github.com/elastic/kibana/issues/155690 - https://github.com/elastic/kibana/issues/79284 - https://github.com/elastic/kibana/issues/145516 - https://github.com/elastic/kibana/issues/159020 - [List](https://github.com/elastic/kibana/issues?q=is%3Aopen+is%3Aissue+label%3Afailed-test+label%3ATeam%3AAPM) of failed tests (These might have already been fixed and can be closed)
test
test plan test plan phase manual testing wednesday june pick an issue from the after testing apply the apm test plan done label if a problem is found a new issue should be opened labelled apm test plan regression and moved to ready column regressions can be found test clusters serverless projects in the qa environment are updated with every commit in main you can use this or or create your own through the if you create your own project you will also need to create an es user see observability weekly updates non serverless edge lite phase improving quality monday june friday june primarily we need more cypress tests and api tests important areas flows of failed tests these might have already been fixed and can be closed
1
338,462
30,299,730,628
IssuesEvent
2023-07-10 04:21:24
unifyai/ivy
https://api.github.com/repos/unifyai/ivy
reopened
Fix array.test_array__iand__
Sub Task Failing Test
| | | |---|---| |jax|<a href="https://github.com/unifyai/ivy/actions/runs/5503508348/jobs/10028770573"><img src=https://img.shields.io/badge/-success-success></a> |numpy|<a href="https://github.com/unifyai/ivy/actions/runs/5503508348/jobs/10028770573"><img src=https://img.shields.io/badge/-failure-red></a> |tensorflow|<a href="https://github.com/unifyai/ivy/actions/runs/5503508348/jobs/10028770573"><img src=https://img.shields.io/badge/-success-success></a> |torch|<a href="https://github.com/unifyai/ivy/actions/runs/5503508348/jobs/10028770573"><img src=https://img.shields.io/badge/-success-success></a> |paddle|<a href="https://github.com/unifyai/ivy/actions/runs/5503508348/jobs/10028770573"><img src=https://img.shields.io/badge/-success-success></a>
1.0
Fix array.test_array__iand__ - | | | |---|---| |jax|<a href="https://github.com/unifyai/ivy/actions/runs/5503508348/jobs/10028770573"><img src=https://img.shields.io/badge/-success-success></a> |numpy|<a href="https://github.com/unifyai/ivy/actions/runs/5503508348/jobs/10028770573"><img src=https://img.shields.io/badge/-failure-red></a> |tensorflow|<a href="https://github.com/unifyai/ivy/actions/runs/5503508348/jobs/10028770573"><img src=https://img.shields.io/badge/-success-success></a> |torch|<a href="https://github.com/unifyai/ivy/actions/runs/5503508348/jobs/10028770573"><img src=https://img.shields.io/badge/-success-success></a> |paddle|<a href="https://github.com/unifyai/ivy/actions/runs/5503508348/jobs/10028770573"><img src=https://img.shields.io/badge/-success-success></a>
test
fix array test array iand jax a href src numpy a href src tensorflow a href src torch a href src paddle a href src
1
137,660
12,768,834,184
IssuesEvent
2020-06-30 01:44:17
spprichard/CS6460
https://api.github.com/repos/spprichard/CS6460
closed
Task 9: Prepare Milestone 1 deliverable
documentation
Prepare Milestone 1 deliverable - Make slideshow - Make demo video
1.0
Task 9: Prepare Milestone 1 deliverable - Prepare Milestone 1 deliverable - Make slideshow - Make demo video
non_test
task prepare milestone deliverable prepare milestone deliverable make slideshow make demo video
0
67,312
9,023,740,954
IssuesEvent
2019-02-07 08:28:57
zendframework/zend-i18n
https://api.github.com/repos/zendframework/zend-i18n
closed
Missing documentation for Zend\I18n\Validator\PostCode
EasyFix bug documentation
The validator "PostCode" needs some explanations and code examples. https://github.com/zendframework/zend-i18n/blob/master/src/Validator/PostCode.php
1.0
Missing documentation for Zend\I18n\Validator\PostCode - The validator "PostCode" needs some explanations and code examples. https://github.com/zendframework/zend-i18n/blob/master/src/Validator/PostCode.php
non_test
missing documentation for zend validator postcode the validator postcode needs some explanations and code examples
0
254,916
21,890,793,676
IssuesEvent
2022-05-20 01:12:40
backend-br/vagas
https://api.github.com/repos/backend-br/vagas
closed
[Remoto] Backend Java Developer na Linked RH
Java Remoto Testes automatizados Spring SQL Rest Stale
## Descrição da vaga: Esta é uma vaga de um parceiro da plataforma Coodesh, ao candidatar-se você terá acesso as informações completas sobre a empresa e benefícios. Fique atento ao redirecionamento que vai te levar para uma url [https://coodesh.com](https://coodesh.com/vagas/desenvolvedor-java-backend-jr-115150584?utm_source=github&utm_medium=backend-br-vagas&modal=open) com o pop-up personalizado de candidatura. 👋 <p><strong>A Linked RH</strong> procura pessoa <strong>Backend Java Developer</strong> para compor seu time!</p> <p>Oferecemos apoio para que as pessoas se desenvolvam profissionalmente, através de plano de carreira, programa de mentoria, ambiente desafiador e oportunidades de aprendizados constantes. Somos uma empresa apaixonada pelo que fazemos, trazendo transformação e inovação. São mais de 25 anos de experiência em desenvolvimento de software.&nbsp;</p> <p>Utilizamos muitas frameworks, bibliotecas de componentes e as melhores práticas de arquitetura e programação.</p> <p></p> <p></p> <p></p> <p></p> <p></p> <p></p> ## Linked RH: <p>Oferecemos apoio para que as pessoas se desenvolvam profissionalmente, através de plano de carreira, programa de mentoria, ambiente desafiador e oportunidades de aprendizados constantes.</p> <p>Você utilizará metodologias ágeis, ferramentas/tecnologias de última geração, computação em nuvem e muito mais.</p><a href='https://coodesh.com/empresas/linked-rh'>Veja mais no site</a> ## Habilidades: - Java - REST APIs - SQL ## Local: 100% Remoto ## Requisitos: - Experiência em desenvolvimento API REST e Spring. - Conhecimento em testes automatizados. - Experiência em Java. ## Como se candidatar: Candidatar-se exclusivamente através da plataforma Coodesh no link a seguir: [Backend Java Developer na Linked RH](https://coodesh.com/vagas/desenvolvedor-java-backend-jr-115150584?utm_source=github&utm_medium=backend-br-vagas&modal=open) Após candidatar-se via plataforma Coodesh e validar o seu login, você poderá acompanhar e receber todas as interações do processo por lá. Utilize a opção **Pedir Feedback** entre uma etapa e outra na vaga que se candidatou. Isso fará com que a pessoa **Recruiter** responsável pelo processo na empresa receba a notificação. ## Labels #### Alocação Remoto #### Categoria Back-End
1.0
[Remoto] Backend Java Developer na Linked RH - ## Descrição da vaga: Esta é uma vaga de um parceiro da plataforma Coodesh, ao candidatar-se você terá acesso as informações completas sobre a empresa e benefícios. Fique atento ao redirecionamento que vai te levar para uma url [https://coodesh.com](https://coodesh.com/vagas/desenvolvedor-java-backend-jr-115150584?utm_source=github&utm_medium=backend-br-vagas&modal=open) com o pop-up personalizado de candidatura. 👋 <p><strong>A Linked RH</strong> procura pessoa <strong>Backend Java Developer</strong> para compor seu time!</p> <p>Oferecemos apoio para que as pessoas se desenvolvam profissionalmente, através de plano de carreira, programa de mentoria, ambiente desafiador e oportunidades de aprendizados constantes. Somos uma empresa apaixonada pelo que fazemos, trazendo transformação e inovação. São mais de 25 anos de experiência em desenvolvimento de software.&nbsp;</p> <p>Utilizamos muitas frameworks, bibliotecas de componentes e as melhores práticas de arquitetura e programação.</p> <p></p> <p></p> <p></p> <p></p> <p></p> <p></p> ## Linked RH: <p>Oferecemos apoio para que as pessoas se desenvolvam profissionalmente, através de plano de carreira, programa de mentoria, ambiente desafiador e oportunidades de aprendizados constantes.</p> <p>Você utilizará metodologias ágeis, ferramentas/tecnologias de última geração, computação em nuvem e muito mais.</p><a href='https://coodesh.com/empresas/linked-rh'>Veja mais no site</a> ## Habilidades: - Java - REST APIs - SQL ## Local: 100% Remoto ## Requisitos: - Experiência em desenvolvimento API REST e Spring. - Conhecimento em testes automatizados. - Experiência em Java. ## Como se candidatar: Candidatar-se exclusivamente através da plataforma Coodesh no link a seguir: [Backend Java Developer na Linked RH](https://coodesh.com/vagas/desenvolvedor-java-backend-jr-115150584?utm_source=github&utm_medium=backend-br-vagas&modal=open) Após candidatar-se via plataforma Coodesh e validar o seu login, você poderá acompanhar e receber todas as interações do processo por lá. Utilize a opção **Pedir Feedback** entre uma etapa e outra na vaga que se candidatou. Isso fará com que a pessoa **Recruiter** responsável pelo processo na empresa receba a notificação. ## Labels #### Alocação Remoto #### Categoria Back-End
test
backend java developer na linked rh descrição da vaga esta é uma vaga de um parceiro da plataforma coodesh ao candidatar se você terá acesso as informações completas sobre a empresa e benefícios fique atento ao redirecionamento que vai te levar para uma url com o pop up personalizado de candidatura 👋 a linked rh procura pessoa backend java developer para compor seu time oferecemos apoio para que as pessoas se desenvolvam profissionalmente através de plano de carreira programa de mentoria ambiente desafiador e oportunidades de aprendizados constantes somos uma empresa apaixonada pelo que fazemos trazendo transformação e inovação são mais de anos de experiência em desenvolvimento de software nbsp utilizamos muitas frameworks bibliotecas de componentes e as melhores práticas de arquitetura e programação linked rh oferecemos apoio para que as pessoas se desenvolvam profissionalmente através de plano de carreira programa de mentoria ambiente desafiador e oportunidades de aprendizados constantes você utilizará metodologias ágeis ferramentas tecnologias de última geração computação em nuvem e muito mais habilidades java rest apis sql local remoto requisitos experiência em desenvolvimento api rest e spring conhecimento em testes automatizados experiência em java como se candidatar candidatar se exclusivamente através da plataforma coodesh no link a seguir após candidatar se via plataforma coodesh e validar o seu login você poderá acompanhar e receber todas as interações do processo por lá utilize a opção pedir feedback entre uma etapa e outra na vaga que se candidatou isso fará com que a pessoa recruiter responsável pelo processo na empresa receba a notificação labels alocação remoto categoria back end
1
140,544
11,350,162,893
IssuesEvent
2020-01-24 07:57:48
helmholtz-analytics/heat
https://api.github.com/repos/helmholtz-analytics/heat
closed
test_lasso fails on GPU
bug :bug: testing
**Description** Test do not complete. Pytorch function prints an error. **To Reproduce** Steps to reproduce the behavior: 1. Which module/class/function is affected? test_lasso.py 2. What are the circumstances under which the bug appears? GPU 3. What is the exact error-message/errorous behavious? TypeError: can't convert CUDA tensor to numpy. Use Tensor.cpu() to copy the tensor to host memory first. **Expected behavior** test completes **Version Info** master / 0.2.1
1.0
test_lasso fails on GPU - **Description** Test do not complete. Pytorch function prints an error. **To Reproduce** Steps to reproduce the behavior: 1. Which module/class/function is affected? test_lasso.py 2. What are the circumstances under which the bug appears? GPU 3. What is the exact error-message/errorous behavious? TypeError: can't convert CUDA tensor to numpy. Use Tensor.cpu() to copy the tensor to host memory first. **Expected behavior** test completes **Version Info** master / 0.2.1
test
test lasso fails on gpu description test do not complete pytorch function prints an error to reproduce steps to reproduce the behavior which module class function is affected test lasso py what are the circumstances under which the bug appears gpu what is the exact error message errorous behavious typeerror can t convert cuda tensor to numpy use tensor cpu to copy the tensor to host memory first expected behavior test completes version info master
1
33,898
4,513,656,691
IssuesEvent
2016-09-04 12:13:55
nextcloud/gallery
https://api.github.com/repos/nextcloud/gallery
opened
Calculate the available width for the breadcrumb based on shown buttons
design enhancement feature:photowall junior job
_From @oparoz on October 18, 2015 14:27_ The app is currently using the worst case scenario, the one where all buttons are shown, which means that there will be a large gap on public galleries per example if the only button shown is the switch to Files button. The plan is to add 50px per button at view init time. ### In more details We define `Gallery.buttonsWidth` at 350 pixels. that's the worst case scenario. When the view is resized, we do this: `Gallery.view.breadcrumb.setMaxWidth($(window).width() - Gallery.buttonsWidth);` The 350 pixels area may not necessarily be filled with buttons, leaving some empty space. ### Plan - [ ] List all buttons which can be shown on the controls bar - [ ] List the minimum number of buttons which can be show on the interface - [ ] Define the number of pixels a button takes - [ ] Write a function which updates Gallery.buttonsWidth based on the number of buttons currently shown <bountysource-plugin> --- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/27500747-calculate-the-available-width-for-the-breadcrumb-based-on-shown-buttons?utm_campaign=plugin&utm_content=tracker%2F9328526&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F9328526&utm_medium=issues&utm_source=github). </bountysource-plugin> _Copied from original issue: owncloud/gallery#443_
1.0
Calculate the available width for the breadcrumb based on shown buttons - _From @oparoz on October 18, 2015 14:27_ The app is currently using the worst case scenario, the one where all buttons are shown, which means that there will be a large gap on public galleries per example if the only button shown is the switch to Files button. The plan is to add 50px per button at view init time. ### In more details We define `Gallery.buttonsWidth` at 350 pixels. that's the worst case scenario. When the view is resized, we do this: `Gallery.view.breadcrumb.setMaxWidth($(window).width() - Gallery.buttonsWidth);` The 350 pixels area may not necessarily be filled with buttons, leaving some empty space. ### Plan - [ ] List all buttons which can be shown on the controls bar - [ ] List the minimum number of buttons which can be show on the interface - [ ] Define the number of pixels a button takes - [ ] Write a function which updates Gallery.buttonsWidth based on the number of buttons currently shown <bountysource-plugin> --- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/27500747-calculate-the-available-width-for-the-breadcrumb-based-on-shown-buttons?utm_campaign=plugin&utm_content=tracker%2F9328526&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F9328526&utm_medium=issues&utm_source=github). </bountysource-plugin> _Copied from original issue: owncloud/gallery#443_
non_test
calculate the available width for the breadcrumb based on shown buttons from oparoz on october the app is currently using the worst case scenario the one where all buttons are shown which means that there will be a large gap on public galleries per example if the only button shown is the switch to files button the plan is to add per button at view init time in more details we define gallery buttonswidth at pixels that s the worst case scenario when the view is resized we do this gallery view breadcrumb setmaxwidth window width gallery buttonswidth the pixels area may not necessarily be filled with buttons leaving some empty space plan list all buttons which can be shown on the controls bar list the minimum number of buttons which can be show on the interface define the number of pixels a button takes write a function which updates gallery buttonswidth based on the number of buttons currently shown want to back this issue we accept bounties via copied from original issue owncloud gallery
0
348,807
31,720,288,884
IssuesEvent
2023-09-10 10:31:42
cockroachdb/cockroach
https://api.github.com/repos/cockroachdb/cockroach
opened
roachtest: c2c/shutdown/dest/coordinator failed
C-test-failure O-robot O-roachtest branch-master release-blocker T-disaster-recovery
roachtest.c2c/shutdown/dest/coordinator [failed](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_RoachtestNightlyGceBazel/11708985?buildTab=log) with [artifacts](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_RoachtestNightlyGceBazel/11708985?buildTab=artifacts#/c2c/shutdown/dest/coordinator) on master @ [b5836a5b4ab6c4fe58ada6002eb8c56c4e35438e](https://github.com/cockroachdb/cockroach/commits/b5836a5b4ab6c4fe58ada6002eb8c56c4e35438e): ``` (sql_runner.go:82).Exec: error executing 'ALTER TENANT $1 START SERVICE SHARED': dial tcp 34.139.144.185:26257: connect: connection refused (jobs.go:144).executeNodeShutdown: could not restart node :5: one or more parallel execution failure(s): context canceled test artifacts and logs in: /artifacts/c2c/shutdown/dest/coordinator/run_1 ``` <p>Parameters: <code>ROACHTEST_arch=amd64</code> , <code>ROACHTEST_cloud=gce</code> , <code>ROACHTEST_cpu=8</code> , <code>ROACHTEST_encrypted=false</code> , <code>ROACHTEST_fs=ext4</code> , <code>ROACHTEST_localSSD=true</code> , <code>ROACHTEST_ssd=0</code> </p> <details><summary>Help</summary> <p> See: [roachtest README](https://github.com/cockroachdb/cockroach/blob/master/pkg/cmd/roachtest/README.md) See: [How To Investigate \(internal\)](https://cockroachlabs.atlassian.net/l/c/SSSBr8c7) See: [Grafana](https://go.crdb.dev/p/roachfana/teamcity-11708985-1694324948-35-n9cpu8/1694341082544/1694341865684) </p> </details> /cc @cockroachdb/disaster-recovery <sub> [This test on roachdash](https://roachdash.crdb.dev/?filter=status:open%20t:.*c2c/shutdown/dest/coordinator.*&sort=title+created&display=lastcommented+project) | [Improve this report!](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues) </sub>
2.0
roachtest: c2c/shutdown/dest/coordinator failed - roachtest.c2c/shutdown/dest/coordinator [failed](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_RoachtestNightlyGceBazel/11708985?buildTab=log) with [artifacts](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_RoachtestNightlyGceBazel/11708985?buildTab=artifacts#/c2c/shutdown/dest/coordinator) on master @ [b5836a5b4ab6c4fe58ada6002eb8c56c4e35438e](https://github.com/cockroachdb/cockroach/commits/b5836a5b4ab6c4fe58ada6002eb8c56c4e35438e): ``` (sql_runner.go:82).Exec: error executing 'ALTER TENANT $1 START SERVICE SHARED': dial tcp 34.139.144.185:26257: connect: connection refused (jobs.go:144).executeNodeShutdown: could not restart node :5: one or more parallel execution failure(s): context canceled test artifacts and logs in: /artifacts/c2c/shutdown/dest/coordinator/run_1 ``` <p>Parameters: <code>ROACHTEST_arch=amd64</code> , <code>ROACHTEST_cloud=gce</code> , <code>ROACHTEST_cpu=8</code> , <code>ROACHTEST_encrypted=false</code> , <code>ROACHTEST_fs=ext4</code> , <code>ROACHTEST_localSSD=true</code> , <code>ROACHTEST_ssd=0</code> </p> <details><summary>Help</summary> <p> See: [roachtest README](https://github.com/cockroachdb/cockroach/blob/master/pkg/cmd/roachtest/README.md) See: [How To Investigate \(internal\)](https://cockroachlabs.atlassian.net/l/c/SSSBr8c7) See: [Grafana](https://go.crdb.dev/p/roachfana/teamcity-11708985-1694324948-35-n9cpu8/1694341082544/1694341865684) </p> </details> /cc @cockroachdb/disaster-recovery <sub> [This test on roachdash](https://roachdash.crdb.dev/?filter=status:open%20t:.*c2c/shutdown/dest/coordinator.*&sort=title+created&display=lastcommented+project) | [Improve this report!](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues) </sub>
test
roachtest shutdown dest coordinator failed roachtest shutdown dest coordinator with on master sql runner go exec error executing alter tenant start service shared dial tcp connect connection refused jobs go executenodeshutdown could not restart node one or more parallel execution failure s context canceled test artifacts and logs in artifacts shutdown dest coordinator run parameters roachtest arch roachtest cloud gce roachtest cpu roachtest encrypted false roachtest fs roachtest localssd true roachtest ssd help see see see cc cockroachdb disaster recovery
1
141,716
11,432,634,917
IssuesEvent
2020-02-04 14:24:45
appsody/appsody
https://api.github.com/repos/appsody/appsody
closed
Code coverage analysis for docker_commands.go
testing
- [ ] if err !=nil after RunDockerCommandAndListen test with incorrect args in docker command and verify error
1.0
Code coverage analysis for docker_commands.go - - [ ] if err !=nil after RunDockerCommandAndListen test with incorrect args in docker command and verify error
test
code coverage analysis for docker commands go if err nil after rundockercommandandlisten test with incorrect args in docker command and verify error
1
131,342
18,273,789,203
IssuesEvent
2021-10-04 16:21:09
hmrc/accessibility
https://api.github.com/repos/hmrc/accessibility
closed
Zoomed text in Confirmation page pattern
bug design external gds large text
GOV.UK Design System’s [Confirmation pages](https://design-system.service.gov.uk/patterns/confirmation-pages/) [pattern](https://github.com/alphagov/govuk-design-system-backlog/issues/40) has issues when a user sets their browser font size to 200% on iOS. ![words poking out the confirmation box](https://user-images.githubusercontent.com/272769/82329510-53bbf000-99d9-11ea-8c4a-128de706ac17.png)
1.0
Zoomed text in Confirmation page pattern - GOV.UK Design System’s [Confirmation pages](https://design-system.service.gov.uk/patterns/confirmation-pages/) [pattern](https://github.com/alphagov/govuk-design-system-backlog/issues/40) has issues when a user sets their browser font size to 200% on iOS. ![words poking out the confirmation box](https://user-images.githubusercontent.com/272769/82329510-53bbf000-99d9-11ea-8c4a-128de706ac17.png)
non_test
zoomed text in confirmation page pattern gov uk design system’s has issues when a user sets their browser font size to on ios
0
128,107
10,515,846,042
IssuesEvent
2019-09-28 13:11:23
textX/Arpeggio
https://api.github.com/repos/textX/Arpeggio
closed
Few tests fail with pytest5.0+
testing
Raises changed a bit the behaviour with 5.x series and now the exceptions need to be accessed slighly differently. See the errors bellow: ``` [ 5s] =================================== FAILURES =================================== [ 5s] _________________________ test_non_optional_precedence _________________________ [ 5s] [ 5s] def test_non_optional_precedence(): [ 5s] """ [ 5s] Test that all tried match at position are reported. [ 5s] """ [ 5s] def grammar(): [ 5s] return Optional('a'), 'b' [ 5s] [ 5s] parser = ParserPython(grammar) [ 5s] [ 5s] with pytest.raises(NoMatch) as e: [ 5s] parser.parse('c') [ 5s] > assert "Expected 'a' or 'b'" in str(e) [ 5s] E assert "Expected 'a' or 'b'" in '<ExceptionInfo NoMatch tblen=12>' [ 5s] E + where '<ExceptionInfo NoMatch tblen=12>' = str(<ExceptionInfo NoMatch tblen=12>) [ 5s] [ 5s] tests/unit/test_error_reporting.py:27: AssertionError [ 5s] _______________________ test_optional_with_better_match ________________________ [ 5s] [ 5s] def test_optional_with_better_match(): [ 5s] """ [ 5s] Test that optional match that has gone further in the input stream [ 5s] has precedence over non-optional. [ 5s] """ [ 5s] [ 5s] def grammar(): return [first, Optional(second)] [ 5s] def first(): return 'one', 'two', 'three', '4' [ 5s] def second(): return 'one', 'two', 'three', 'four', 'five' [ 5s] [ 5s] parser = ParserPython(grammar) [ 5s] [ 5s] with pytest.raises(NoMatch) as e: [ 5s] parser.parse('one two three four 5') [ 5s] [ 5s] > assert "Expected 'five'" in str(e) [ 5s] E assert "Expected 'five'" in '<ExceptionInfo NoMatch tblen=12>' [ 5s] E + where '<ExceptionInfo NoMatch tblen=12>' = str(<ExceptionInfo NoMatch tblen=12>) [ 5s] [ 5s] tests/unit/test_error_reporting.py:57: AssertionError [ 5s] ____________________________ test_alternative_added ____________________________ [ 5s] [ 5s] def test_alternative_added(): [ 5s] """ [ 5s] Test that matches from alternative branches at the same positiona are [ 5s] reported. [ 5s] """ [ 5s] [ 5s] def grammar(): [ 5s] return ['one', 'two'], _(r'\w+') [ 5s] [ 5s] parser = ParserPython(grammar) [ 5s] [ 5s] with pytest.raises(NoMatch) as e: [ 5s] parser.parse(' three ident') [ 5s] > assert "Expected 'one' or 'two'" in str(e) [ 5s] E assert "Expected 'one' or 'two'" in '<ExceptionInfo NoMatch tblen=16>' [ 5s] E + where '<ExceptionInfo NoMatch tblen=16>' = str(<ExceptionInfo NoMatch tblen=16>) [ 5s] [ 5s] tests/unit/test_error_reporting.py:74: AssertionError [ 5s] ___________________________ test_file_name_reporting ___________________________ [ 5s] [ 5s] def test_file_name_reporting(): [ 5s] """ [ 5s] Test that if parser has file name set it will be reported. [ 5s] """ [ 5s] [ 5s] def grammar(): return Optional('a'), 'b', EOF [ 5s] [ 5s] parser = ParserPython(grammar) [ 5s] [ 5s] with pytest.raises(NoMatch) as e: [ 5s] parser.parse("\n\n a c", file_name="test_file.peg") [ 5s] > assert "Expected 'b' at position test_file.peg:(3, 6)" in str(e) [ 5s] E assert "Expected 'b' at position test_file.peg:(3, 6)" in '<ExceptionInfo NoMatch tblen=8>' [ 5s] E + where '<ExceptionInfo NoMatch tblen=8>' = str(<ExceptionInfo NoMatch tblen=8>) [ 5s] [ 5s] tests/unit/test_error_reporting.py:89: AssertionError [ 5s] ______________________ test_comment_matching_not_reported ______________________ [ 5s] [ 5s] def test_comment_matching_not_reported(): [ 5s] """ [ 5s] Test that matching of comments is not reported. [ 5s] """ [ 5s] [ 5s] def grammar(): return Optional('a'), 'b', EOF [ 5s] def comments(): return _('\/\/.*$') [ 5s] [ 5s] parser = ParserPython(grammar, comments) [ 5s] [ 5s] with pytest.raises(NoMatch) as e: [ 5s] parser.parse('\n\n a // This is a comment \n c') [ 5s] > assert "Expected 'b' at position (4, 2)" in str(e) [ 5s] E assert "Expected 'b' at position (4, 2)" in '<ExceptionInfo NoMatch tblen=8>' [ 5s] E + where '<ExceptionInfo NoMatch tblen=8>' = str(<ExceptionInfo NoMatch tblen=8>) [ 5s] [ 5s] tests/unit/test_error_reporting.py:105: AssertionError [ 5s] _________________________ test_not_match_at_beginning __________________________ [ 5s] [ 5s] def test_not_match_at_beginning(): [ 5s] """ [ 5s] Test that matching of Not ParsingExpression is not reported in the [ 5s] error message. [ 5s] """ [ 5s] [ 5s] def grammar(): [ 5s] return Not('one'), _(r'\w+') [ 5s] [ 5s] parser = ParserPython(grammar) [ 5s] [ 5s] with pytest.raises(NoMatch) as e: [ 5s] parser.parse(' one ident') [ 5s] > assert "Not expected input" in str(e) [ 5s] E AssertionError: assert 'Not expected input' in '<ExceptionInfo NoMatch tblen=8>' [ 5s] E + where '<ExceptionInfo NoMatch tblen=8>' = str(<ExceptionInfo NoMatch tblen=8>) [ 5s] [ 5s] tests/unit/test_error_reporting.py:122: AssertionError [ 5s] ________________________ test_not_match_as_alternative _________________________ [ 5s] [ 5s] def test_not_match_as_alternative(): [ 5s] """ [ 5s] Test that Not is not reported if a part of OrderedChoice. [ 5s] """ [ 5s] [ 5s] def grammar(): [ 5s] return ['one', Not('two')], _(r'\w+') [ 5s] [ 5s] parser = ParserPython(grammar) [ 5s] [ 5s] with pytest.raises(NoMatch) as e: [ 5s] parser.parse(' three ident') [ 5s] > assert "Expected 'one' at " in str(e) [ 5s] E assert "Expected 'one' at " in '<ExceptionInfo NoMatch tblen=16>' [ 5s] E + where '<ExceptionInfo NoMatch tblen=16>' = str(<ExceptionInfo NoMatch tblen=16>) [ 5s] [ 5s] tests/unit/test_error_reporting.py:137: AssertionError [ 5s] ____________________________ test_sequence_of_nots _____________________________ [ 5s] [ 5s] def test_sequence_of_nots(): [ 5s] """ [ 5s] Test that sequence of Not rules is handled properly. [ 5s] """ [ 5s] [ 5s] def grammar(): [ 5s] return Not('one'), Not('two'), _(r'\w+') [ 5s] [ 5s] parser = ParserPython(grammar) [ 5s] [ 5s] with pytest.raises(NoMatch) as e: [ 5s] parser.parse(' two ident') [ 5s] > assert "Not expected input" in str(e) [ 5s] E AssertionError: assert 'Not expected input' in '<ExceptionInfo NoMatch tblen=12>' [ 5s] E + where '<ExceptionInfo NoMatch tblen=12>' = str(<ExceptionInfo NoMatch tblen=12>) [ 5s] [ 5s] tests/unit/test_error_reporting.py:152: AssertionError [ 5s] ___________________________ test_compound_not_match ____________________________ [ 5s] [ 5s] def test_compound_not_match(): [ 5s] """ [ 5s] Test a more complex Not match error reporting. [ 5s] """ [ 5s] def grammar(): [ 5s] return [Not(['two', 'three']), 'one', 'two'], _(r'\w+') [ 5s] [ 5s] parser = ParserPython(grammar) [ 5s] [ 5s] with pytest.raises(NoMatch) as e: [ 5s] parser.parse(' three ident') [ 5s] > assert "Expected 'one' or 'two' at" in str(e) [ 5s] E assert "Expected 'one' or 'two' at" in '<ExceptionInfo NoMatch tblen=24>' [ 5s] E + where '<ExceptionInfo NoMatch tblen=24>' = str(<ExceptionInfo NoMatch tblen=24>) [ 5s] [ 5s] tests/unit/test_error_reporting.py:166: AssertionError [ 5s] =============================== warnings summary =============================== [ 5s] tests/unit/test_error_reporting.py:99 [ 5s] /home/abuild/rpmbuild/BUILD/Arpeggio-1.9.0/tests/unit/test_error_reporting.py:99: DeprecationWarning: invalid escape sequence \/ [ 5s] def comments(): return _('\/\/.*$') [ 5s] [ 5s] tests/unit/test_peg_parser.py:20 [ 5s] /home/abuild/rpmbuild/BUILD/Arpeggio-1.9.0/tests/unit/test_peg_parser.py:20: DeprecationWarning: invalid escape sequence \d [ 5s] ''' [ 5s] [ 5s] tests/unit/regressions/issue_16/test_issue_16.py:65 [ 5s] /home/abuild/rpmbuild/BUILD/Arpeggio-1.9.0/tests/unit/regressions/issue_16/test_issue_16.py:65: DeprecationWarning: invalid escape sequence \* [ 5s] """ [ 5s] [ 5s] tests/unit/test_examples.py::test_examples [ 5s] /home/abuild/rpmbuild/BUILD/Arpeggio-1.9.0/tests/unit/../../examples/simple/simple.py:19: DeprecationWarning: invalid escape sequence \* [ 5s] def comment(): return [_("//.*"), _("/\*.*\*/")] [ 5s] [ 5s] tests/unit/test_examples.py::test_examples [ 5s] /home/abuild/rpmbuild/BUILD/Arpeggio-1.9.0/tests/unit/../../examples/json/json.py:22: DeprecationWarning: invalid escape sequence \d [ 5s] def jsonNumber(): return _('-?\d+((\.\d*)?((e|E)(\+|-)?\d+)?)?') [ 5s] [ 5s] -- Docs: https://docs.pytest.org/en/latest/warnings.html [ 5s] =============== 9 failed, 81 passed, 5 warnings in 0.71 seconds ================ ```
1.0
Few tests fail with pytest5.0+ - Raises changed a bit the behaviour with 5.x series and now the exceptions need to be accessed slighly differently. See the errors bellow: ``` [ 5s] =================================== FAILURES =================================== [ 5s] _________________________ test_non_optional_precedence _________________________ [ 5s] [ 5s] def test_non_optional_precedence(): [ 5s] """ [ 5s] Test that all tried match at position are reported. [ 5s] """ [ 5s] def grammar(): [ 5s] return Optional('a'), 'b' [ 5s] [ 5s] parser = ParserPython(grammar) [ 5s] [ 5s] with pytest.raises(NoMatch) as e: [ 5s] parser.parse('c') [ 5s] > assert "Expected 'a' or 'b'" in str(e) [ 5s] E assert "Expected 'a' or 'b'" in '<ExceptionInfo NoMatch tblen=12>' [ 5s] E + where '<ExceptionInfo NoMatch tblen=12>' = str(<ExceptionInfo NoMatch tblen=12>) [ 5s] [ 5s] tests/unit/test_error_reporting.py:27: AssertionError [ 5s] _______________________ test_optional_with_better_match ________________________ [ 5s] [ 5s] def test_optional_with_better_match(): [ 5s] """ [ 5s] Test that optional match that has gone further in the input stream [ 5s] has precedence over non-optional. [ 5s] """ [ 5s] [ 5s] def grammar(): return [first, Optional(second)] [ 5s] def first(): return 'one', 'two', 'three', '4' [ 5s] def second(): return 'one', 'two', 'three', 'four', 'five' [ 5s] [ 5s] parser = ParserPython(grammar) [ 5s] [ 5s] with pytest.raises(NoMatch) as e: [ 5s] parser.parse('one two three four 5') [ 5s] [ 5s] > assert "Expected 'five'" in str(e) [ 5s] E assert "Expected 'five'" in '<ExceptionInfo NoMatch tblen=12>' [ 5s] E + where '<ExceptionInfo NoMatch tblen=12>' = str(<ExceptionInfo NoMatch tblen=12>) [ 5s] [ 5s] tests/unit/test_error_reporting.py:57: AssertionError [ 5s] ____________________________ test_alternative_added ____________________________ [ 5s] [ 5s] def test_alternative_added(): [ 5s] """ [ 5s] Test that matches from alternative branches at the same positiona are [ 5s] reported. [ 5s] """ [ 5s] [ 5s] def grammar(): [ 5s] return ['one', 'two'], _(r'\w+') [ 5s] [ 5s] parser = ParserPython(grammar) [ 5s] [ 5s] with pytest.raises(NoMatch) as e: [ 5s] parser.parse(' three ident') [ 5s] > assert "Expected 'one' or 'two'" in str(e) [ 5s] E assert "Expected 'one' or 'two'" in '<ExceptionInfo NoMatch tblen=16>' [ 5s] E + where '<ExceptionInfo NoMatch tblen=16>' = str(<ExceptionInfo NoMatch tblen=16>) [ 5s] [ 5s] tests/unit/test_error_reporting.py:74: AssertionError [ 5s] ___________________________ test_file_name_reporting ___________________________ [ 5s] [ 5s] def test_file_name_reporting(): [ 5s] """ [ 5s] Test that if parser has file name set it will be reported. [ 5s] """ [ 5s] [ 5s] def grammar(): return Optional('a'), 'b', EOF [ 5s] [ 5s] parser = ParserPython(grammar) [ 5s] [ 5s] with pytest.raises(NoMatch) as e: [ 5s] parser.parse("\n\n a c", file_name="test_file.peg") [ 5s] > assert "Expected 'b' at position test_file.peg:(3, 6)" in str(e) [ 5s] E assert "Expected 'b' at position test_file.peg:(3, 6)" in '<ExceptionInfo NoMatch tblen=8>' [ 5s] E + where '<ExceptionInfo NoMatch tblen=8>' = str(<ExceptionInfo NoMatch tblen=8>) [ 5s] [ 5s] tests/unit/test_error_reporting.py:89: AssertionError [ 5s] ______________________ test_comment_matching_not_reported ______________________ [ 5s] [ 5s] def test_comment_matching_not_reported(): [ 5s] """ [ 5s] Test that matching of comments is not reported. [ 5s] """ [ 5s] [ 5s] def grammar(): return Optional('a'), 'b', EOF [ 5s] def comments(): return _('\/\/.*$') [ 5s] [ 5s] parser = ParserPython(grammar, comments) [ 5s] [ 5s] with pytest.raises(NoMatch) as e: [ 5s] parser.parse('\n\n a // This is a comment \n c') [ 5s] > assert "Expected 'b' at position (4, 2)" in str(e) [ 5s] E assert "Expected 'b' at position (4, 2)" in '<ExceptionInfo NoMatch tblen=8>' [ 5s] E + where '<ExceptionInfo NoMatch tblen=8>' = str(<ExceptionInfo NoMatch tblen=8>) [ 5s] [ 5s] tests/unit/test_error_reporting.py:105: AssertionError [ 5s] _________________________ test_not_match_at_beginning __________________________ [ 5s] [ 5s] def test_not_match_at_beginning(): [ 5s] """ [ 5s] Test that matching of Not ParsingExpression is not reported in the [ 5s] error message. [ 5s] """ [ 5s] [ 5s] def grammar(): [ 5s] return Not('one'), _(r'\w+') [ 5s] [ 5s] parser = ParserPython(grammar) [ 5s] [ 5s] with pytest.raises(NoMatch) as e: [ 5s] parser.parse(' one ident') [ 5s] > assert "Not expected input" in str(e) [ 5s] E AssertionError: assert 'Not expected input' in '<ExceptionInfo NoMatch tblen=8>' [ 5s] E + where '<ExceptionInfo NoMatch tblen=8>' = str(<ExceptionInfo NoMatch tblen=8>) [ 5s] [ 5s] tests/unit/test_error_reporting.py:122: AssertionError [ 5s] ________________________ test_not_match_as_alternative _________________________ [ 5s] [ 5s] def test_not_match_as_alternative(): [ 5s] """ [ 5s] Test that Not is not reported if a part of OrderedChoice. [ 5s] """ [ 5s] [ 5s] def grammar(): [ 5s] return ['one', Not('two')], _(r'\w+') [ 5s] [ 5s] parser = ParserPython(grammar) [ 5s] [ 5s] with pytest.raises(NoMatch) as e: [ 5s] parser.parse(' three ident') [ 5s] > assert "Expected 'one' at " in str(e) [ 5s] E assert "Expected 'one' at " in '<ExceptionInfo NoMatch tblen=16>' [ 5s] E + where '<ExceptionInfo NoMatch tblen=16>' = str(<ExceptionInfo NoMatch tblen=16>) [ 5s] [ 5s] tests/unit/test_error_reporting.py:137: AssertionError [ 5s] ____________________________ test_sequence_of_nots _____________________________ [ 5s] [ 5s] def test_sequence_of_nots(): [ 5s] """ [ 5s] Test that sequence of Not rules is handled properly. [ 5s] """ [ 5s] [ 5s] def grammar(): [ 5s] return Not('one'), Not('two'), _(r'\w+') [ 5s] [ 5s] parser = ParserPython(grammar) [ 5s] [ 5s] with pytest.raises(NoMatch) as e: [ 5s] parser.parse(' two ident') [ 5s] > assert "Not expected input" in str(e) [ 5s] E AssertionError: assert 'Not expected input' in '<ExceptionInfo NoMatch tblen=12>' [ 5s] E + where '<ExceptionInfo NoMatch tblen=12>' = str(<ExceptionInfo NoMatch tblen=12>) [ 5s] [ 5s] tests/unit/test_error_reporting.py:152: AssertionError [ 5s] ___________________________ test_compound_not_match ____________________________ [ 5s] [ 5s] def test_compound_not_match(): [ 5s] """ [ 5s] Test a more complex Not match error reporting. [ 5s] """ [ 5s] def grammar(): [ 5s] return [Not(['two', 'three']), 'one', 'two'], _(r'\w+') [ 5s] [ 5s] parser = ParserPython(grammar) [ 5s] [ 5s] with pytest.raises(NoMatch) as e: [ 5s] parser.parse(' three ident') [ 5s] > assert "Expected 'one' or 'two' at" in str(e) [ 5s] E assert "Expected 'one' or 'two' at" in '<ExceptionInfo NoMatch tblen=24>' [ 5s] E + where '<ExceptionInfo NoMatch tblen=24>' = str(<ExceptionInfo NoMatch tblen=24>) [ 5s] [ 5s] tests/unit/test_error_reporting.py:166: AssertionError [ 5s] =============================== warnings summary =============================== [ 5s] tests/unit/test_error_reporting.py:99 [ 5s] /home/abuild/rpmbuild/BUILD/Arpeggio-1.9.0/tests/unit/test_error_reporting.py:99: DeprecationWarning: invalid escape sequence \/ [ 5s] def comments(): return _('\/\/.*$') [ 5s] [ 5s] tests/unit/test_peg_parser.py:20 [ 5s] /home/abuild/rpmbuild/BUILD/Arpeggio-1.9.0/tests/unit/test_peg_parser.py:20: DeprecationWarning: invalid escape sequence \d [ 5s] ''' [ 5s] [ 5s] tests/unit/regressions/issue_16/test_issue_16.py:65 [ 5s] /home/abuild/rpmbuild/BUILD/Arpeggio-1.9.0/tests/unit/regressions/issue_16/test_issue_16.py:65: DeprecationWarning: invalid escape sequence \* [ 5s] """ [ 5s] [ 5s] tests/unit/test_examples.py::test_examples [ 5s] /home/abuild/rpmbuild/BUILD/Arpeggio-1.9.0/tests/unit/../../examples/simple/simple.py:19: DeprecationWarning: invalid escape sequence \* [ 5s] def comment(): return [_("//.*"), _("/\*.*\*/")] [ 5s] [ 5s] tests/unit/test_examples.py::test_examples [ 5s] /home/abuild/rpmbuild/BUILD/Arpeggio-1.9.0/tests/unit/../../examples/json/json.py:22: DeprecationWarning: invalid escape sequence \d [ 5s] def jsonNumber(): return _('-?\d+((\.\d*)?((e|E)(\+|-)?\d+)?)?') [ 5s] [ 5s] -- Docs: https://docs.pytest.org/en/latest/warnings.html [ 5s] =============== 9 failed, 81 passed, 5 warnings in 0.71 seconds ================ ```
test
few tests fail with raises changed a bit the behaviour with x series and now the exceptions need to be accessed slighly differently see the errors bellow failures test non optional precedence def test non optional precedence test that all tried match at position are reported def grammar return optional a b parser parserpython grammar with pytest raises nomatch as e parser parse c assert expected a or b in str e e assert expected a or b in e where str tests unit test error reporting py assertionerror test optional with better match def test optional with better match test that optional match that has gone further in the input stream has precedence over non optional def grammar return def first return one two three def second return one two three four five parser parserpython grammar with pytest raises nomatch as e parser parse one two three four assert expected five in str e e assert expected five in e where str tests unit test error reporting py assertionerror test alternative added def test alternative added test that matches from alternative branches at the same positiona are reported def grammar return r w parser parserpython grammar with pytest raises nomatch as e parser parse three ident assert expected one or two in str e e assert expected one or two in e where str tests unit test error reporting py assertionerror test file name reporting def test file name reporting test that if parser has file name set it will be reported def grammar return optional a b eof parser parserpython grammar with pytest raises nomatch as e parser parse n n a c file name test file peg assert expected b at position test file peg in str e e assert expected b at position test file peg in e where str tests unit test error reporting py assertionerror test comment matching not reported def test comment matching not reported test that matching of comments is not reported def grammar return optional a b eof def comments return parser parserpython grammar comments with pytest raises nomatch as e parser parse n n a this is a comment n c assert expected b at position in str e e assert expected b at position in e where str tests unit test error reporting py assertionerror test not match at beginning def test not match at beginning test that matching of not parsingexpression is not reported in the error message def grammar return not one r w parser parserpython grammar with pytest raises nomatch as e parser parse one ident assert not expected input in str e e assertionerror assert not expected input in e where str tests unit test error reporting py assertionerror test not match as alternative def test not match as alternative test that not is not reported if a part of orderedchoice def grammar return r w parser parserpython grammar with pytest raises nomatch as e parser parse three ident assert expected one at in str e e assert expected one at in e where str tests unit test error reporting py assertionerror test sequence of nots def test sequence of nots test that sequence of not rules is handled properly def grammar return not one not two r w parser parserpython grammar with pytest raises nomatch as e parser parse two ident assert not expected input in str e e assertionerror assert not expected input in e where str tests unit test error reporting py assertionerror test compound not match def test compound not match test a more complex not match error reporting def grammar return one two r w parser parserpython grammar with pytest raises nomatch as e parser parse three ident assert expected one or two at in str e e assert expected one or two at in e where str tests unit test error reporting py assertionerror warnings summary tests unit test error reporting py home abuild rpmbuild build arpeggio tests unit test error reporting py deprecationwarning invalid escape sequence def comments return tests unit test peg parser py home abuild rpmbuild build arpeggio tests unit test peg parser py deprecationwarning invalid escape sequence d tests unit regressions issue test issue py home abuild rpmbuild build arpeggio tests unit regressions issue test issue py deprecationwarning invalid escape sequence tests unit test examples py test examples home abuild rpmbuild build arpeggio tests unit examples simple simple py deprecationwarning invalid escape sequence def comment return tests unit test examples py test examples home abuild rpmbuild build arpeggio tests unit examples json json py deprecationwarning invalid escape sequence d def jsonnumber return d d e e d docs failed passed warnings in seconds
1
42,787
5,475,776,605
IssuesEvent
2017-03-11 14:41:26
CS2103JAN2017-W15-B3/main
https://api.github.com/repos/CS2103JAN2017-W15-B3/main
closed
Refactor test utils to Tasks instead of Person
priority.high status.ongoing testing type.enhancement
Right now there are test utilities such as `PersonBuilder` and `TypicalTestPersons`. We can refactor these into `TaskBuilder` and `TypicalTasks` instead.
1.0
Refactor test utils to Tasks instead of Person - Right now there are test utilities such as `PersonBuilder` and `TypicalTestPersons`. We can refactor these into `TaskBuilder` and `TypicalTasks` instead.
test
refactor test utils to tasks instead of person right now there are test utilities such as personbuilder and typicaltestpersons we can refactor these into taskbuilder and typicaltasks instead
1
62,459
26,005,193,896
IssuesEvent
2022-12-20 18:39:30
hashicorp/terraform-provider-aws
https://api.github.com/repos/hashicorp/terraform-provider-aws
closed
[Bug]: HTTP 500 Internal error logs/ListTagsForResource for Localstack
bug service/logs
### Terraform Core Version 1.3.8 ### AWS Provider Version 4.48.0 ### Affected Resource(s) aws_cloudwatch_log_group ### Expected Behavior aws_cloudwatch_log_group resource to be created ### Actual Behavior Terraform hangs when trying to create the resource in an infinite loop ### Relevant Error/Panic Output Snippet _No response_ ### Terraform Configuration Files data "aws_caller_identity" "current" {} #Create a role resource "aws_iam_role" "ec2_role" { name = "${var.env}-ec2-role" assume_role_policy = <<EOF { "Version": "2012-10-17", "Statement": [ { "Sid": "", "Effect": "Allow", "Principal": { "Service": "ec2.amazonaws.com" }, "Action": "sts:AssumeRole" } ] } EOF tags = { Platform = "Test" Service = "Test" "Application Service" = "TEST" Legacy = "No" } } #Create a policy resource "aws_iam_role_policy" "ec2_policy" { name = "${var.env}-ec2-policy" role = aws_iam_role.ec2_role.id policy = <<EOF { "Statement": [ { "Action": [ "s3:GetObject", "s3:List*" ], "Effect": "Allow", "Resource": [ "*" ] } ], "Version": "2012-10-17" } EOF } resource "aws_iam_role" "ecs_execution_role" { name = "${var.env}-task-execution-role" assume_role_policy = <<EOF { "Version": "2012-10-17", "Statement": [ { "Sid": "", "Effect": "Allow", "Principal": { "Service": "ecs-tasks.amazonaws.com" }, "Action": "sts:AssumeRole" } ] } EOF tags = { Platform = "Test" Service = "Test" "Application Service" = "TEST" Legacy = "No" } } #Create a policy and attach to role resource "aws_iam_role_policy" "ecs_execution_role_policy" { name = "${var.env}-task-execution-policy" role = aws_iam_role.ecs_execution_role.id policy = <<EOF { "Version": "2012-10-17", "Statement": [ { "Effect": "Allow", "Action": [ "ecr:GetAuthorizationToken", "ecr:BatchCheckLayerAvailability", "ecr:GetDownloadUrlForLayer", "ecr:BatchGetImage", "logs:CreateLogStream", "logs:PutLogEvents", "s3:*", "s3-object-lambda:*" ], "Resource": "*" }, { "Effect": "Allow", "Action": [ "kms:GenerateDataKey", "kms:Decrypt", "kms:Encrypt", "ssm:GetParameter", "ssm:GetParameters", "sqs:DeleteMessage", "sqs:GetQueueUrl", "sqs:ReceiveMessage", "sqs:SendMessage" ], "Resource": [ "${aws_kms_key.kms_key.arn}" ] }, { "Sid": "StateMachineResponses", "Effect": "Allow", "Action": [ "states:SendTaskSuccess", "states:SendTaskFailure", "states:SendTaskHeartbeat" ], "Resource": "*" } ] } EOF } resource "aws_kms_key" "kms_key" { description = "KMS key" enable_key_rotation = true policy = <<EOF { "Version": "2012-10-17", "Id": "key-consolepolicy-2", "Statement": [ { "Sid": "Enable IAM User Permissions", "Effect": "Allow", "Principal": { "AWS": "arn:aws:iam::${data.aws_caller_identity.current.account_id}:root" }, "Action": "kms:*", "Resource": "*" }, { "Sid": "Allow access for Key Administrators", "Effect": "Allow", "Principal": { "AWS": [ "arn:aws:iam::${data.aws_caller_identity.current.account_id}:root" ] }, "Action": [ "kms:Create*", "kms:Describe*", "kms:Enable*", "kms:List*", "kms:Put*", "kms:Update*", "kms:Revoke*", "kms:Disable*", "kms:Get*", "kms:Delete*", "kms:TagResource", "kms:UntagResource", "kms:ScheduleKeyDeletion", "kms:CancelKeyDeletion" ], "Resource": "*" }, { "Sid": "Allow use of the key", "Effect": "Allow", "Principal": { "Service": "logs.eu-west-1.amazonaws.com", "AWS": [ "arn:aws:iam::${data.aws_caller_identity.current.account_id}:role/aws-service-role/ecs.amazonaws.com/AWSServiceRoleForECS", "${aws_iam_role.ec2_role.arn}", "${aws_iam_role.ecs_execution_role.arn}" ] }, "Action": [ "kms:Encrypt", "kms:Decrypt", "kms:ReEncrypt*", "kms:GenerateDataKey*", "kms:DescribeKey" ], "Resource": "*" }, { "Sid": "Allow attachment of persistent resources", "Effect": "Allow", "Principal": { "AWS": [ "arn:aws:iam::${data.aws_caller_identity.current.account_id}:role/aws-service-role/ecs.amazonaws.com/AWSServiceRoleForECS", "${aws_iam_role.ec2_role.arn}", "${aws_iam_role.ecs_execution_role.arn}" ] }, "Action": [ "kms:CreateGrant", "kms:ListGrants", "kms:RevokeGrant" ], "Resource": "*", "Condition": { "Bool": { "kms:GrantIsForAWSResource": "true" } } } ] } EOF tags = { Platform = "test" Service = "test" "Application Service" = "TEST" Legacy = "No" Process = "Test" } } resource "aws_cloudwatch_log_group" "test_logs" { name = "test-logs-${var.env}" retention_in_days = 14 kms_key_id = aws_kms_key.kms_key.arn } ### Steps to Reproduce - Make sure you have Localstack running and set TF_LOG to DEBUG - Run a terraform init with aws provider version 4.48.0 - Run a terraform plan & apply - The terraform should hang on creation along with 500 errors appearing in the output ### Debug Output 2022-12-20T15:53:34.928Z [DEBUG] provider.terraform-provider-aws_v4.48.0_x5: [DEBUG] [aws-sdk-go] DEBUG: Request logs/ListTagsForResource Details: 2022-12-20T15:53:34.928Z [DEBUG] provider.terraform-provider-aws_v4.48.0_x5: ---[ REQUEST POST-SIGN ]----------------------------- 2022-12-20T15:53:34.928Z [DEBUG] provider.terraform-provider-aws_v4.48.0_x5: POST / HTTP/1.1 2022-12-20T15:53:34.928Z [DEBUG] provider.terraform-provider-aws_v4.48.0_x5: Host: localhost:4566 2022-12-20T15:53:34.928Z [DEBUG] provider.terraform-provider-aws_v4.48.0_x5: User-Agent: APN/1.0 HashiCorp/1.0 Terraform/1.3.6 (+https://www.terraform.io) terraform-provider-aws/4.48.0 (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.44.162 (go1.19.3; linux; amd64) 2022-12-20T15:53:34.928Z [DEBUG] provider.terraform-provider-aws_v4.48.0_x5: Content-Length: 112 2022-12-20T15:53:34.928Z [DEBUG] provider.terraform-provider-aws_v4.48.0_x5: Authorization: AWS4-HMAC-SHA256 Credential=test/20221220/us-east-1/logs/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-target, Signature=263d5eccbb57d7e0756aee3ca4124e17355a54cfd49bdf936f6b0a12157a2476 2022-12-20T15:53:34.928Z [DEBUG] provider.terraform-provider-aws_v4.48.0_x5: Content-Type: application/x-amz-json-1.1 2022-12-20T15:53:34.928Z [DEBUG] provider.terraform-provider-aws_v4.48.0_x5: X-Amz-Date: 20221220T155334Z 2022-12-20T15:53:34.928Z [DEBUG] provider.terraform-provider-aws_v4.48.0_x5: X-Amz-Target: Logs_20140328.ListTagsForResource 2022-12-20T15:53:34.928Z [DEBUG] provider.terraform-provider-aws_v4.48.0_x5: Accept-Encoding: gzip 2022-12-20T15:53:34.928Z [DEBUG] provider.terraform-provider-aws_v4.48.0_x5: 2022-12-20T15:53:34.928Z [DEBUG] provider.terraform-provider-aws_v4.48.0_x5: {"resourceArn":"arn:aws:logs:us-east-1:000000000000:log-group:/aws/vendedlogs/bdm-dev-040-curated-to-analytics"} 2022-12-20T15:53:34.929Z [DEBUG] provider.terraform-provider-aws_v4.48.0_x5: ----------------------------------------------------- 2022-12-20T15:53:34.940Z [DEBUG] provider.terraform-provider-aws_v4.48.0_x5: [DEBUG] [aws-sdk-go] DEBUG: Response logs/ListTagsForResource Details: 2022-12-20T15:53:34.940Z [DEBUG] provider.terraform-provider-aws_v4.48.0_x5: ---[ RESPONSE ]-------------------------------------- 2022-12-20T15:53:34.940Z [DEBUG] provider.terraform-provider-aws_v4.48.0_x5: HTTP/1.1 500 2022-12-20T15:53:34.940Z [DEBUG] provider.terraform-provider-aws_v4.48.0_x5: Connection: close 2022-12-20T15:53:34.940Z [DEBUG] provider.terraform-provider-aws_v4.48.0_x5: Content-Length: 154 2022-12-20T15:53:34.940Z [DEBUG] provider.terraform-provider-aws_v4.48.0_x5: Access-Control-Allow-Headers: authorization,cache-control,content-length,content-md5,content-type,etag,location,x-amz-acl,x-amz-content-sha256,x-amz-date,x-amz-request-id,x-amz-security-token,x-amz-tagging,x-amz-target,x-amz-user-agent,x-amz-version-id,x-amzn-requestid,x-localstack-target,amz-sdk-invocation-id,amz-sdk-request 2022-12-20T15:53:34.941Z [DEBUG] provider.terraform-provider-aws_v4.48.0_x5: Access-Control-Allow-Methods: HEAD,GET,PUT,POST,DELETE,OPTIONS,PATCH 2022-12-20T15:53:34.941Z [DEBUG] provider.terraform-provider-aws_v4.48.0_x5: Access-Control-Allow-Origin: * 2022-12-20T15:53:34.941Z [DEBUG] provider.terraform-provider-aws_v4.48.0_x5: Access-Control-Expose-Headers: etag,x-amz-version-id 2022-12-20T15:53:34.941Z [DEBUG] provider.terraform-provider-aws_v4.48.0_x5: Content-Type: application/json 2022-12-20T15:53:34.941Z [DEBUG] provider.terraform-provider-aws_v4.48.0_x5: Date: Tue, 20 Dec 2022 15:53:34 GMT 2022-12-20T15:53:34.941Z [DEBUG] provider.terraform-provider-aws_v4.48.0_x5: Server: hypercorn-h11 2022-12-20T15:53:34.941Z [DEBUG] provider.terraform-provider-aws_v4.48.0_x5: X-Amzn-Errortype: InternalError 2022-12-20T15:53:34.941Z [DEBUG] provider.terraform-provider-aws_v4.48.0_x5: X-Amzn-Requestid: VWRAGLARJENDUTX8UO1F0P53VKCY7RPOUTYPADOXXH7JF5MZ8WG8 2022-12-20T15:53:34.941Z [DEBUG] provider.terraform-provider-aws_v4.48.0_x5: 2022-12-20T15:53:34.941Z [DEBUG] provider.terraform-provider-aws_v4.48.0_x5: 2022-12-20T15:53:34.941Z [DEBUG] provider.terraform-provider-aws_v4.48.0_x5: ----------------------------------------------------- 2022-12-20T15:53:34.941Z [DEBUG] provider.terraform-provider-aws_v4.48.0_x5: [DEBUG] [aws-sdk-go] {"__type": "InternalError", "message": "exception while calling logs with unknown operation: An unknown error occurred when trying to parse the request."} 2022-12-20T15:53:34.941Z [DEBUG] provider.terraform-provider-aws_v4.48.0_x5: [DEBUG] [aws-sdk-go] DEBUG: Validate Response logs/ListTagsForResource failed, attempt 11/25, error InternalError: exception while calling logs with unknown operation: An unknown error occurred when trying to parse the request. 2022-12-20T15:53:34.941Z [DEBUG] provider.terraform-provider-aws_v4.48.0_x5: status code: 500, request id: VWRAGLARJENDUTX8UO1F0P53VKCY7RPOUTYPADOXXH7JF5MZ8WG8 ### Panic Output _No response_ ### Important Factoids _No response_ ### References _No response_ ### Would you like to implement a fix? None
1.0
[Bug]: HTTP 500 Internal error logs/ListTagsForResource for Localstack - ### Terraform Core Version 1.3.8 ### AWS Provider Version 4.48.0 ### Affected Resource(s) aws_cloudwatch_log_group ### Expected Behavior aws_cloudwatch_log_group resource to be created ### Actual Behavior Terraform hangs when trying to create the resource in an infinite loop ### Relevant Error/Panic Output Snippet _No response_ ### Terraform Configuration Files data "aws_caller_identity" "current" {} #Create a role resource "aws_iam_role" "ec2_role" { name = "${var.env}-ec2-role" assume_role_policy = <<EOF { "Version": "2012-10-17", "Statement": [ { "Sid": "", "Effect": "Allow", "Principal": { "Service": "ec2.amazonaws.com" }, "Action": "sts:AssumeRole" } ] } EOF tags = { Platform = "Test" Service = "Test" "Application Service" = "TEST" Legacy = "No" } } #Create a policy resource "aws_iam_role_policy" "ec2_policy" { name = "${var.env}-ec2-policy" role = aws_iam_role.ec2_role.id policy = <<EOF { "Statement": [ { "Action": [ "s3:GetObject", "s3:List*" ], "Effect": "Allow", "Resource": [ "*" ] } ], "Version": "2012-10-17" } EOF } resource "aws_iam_role" "ecs_execution_role" { name = "${var.env}-task-execution-role" assume_role_policy = <<EOF { "Version": "2012-10-17", "Statement": [ { "Sid": "", "Effect": "Allow", "Principal": { "Service": "ecs-tasks.amazonaws.com" }, "Action": "sts:AssumeRole" } ] } EOF tags = { Platform = "Test" Service = "Test" "Application Service" = "TEST" Legacy = "No" } } #Create a policy and attach to role resource "aws_iam_role_policy" "ecs_execution_role_policy" { name = "${var.env}-task-execution-policy" role = aws_iam_role.ecs_execution_role.id policy = <<EOF { "Version": "2012-10-17", "Statement": [ { "Effect": "Allow", "Action": [ "ecr:GetAuthorizationToken", "ecr:BatchCheckLayerAvailability", "ecr:GetDownloadUrlForLayer", "ecr:BatchGetImage", "logs:CreateLogStream", "logs:PutLogEvents", "s3:*", "s3-object-lambda:*" ], "Resource": "*" }, { "Effect": "Allow", "Action": [ "kms:GenerateDataKey", "kms:Decrypt", "kms:Encrypt", "ssm:GetParameter", "ssm:GetParameters", "sqs:DeleteMessage", "sqs:GetQueueUrl", "sqs:ReceiveMessage", "sqs:SendMessage" ], "Resource": [ "${aws_kms_key.kms_key.arn}" ] }, { "Sid": "StateMachineResponses", "Effect": "Allow", "Action": [ "states:SendTaskSuccess", "states:SendTaskFailure", "states:SendTaskHeartbeat" ], "Resource": "*" } ] } EOF } resource "aws_kms_key" "kms_key" { description = "KMS key" enable_key_rotation = true policy = <<EOF { "Version": "2012-10-17", "Id": "key-consolepolicy-2", "Statement": [ { "Sid": "Enable IAM User Permissions", "Effect": "Allow", "Principal": { "AWS": "arn:aws:iam::${data.aws_caller_identity.current.account_id}:root" }, "Action": "kms:*", "Resource": "*" }, { "Sid": "Allow access for Key Administrators", "Effect": "Allow", "Principal": { "AWS": [ "arn:aws:iam::${data.aws_caller_identity.current.account_id}:root" ] }, "Action": [ "kms:Create*", "kms:Describe*", "kms:Enable*", "kms:List*", "kms:Put*", "kms:Update*", "kms:Revoke*", "kms:Disable*", "kms:Get*", "kms:Delete*", "kms:TagResource", "kms:UntagResource", "kms:ScheduleKeyDeletion", "kms:CancelKeyDeletion" ], "Resource": "*" }, { "Sid": "Allow use of the key", "Effect": "Allow", "Principal": { "Service": "logs.eu-west-1.amazonaws.com", "AWS": [ "arn:aws:iam::${data.aws_caller_identity.current.account_id}:role/aws-service-role/ecs.amazonaws.com/AWSServiceRoleForECS", "${aws_iam_role.ec2_role.arn}", "${aws_iam_role.ecs_execution_role.arn}" ] }, "Action": [ "kms:Encrypt", "kms:Decrypt", "kms:ReEncrypt*", "kms:GenerateDataKey*", "kms:DescribeKey" ], "Resource": "*" }, { "Sid": "Allow attachment of persistent resources", "Effect": "Allow", "Principal": { "AWS": [ "arn:aws:iam::${data.aws_caller_identity.current.account_id}:role/aws-service-role/ecs.amazonaws.com/AWSServiceRoleForECS", "${aws_iam_role.ec2_role.arn}", "${aws_iam_role.ecs_execution_role.arn}" ] }, "Action": [ "kms:CreateGrant", "kms:ListGrants", "kms:RevokeGrant" ], "Resource": "*", "Condition": { "Bool": { "kms:GrantIsForAWSResource": "true" } } } ] } EOF tags = { Platform = "test" Service = "test" "Application Service" = "TEST" Legacy = "No" Process = "Test" } } resource "aws_cloudwatch_log_group" "test_logs" { name = "test-logs-${var.env}" retention_in_days = 14 kms_key_id = aws_kms_key.kms_key.arn } ### Steps to Reproduce - Make sure you have Localstack running and set TF_LOG to DEBUG - Run a terraform init with aws provider version 4.48.0 - Run a terraform plan & apply - The terraform should hang on creation along with 500 errors appearing in the output ### Debug Output 2022-12-20T15:53:34.928Z [DEBUG] provider.terraform-provider-aws_v4.48.0_x5: [DEBUG] [aws-sdk-go] DEBUG: Request logs/ListTagsForResource Details: 2022-12-20T15:53:34.928Z [DEBUG] provider.terraform-provider-aws_v4.48.0_x5: ---[ REQUEST POST-SIGN ]----------------------------- 2022-12-20T15:53:34.928Z [DEBUG] provider.terraform-provider-aws_v4.48.0_x5: POST / HTTP/1.1 2022-12-20T15:53:34.928Z [DEBUG] provider.terraform-provider-aws_v4.48.0_x5: Host: localhost:4566 2022-12-20T15:53:34.928Z [DEBUG] provider.terraform-provider-aws_v4.48.0_x5: User-Agent: APN/1.0 HashiCorp/1.0 Terraform/1.3.6 (+https://www.terraform.io) terraform-provider-aws/4.48.0 (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.44.162 (go1.19.3; linux; amd64) 2022-12-20T15:53:34.928Z [DEBUG] provider.terraform-provider-aws_v4.48.0_x5: Content-Length: 112 2022-12-20T15:53:34.928Z [DEBUG] provider.terraform-provider-aws_v4.48.0_x5: Authorization: AWS4-HMAC-SHA256 Credential=test/20221220/us-east-1/logs/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-target, Signature=263d5eccbb57d7e0756aee3ca4124e17355a54cfd49bdf936f6b0a12157a2476 2022-12-20T15:53:34.928Z [DEBUG] provider.terraform-provider-aws_v4.48.0_x5: Content-Type: application/x-amz-json-1.1 2022-12-20T15:53:34.928Z [DEBUG] provider.terraform-provider-aws_v4.48.0_x5: X-Amz-Date: 20221220T155334Z 2022-12-20T15:53:34.928Z [DEBUG] provider.terraform-provider-aws_v4.48.0_x5: X-Amz-Target: Logs_20140328.ListTagsForResource 2022-12-20T15:53:34.928Z [DEBUG] provider.terraform-provider-aws_v4.48.0_x5: Accept-Encoding: gzip 2022-12-20T15:53:34.928Z [DEBUG] provider.terraform-provider-aws_v4.48.0_x5: 2022-12-20T15:53:34.928Z [DEBUG] provider.terraform-provider-aws_v4.48.0_x5: {"resourceArn":"arn:aws:logs:us-east-1:000000000000:log-group:/aws/vendedlogs/bdm-dev-040-curated-to-analytics"} 2022-12-20T15:53:34.929Z [DEBUG] provider.terraform-provider-aws_v4.48.0_x5: ----------------------------------------------------- 2022-12-20T15:53:34.940Z [DEBUG] provider.terraform-provider-aws_v4.48.0_x5: [DEBUG] [aws-sdk-go] DEBUG: Response logs/ListTagsForResource Details: 2022-12-20T15:53:34.940Z [DEBUG] provider.terraform-provider-aws_v4.48.0_x5: ---[ RESPONSE ]-------------------------------------- 2022-12-20T15:53:34.940Z [DEBUG] provider.terraform-provider-aws_v4.48.0_x5: HTTP/1.1 500 2022-12-20T15:53:34.940Z [DEBUG] provider.terraform-provider-aws_v4.48.0_x5: Connection: close 2022-12-20T15:53:34.940Z [DEBUG] provider.terraform-provider-aws_v4.48.0_x5: Content-Length: 154 2022-12-20T15:53:34.940Z [DEBUG] provider.terraform-provider-aws_v4.48.0_x5: Access-Control-Allow-Headers: authorization,cache-control,content-length,content-md5,content-type,etag,location,x-amz-acl,x-amz-content-sha256,x-amz-date,x-amz-request-id,x-amz-security-token,x-amz-tagging,x-amz-target,x-amz-user-agent,x-amz-version-id,x-amzn-requestid,x-localstack-target,amz-sdk-invocation-id,amz-sdk-request 2022-12-20T15:53:34.941Z [DEBUG] provider.terraform-provider-aws_v4.48.0_x5: Access-Control-Allow-Methods: HEAD,GET,PUT,POST,DELETE,OPTIONS,PATCH 2022-12-20T15:53:34.941Z [DEBUG] provider.terraform-provider-aws_v4.48.0_x5: Access-Control-Allow-Origin: * 2022-12-20T15:53:34.941Z [DEBUG] provider.terraform-provider-aws_v4.48.0_x5: Access-Control-Expose-Headers: etag,x-amz-version-id 2022-12-20T15:53:34.941Z [DEBUG] provider.terraform-provider-aws_v4.48.0_x5: Content-Type: application/json 2022-12-20T15:53:34.941Z [DEBUG] provider.terraform-provider-aws_v4.48.0_x5: Date: Tue, 20 Dec 2022 15:53:34 GMT 2022-12-20T15:53:34.941Z [DEBUG] provider.terraform-provider-aws_v4.48.0_x5: Server: hypercorn-h11 2022-12-20T15:53:34.941Z [DEBUG] provider.terraform-provider-aws_v4.48.0_x5: X-Amzn-Errortype: InternalError 2022-12-20T15:53:34.941Z [DEBUG] provider.terraform-provider-aws_v4.48.0_x5: X-Amzn-Requestid: VWRAGLARJENDUTX8UO1F0P53VKCY7RPOUTYPADOXXH7JF5MZ8WG8 2022-12-20T15:53:34.941Z [DEBUG] provider.terraform-provider-aws_v4.48.0_x5: 2022-12-20T15:53:34.941Z [DEBUG] provider.terraform-provider-aws_v4.48.0_x5: 2022-12-20T15:53:34.941Z [DEBUG] provider.terraform-provider-aws_v4.48.0_x5: ----------------------------------------------------- 2022-12-20T15:53:34.941Z [DEBUG] provider.terraform-provider-aws_v4.48.0_x5: [DEBUG] [aws-sdk-go] {"__type": "InternalError", "message": "exception while calling logs with unknown operation: An unknown error occurred when trying to parse the request."} 2022-12-20T15:53:34.941Z [DEBUG] provider.terraform-provider-aws_v4.48.0_x5: [DEBUG] [aws-sdk-go] DEBUG: Validate Response logs/ListTagsForResource failed, attempt 11/25, error InternalError: exception while calling logs with unknown operation: An unknown error occurred when trying to parse the request. 2022-12-20T15:53:34.941Z [DEBUG] provider.terraform-provider-aws_v4.48.0_x5: status code: 500, request id: VWRAGLARJENDUTX8UO1F0P53VKCY7RPOUTYPADOXXH7JF5MZ8WG8 ### Panic Output _No response_ ### Important Factoids _No response_ ### References _No response_ ### Would you like to implement a fix? None
non_test
http internal error logs listtagsforresource for localstack terraform core version aws provider version affected resource s aws cloudwatch log group expected behavior aws cloudwatch log group resource to be created actual behavior terraform hangs when trying to create the resource in an infinite loop relevant error panic output snippet no response terraform configuration files data aws caller identity current create a role resource aws iam role role name var env role assume role policy eof version statement sid effect allow principal service amazonaws com action sts assumerole eof tags platform test service test application service test legacy no create a policy resource aws iam role policy policy name var env policy role aws iam role role id policy eof statement action getobject list effect allow resource version eof resource aws iam role ecs execution role name var env task execution role assume role policy eof version statement sid effect allow principal service ecs tasks amazonaws com action sts assumerole eof tags platform test service test application service test legacy no create a policy and attach to role resource aws iam role policy ecs execution role policy name var env task execution policy role aws iam role ecs execution role id policy eof version statement effect allow action ecr getauthorizationtoken ecr batchchecklayeravailability ecr getdownloadurlforlayer ecr batchgetimage logs createlogstream logs putlogevents object lambda resource effect allow action kms generatedatakey kms decrypt kms encrypt ssm getparameter ssm getparameters sqs deletemessage sqs getqueueurl sqs receivemessage sqs sendmessage resource aws kms key kms key arn sid statemachineresponses effect allow action states sendtasksuccess states sendtaskfailure states sendtaskheartbeat resource eof resource aws kms key kms key description kms key enable key rotation true policy eof version id key consolepolicy statement sid enable iam user permissions effect allow principal aws arn aws iam data aws caller identity current account id root action kms resource sid allow access for key administrators effect allow principal aws arn aws iam data aws caller identity current account id root action kms create kms describe kms enable kms list kms put kms update kms revoke kms disable kms get kms delete kms tagresource kms untagresource kms schedulekeydeletion kms cancelkeydeletion resource sid allow use of the key effect allow principal service logs eu west amazonaws com aws arn aws iam data aws caller identity current account id role aws service role ecs amazonaws com awsserviceroleforecs aws iam role role arn aws iam role ecs execution role arn action kms encrypt kms decrypt kms reencrypt kms generatedatakey kms describekey resource sid allow attachment of persistent resources effect allow principal aws arn aws iam data aws caller identity current account id role aws service role ecs amazonaws com awsserviceroleforecs aws iam role role arn aws iam role ecs execution role arn action kms creategrant kms listgrants kms revokegrant resource condition bool kms grantisforawsresource true eof tags platform test service test application service test legacy no process test resource aws cloudwatch log group test logs name test logs var env retention in days kms key id aws kms key kms key arn steps to reproduce make sure you have localstack running and set tf log to debug run a terraform init with aws provider version run a terraform plan apply the terraform should hang on creation along with errors appearing in the output debug output provider terraform provider aws debug request logs listtagsforresource details provider terraform provider aws provider terraform provider aws post http provider terraform provider aws host localhost provider terraform provider aws user agent apn hashicorp terraform terraform provider aws aws sdk go linux provider terraform provider aws content length provider terraform provider aws authorization hmac credential test us east logs request signedheaders content length content type host x amz date x amz target signature provider terraform provider aws content type application x amz json provider terraform provider aws x amz date provider terraform provider aws x amz target logs listtagsforresource provider terraform provider aws accept encoding gzip provider terraform provider aws provider terraform provider aws resourcearn arn aws logs us east log group aws vendedlogs bdm dev curated to analytics provider terraform provider aws provider terraform provider aws debug response logs listtagsforresource details provider terraform provider aws provider terraform provider aws http provider terraform provider aws connection close provider terraform provider aws content length provider terraform provider aws access control allow headers authorization cache control content length content content type etag location x amz acl x amz content x amz date x amz request id x amz security token x amz tagging x amz target x amz user agent x amz version id x amzn requestid x localstack target amz sdk invocation id amz sdk request provider terraform provider aws access control allow methods head get put post delete options patch provider terraform provider aws access control allow origin provider terraform provider aws access control expose headers etag x amz version id provider terraform provider aws content type application json provider terraform provider aws date tue dec gmt provider terraform provider aws server hypercorn provider terraform provider aws x amzn errortype internalerror provider terraform provider aws x amzn requestid provider terraform provider aws provider terraform provider aws provider terraform provider aws provider terraform provider aws type internalerror message exception while calling logs with unknown operation an unknown error occurred when trying to parse the request provider terraform provider aws debug validate response logs listtagsforresource failed attempt error internalerror exception while calling logs with unknown operation an unknown error occurred when trying to parse the request provider terraform provider aws status code request id panic output no response important factoids no response references no response would you like to implement a fix none
0
801,734
28,500,320,321
IssuesEvent
2023-04-18 16:50:17
o3de/o3de-extras
https://api.github.com/repos/o3de/o3de-extras
closed
Ros2ProjectTemplate, poor performance
kind/bug priority/major sig/simulation feature/robotics
I suffer, poor performance using auto-generated scene from Ros2ProjectTemplate. I have 35 fps with and without robot using FHD resolution. Seems, there is some bottleneck. My config: Device: PC OS: Ubuntu 22.04 Version 22.04 CPU 11th Gen Intel(R) Core(TM) i7-11800H @ 2.30GHz GPU GeForce RTX 3070 Mobile (520.56.06) Memory 64GB
1.0
Ros2ProjectTemplate, poor performance - I suffer, poor performance using auto-generated scene from Ros2ProjectTemplate. I have 35 fps with and without robot using FHD resolution. Seems, there is some bottleneck. My config: Device: PC OS: Ubuntu 22.04 Version 22.04 CPU 11th Gen Intel(R) Core(TM) i7-11800H @ 2.30GHz GPU GeForce RTX 3070 Mobile (520.56.06) Memory 64GB
non_test
poor performance i suffer poor performance using auto generated scene from i have fps with and without robot using fhd resolution seems there is some bottleneck my config device pc os ubuntu version cpu gen intel r core tm gpu geforce rtx mobile memory
0
65,998
6,985,957,062
IssuesEvent
2017-12-14 00:29:32
brave/browser-laptop
https://api.github.com/repos/brave/browser-laptop
closed
travis builds failing due to 'Cannot find module js/lib/urlUtil'
automated-tests QA/no-qa-needed
my fault because i forgot mac is not case-sensitive but linux is. caused by 4e7995dd468f7e6987a0ceca3938e9d0bc6fdfbe
1.0
travis builds failing due to 'Cannot find module js/lib/urlUtil' - my fault because i forgot mac is not case-sensitive but linux is. caused by 4e7995dd468f7e6987a0ceca3938e9d0bc6fdfbe
test
travis builds failing due to cannot find module js lib urlutil my fault because i forgot mac is not case sensitive but linux is caused by
1
152,527
12,110,878,979
IssuesEvent
2020-04-21 11:13:11
elastic/elasticsearch
https://api.github.com/repos/elastic/elasticsearch
closed
[CI] GoogleCloudStorageBlobContainerRetriesTests.testReadRangeBlobWithRetries reproducibly fails with 504 Gateway error
:Distributed/Snapshot/Restore >test-failure
There are a few failures of this test, it can be reproduce I'm master and 7x with: ``` ./gradlew ':plugins:repository-gcs:test' --tests "org.elasticsearch.repositories.gcs.GoogleCloudStorageBlobContainerRetriesTests.testReadRangeBlobWithRetries" -Dtests.seed=B4284431404FAEFC -Dtests.security.manager=true -Dtests.locale=be-BY -Dtests.timezone=Canada/Eastern -Dcompiler.java=14 ``` The error looks like: ``` com.google.cloud.storage.StorageException: 504 Gateway Timeout at __randomizedtesting.SeedInfo.seed([B4284431404FAEFC:6152AA6CCFFD4333]:0) at com.google.cloud.storage.StorageException.translate(StorageException.java:97) at com.google.cloud.storage.spi.v1.HttpStorageRpc.read(HttpStorageRpc.java:704) at com.google.cloud.storage.BlobReadChannel$1.call(BlobReadChannel.java:127) at com.google.cloud.storage.BlobReadChannel$1.call(BlobReadChannel.java:124) at com.google.api.gax.retrying.DirectRetryingExecutor.submit(DirectRetryingExecutor.java:105) at com.google.cloud.RetryHelper.run(RetryHelper.java:76) at com.google.cloud.RetryHelper.runWithRetries(RetryHelper.java:50) at com.google.cloud.storage.BlobReadChannel.read(BlobReadChannel.java:123) at org.elasticsearch.repositories.gcs.GoogleCloudStorageRetryingInputStream$1.lambda$read$0(GoogleCloudStorageRetryingInputStream.java:101) at java.base/java.security.AccessController.doPrivileged(AccessController.java:554) at org.elasticsearch.repositories.gcs.SocketAccess.doPrivilegedIOException(SocketAccess.java:44) at org.elasticsearch.repositories.gcs.GoogleCloudStorageRetryingInputStream$1.read(GoogleCloudStorageRetryingInputStream.java:101) at java.base/sun.nio.ch.ChannelInputStream.read(ChannelInputStream.java:65) at java.base/sun.nio.ch.ChannelInputStream.read(ChannelInputStream.java:107) ``` Build scan: https://gradle-enterprise.elastic.co/s/byw3ghdrdexig
1.0
[CI] GoogleCloudStorageBlobContainerRetriesTests.testReadRangeBlobWithRetries reproducibly fails with 504 Gateway error - There are a few failures of this test, it can be reproduce I'm master and 7x with: ``` ./gradlew ':plugins:repository-gcs:test' --tests "org.elasticsearch.repositories.gcs.GoogleCloudStorageBlobContainerRetriesTests.testReadRangeBlobWithRetries" -Dtests.seed=B4284431404FAEFC -Dtests.security.manager=true -Dtests.locale=be-BY -Dtests.timezone=Canada/Eastern -Dcompiler.java=14 ``` The error looks like: ``` com.google.cloud.storage.StorageException: 504 Gateway Timeout at __randomizedtesting.SeedInfo.seed([B4284431404FAEFC:6152AA6CCFFD4333]:0) at com.google.cloud.storage.StorageException.translate(StorageException.java:97) at com.google.cloud.storage.spi.v1.HttpStorageRpc.read(HttpStorageRpc.java:704) at com.google.cloud.storage.BlobReadChannel$1.call(BlobReadChannel.java:127) at com.google.cloud.storage.BlobReadChannel$1.call(BlobReadChannel.java:124) at com.google.api.gax.retrying.DirectRetryingExecutor.submit(DirectRetryingExecutor.java:105) at com.google.cloud.RetryHelper.run(RetryHelper.java:76) at com.google.cloud.RetryHelper.runWithRetries(RetryHelper.java:50) at com.google.cloud.storage.BlobReadChannel.read(BlobReadChannel.java:123) at org.elasticsearch.repositories.gcs.GoogleCloudStorageRetryingInputStream$1.lambda$read$0(GoogleCloudStorageRetryingInputStream.java:101) at java.base/java.security.AccessController.doPrivileged(AccessController.java:554) at org.elasticsearch.repositories.gcs.SocketAccess.doPrivilegedIOException(SocketAccess.java:44) at org.elasticsearch.repositories.gcs.GoogleCloudStorageRetryingInputStream$1.read(GoogleCloudStorageRetryingInputStream.java:101) at java.base/sun.nio.ch.ChannelInputStream.read(ChannelInputStream.java:65) at java.base/sun.nio.ch.ChannelInputStream.read(ChannelInputStream.java:107) ``` Build scan: https://gradle-enterprise.elastic.co/s/byw3ghdrdexig
test
googlecloudstorageblobcontainerretriestests testreadrangeblobwithretries reproducibly fails with gateway error there are a few failures of this test it can be reproduce i m master and with gradlew plugins repository gcs test tests org elasticsearch repositories gcs googlecloudstorageblobcontainerretriestests testreadrangeblobwithretries dtests seed dtests security manager true dtests locale be by dtests timezone canada eastern dcompiler java the error looks like com google cloud storage storageexception gateway timeout at randomizedtesting seedinfo seed at com google cloud storage storageexception translate storageexception java at com google cloud storage spi httpstoragerpc read httpstoragerpc java at com google cloud storage blobreadchannel call blobreadchannel java at com google cloud storage blobreadchannel call blobreadchannel java at com google api gax retrying directretryingexecutor submit directretryingexecutor java at com google cloud retryhelper run retryhelper java at com google cloud retryhelper runwithretries retryhelper java at com google cloud storage blobreadchannel read blobreadchannel java at org elasticsearch repositories gcs googlecloudstorageretryinginputstream lambda read googlecloudstorageretryinginputstream java at java base java security accesscontroller doprivileged accesscontroller java at org elasticsearch repositories gcs socketaccess doprivilegedioexception socketaccess java at org elasticsearch repositories gcs googlecloudstorageretryinginputstream read googlecloudstorageretryinginputstream java at java base sun nio ch channelinputstream read channelinputstream java at java base sun nio ch channelinputstream read channelinputstream java build scan
1
155,010
5,947,361,074
IssuesEvent
2017-05-26 08:00:13
Forecaster/ForeModpacker
https://api.github.com/repos/Forecaster/ForeModpacker
closed
Implement generating patch archives
enhancement Medium Priority
Containing only new, changed and removed files. Removed files will be a zero-length dummy file meant to overwrite the outdated file to prevent it from being loaded. The user can run a script or similar that cleans out zero-length files from their mods directory.
1.0
Implement generating patch archives - Containing only new, changed and removed files. Removed files will be a zero-length dummy file meant to overwrite the outdated file to prevent it from being loaded. The user can run a script or similar that cleans out zero-length files from their mods directory.
non_test
implement generating patch archives containing only new changed and removed files removed files will be a zero length dummy file meant to overwrite the outdated file to prevent it from being loaded the user can run a script or similar that cleans out zero length files from their mods directory
0
199,246
15,030,685,680
IssuesEvent
2021-02-02 07:51:19
red/red
https://api.github.com/repos/red/red
closed
[Draw] Crazy random 120px offset in `image` command
GUI status.built status.tested type.bug
**Describe the bug** There should be no gray box on this image: ![](https://i.gyazo.com/227554eb46830842192f4f24a2bb5a27.gif) What seemingly happens here is that `[image img]` paints image about 120px lower than it should. If you draw smth on the `img` you'll see it actually jumps down. **To reproduce** Code: ``` Red [needs: view] img: draw 500x200 [] plot: [] view/no-wait [face: base 500x200] forever [ compose/deep/into [ scale (face/size/x / img/size/x) (face/size/y / img/size/y) [image img] pen purple fill-pen cyan shape [move (face/size) line (face/size * 0x1) (plot) 'line (face/size * 0x1)] ] clear b: [] face/draw: b loop 10 [unless do-events/no-wait [break]] append plot as-pair (length? plot) (0.9 * face/size/y) if face/size/x < length? plot [clear plot] unless face/state [quit] ] ``` 1. Run this code 2. Wait until the bar fills for at least 50-60% (even better wait until it resets) I tried just extracting the draw code at the moments the bug happens and redrawing just that code - can't catch it this way. I can reproduce this on both old GDI+ draw and new D2D. I cannot reproduce this if console (CLI/GUI) was compiled with `-d` flag. **Expected behavior** No jumping gray area. **Platform version** ``` Red 0.6.4 for Windows built 28-Jan-2021/14:26:17+03:00 commit #bae0c34 ```
1.0
[Draw] Crazy random 120px offset in `image` command - **Describe the bug** There should be no gray box on this image: ![](https://i.gyazo.com/227554eb46830842192f4f24a2bb5a27.gif) What seemingly happens here is that `[image img]` paints image about 120px lower than it should. If you draw smth on the `img` you'll see it actually jumps down. **To reproduce** Code: ``` Red [needs: view] img: draw 500x200 [] plot: [] view/no-wait [face: base 500x200] forever [ compose/deep/into [ scale (face/size/x / img/size/x) (face/size/y / img/size/y) [image img] pen purple fill-pen cyan shape [move (face/size) line (face/size * 0x1) (plot) 'line (face/size * 0x1)] ] clear b: [] face/draw: b loop 10 [unless do-events/no-wait [break]] append plot as-pair (length? plot) (0.9 * face/size/y) if face/size/x < length? plot [clear plot] unless face/state [quit] ] ``` 1. Run this code 2. Wait until the bar fills for at least 50-60% (even better wait until it resets) I tried just extracting the draw code at the moments the bug happens and redrawing just that code - can't catch it this way. I can reproduce this on both old GDI+ draw and new D2D. I cannot reproduce this if console (CLI/GUI) was compiled with `-d` flag. **Expected behavior** No jumping gray area. **Platform version** ``` Red 0.6.4 for Windows built 28-Jan-2021/14:26:17+03:00 commit #bae0c34 ```
test
crazy random offset in image command describe the bug there should be no gray box on this image what seemingly happens here is that paints image about lower than it should if you draw smth on the img you ll see it actually jumps down to reproduce code red img draw plot view no wait forever compose deep into scale face size x img size x face size y img size y pen purple fill pen cyan shape clear b face draw b loop append plot as pair length plot face size y if face size x length plot unless face state run this code wait until the bar fills for at least even better wait until it resets i tried just extracting the draw code at the moments the bug happens and redrawing just that code can t catch it this way i can reproduce this on both old gdi draw and new i cannot reproduce this if console cli gui was compiled with d flag expected behavior no jumping gray area platform version red for windows built jan commit
1
668,708
22,594,851,056
IssuesEvent
2022-06-29 01:01:36
avuserow/endgame-singularity
https://api.github.com/repos/avuserow/endgame-singularity
closed
Reactor oddities
auto-migrated Priority-Low Component-Logic Type-Enhancement
``` 1. Solar Panels cam be built deep under the ocean, in the far reaches of space, and even in other dimensions. Suggestion: Allow items to be restricted to particular locations/base types. 2. Bases far from humans can apparently leech power from the grid when they have no reactor. Suggestion: These bases should be unusable until they have an adequate power source, and the power source should *not* decrease discovery chance. ``` Original issue reported on code.google.com by `funnyman3595` on 28 Apr 2008 at 3:17
1.0
Reactor oddities - ``` 1. Solar Panels cam be built deep under the ocean, in the far reaches of space, and even in other dimensions. Suggestion: Allow items to be restricted to particular locations/base types. 2. Bases far from humans can apparently leech power from the grid when they have no reactor. Suggestion: These bases should be unusable until they have an adequate power source, and the power source should *not* decrease discovery chance. ``` Original issue reported on code.google.com by `funnyman3595` on 28 Apr 2008 at 3:17
non_test
reactor oddities solar panels cam be built deep under the ocean in the far reaches of space and even in other dimensions suggestion allow items to be restricted to particular locations base types bases far from humans can apparently leech power from the grid when they have no reactor suggestion these bases should be unusable until they have an adequate power source and the power source should not decrease discovery chance original issue reported on code google com by on apr at
0
39,589
10,354,601,625
IssuesEvent
2019-09-05 14:03:34
virtualsatellite/VirtualSatellite4-Core
https://api.github.com/repos/virtualsatellite/VirtualSatellite4-Core
opened
Make maven more robust against checksum errors
build quality
''' 17:[WARNING] Could not validate integrity of download ... ''' The above warnings shows up on TravisCI. The maven build should ignore this warning.
1.0
Make maven more robust against checksum errors - ''' 17:[WARNING] Could not validate integrity of download ... ''' The above warnings shows up on TravisCI. The maven build should ignore this warning.
non_test
make maven more robust against checksum errors could not validate integrity of download the above warnings shows up on travisci the maven build should ignore this warning
0
130,604
10,617,899,199
IssuesEvent
2019-10-12 22:56:43
IntellectualSites/FastAsyncWorldEdit-1.13
https://api.github.com/repos/IntellectualSites/FastAsyncWorldEdit-1.13
opened
CommandException: null error
Requires Testing
# Bug report for FastAsyncWorldEdit 1.13.2 <!--- If you are using 1.13 or 1.13.1 consider updating to 1.13.2 before raising an issue --> <!--- In order to create a valid issue report you have to follow this template. --> <!--- Remove this template if making a suggestion or asking a question. --> <!--- Incomplete reports might be marked as invalid. --> **[REQUIRED] FastAsyncWorldEdit Version Number:** FastAsyncWorldEdit-bukkit-1.13.179 **[REQUIRED] Spigot/Paper Version Number:** paper build 637 **Links to config.yml and config-legacy.yml file:** https://pastebin.com/XuhJEDjM https://pastebin.com/6qLz3Ckh **[REQUIRED] Description of the problem:** Seems to be related to using /br sphere 30%3:1,30%%3:2,40%2 Error: https://pastebin.com/ah2uqjuJ **Plugins being used on the server:** FastAsyncWorldEdit, WorldEdit, PlotSquared, PlugMan, SimpleAPI, SimplePets, BuycraftX, LuckPerms, LibsDisguises, ProtocolLib **How to replicate**: Not quite sure. **Checklist**: <!--- Make sure you've completed the following steps (put an "X" between of brackets): --> - [X] I included all information required in the sections above - [X] I made sure there are no duplicates of this report [(Use Search)](https://github.com/IntellectualSites/FastAsyncWorldEdit-1.13/issues?utf8=%E2%9C%93&q=is%3Aissue) - [X] I made sure I am using an up-to-date version of [FastAsyncWorldEdit for 1.13.2](https://ci.athion.net/job/FastAsyncWorldEdit-Breaking/) - [X] I made sure the bug/error is not caused by any other plugin
1.0
CommandException: null error - # Bug report for FastAsyncWorldEdit 1.13.2 <!--- If you are using 1.13 or 1.13.1 consider updating to 1.13.2 before raising an issue --> <!--- In order to create a valid issue report you have to follow this template. --> <!--- Remove this template if making a suggestion or asking a question. --> <!--- Incomplete reports might be marked as invalid. --> **[REQUIRED] FastAsyncWorldEdit Version Number:** FastAsyncWorldEdit-bukkit-1.13.179 **[REQUIRED] Spigot/Paper Version Number:** paper build 637 **Links to config.yml and config-legacy.yml file:** https://pastebin.com/XuhJEDjM https://pastebin.com/6qLz3Ckh **[REQUIRED] Description of the problem:** Seems to be related to using /br sphere 30%3:1,30%%3:2,40%2 Error: https://pastebin.com/ah2uqjuJ **Plugins being used on the server:** FastAsyncWorldEdit, WorldEdit, PlotSquared, PlugMan, SimpleAPI, SimplePets, BuycraftX, LuckPerms, LibsDisguises, ProtocolLib **How to replicate**: Not quite sure. **Checklist**: <!--- Make sure you've completed the following steps (put an "X" between of brackets): --> - [X] I included all information required in the sections above - [X] I made sure there are no duplicates of this report [(Use Search)](https://github.com/IntellectualSites/FastAsyncWorldEdit-1.13/issues?utf8=%E2%9C%93&q=is%3Aissue) - [X] I made sure I am using an up-to-date version of [FastAsyncWorldEdit for 1.13.2](https://ci.athion.net/job/FastAsyncWorldEdit-Breaking/) - [X] I made sure the bug/error is not caused by any other plugin
test
commandexception null error bug report for fastasyncworldedit fastasyncworldedit version number fastasyncworldedit bukkit spigot paper version number paper build links to config yml and config legacy yml file description of the problem seems to be related to using br sphere error plugins being used on the server fastasyncworldedit worldedit plotsquared plugman simpleapi simplepets buycraftx luckperms libsdisguises protocollib how to replicate not quite sure checklist i included all information required in the sections above i made sure there are no duplicates of this report i made sure i am using an up to date version of i made sure the bug error is not caused by any other plugin
1
124,917
17,789,427,741
IssuesEvent
2021-08-31 14:39:34
Pio1006/SecurityShepherd
https://api.github.com/repos/Pio1006/SecurityShepherd
opened
CVE-2021-29425 (Medium) detected in commons-io-2.5.jar
security vulnerability
## CVE-2021-29425 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>commons-io-2.5.jar</b></p></summary> <p>The Apache Commons IO library contains utility classes, stream implementations, file filters, file comparators, endian transformation classes, and much more.</p> <p>Library home page: <a href="http://commons.apache.org/proper/commons-io/">http://commons.apache.org/proper/commons-io/</a></p> <p>Path to dependency file: SecurityShepherd/pom.xml</p> <p>Path to vulnerable library: SecurityShepherd/WEB-INF/lib/commons-io-2.5.jar,tory/commons-io/commons-io/2.5/commons-io-2.5.jar</p> <p> Dependency Hierarchy: - :x: **commons-io-2.5.jar** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/Pio1006/SecurityShepherd/commit/4e0c5696a8ca4309c396ba85f9738d3d2633a5e7">4e0c5696a8ca4309c396ba85f9738d3d2633a5e7</a></p> <p>Found in base branch: <b>dev</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> In Apache Commons IO before 2.7, When invoking the method FileNameUtils.normalize with an improper input string, like "//../foo", or "\\..\foo", the result would be the same value, thus possibly providing access to files in the parent directory, but not further above (thus "limited" path traversal), if the calling code would use the result to construct a path value. <p>Publish Date: 2021-04-13 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-29425>CVE-2021-29425</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>5.3</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: Low - Integrity Impact: None - Availability Impact: None </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-29425">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-29425</a></p> <p>Release Date: 2021-04-13</p> <p>Fix Resolution: commons-io:commons-io:2.7</p> </p> </details> <p></p> *** <!-- REMEDIATE-OPEN-PR-START --> - [ ] Check this box to open an automated fix PR <!-- REMEDIATE-OPEN-PR-END --> <!-- <REMEDIATE>{"isOpenPROnVulnerability":false,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"Java","groupId":"commons-io","packageName":"commons-io","packageVersion":"2.5","packageFilePaths":["/pom.xml"],"isTransitiveDependency":false,"dependencyTree":"commons-io:commons-io:2.5","isMinimumFixVersionAvailable":true,"minimumFixVersion":"commons-io:commons-io:2.7"}],"baseBranches":["dev"],"vulnerabilityIdentifier":"CVE-2021-29425","vulnerabilityDetails":"In Apache Commons IO before 2.7, When invoking the method FileNameUtils.normalize with an improper input string, like \"//../foo\", or \"\\\\..\\foo\", the result would be the same value, thus possibly providing access to files in the parent directory, but not further above (thus \"limited\" path traversal), if the calling code would use the result to construct a path value.","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-29425","cvss3Severity":"medium","cvss3Score":"5.3","cvss3Metrics":{"A":"None","AC":"Low","PR":"None","S":"Unchanged","C":"Low","UI":"None","AV":"Network","I":"None"},"extraData":{}}</REMEDIATE> -->
True
CVE-2021-29425 (Medium) detected in commons-io-2.5.jar - ## CVE-2021-29425 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>commons-io-2.5.jar</b></p></summary> <p>The Apache Commons IO library contains utility classes, stream implementations, file filters, file comparators, endian transformation classes, and much more.</p> <p>Library home page: <a href="http://commons.apache.org/proper/commons-io/">http://commons.apache.org/proper/commons-io/</a></p> <p>Path to dependency file: SecurityShepherd/pom.xml</p> <p>Path to vulnerable library: SecurityShepherd/WEB-INF/lib/commons-io-2.5.jar,tory/commons-io/commons-io/2.5/commons-io-2.5.jar</p> <p> Dependency Hierarchy: - :x: **commons-io-2.5.jar** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/Pio1006/SecurityShepherd/commit/4e0c5696a8ca4309c396ba85f9738d3d2633a5e7">4e0c5696a8ca4309c396ba85f9738d3d2633a5e7</a></p> <p>Found in base branch: <b>dev</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> In Apache Commons IO before 2.7, When invoking the method FileNameUtils.normalize with an improper input string, like "//../foo", or "\\..\foo", the result would be the same value, thus possibly providing access to files in the parent directory, but not further above (thus "limited" path traversal), if the calling code would use the result to construct a path value. <p>Publish Date: 2021-04-13 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-29425>CVE-2021-29425</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>5.3</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: Low - Integrity Impact: None - Availability Impact: None </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-29425">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-29425</a></p> <p>Release Date: 2021-04-13</p> <p>Fix Resolution: commons-io:commons-io:2.7</p> </p> </details> <p></p> *** <!-- REMEDIATE-OPEN-PR-START --> - [ ] Check this box to open an automated fix PR <!-- REMEDIATE-OPEN-PR-END --> <!-- <REMEDIATE>{"isOpenPROnVulnerability":false,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"Java","groupId":"commons-io","packageName":"commons-io","packageVersion":"2.5","packageFilePaths":["/pom.xml"],"isTransitiveDependency":false,"dependencyTree":"commons-io:commons-io:2.5","isMinimumFixVersionAvailable":true,"minimumFixVersion":"commons-io:commons-io:2.7"}],"baseBranches":["dev"],"vulnerabilityIdentifier":"CVE-2021-29425","vulnerabilityDetails":"In Apache Commons IO before 2.7, When invoking the method FileNameUtils.normalize with an improper input string, like \"//../foo\", or \"\\\\..\\foo\", the result would be the same value, thus possibly providing access to files in the parent directory, but not further above (thus \"limited\" path traversal), if the calling code would use the result to construct a path value.","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-29425","cvss3Severity":"medium","cvss3Score":"5.3","cvss3Metrics":{"A":"None","AC":"Low","PR":"None","S":"Unchanged","C":"Low","UI":"None","AV":"Network","I":"None"},"extraData":{}}</REMEDIATE> -->
non_test
cve medium detected in commons io jar cve medium severity vulnerability vulnerable library commons io jar the apache commons io library contains utility classes stream implementations file filters file comparators endian transformation classes and much more library home page a href path to dependency file securityshepherd pom xml path to vulnerable library securityshepherd web inf lib commons io jar tory commons io commons io commons io jar dependency hierarchy x commons io jar vulnerable library found in head commit a href found in base branch dev vulnerability details in apache commons io before when invoking the method filenameutils normalize with an improper input string like foo or foo the result would be the same value thus possibly providing access to files in the parent directory but not further above thus limited path traversal if the calling code would use the result to construct a path value publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction none scope unchanged impact metrics confidentiality impact low integrity impact none availability impact none for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution commons io commons io check this box to open an automated fix pr isopenpronvulnerability false ispackagebased true isdefaultbranch true packages istransitivedependency false dependencytree commons io commons io isminimumfixversionavailable true minimumfixversion commons io commons io basebranches vulnerabilityidentifier cve vulnerabilitydetails in apache commons io before when invoking the method filenameutils normalize with an improper input string like foo or foo the result would be the same value thus possibly providing access to files in the parent directory but not further above thus limited path traversal if the calling code would use the result to construct a path value vulnerabilityurl
0
498,666
14,428,216,791
IssuesEvent
2020-12-06 08:40:38
dalathegreat/BatteryUpgrade-UserManual
https://api.github.com/repos/dalathegreat/BatteryUpgrade-UserManual
opened
[AZE0] While quickcharging, some stations show incorrect %SOC
bug medium priority
Some quickchargers don't show correct state of charge on battery upgraded LEAFs. Issue is worse on US-imported AZE0s, since these have different ways to communicate capacity. On some stations this is purely cosmetic issue. For instance, Veefil QC stations will show 100% when the vehicle is actually at ~70%SOC, but this does not matter and charging still continues. On some other stations this is a more serious issue. For instance, Circontrol branded ones, usually found in Lithuania, the vehicle will stop charging when the station reaches 100% SOC. This leads to the vehicle only getting charged to 70% on these types of station. No known workaround yet, under investigation. Are you affected by this? Feel free to post details about the stations and your vehicle details.
1.0
[AZE0] While quickcharging, some stations show incorrect %SOC - Some quickchargers don't show correct state of charge on battery upgraded LEAFs. Issue is worse on US-imported AZE0s, since these have different ways to communicate capacity. On some stations this is purely cosmetic issue. For instance, Veefil QC stations will show 100% when the vehicle is actually at ~70%SOC, but this does not matter and charging still continues. On some other stations this is a more serious issue. For instance, Circontrol branded ones, usually found in Lithuania, the vehicle will stop charging when the station reaches 100% SOC. This leads to the vehicle only getting charged to 70% on these types of station. No known workaround yet, under investigation. Are you affected by this? Feel free to post details about the stations and your vehicle details.
non_test
while quickcharging some stations show incorrect soc some quickchargers don t show correct state of charge on battery upgraded leafs issue is worse on us imported since these have different ways to communicate capacity on some stations this is purely cosmetic issue for instance veefil qc stations will show when the vehicle is actually at soc but this does not matter and charging still continues on some other stations this is a more serious issue for instance circontrol branded ones usually found in lithuania the vehicle will stop charging when the station reaches soc this leads to the vehicle only getting charged to on these types of station no known workaround yet under investigation are you affected by this feel free to post details about the stations and your vehicle details
0
201,376
15,192,291,251
IssuesEvent
2021-02-15 21:43:01
AllenInstitute/render-python
https://api.github.com/repos/AllenInstitute/render-python
opened
test_pointmatch: input dictionaries don't fit format
priority: low tests
see #155 for context. The format of pointmatch test dictionaries in `integration_tests/test_pointmatch_integrated.py` and `test/test_pointmatch.py` doesn't match what I was seeing in real pointmatch collections, e.g. "p": [[1, 2, 3], [1, 2, 3]] (pointmatch collection) vs "p": [[1, 1], [2, 2], [3, 3]] (test fixture)
1.0
test_pointmatch: input dictionaries don't fit format - see #155 for context. The format of pointmatch test dictionaries in `integration_tests/test_pointmatch_integrated.py` and `test/test_pointmatch.py` doesn't match what I was seeing in real pointmatch collections, e.g. "p": [[1, 2, 3], [1, 2, 3]] (pointmatch collection) vs "p": [[1, 1], [2, 2], [3, 3]] (test fixture)
test
test pointmatch input dictionaries don t fit format see for context the format of pointmatch test dictionaries in integration tests test pointmatch integrated py and test test pointmatch py doesn t match what i was seeing in real pointmatch collections e g p pointmatch collection vs p test fixture
1
351,642
32,018,962,761
IssuesEvent
2023-09-22 01:42:10
apache/shardingsphere
https://api.github.com/repos/apache/shardingsphere
opened
Add more unit tests for EncryptColumnNameReviser
in: test good first issue project: OSD2023
Hi community, This issue is for https://github.com/apache/shardingsphere/discussions/28487. ## Aim Add more unit tests for EncryptColumnNameReviser to test its public functions to improve unit test coverage. Unit test coverage can be viewed at: https://app.codecov.io/gh/apache/shardingsphere ## Basic Qualifications - Java - Maven - Junit
1.0
Add more unit tests for EncryptColumnNameReviser - Hi community, This issue is for https://github.com/apache/shardingsphere/discussions/28487. ## Aim Add more unit tests for EncryptColumnNameReviser to test its public functions to improve unit test coverage. Unit test coverage can be viewed at: https://app.codecov.io/gh/apache/shardingsphere ## Basic Qualifications - Java - Maven - Junit
test
add more unit tests for encryptcolumnnamereviser hi community this issue is for aim add more unit tests for encryptcolumnnamereviser to test its public functions to improve unit test coverage unit test coverage can be viewed at basic qualifications java maven junit
1
799,806
28,314,453,108
IssuesEvent
2023-04-10 18:17:50
blacklanternsecurity/bbot
https://api.github.com/repos/blacklanternsecurity/bbot
closed
URL_UNVERIFIED dupe detection / spider-danger conflict
bug high-priority
If excavate finds a URL_UNVERIFIED, and adds spider-danger tag, and FFUF (or another module) finds the same URL_UNVERIFIED, it will be marked as a dupe and will not be visited by HTTPX
1.0
URL_UNVERIFIED dupe detection / spider-danger conflict - If excavate finds a URL_UNVERIFIED, and adds spider-danger tag, and FFUF (or another module) finds the same URL_UNVERIFIED, it will be marked as a dupe and will not be visited by HTTPX
non_test
url unverified dupe detection spider danger conflict if excavate finds a url unverified and adds spider danger tag and ffuf or another module finds the same url unverified it will be marked as a dupe and will not be visited by httpx
0
117,995
9,967,706,483
IssuesEvent
2019-07-08 14:09:08
italia/spid
https://api.github.com/repos/italia/spid
closed
Richiesta rinnovo validazione metadata - Comune di Sutri (VT)
metadata nuovo md test
Salve, si richiede la rivalidazione del metadata già in esercizio per il Comune di Sutri (VT): http://www.comune.sutri.vt.it/metadatiXml/n90375.xml Cordiali saluti Grazie We-COM Srl
1.0
Richiesta rinnovo validazione metadata - Comune di Sutri (VT) - Salve, si richiede la rivalidazione del metadata già in esercizio per il Comune di Sutri (VT): http://www.comune.sutri.vt.it/metadatiXml/n90375.xml Cordiali saluti Grazie We-COM Srl
test
richiesta rinnovo validazione metadata comune di sutri vt salve si richiede la rivalidazione del metadata già in esercizio per il comune di sutri vt cordiali saluti grazie we com srl
1
324,535
27,811,044,656
IssuesEvent
2023-03-18 05:23:32
ElementsProject/lightning
https://api.github.com/repos/ElementsProject/lightning
closed
Re-enable lnprototest tests in CI
lnprototest
PR #5754 temporarily disabled the lnprototest runs since they are currently broken and not very helpful. They need to be fixed and re-enabled, maybe as part of #5685, isolating them into their own workflow so we can disable and enable them temporarily through the web UI.
1.0
Re-enable lnprototest tests in CI - PR #5754 temporarily disabled the lnprototest runs since they are currently broken and not very helpful. They need to be fixed and re-enabled, maybe as part of #5685, isolating them into their own workflow so we can disable and enable them temporarily through the web UI.
test
re enable lnprototest tests in ci pr temporarily disabled the lnprototest runs since they are currently broken and not very helpful they need to be fixed and re enabled maybe as part of isolating them into their own workflow so we can disable and enable them temporarily through the web ui
1
265,504
28,297,783,516
IssuesEvent
2023-04-10 01:03:57
nidhi7598/linux-3.0.35_CVE-2022-45934
https://api.github.com/repos/nidhi7598/linux-3.0.35_CVE-2022-45934
opened
CVE-2023-1652 (High) detected in linux-stable-rtv3.8.6
Mend: dependency security vulnerability
## CVE-2023-1652 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linux-stable-rtv3.8.6</b></p></summary> <p> <p>Julia Cartwright's fork of linux-stable-rt.git</p> <p>Library home page: <a href=https://git.kernel.org/pub/scm/linux/kernel/git/julia/linux-stable-rt.git>https://git.kernel.org/pub/scm/linux/kernel/git/julia/linux-stable-rt.git</a></p> <p>Found in HEAD commit: <a href="https://github.com/nidhi7598/linux-3.0.35_CVE-2022-45934/commit/5e23b7f9d2dd0154edd54986754eecd5b5308571">5e23b7f9d2dd0154edd54986754eecd5b5308571</a></p> <p>Found in base branch: <b>master</b></p></p> </details> </p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Source Files (1)</summary> <p></p> <p> <img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/fs/nfsd/nfs4proc.c</b> </p> </details> <p></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> A use-after-free flaw was found in nfsd4_ssc_setup_dul in fs/nfsd/nfs4proc.c in the NFS filesystem in the Linux Kernel. This issue could allow a local attacker to crash the system or it may lead to a kernel information leak problem. <p>Publish Date: 2023-03-29 <p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2023-1652>CVE-2023-1652</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.1</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Local - Attack Complexity: Low - Privileges Required: Low - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: None - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://www.linuxkernelcves.com/cves/CVE-2023-1652">https://www.linuxkernelcves.com/cves/CVE-2023-1652</a></p> <p>Release Date: 2023-03-29</p> <p>Fix Resolution: v5.15.91,v6.1.9</p> </p> </details> <p></p> *** Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
True
CVE-2023-1652 (High) detected in linux-stable-rtv3.8.6 - ## CVE-2023-1652 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linux-stable-rtv3.8.6</b></p></summary> <p> <p>Julia Cartwright's fork of linux-stable-rt.git</p> <p>Library home page: <a href=https://git.kernel.org/pub/scm/linux/kernel/git/julia/linux-stable-rt.git>https://git.kernel.org/pub/scm/linux/kernel/git/julia/linux-stable-rt.git</a></p> <p>Found in HEAD commit: <a href="https://github.com/nidhi7598/linux-3.0.35_CVE-2022-45934/commit/5e23b7f9d2dd0154edd54986754eecd5b5308571">5e23b7f9d2dd0154edd54986754eecd5b5308571</a></p> <p>Found in base branch: <b>master</b></p></p> </details> </p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Source Files (1)</summary> <p></p> <p> <img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/fs/nfsd/nfs4proc.c</b> </p> </details> <p></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> A use-after-free flaw was found in nfsd4_ssc_setup_dul in fs/nfsd/nfs4proc.c in the NFS filesystem in the Linux Kernel. This issue could allow a local attacker to crash the system or it may lead to a kernel information leak problem. <p>Publish Date: 2023-03-29 <p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2023-1652>CVE-2023-1652</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.1</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Local - Attack Complexity: Low - Privileges Required: Low - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: None - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://www.linuxkernelcves.com/cves/CVE-2023-1652">https://www.linuxkernelcves.com/cves/CVE-2023-1652</a></p> <p>Release Date: 2023-03-29</p> <p>Fix Resolution: v5.15.91,v6.1.9</p> </p> </details> <p></p> *** Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_test
cve high detected in linux stable cve high severity vulnerability vulnerable library linux stable julia cartwright s fork of linux stable rt git library home page a href found in head commit a href found in base branch master vulnerable source files fs nfsd c vulnerability details a use after free flaw was found in ssc setup dul in fs nfsd c in the nfs filesystem in the linux kernel this issue could allow a local attacker to crash the system or it may lead to a kernel information leak problem publish date url a href cvss score details base score metrics exploitability metrics attack vector local attack complexity low privileges required low user interaction none scope unchanged impact metrics confidentiality impact high integrity impact none availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution step up your open source security game with mend
0
312,613
26,873,403,958
IssuesEvent
2023-02-04 18:55:30
MPMG-DCC-UFMG/F01
https://api.github.com/repos/MPMG-DCC-UFMG/F01
closed
Teste de generalizacao para a tag Informações Institucionais - Leis Municipais - Rio Doce
generalization test development template - Betha (26) tag - Informações Institucionais subtag - Leis Municipais
DoD: Realizar o teste de Generalização do validador da tag Informações Institucionais - Leis Municipais para o Município de Rio Doce.
1.0
Teste de generalizacao para a tag Informações Institucionais - Leis Municipais - Rio Doce - DoD: Realizar o teste de Generalização do validador da tag Informações Institucionais - Leis Municipais para o Município de Rio Doce.
test
teste de generalizacao para a tag informações institucionais leis municipais rio doce dod realizar o teste de generalização do validador da tag informações institucionais leis municipais para o município de rio doce
1
371,508
25,954,535,176
IssuesEvent
2022-12-18 02:51:39
starship/starship
https://api.github.com/repos/starship/starship
closed
Git tags not displayed + Git Commit module doesn't have a tag variable (conflicted docs)
🐛 bug 🌱 good first issue 📚 documentation
#### Current Behavior <!-- A clear and concise description of the behavior. --> The default format for the [Git Commit](https://starship.rs/config/#git-commit) module is `'[\($hash$tag\)]($style) '` However, the 'Variables' section doesn't list a variable called tag. <img width="679" alt="image" src="https://user-images.githubusercontent.com/78985176/203660247-40276fd4-31a0-43d0-85d6-eeab67235541.png"> Furthermore, it's not just missing from the documentation. But also in the functionality. I have tagged a commit and then did a git checkout for it, the commit hash is displayed but not the tag (not even the tag symbol by itself). And yes, I did have the option to disable it set to false in my .toml file for Starship: `tag_disabled = false` In fact, I tried setting it to false and true and no tag was displayed either way. #### Expected Behavior <!-- A clear and concise description of what you expected to happen. --> I expect to see the tag symbol along with the tag name whenever I perform `git checkout` for a commit that I have tagged, as long as I have the option `tag_disabled` set to `false` in the `git_commit` module. #### Additional context/Screenshots <!-- Add any other context about the problem here. If applicable, add screenshots to help explain. --> Essentially: 1. there is a conflict in the docs (a tag variable shown in the format string, but not the variables listed), and 2. there is a missing functionality in that module (commit tags now displayed). #### Possible Solution <!--- Only if you have suggestions on a fix for the bug --> #### Environment - Starship version: 1.11.0 - zsh version: zsh 5.9 (arm-apple-darwin21.3.0) - Operating system: Mac OS 13.0.1 - Terminal emulator: iTerm.app 3.4.18 - Git Commit Hash: - Branch/Tag: - Rust Version: rustc 1.64.0 - Rust channel: release - Build Time: 2022-10-15 01:40:28 +00:00 #### Relevant Shell Configuration ```bash echo '.zshrc stuff are loaded!' pfetch # ===== Change ZSH Options ===== # man zshoptions # ===== Create Aliases ===== alias ls=exa alias exa='exa -lah --git --group-directories-first --no-time' alias man=batman alias grep='grep --color' alias bbd='brew bundle dump --force --describe --file=~/.dotfiles/Homebrew/Brewfile' # Update the Brewfile in ~/.dotfiles/Homebrew # Using parameter expansion, apply the newline-separator option to the lowercase array version of 'path' and redirect the result to standard output using hereword (the default for which we've changed to bat). alias trail='<<<${(F)path}' # Don't get accustomed to a more forgivable version of rm if you do server work. # alias rm=trash # ===== Add Locations to $path Array ===== # This enforces uniqueness on the array: # Duplicate items added to the right are removed, # while duplicate items added to the left are kept and # the equivalents on the right are removed. typeset -U path path=( $path "
1.0
Git tags not displayed + Git Commit module doesn't have a tag variable (conflicted docs) - #### Current Behavior <!-- A clear and concise description of the behavior. --> The default format for the [Git Commit](https://starship.rs/config/#git-commit) module is `'[\($hash$tag\)]($style) '` However, the 'Variables' section doesn't list a variable called tag. <img width="679" alt="image" src="https://user-images.githubusercontent.com/78985176/203660247-40276fd4-31a0-43d0-85d6-eeab67235541.png"> Furthermore, it's not just missing from the documentation. But also in the functionality. I have tagged a commit and then did a git checkout for it, the commit hash is displayed but not the tag (not even the tag symbol by itself). And yes, I did have the option to disable it set to false in my .toml file for Starship: `tag_disabled = false` In fact, I tried setting it to false and true and no tag was displayed either way. #### Expected Behavior <!-- A clear and concise description of what you expected to happen. --> I expect to see the tag symbol along with the tag name whenever I perform `git checkout` for a commit that I have tagged, as long as I have the option `tag_disabled` set to `false` in the `git_commit` module. #### Additional context/Screenshots <!-- Add any other context about the problem here. If applicable, add screenshots to help explain. --> Essentially: 1. there is a conflict in the docs (a tag variable shown in the format string, but not the variables listed), and 2. there is a missing functionality in that module (commit tags now displayed). #### Possible Solution <!--- Only if you have suggestions on a fix for the bug --> #### Environment - Starship version: 1.11.0 - zsh version: zsh 5.9 (arm-apple-darwin21.3.0) - Operating system: Mac OS 13.0.1 - Terminal emulator: iTerm.app 3.4.18 - Git Commit Hash: - Branch/Tag: - Rust Version: rustc 1.64.0 - Rust channel: release - Build Time: 2022-10-15 01:40:28 +00:00 #### Relevant Shell Configuration ```bash echo '.zshrc stuff are loaded!' pfetch # ===== Change ZSH Options ===== # man zshoptions # ===== Create Aliases ===== alias ls=exa alias exa='exa -lah --git --group-directories-first --no-time' alias man=batman alias grep='grep --color' alias bbd='brew bundle dump --force --describe --file=~/.dotfiles/Homebrew/Brewfile' # Update the Brewfile in ~/.dotfiles/Homebrew # Using parameter expansion, apply the newline-separator option to the lowercase array version of 'path' and redirect the result to standard output using hereword (the default for which we've changed to bat). alias trail='<<<${(F)path}' # Don't get accustomed to a more forgivable version of rm if you do server work. # alias rm=trash # ===== Add Locations to $path Array ===== # This enforces uniqueness on the array: # Duplicate items added to the right are removed, # while duplicate items added to the left are kept and # the equivalents on the right are removed. typeset -U path path=( $path "
non_test
git tags not displayed git commit module doesn t have a tag variable conflicted docs current behavior the default format for the module is style however the variables section doesn t list a variable called tag img width alt image src furthermore it s not just missing from the documentation but also in the functionality i have tagged a commit and then did a git checkout for it the commit hash is displayed but not the tag not even the tag symbol by itself and yes i did have the option to disable it set to false in my toml file for starship tag disabled false in fact i tried setting it to false and true and no tag was displayed either way expected behavior i expect to see the tag symbol along with the tag name whenever i perform git checkout for a commit that i have tagged as long as i have the option tag disabled set to false in the git commit module additional context screenshots essentially there is a conflict in the docs a tag variable shown in the format string but not the variables listed and there is a missing functionality in that module commit tags now displayed possible solution environment starship version zsh version zsh arm apple operating system mac os terminal emulator iterm app git commit hash branch tag rust version rustc rust channel release build time relevant shell configuration bash echo zshrc stuff are loaded pfetch change zsh options man zshoptions create aliases alias ls exa alias exa exa lah git group directories first no time alias man batman alias grep grep color alias bbd brew bundle dump force describe file dotfiles homebrew brewfile update the brewfile in dotfiles homebrew using parameter expansion apply the newline separator option to the lowercase array version of path and redirect the result to standard output using hereword the default for which we ve changed to bat alias trail f path don t get accustomed to a more forgivable version of rm if you do server work alias rm trash add locations to path array this enforces uniqueness on the array duplicate items added to the right are removed while duplicate items added to the left are kept and the equivalents on the right are removed typeset u path path path
0
306,088
23,143,236,865
IssuesEvent
2022-07-28 20:46:14
Epic-Institute/solutions-database
https://api.github.com/repos/Epic-Institute/solutions-database
opened
create template database
documentation enhancement
@nvlchi @SageAnthony when the design of each of your databases is done (i.e. you can't think of any more changes to improve the design), can you respond here to let everyone know? Note it's okay if you are still filling in the data, as long as the structure is not going to change. Once you both confirm, can one of you: - [ ] Look at the formatting of both of your databases, and change them both to make them consistent? This will be subjective, which is okay, I trust your judgement. As best I can tell your designs are similar, so this shouldn't cause too much confusion, but whoever ends up doing this should provide a summary of changes made to the other person's database. - [ ] Make a new 'Main Template' database and update the link in README.md, and make sure this is reflected in the documentation? - [ ] Combine the 'Data Sources' tabs from both of your databases, and create/link a separate database named 'Data Sources' in README.md
1.0
create template database - @nvlchi @SageAnthony when the design of each of your databases is done (i.e. you can't think of any more changes to improve the design), can you respond here to let everyone know? Note it's okay if you are still filling in the data, as long as the structure is not going to change. Once you both confirm, can one of you: - [ ] Look at the formatting of both of your databases, and change them both to make them consistent? This will be subjective, which is okay, I trust your judgement. As best I can tell your designs are similar, so this shouldn't cause too much confusion, but whoever ends up doing this should provide a summary of changes made to the other person's database. - [ ] Make a new 'Main Template' database and update the link in README.md, and make sure this is reflected in the documentation? - [ ] Combine the 'Data Sources' tabs from both of your databases, and create/link a separate database named 'Data Sources' in README.md
non_test
create template database nvlchi sageanthony when the design of each of your databases is done i e you can t think of any more changes to improve the design can you respond here to let everyone know note it s okay if you are still filling in the data as long as the structure is not going to change once you both confirm can one of you look at the formatting of both of your databases and change them both to make them consistent this will be subjective which is okay i trust your judgement as best i can tell your designs are similar so this shouldn t cause too much confusion but whoever ends up doing this should provide a summary of changes made to the other person s database make a new main template database and update the link in readme md and make sure this is reflected in the documentation combine the data sources tabs from both of your databases and create link a separate database named data sources in readme md
0
6,279
2,610,224,739
IssuesEvent
2015-02-26 19:11:12
chrsmith/somefinders
https://api.github.com/repos/chrsmith/somefinders
opened
гдз по биологии 6 класс рабочая тетрадь пасечник.txt
auto-migrated Priority-Medium Type-Defect
``` '''Гавриил Ефимов''' День добрый никак не могу найти .гдз по биологии 6 класс рабочая тетрадь пасечник.txt. как то выкладывали уже '''Артамон Лаврентьев''' Вот держи линк http://bit.ly/1aNwlOr '''Виль Власов''' Просит ввести номер мобилы!Не опасно ли это? '''Всемил Овчинников''' Не это не влияет на баланс '''Анисим Емельянов''' Не это не влияет на баланс Информация о файле: гдз по биологии 6 класс рабочая тетрадь пасечник.txt Загружен: В этом месяце Скачан раз: 1416 Рейтинг: 1357 Средняя скорость скачивания: 787 Похожих файлов: 18 ``` ----- Original issue reported on code.google.com by `kondense...@gmail.com` on 18 Dec 2013 at 11:44
1.0
гдз по биологии 6 класс рабочая тетрадь пасечник.txt - ``` '''Гавриил Ефимов''' День добрый никак не могу найти .гдз по биологии 6 класс рабочая тетрадь пасечник.txt. как то выкладывали уже '''Артамон Лаврентьев''' Вот держи линк http://bit.ly/1aNwlOr '''Виль Власов''' Просит ввести номер мобилы!Не опасно ли это? '''Всемил Овчинников''' Не это не влияет на баланс '''Анисим Емельянов''' Не это не влияет на баланс Информация о файле: гдз по биологии 6 класс рабочая тетрадь пасечник.txt Загружен: В этом месяце Скачан раз: 1416 Рейтинг: 1357 Средняя скорость скачивания: 787 Похожих файлов: 18 ``` ----- Original issue reported on code.google.com by `kondense...@gmail.com` on 18 Dec 2013 at 11:44
non_test
гдз по биологии класс рабочая тетрадь пасечник txt гавриил ефимов день добрый никак не могу найти гдз по биологии класс рабочая тетрадь пасечник txt как то выкладывали уже артамон лаврентьев вот держи линк виль власов просит ввести номер мобилы не опасно ли это всемил овчинников не это не влияет на баланс анисим емельянов не это не влияет на баланс информация о файле гдз по биологии класс рабочая тетрадь пасечник txt загружен в этом месяце скачан раз рейтинг средняя скорость скачивания похожих файлов original issue reported on code google com by kondense gmail com on dec at
0
322,917
27,643,736,942
IssuesEvent
2023-03-10 20:35:21
mauribesson/upptime
https://api.github.com/repos/mauribesson/upptime
opened
🛑 API transact - TEST is down
status api-transact-test
In [`a278330`](https://github.com/mauribesson/upptime/commit/a278330da6952e4e600732b8268bc101b7fdbdc8 ), API transact - TEST (http://52.154.219.177/swagger) was **down**: - HTTP code: 0 - Response time: 0 ms
1.0
🛑 API transact - TEST is down - In [`a278330`](https://github.com/mauribesson/upptime/commit/a278330da6952e4e600732b8268bc101b7fdbdc8 ), API transact - TEST (http://52.154.219.177/swagger) was **down**: - HTTP code: 0 - Response time: 0 ms
test
🛑 api transact test is down in api transact test was down http code response time ms
1
82,457
7,841,648,683
IssuesEvent
2018-06-18 20:20:16
FoxyLinkIO/FoxyLink
https://api.github.com/repos/FoxyLinkIO/FoxyLink
closed
Повторные попытки должны происходить с некоторой задержкой
enhancement in testing urgent / important
Формула повторных попыток: Номер попытки ^ 2 * 30 1. 45 * 1 * 1 = 45 s 2. 45 * 2 * 2 = 180 s 3. 45 * 3 * 3 = 405 s 4. 45 * 4 * 4 = 720 s 5. 45 * 5 * 5 = 1125 s 6. 45 * 6 * 6 = 1620 s 7. 45 * 7 * 7 = 2205 s 8. 45 * 8 * 8 = 2880 s 9. 45 * 9 * 9 = 3645 s 10. 45 * 10 * 10 = 4500 s
1.0
Повторные попытки должны происходить с некоторой задержкой - Формула повторных попыток: Номер попытки ^ 2 * 30 1. 45 * 1 * 1 = 45 s 2. 45 * 2 * 2 = 180 s 3. 45 * 3 * 3 = 405 s 4. 45 * 4 * 4 = 720 s 5. 45 * 5 * 5 = 1125 s 6. 45 * 6 * 6 = 1620 s 7. 45 * 7 * 7 = 2205 s 8. 45 * 8 * 8 = 2880 s 9. 45 * 9 * 9 = 3645 s 10. 45 * 10 * 10 = 4500 s
test
повторные попытки должны происходить с некоторой задержкой формула повторных попыток номер попытки s s s s s s s s s s
1
194,555
14,681,521,447
IssuesEvent
2020-12-31 13:30:17
mapasculturais/mapasculturais
https://api.github.com/repos/mapasculturais/mapasculturais
closed
formulário para recurso em cada fase do edital
BACKEND secao:OPORTUNIDADES status:tested tipo:FUNCIONALIDADE
Implementar formulário para o responsável pela inscrição entrar com recurso ao término de cada fase do edital. Será baseado na funcionalidade de Denúncia/Sugestão.
1.0
formulário para recurso em cada fase do edital - Implementar formulário para o responsável pela inscrição entrar com recurso ao término de cada fase do edital. Será baseado na funcionalidade de Denúncia/Sugestão.
test
formulário para recurso em cada fase do edital implementar formulário para o responsável pela inscrição entrar com recurso ao término de cada fase do edital será baseado na funcionalidade de denúncia sugestão
1
346,894
31,032,098,513
IssuesEvent
2023-08-10 13:07:03
apache/airflow
https://api.github.com/repos/apache/airflow
closed
Status of testing Providers that were prepared on August 09, 2023
kind:meta testing status
### Body I have a kind request for all the contributors to the latest provider packages release. Could you please help us to test the RC versions of the providers? Let us know in the comment, whether the issue is addressed. Those are providers that require testing as there were some substantial changes introduced: ## Provider [google: 10.6.0rc3](https://pypi.org/project/apache-airflow-providers-google/10.6.0rc3) - [x] [openlineage, bigquery: add openlineage method support for BigQueryInsertJobOperator (#31293)](https://github.com/apache/airflow/pull/31293): @mobuchowski - [x] [Add GCS Requester Pays bucket support to GCSToS3Operator (#32760)](https://github.com/apache/airflow/pull/32760): @hankehly - [x] [Add system test and docs for CloudDataTransferServiceGCSToGCSOperator (#32960)](https://github.com/apache/airflow/pull/32960): @moiseenkov - [x] [Add a new parameter to SQL operators to specify conn id field (#30784)](https://github.com/apache/airflow/pull/30784): @hussein-awala - [x] [Fix names of resources in Datafusion system tests (#32855)](https://github.com/apache/airflow/pull/32855): @VladaZakharova - [x] [Fix system test for MetastoreHivePartitionSensor (#32861)](https://github.com/apache/airflow/pull/32861): @moiseenkov - [x] [Implement new way of checking 409 error for Datafusion pipeline (#33173)](https://github.com/apache/airflow/pull/33173): @VladaZakharova - [x] [make `sql` a cached property in `BigQueryInsertJobOperator` (#33218)](https://github.com/apache/airflow/pull/33218): @mobuchowski - [x] [add deprecation warning to DATAPROC_JOB_LOG_LINK (#33189)](https://github.com/apache/airflow/pull/33189): @Lee-W The guidelines on how to test providers can be found in [Verify providers by contributors](https://github.com/apache/airflow/blob/main/dev/README_RELEASE_PROVIDER_PACKAGES.md#verify-the-release-candidate-by-contributors) <!-- NOTE TO RELEASE MANAGER: Please move here the providers that have doc-only changes or for which changes are trivial, and you could assess that they are OK. In case The providers are automatically installed on Airflow 2.3 and latest `main` during the CI, so we know they are installable. Also, all classes within the providers are imported during the CI run so we know all providers can be imported. --> All users involved in the PRs: @mobuchowski @hankehly @VladaZakharova @Lee-W @moiseenkov @hussein-awala ### Committer - [X] I acknowledge that I am a maintainer/committer of the Apache Airflow project.
1.0
Status of testing Providers that were prepared on August 09, 2023 - ### Body I have a kind request for all the contributors to the latest provider packages release. Could you please help us to test the RC versions of the providers? Let us know in the comment, whether the issue is addressed. Those are providers that require testing as there were some substantial changes introduced: ## Provider [google: 10.6.0rc3](https://pypi.org/project/apache-airflow-providers-google/10.6.0rc3) - [x] [openlineage, bigquery: add openlineage method support for BigQueryInsertJobOperator (#31293)](https://github.com/apache/airflow/pull/31293): @mobuchowski - [x] [Add GCS Requester Pays bucket support to GCSToS3Operator (#32760)](https://github.com/apache/airflow/pull/32760): @hankehly - [x] [Add system test and docs for CloudDataTransferServiceGCSToGCSOperator (#32960)](https://github.com/apache/airflow/pull/32960): @moiseenkov - [x] [Add a new parameter to SQL operators to specify conn id field (#30784)](https://github.com/apache/airflow/pull/30784): @hussein-awala - [x] [Fix names of resources in Datafusion system tests (#32855)](https://github.com/apache/airflow/pull/32855): @VladaZakharova - [x] [Fix system test for MetastoreHivePartitionSensor (#32861)](https://github.com/apache/airflow/pull/32861): @moiseenkov - [x] [Implement new way of checking 409 error for Datafusion pipeline (#33173)](https://github.com/apache/airflow/pull/33173): @VladaZakharova - [x] [make `sql` a cached property in `BigQueryInsertJobOperator` (#33218)](https://github.com/apache/airflow/pull/33218): @mobuchowski - [x] [add deprecation warning to DATAPROC_JOB_LOG_LINK (#33189)](https://github.com/apache/airflow/pull/33189): @Lee-W The guidelines on how to test providers can be found in [Verify providers by contributors](https://github.com/apache/airflow/blob/main/dev/README_RELEASE_PROVIDER_PACKAGES.md#verify-the-release-candidate-by-contributors) <!-- NOTE TO RELEASE MANAGER: Please move here the providers that have doc-only changes or for which changes are trivial, and you could assess that they are OK. In case The providers are automatically installed on Airflow 2.3 and latest `main` during the CI, so we know they are installable. Also, all classes within the providers are imported during the CI run so we know all providers can be imported. --> All users involved in the PRs: @mobuchowski @hankehly @VladaZakharova @Lee-W @moiseenkov @hussein-awala ### Committer - [X] I acknowledge that I am a maintainer/committer of the Apache Airflow project.
test
status of testing providers that were prepared on august body i have a kind request for all the contributors to the latest provider packages release could you please help us to test the rc versions of the providers let us know in the comment whether the issue is addressed those are providers that require testing as there were some substantial changes introduced provider mobuchowski hankehly moiseenkov hussein awala vladazakharova moiseenkov vladazakharova mobuchowski lee w the guidelines on how to test providers can be found in note to release manager please move here the providers that have doc only changes or for which changes are trivial and you could assess that they are ok in case the providers are automatically installed on airflow and latest main during the ci so we know they are installable also all classes within the providers are imported during the ci run so we know all providers can be imported all users involved in the prs mobuchowski hankehly vladazakharova lee w moiseenkov hussein awala committer i acknowledge that i am a maintainer committer of the apache airflow project
1
34,268
9,313,170,351
IssuesEvent
2019-03-26 04:40:33
commercialhaskell/stack
https://api.github.com/repos/commercialhaskell/stack
closed
Bug: stack build of project using wreq hangs indefinitely on lts-13.3 on Windows 10
component: build component: windows further investigation required
Attached is a minimal project using wreq which builds on lts-12.26 but hangs on lts-13.3 while installing wreq on Windows 10. The wreq version is identical on these two resolvers (wreq-0.5.3.1) so something else is probably the issue. The GHC process must be stopped manually to recover, but no workaround has been found. [wreq-stack-hang.zip](https://github.com/commercialhaskell/stack/files/2778990/wreq-stack-hang.zip)
1.0
Bug: stack build of project using wreq hangs indefinitely on lts-13.3 on Windows 10 - Attached is a minimal project using wreq which builds on lts-12.26 but hangs on lts-13.3 while installing wreq on Windows 10. The wreq version is identical on these two resolvers (wreq-0.5.3.1) so something else is probably the issue. The GHC process must be stopped manually to recover, but no workaround has been found. [wreq-stack-hang.zip](https://github.com/commercialhaskell/stack/files/2778990/wreq-stack-hang.zip)
non_test
bug stack build of project using wreq hangs indefinitely on lts on windows attached is a minimal project using wreq which builds on lts but hangs on lts while installing wreq on windows the wreq version is identical on these two resolvers wreq so something else is probably the issue the ghc process must be stopped manually to recover but no workaround has been found
0
354,068
10,562,575,425
IssuesEvent
2019-10-04 18:40:51
eBay/ebayui-core
https://api.github.com/repos/eBay/ebayui-core
closed
editable combobox- change event is triggered on every select and blur
component: combobox priority: 3 regression: no resolution: fixed severity: non-blocker status: qa type: bug
<!-- Delete any sections below that are not relevant. --> # Bug Report ## eBayUI Version: 2.7.0-3 ## Description editable combobox xhange event is triggered even when the same item is selected again and again and also on every collapse. https://www.loom.com/share/0f2a1494ff9244ef8f3863604c7afc18 ## Workaround <!-- Is there a known workaround? If so, what is it? --> ## Screenshots <!-- Upload screenshots if appropriate. -->
1.0
editable combobox- change event is triggered on every select and blur - <!-- Delete any sections below that are not relevant. --> # Bug Report ## eBayUI Version: 2.7.0-3 ## Description editable combobox xhange event is triggered even when the same item is selected again and again and also on every collapse. https://www.loom.com/share/0f2a1494ff9244ef8f3863604c7afc18 ## Workaround <!-- Is there a known workaround? If so, what is it? --> ## Screenshots <!-- Upload screenshots if appropriate. -->
non_test
editable combobox change event is triggered on every select and blur bug report ebayui version description editable combobox xhange event is triggered even when the same item is selected again and again and also on every collapse workaround screenshots
0
55,563
6,486,191,081
IssuesEvent
2017-08-19 17:24:02
rubberduck-vba/Rubberduck
https://api.github.com/repos/rubberduck-vba/Rubberduck
closed
Rubberduck>Unit Test>Test Method
bug feature-unit-testing status-norepro
Doesn't look like adding a method is working as intended. Below is what I've experienced. Before ``` Option Explicit Option Private Module '@TestModule '@Folder("Tests") Private someTable As ListObject Private Assert As Object '@ModuleInitialize Public Sub ModuleInitialize() 'this method runs once per module. Set Assert = CreateObject("Rubberduck.AssertClass") End Sub '@TestInitialize Public Sub TestInitialize() 'this method runs before every test in the module. End Sub '<--- Cursor is here '@TestCleanup Public Sub TestCleanup() 'this method runs after every test in the module. End Sub '@ModuleCleanup Public Sub ModuleCleanup() 'this method runs once per module. End Sub ``` After ``` Option Explicit Option Private Module '@TestModule '@Folder("Tests") Private someTable As ListObject Private Assert As Object '@ModuleInitialize Public Sub ModuleInitialize() 'this method runs once per module. Set Assert = CreateObject("Rubberduck.AssertClass") End Sub '@TestInitialize Public Sub TestInitialize() 'this method runs before every test in the module. End Sub '<--- Cursor is here '@TestCleanup Public Sub TestCleanup() 'this method runs after every test in the module. End Sub '@ModuleCleanup Public Sub ModuleCleanup() 'this method runs once per module. '@TestMethod Public Sub TestMethod1() 'TODO Rename test On Error GoTo TestFail 'Arrange: 'Act: 'Assert: Assert.Inconclusive TestExit: Exit Sub TestFail: Assert.Fail "Test raised an error: #" & Err.Number & " - " & Err.Description End Sub End Sub ```
1.0
Rubberduck>Unit Test>Test Method - Doesn't look like adding a method is working as intended. Below is what I've experienced. Before ``` Option Explicit Option Private Module '@TestModule '@Folder("Tests") Private someTable As ListObject Private Assert As Object '@ModuleInitialize Public Sub ModuleInitialize() 'this method runs once per module. Set Assert = CreateObject("Rubberduck.AssertClass") End Sub '@TestInitialize Public Sub TestInitialize() 'this method runs before every test in the module. End Sub '<--- Cursor is here '@TestCleanup Public Sub TestCleanup() 'this method runs after every test in the module. End Sub '@ModuleCleanup Public Sub ModuleCleanup() 'this method runs once per module. End Sub ``` After ``` Option Explicit Option Private Module '@TestModule '@Folder("Tests") Private someTable As ListObject Private Assert As Object '@ModuleInitialize Public Sub ModuleInitialize() 'this method runs once per module. Set Assert = CreateObject("Rubberduck.AssertClass") End Sub '@TestInitialize Public Sub TestInitialize() 'this method runs before every test in the module. End Sub '<--- Cursor is here '@TestCleanup Public Sub TestCleanup() 'this method runs after every test in the module. End Sub '@ModuleCleanup Public Sub ModuleCleanup() 'this method runs once per module. '@TestMethod Public Sub TestMethod1() 'TODO Rename test On Error GoTo TestFail 'Arrange: 'Act: 'Assert: Assert.Inconclusive TestExit: Exit Sub TestFail: Assert.Fail "Test raised an error: #" & Err.Number & " - " & Err.Description End Sub End Sub ```
test
rubberduck unit test test method doesn t look like adding a method is working as intended below is what i ve experienced before option explicit option private module testmodule folder tests private sometable as listobject private assert as object moduleinitialize public sub moduleinitialize this method runs once per module set assert createobject rubberduck assertclass end sub testinitialize public sub testinitialize this method runs before every test in the module end sub cursor is here testcleanup public sub testcleanup this method runs after every test in the module end sub modulecleanup public sub modulecleanup this method runs once per module end sub after option explicit option private module testmodule folder tests private sometable as listobject private assert as object moduleinitialize public sub moduleinitialize this method runs once per module set assert createobject rubberduck assertclass end sub testinitialize public sub testinitialize this method runs before every test in the module end sub cursor is here testcleanup public sub testcleanup this method runs after every test in the module end sub modulecleanup public sub modulecleanup this method runs once per module testmethod public sub todo rename test on error goto testfail arrange act assert assert inconclusive testexit exit sub testfail assert fail test raised an error err number err description end sub end sub
1
324,713
27,816,280,464
IssuesEvent
2023-03-18 18:17:30
jdxcode/rtx
https://api.github.com/repos/jdxcode/rtx
closed
dockerize dev setup
testing
Contributing to rtx is a bit painful. The E2E and unit tests can be impacted by the local environment. If you have `rtx activate` set, it will almost certainly do the wrong thing. Rather than continue to try sandboxing everything, I feel like it would be better to do our development inside of a docker container. This will make it easier for contributors since it will have dependencies like direnv and fish already setup. Ironically I haven't been able to use rtx myself yet for its intended purpose. I'm always resetting my environment and testing edge cases so it's basically always in a bad state. If I had this I might be able to actually use it myself.
1.0
dockerize dev setup - Contributing to rtx is a bit painful. The E2E and unit tests can be impacted by the local environment. If you have `rtx activate` set, it will almost certainly do the wrong thing. Rather than continue to try sandboxing everything, I feel like it would be better to do our development inside of a docker container. This will make it easier for contributors since it will have dependencies like direnv and fish already setup. Ironically I haven't been able to use rtx myself yet for its intended purpose. I'm always resetting my environment and testing edge cases so it's basically always in a bad state. If I had this I might be able to actually use it myself.
test
dockerize dev setup contributing to rtx is a bit painful the and unit tests can be impacted by the local environment if you have rtx activate set it will almost certainly do the wrong thing rather than continue to try sandboxing everything i feel like it would be better to do our development inside of a docker container this will make it easier for contributors since it will have dependencies like direnv and fish already setup ironically i haven t been able to use rtx myself yet for its intended purpose i m always resetting my environment and testing edge cases so it s basically always in a bad state if i had this i might be able to actually use it myself
1
205,290
15,605,466,136
IssuesEvent
2021-03-19 06:15:58
AOSC-Dev/aosc-os-abbs
https://api.github.com/repos/AOSC-Dev/aosc-os-abbs
closed
sysstat: security update to 12.4.0
security to-testing upgrade
<!-- Please remove items do not apply. --> **CVE IDs:** CVE-2019-16167, CVE-2019-19725 **Other security advisory IDs:** USN-4242-1 **Description:** It was discovered that Sysstat incorrectly handled certain inputs. An attacker could possibly use this issue to cause a crash or execute arbitrary code. This issue only affected Ubuntu 19.04 and Ubuntu 19.10. (CVE-2019-16167) It was discovered that Sysstat incorrectly handled certain inputs. An attacker could possibly use this issue to execute arbitrary code. (CVE-2019-19725) **Patches:** N/A **PoC(s):** `https://github.com/sysstat/sysstat/issues/230`, `https://github.com/sysstat/sysstat/issues/242` **Architectural progress (Mainline):** <!-- Please remove any architecture to which the security vulnerabilities do not apply. --> - [ ] AMD64 `amd64` - [ ] AArch64 `arm64` <!-- If the specified package is `noarch`, please use the stub below. --> <!-- - [ ] Architecture-independent `noarch` -->
1.0
sysstat: security update to 12.4.0 - <!-- Please remove items do not apply. --> **CVE IDs:** CVE-2019-16167, CVE-2019-19725 **Other security advisory IDs:** USN-4242-1 **Description:** It was discovered that Sysstat incorrectly handled certain inputs. An attacker could possibly use this issue to cause a crash or execute arbitrary code. This issue only affected Ubuntu 19.04 and Ubuntu 19.10. (CVE-2019-16167) It was discovered that Sysstat incorrectly handled certain inputs. An attacker could possibly use this issue to execute arbitrary code. (CVE-2019-19725) **Patches:** N/A **PoC(s):** `https://github.com/sysstat/sysstat/issues/230`, `https://github.com/sysstat/sysstat/issues/242` **Architectural progress (Mainline):** <!-- Please remove any architecture to which the security vulnerabilities do not apply. --> - [ ] AMD64 `amd64` - [ ] AArch64 `arm64` <!-- If the specified package is `noarch`, please use the stub below. --> <!-- - [ ] Architecture-independent `noarch` -->
test
sysstat security update to cve ids cve cve other security advisory ids usn description it was discovered that sysstat incorrectly handled certain inputs an attacker could possibly use this issue to cause a crash or execute arbitrary code this issue only affected ubuntu and ubuntu cve it was discovered that sysstat incorrectly handled certain inputs an attacker could possibly use this issue to execute arbitrary code cve patches n a poc s architectural progress mainline
1
320,841
27,487,827,388
IssuesEvent
2023-03-04 08:54:14
w3c/csswg-drafts
https://api.github.com/repos/w3c/csswg-drafts
closed
[css-text-4] Clarify text-spacing: punctuation
css-text-4 Closed Accepted by CSSWG Resolution Commenter Satisfied i18n-tracker Needs Testcase (WPT)
French text is commonly marked up with regular spaces (U+0020) where the [french typographic guidelines](http://unicode.org/udhr/n/notes_fra.html) refered to by css-text-4 call for various kinds of non breaking spaces. Sometimes it is marked up with the correct (according to that guideline) kind of spaces. Sometimes it is marked up with the some other kind of spaces (U+00A0 where the guideline says there should be U+202F). Sometimes it is marked up with no space in some of these places. How should `text-spacing: punctuation` react in these various situations? the current wording (“is inserted where required”) suggest you always add a space (of the right kind), but if there's already one there, that doesn't sound helpful. How about: 1. If there is a U+0020 where the guideline says there should be something else, replace the U+0020 with what the guideline says. (rationale: U+00A0 and U+202F are hard to type, and people will write U+0020 instead out of convenience). 2. If there is a U+00A0, where the guideline says there should be U+202F, replace it with U+202F. (rationale: U+202F is harder to type than U+00A0 and, and people will write U+00A0 instead out of convenience). 3. If there is some other kind of space where the guidelines says there should be a U+0020, don't change it. (rationale: spaces other than U+0020, and to a limited degree U+00A0 are hard to type, and any other kind of space should be assumed to be deliberate). 4. If there is no space where the guidelines says there should be U+0020, don't add anything. (rationale: U+0020 is easy to type, and if the author wanted a space there, they'd put one. The lack of a space is therefore likely to be deliberate, maybe because this is a case of unconventional use of the punctuation). 5. If there is no space where the guideline says there should be U+00A0 or U+202F, insert the right kind. (rationale: these spaces are hard to type, and therefore sometimes skipped. English typing habits also lead to people forgetting to type these spaces. And if you really did not want these spaces inserted, you can always do `text-spacing: none` instead of `text-spacing: punctuation`). 6. if there is a space of any kind where the guideline says there should be none, leave it there. (rationale: something where there should be nothing is likely to be deliberate)
1.0
[css-text-4] Clarify text-spacing: punctuation - French text is commonly marked up with regular spaces (U+0020) where the [french typographic guidelines](http://unicode.org/udhr/n/notes_fra.html) refered to by css-text-4 call for various kinds of non breaking spaces. Sometimes it is marked up with the correct (according to that guideline) kind of spaces. Sometimes it is marked up with the some other kind of spaces (U+00A0 where the guideline says there should be U+202F). Sometimes it is marked up with no space in some of these places. How should `text-spacing: punctuation` react in these various situations? the current wording (“is inserted where required”) suggest you always add a space (of the right kind), but if there's already one there, that doesn't sound helpful. How about: 1. If there is a U+0020 where the guideline says there should be something else, replace the U+0020 with what the guideline says. (rationale: U+00A0 and U+202F are hard to type, and people will write U+0020 instead out of convenience). 2. If there is a U+00A0, where the guideline says there should be U+202F, replace it with U+202F. (rationale: U+202F is harder to type than U+00A0 and, and people will write U+00A0 instead out of convenience). 3. If there is some other kind of space where the guidelines says there should be a U+0020, don't change it. (rationale: spaces other than U+0020, and to a limited degree U+00A0 are hard to type, and any other kind of space should be assumed to be deliberate). 4. If there is no space where the guidelines says there should be U+0020, don't add anything. (rationale: U+0020 is easy to type, and if the author wanted a space there, they'd put one. The lack of a space is therefore likely to be deliberate, maybe because this is a case of unconventional use of the punctuation). 5. If there is no space where the guideline says there should be U+00A0 or U+202F, insert the right kind. (rationale: these spaces are hard to type, and therefore sometimes skipped. English typing habits also lead to people forgetting to type these spaces. And if you really did not want these spaces inserted, you can always do `text-spacing: none` instead of `text-spacing: punctuation`). 6. if there is a space of any kind where the guideline says there should be none, leave it there. (rationale: something where there should be nothing is likely to be deliberate)
test
clarify text spacing punctuation french text is commonly marked up with regular spaces u where the refered to by css text call for various kinds of non breaking spaces sometimes it is marked up with the correct according to that guideline kind of spaces sometimes it is marked up with the some other kind of spaces u where the guideline says there should be u sometimes it is marked up with no space in some of these places how should text spacing punctuation react in these various situations the current wording “is inserted where required” suggest you always add a space of the right kind but if there s already one there that doesn t sound helpful how about if there is a u where the guideline says there should be something else replace the u with what the guideline says rationale u and u are hard to type and people will write u instead out of convenience if there is a u where the guideline says there should be u replace it with u rationale u is harder to type than u and and people will write u instead out of convenience if there is some other kind of space where the guidelines says there should be a u don t change it rationale spaces other than u and to a limited degree u are hard to type and any other kind of space should be assumed to be deliberate if there is no space where the guidelines says there should be u don t add anything rationale u is easy to type and if the author wanted a space there they d put one the lack of a space is therefore likely to be deliberate maybe because this is a case of unconventional use of the punctuation if there is no space where the guideline says there should be u or u insert the right kind rationale these spaces are hard to type and therefore sometimes skipped english typing habits also lead to people forgetting to type these spaces and if you really did not want these spaces inserted you can always do text spacing none instead of text spacing punctuation if there is a space of any kind where the guideline says there should be none leave it there rationale something where there should be nothing is likely to be deliberate
1
196,994
14,898,906,861
IssuesEvent
2021-01-21 13:43:23
chameleon-system/chameleon-system
https://api.github.com/repos/chameleon-system/chameleon-system
closed
Backend: Reduced heigth of wysiwyg style selection list
Status: Test
**Describe the bug** The Wysiwyg style selection has reduced height, coming from the global backend css. If yo have a long list of styles, the list does not show all list entries because you cant scroll to the end. **Affected version(s)** 7.0 **To Reproduce** Steps to reproduce the behavior: 1. Go to a wysiwyg editor in cms backend 2. Click on style 3. In the loaded iframe including the list you cant scrool to the end. **Technical details** The css comes from /blackbox//themes/standard/css/global.css -> iframe -> min_height.
1.0
Backend: Reduced heigth of wysiwyg style selection list - **Describe the bug** The Wysiwyg style selection has reduced height, coming from the global backend css. If yo have a long list of styles, the list does not show all list entries because you cant scroll to the end. **Affected version(s)** 7.0 **To Reproduce** Steps to reproduce the behavior: 1. Go to a wysiwyg editor in cms backend 2. Click on style 3. In the loaded iframe including the list you cant scrool to the end. **Technical details** The css comes from /blackbox//themes/standard/css/global.css -> iframe -> min_height.
test
backend reduced heigth of wysiwyg style selection list describe the bug the wysiwyg style selection has reduced height coming from the global backend css if yo have a long list of styles the list does not show all list entries because you cant scroll to the end affected version s to reproduce steps to reproduce the behavior go to a wysiwyg editor in cms backend click on style in the loaded iframe including the list you cant scrool to the end technical details the css comes from blackbox themes standard css global css iframe min height
1
65,908
19,784,455,329
IssuesEvent
2022-01-18 03:53:55
SasView/sasmodels
https://api.github.com/repos/SasView/sasmodels
opened
Equation one in Cylinder model documentation is incorrect.
defect critical
The P(Q) equation for an oriented cylinder has a sin(alpha) appended at the end. I believe that is incorrect. Only when integrating over all angles (for isotropic case) would one add sin(alpha) dalpha for polar coordinate integration?
1.0
Equation one in Cylinder model documentation is incorrect. - The P(Q) equation for an oriented cylinder has a sin(alpha) appended at the end. I believe that is incorrect. Only when integrating over all angles (for isotropic case) would one add sin(alpha) dalpha for polar coordinate integration?
non_test
equation one in cylinder model documentation is incorrect the p q equation for an oriented cylinder has a sin alpha appended at the end i believe that is incorrect only when integrating over all angles for isotropic case would one add sin alpha dalpha for polar coordinate integration
0
153,899
24,205,584,839
IssuesEvent
2022-09-25 06:57:38
nextunicorn-inc/nu-packages
https://api.github.com/repos/nextunicorn-inc/nu-packages
opened
🌱DESIGN: Buttons의 디자인을 정리한다.
🔨 REFACTOR 🌱DESIGN
## 🚩 변경사항 - [x] Button의 스타일을 수정한다. - AssistiveButton의 스타일을 수정한다. - TextButton의 스타일을 수정한다. - LinkButton의 스타일을 수정한다. <br/> ## 🌐 참고 자료 - <br/>
1.0
🌱DESIGN: Buttons의 디자인을 정리한다. - ## 🚩 변경사항 - [x] Button의 스타일을 수정한다. - AssistiveButton의 스타일을 수정한다. - TextButton의 스타일을 수정한다. - LinkButton의 스타일을 수정한다. <br/> ## 🌐 참고 자료 - <br/>
non_test
🌱design buttons의 디자인을 정리한다 🚩 변경사항 button의 스타일을 수정한다 assistivebutton의 스타일을 수정한다 textbutton의 스타일을 수정한다 linkbutton의 스타일을 수정한다 🌐 참고 자료
0
168,041
14,137,211,376
IssuesEvent
2020-11-10 06:12:00
LAGameStudio/apolune
https://api.github.com/repos/LAGameStudio/apolune
closed
[DOC] Consider dropping the word framework and specify the versions of standards / libaries that are used.
confirming documentation
First of all thanks for sharing. I personally really appreciate it that you have open sourced this code. I really hope more people would do that. But now that you have open sourced it I would like to argue for 2 changes to the documentation of this codebase. 1: Make it clear what you mean with framework. When i'm looking at this code I see a lot and a lot of examples / implementations. https://github.com/LAGameStudio/apolune/blob/trunk/Apolune/SpherizeShader.h Is such a file where a lot of choises are already made for you and there are many many more files where domain knowledge is hardcoded into files. I would personally describe a framework as a set of principles / implementations that one can change to its own preference. In my opinion this released set of code would not fall in that description. My advice would be to drop the word framework for just the project name or for "lookup" or "example". 2: The readme states clearly that OpenGL and OpenAL and many other things are used but most of the time the specific version that is used is missing. So for example is openAL 1.0 or 1.1 used. OpenGL 3.1 is used with the commend (for widest support) but all the code is written using the old fixed function pipeline so using a higher version is also not possible.
1.0
[DOC] Consider dropping the word framework and specify the versions of standards / libaries that are used. - First of all thanks for sharing. I personally really appreciate it that you have open sourced this code. I really hope more people would do that. But now that you have open sourced it I would like to argue for 2 changes to the documentation of this codebase. 1: Make it clear what you mean with framework. When i'm looking at this code I see a lot and a lot of examples / implementations. https://github.com/LAGameStudio/apolune/blob/trunk/Apolune/SpherizeShader.h Is such a file where a lot of choises are already made for you and there are many many more files where domain knowledge is hardcoded into files. I would personally describe a framework as a set of principles / implementations that one can change to its own preference. In my opinion this released set of code would not fall in that description. My advice would be to drop the word framework for just the project name or for "lookup" or "example". 2: The readme states clearly that OpenGL and OpenAL and many other things are used but most of the time the specific version that is used is missing. So for example is openAL 1.0 or 1.1 used. OpenGL 3.1 is used with the commend (for widest support) but all the code is written using the old fixed function pipeline so using a higher version is also not possible.
non_test
consider dropping the word framework and specify the versions of standards libaries that are used first of all thanks for sharing i personally really appreciate it that you have open sourced this code i really hope more people would do that but now that you have open sourced it i would like to argue for changes to the documentation of this codebase make it clear what you mean with framework when i m looking at this code i see a lot and a lot of examples implementations is such a file where a lot of choises are already made for you and there are many many more files where domain knowledge is hardcoded into files i would personally describe a framework as a set of principles implementations that one can change to its own preference in my opinion this released set of code would not fall in that description my advice would be to drop the word framework for just the project name or for lookup or example the readme states clearly that opengl and openal and many other things are used but most of the time the specific version that is used is missing so for example is openal or used opengl is used with the commend for widest support but all the code is written using the old fixed function pipeline so using a higher version is also not possible
0
555,369
16,453,083,269
IssuesEvent
2021-05-21 08:46:31
CyanLabs/Syn3Updater
https://api.github.com/repos/CyanLabs/Syn3Updater
closed
Add disclaimer about "retrofitted" screens if My20 not Detected
Priority: Medium Type: Maintenance
Add disclaimer about "retrofitted" screens if My20 not Detected
1.0
Add disclaimer about "retrofitted" screens if My20 not Detected - Add disclaimer about "retrofitted" screens if My20 not Detected
non_test
add disclaimer about retrofitted screens if not detected add disclaimer about retrofitted screens if not detected
0
132,449
10,756,085,265
IssuesEvent
2019-10-31 10:27:55
fitbenchmarking/fitbenchmarking
https://api.github.com/repos/fitbenchmarking/fitbenchmarking
closed
Travis Fails for some of the PRs
Bug Maintenance Testing
**Description of the error** 2 of the PRs in the queue are failing with no information. **Describe the expected result** Failures should be informative and travis should reflect running on local machines **Describe the actual result** See above
1.0
Travis Fails for some of the PRs - **Description of the error** 2 of the PRs in the queue are failing with no information. **Describe the expected result** Failures should be informative and travis should reflect running on local machines **Describe the actual result** See above
test
travis fails for some of the prs description of the error of the prs in the queue are failing with no information describe the expected result failures should be informative and travis should reflect running on local machines describe the actual result see above
1
188,233
14,441,608,478
IssuesEvent
2020-12-07 17:00:41
frontendbr/forum
https://api.github.com/repos/frontendbr/forum
closed
Testes no front-end, quando? E como?
Testes [Dúvida]
Fala galera, estamos estruturando uma política de testes em nosso front aqui na empresa, e gostaria de opiniões baseadas na prática sobre qual a melhor maneira de fazer este fluxo e estabelecer um fluxo padrão? (Front com ReactJS equipe com 5 pessoas, projetando ir para 10 pessoas em 5 mêses) - Testes unitários são uma boa no front? Quando? - Testes de integração e end-to-end? - CyPress é o maisn indicado para testes de funcionalidades da UI? - Jest, Enzyme, Super Teste? O que usam e como fazem a parte de testes no front? Muito obrigado, abraços!
1.0
Testes no front-end, quando? E como? - Fala galera, estamos estruturando uma política de testes em nosso front aqui na empresa, e gostaria de opiniões baseadas na prática sobre qual a melhor maneira de fazer este fluxo e estabelecer um fluxo padrão? (Front com ReactJS equipe com 5 pessoas, projetando ir para 10 pessoas em 5 mêses) - Testes unitários são uma boa no front? Quando? - Testes de integração e end-to-end? - CyPress é o maisn indicado para testes de funcionalidades da UI? - Jest, Enzyme, Super Teste? O que usam e como fazem a parte de testes no front? Muito obrigado, abraços!
test
testes no front end quando e como fala galera estamos estruturando uma política de testes em nosso front aqui na empresa e gostaria de opiniões baseadas na prática sobre qual a melhor maneira de fazer este fluxo e estabelecer um fluxo padrão front com reactjs equipe com pessoas projetando ir para pessoas em mêses testes unitários são uma boa no front quando testes de integração e end to end cypress é o maisn indicado para testes de funcionalidades da ui jest enzyme super teste o que usam e como fazem a parte de testes no front muito obrigado abraços
1
45,468
5,717,081,086
IssuesEvent
2017-04-19 16:25:24
red/red
https://api.github.com/repos/red/red
closed
Z-order is not recalculated on face removal/insertion in a pane.
status.built status.tested type.bug
``` win: layout [ across b1: base"Loose" green 100x100 loose b2: base "Put back" red 100x100 [remove find win/pane b1 insert win/pane b1 b1/offset: b2/offset - 110x0] b3: base "On top" blue 100x100 [remove find win/pane b1 insert tail win/pane b1] b4: base "Deeper" olive 100x100 [idx: idx - 1 remove find win/pane b1 insert at win/pane idx b1] b5: base "Dump" water 100x100 [print idx dump-face win] return at 120x120 b6: base orange 200x200 at 150x150 b7: base aqua 200x200 at 180x180 b8: base gold 200x200 ] idx: length? win/pane view win ```
1.0
Z-order is not recalculated on face removal/insertion in a pane. - ``` win: layout [ across b1: base"Loose" green 100x100 loose b2: base "Put back" red 100x100 [remove find win/pane b1 insert win/pane b1 b1/offset: b2/offset - 110x0] b3: base "On top" blue 100x100 [remove find win/pane b1 insert tail win/pane b1] b4: base "Deeper" olive 100x100 [idx: idx - 1 remove find win/pane b1 insert at win/pane idx b1] b5: base "Dump" water 100x100 [print idx dump-face win] return at 120x120 b6: base orange 200x200 at 150x150 b7: base aqua 200x200 at 180x180 b8: base gold 200x200 ] idx: length? win/pane view win ```
test
z order is not recalculated on face removal insertion in a pane win layout across base loose green loose base put back red base on top blue base deeper olive base dump water return at base orange at base aqua at base gold idx length win pane view win
1
304,813
26,336,629,656
IssuesEvent
2023-01-10 14:47:30
UnitTestBot/UTBotJava
https://api.github.com/repos/UnitTestBot/UTBotJava
opened
`Error while transforming: ArrayIndexOutOfBoundsException at org.objectweb.asm.Frame.merge` in process logs
com-contest-estimator
**Description** Every time I start ContestEstimator on `spoon` project there are `ArrayIndexOutOfBoundsException` exceptions during transformation in the `utbot-instrumentedprocess-errors` log files. **To Reproduce** Steps to reproduce the behavior: 1. Open utbot project 2. Start `org.utbot.contest.ContestEstimatorKt#main` for `spoon` project: `projectFilter = listOf("spoon-core-7.0.0")` 3. When it finished open latest log in `C:\Users\xxxx\AppData\Local\Temp\UTBot\utbot-instrumentedprocess-errors` folder **Expected behavior** There are no errors in the log **Actual behavior** Nearly always it contains following error: ``` 17:18:34.472 | INFO | DynamicClassTransformer | Transforming: com/google/common/base/CharMatcher 17:18:34.610 | ERROR | DynamicClassTransformer | Error while transforming: java.lang.ArrayIndexOutOfBoundsException: 1 at org.objectweb.asm.Frame.merge(Frame.java:1268) at org.objectweb.asm.Frame.merge(Frame.java:1244) at org.objectweb.asm.MethodWriter.computeAllFrames(MethodWriter.java:1610) at org.objectweb.asm.MethodWriter.visitMaxs(MethodWriter.java:1546) at org.objectweb.asm.MethodVisitor.visitMaxs(MethodVisitor.java:773) at org.objectweb.asm.commons.LocalVariablesSorter.visitMaxs(LocalVariablesSorter.java:148) at org.objectweb.asm.ClassReader.readCode(ClassReader.java:2665) at org.objectweb.asm.ClassReader.readMethod(ClassReader.java:1514) at org.objectweb.asm.ClassReader.accept(ClassReader.java:744) at org.objectweb.asm.ClassReader.accept(ClassReader.java:424) at org.utbot.instrumentation.instrumentation.instrumenter.Instrumenter.visitClass(Instrumenter.kt:33) at org.utbot.framework.concrete.UtExecutionInstrumentation.transform(UtExecutionInstrumentation.kt:220) at org.utbot.instrumentation.agent.DynamicClassTransformer.transform(DynamicClassTransformer.kt:42) at sun.instrument.TransformerManager.transform(TransformerManager.java:188) at sun.instrument.InstrumentationImpl.transform(InstrumentationImpl.java:428) at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClass(ClassLoader.java:756) at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) at java.net.URLClassLoader.defineClass(URLClassLoader.java:473) at java.net.URLClassLoader.access$100(URLClassLoader.java:74) at java.net.URLClassLoader$1.run(URLClassLoader.java:369) at java.net.URLClassLoader$1.run(URLClassLoader.java:363) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:362) at java.lang.ClassLoader.loadClass(ClassLoader.java:418) at org.utbot.instrumentation.process.HandlerClassesLoader.loadClass(InstrumentedProcessMain.kt:50) at java.lang.ClassLoader.loadClass(ClassLoader.java:351) at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClass(ClassLoader.java:756) at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) at java.net.URLClassLoader.defineClass(URLClassLoader.java:473) at java.net.URLClassLoader.access$100(URLClassLoader.java:74) at java.net.URLClassLoader$1.run(URLClassLoader.java:369) at java.net.URLClassLoader$1.run(URLClassLoader.java:363) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:362) at java.lang.ClassLoader.loadClass(ClassLoader.java:418) at org.utbot.instrumentation.process.HandlerClassesLoader.loadClass(InstrumentedProcessMain.kt:50) at java.lang.ClassLoader.loadClass(ClassLoader.java:351) at org.utbot.common.ReflectionScannerKt.tryLoadClass(ReflectionScanner.kt:89) at org.utbot.common.ReflectionScannerKt$scanForClasses$3.invoke(ReflectionScanner.kt:123) at org.utbot.common.ReflectionScannerKt$scanForClasses$3.invoke(ReflectionScanner.kt:117) at kotlin.sequences.TransformingSequence$iterator$1.next(Sequences.kt:210) at kotlin.sequences.FilteringSequence$iterator$1.calcNext(Sequences.kt:170) at kotlin.sequences.FilteringSequence$iterator$1.hasNext(Sequences.kt:194) at kotlin.sequences.FlatteningSequence$iterator$1.ensureItemIterator(Sequences.kt:307) at kotlin.sequences.FlatteningSequence$iterator$1.hasNext(Sequences.kt:303) at kotlin.sequences.FlatteningSequence$iterator$1.ensureItemIterator(Sequences.kt:307) at kotlin.sequences.FlatteningSequence$iterator$1.hasNext(Sequences.kt:303) at kotlin.sequences.DistinctIterator.computeNext(Sequences.kt:570) at kotlin.collections.AbstractIterator.tryToComputeNext(AbstractIterator.kt:42) at kotlin.collections.AbstractIterator.hasNext(AbstractIterator.kt:29) at kotlin.sequences.SequencesKt___SequencesKt.toCollection(_Sequences.kt:787) at kotlin.sequences.SequencesKt___SequencesKt.toMutableList(_Sequences.kt:817) at kotlin.sequences.SequencesKt___SequencesKt.toList(_Sequences.kt:808) at org.utbot.instrumentation.process.InstrumentedProcessMainKt$setup$1.invoke(InstrumentedProcessMain.kt:120) at org.utbot.instrumentation.process.InstrumentedProcessMainKt$setup$1.invoke(InstrumentedProcessMain.kt:117) at org.utbot.rd.IdleWatchdog$wrapActiveCall$1$1.invoke(ClientProcessUtil.kt:96) at org.utbot.rd.IdleWatchdog.wrapActive(ClientProcessUtil.kt:83) at org.utbot.rd.IdleWatchdog$wrapActiveCall$1.invoke(ClientProcessUtil.kt:95) at com.jetbrains.rd.framework.IRdEndpoint$set$1.invoke(TaskInterfaces.kt:182) at com.jetbrains.rd.framework.IRdEndpoint$set$1.invoke(TaskInterfaces.kt:173) at com.jetbrains.rd.framework.impl.RdCall.onWireReceived(RdTask.kt:360) at com.jetbrains.rd.framework.MessageBroker$invoke$2$2.invoke(MessageBroker.kt:57) at com.jetbrains.rd.framework.MessageBroker$invoke$2$2.invoke(MessageBroker.kt:12) at com.jetbrains.rd.framework.impl.ProtocolContexts.readMessageContextAndInvoke(ProtocolContexts.kt:151) at com.jetbrains.rd.framework.MessageBroker$invoke$2.invoke(MessageBroker.kt:56) at com.jetbrains.rd.framework.MessageBroker$invoke$2.invoke(MessageBroker.kt:12) at com.jetbrains.rd.util.threading.SingleThreadSchedulerBase$queue$1.run(SingleThreadScheduler.kt:41) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:750) | java.lang.Exception at org.utbot.rd.loggers.UtRdConsoleLogger.format(UtRdConsoleLogger.kt:18) at org.utbot.rd.loggers.UtRdConsoleLogger.log(UtRdConsoleLogger.kt:26) at com.jetbrains.rd.util.SwitchLogger.log(Logger.kt:47) at org.utbot.instrumentation.agent.DynamicClassTransformer.transform(DynamicClassTransformer.kt:47) at sun.instrument.TransformerManager.transform(TransformerManager.java:188) at sun.instrument.InstrumentationImpl.transform(InstrumentationImpl.java:428) at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClass(ClassLoader.java:756) at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) at java.net.URLClassLoader.defineClass(URLClassLoader.java:473) at java.net.URLClassLoader.access$100(URLClassLoader.java:74) at java.net.URLClassLoader$1.run(URLClassLoader.java:369) at java.net.URLClassLoader$1.run(URLClassLoader.java:363) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:362) at java.lang.ClassLoader.loadClass(ClassLoader.java:418) at org.utbot.instrumentation.process.HandlerClassesLoader.loadClass(InstrumentedProcessMain.kt:50) at java.lang.ClassLoader.loadClass(ClassLoader.java:351) at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClass(ClassLoader.java:756) at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) at java.net.URLClassLoader.defineClass(URLClassLoader.java:473) at java.net.URLClassLoader.access$100(URLClassLoader.java:74) at java.net.URLClassLoader$1.run(URLClassLoader.java:369) at java.net.URLClassLoader$1.run(URLClassLoader.java:363) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:362) at java.lang.ClassLoader.loadClass(ClassLoader.java:418) at org.utbot.instrumentation.process.HandlerClassesLoader.loadClass(InstrumentedProcessMain.kt:50) at java.lang.ClassLoader.loadClass(ClassLoader.java:351) at org.utbot.common.ReflectionScannerKt.tryLoadClass(ReflectionScanner.kt:89) at org.utbot.common.ReflectionScannerKt$scanForClasses$3.invoke(ReflectionScanner.kt:123) at org.utbot.common.ReflectionScannerKt$scanForClasses$3.invoke(ReflectionScanner.kt:117) at kotlin.sequences.TransformingSequence$iterator$1.next(Sequences.kt:210) at kotlin.sequences.FilteringSequence$iterator$1.calcNext(Sequences.kt:170) at kotlin.sequences.FilteringSequence$iterator$1.hasNext(Sequences.kt:194) at kotlin.sequences.FlatteningSequence$iterator$1.ensureItemIterator(Sequences.kt:307) at kotlin.sequences.FlatteningSequence$iterator$1.hasNext(Sequences.kt:303) at kotlin.sequences.FlatteningSequence$iterator$1.ensureItemIterator(Sequences.kt:307) at kotlin.sequences.FlatteningSequence$iterator$1.hasNext(Sequences.kt:303) at kotlin.sequences.DistinctIterator.computeNext(Sequences.kt:570) at kotlin.collections.AbstractIterator.tryToComputeNext(AbstractIterator.kt:42) at kotlin.collections.AbstractIterator.hasNext(AbstractIterator.kt:29) at kotlin.sequences.SequencesKt___SequencesKt.toCollection(_Sequences.kt:787) at kotlin.sequences.SequencesKt___SequencesKt.toMutableList(_Sequences.kt:817) at kotlin.sequences.SequencesKt___SequencesKt.toList(_Sequences.kt:808) at org.utbot.instrumentation.process.InstrumentedProcessMainKt$setup$1.invoke(InstrumentedProcessMain.kt:120) at org.utbot.instrumentation.process.InstrumentedProcessMainKt$setup$1.invoke(InstrumentedProcessMain.kt:117) at org.utbot.rd.IdleWatchdog$wrapActiveCall$1$1.invoke(ClientProcessUtil.kt:96) at org.utbot.rd.IdleWatchdog.wrapActive(ClientProcessUtil.kt:83) at org.utbot.rd.IdleWatchdog$wrapActiveCall$1.invoke(ClientProcessUtil.kt:95) at com.jetbrains.rd.framework.IRdEndpoint$set$1.invoke(TaskInterfaces.kt:182) at com.jetbrains.rd.framework.IRdEndpoint$set$1.invoke(TaskInterfaces.kt:173) at com.jetbrains.rd.framework.impl.RdCall.onWireReceived(RdTask.kt:360) at com.jetbrains.rd.framework.MessageBroker$invoke$2$2.invoke(MessageBroker.kt:57) at com.jetbrains.rd.framework.MessageBroker$invoke$2$2.invoke(MessageBroker.kt:12) at com.jetbrains.rd.framework.impl.ProtocolContexts.readMessageContextAndInvoke(ProtocolContexts.kt:151) at com.jetbrains.rd.framework.MessageBroker$invoke$2.invoke(MessageBroker.kt:56) at com.jetbrains.rd.framework.MessageBroker$invoke$2.invoke(MessageBroker.kt:12) at com.jetbrains.rd.util.threading.SingleThreadSchedulerBase$queue$1.run(SingleThreadScheduler.kt:41) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:750) 17:18:34.613 | INFO | DynamicClassTransformer | Transforming: com/google/common/base/Predicate 17:18:34.616 | INFO | DynamicClassTransformer | Transforming: com/google/common/base/CharMatcher$10 ```
1.0
`Error while transforming: ArrayIndexOutOfBoundsException at org.objectweb.asm.Frame.merge` in process logs - **Description** Every time I start ContestEstimator on `spoon` project there are `ArrayIndexOutOfBoundsException` exceptions during transformation in the `utbot-instrumentedprocess-errors` log files. **To Reproduce** Steps to reproduce the behavior: 1. Open utbot project 2. Start `org.utbot.contest.ContestEstimatorKt#main` for `spoon` project: `projectFilter = listOf("spoon-core-7.0.0")` 3. When it finished open latest log in `C:\Users\xxxx\AppData\Local\Temp\UTBot\utbot-instrumentedprocess-errors` folder **Expected behavior** There are no errors in the log **Actual behavior** Nearly always it contains following error: ``` 17:18:34.472 | INFO | DynamicClassTransformer | Transforming: com/google/common/base/CharMatcher 17:18:34.610 | ERROR | DynamicClassTransformer | Error while transforming: java.lang.ArrayIndexOutOfBoundsException: 1 at org.objectweb.asm.Frame.merge(Frame.java:1268) at org.objectweb.asm.Frame.merge(Frame.java:1244) at org.objectweb.asm.MethodWriter.computeAllFrames(MethodWriter.java:1610) at org.objectweb.asm.MethodWriter.visitMaxs(MethodWriter.java:1546) at org.objectweb.asm.MethodVisitor.visitMaxs(MethodVisitor.java:773) at org.objectweb.asm.commons.LocalVariablesSorter.visitMaxs(LocalVariablesSorter.java:148) at org.objectweb.asm.ClassReader.readCode(ClassReader.java:2665) at org.objectweb.asm.ClassReader.readMethod(ClassReader.java:1514) at org.objectweb.asm.ClassReader.accept(ClassReader.java:744) at org.objectweb.asm.ClassReader.accept(ClassReader.java:424) at org.utbot.instrumentation.instrumentation.instrumenter.Instrumenter.visitClass(Instrumenter.kt:33) at org.utbot.framework.concrete.UtExecutionInstrumentation.transform(UtExecutionInstrumentation.kt:220) at org.utbot.instrumentation.agent.DynamicClassTransformer.transform(DynamicClassTransformer.kt:42) at sun.instrument.TransformerManager.transform(TransformerManager.java:188) at sun.instrument.InstrumentationImpl.transform(InstrumentationImpl.java:428) at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClass(ClassLoader.java:756) at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) at java.net.URLClassLoader.defineClass(URLClassLoader.java:473) at java.net.URLClassLoader.access$100(URLClassLoader.java:74) at java.net.URLClassLoader$1.run(URLClassLoader.java:369) at java.net.URLClassLoader$1.run(URLClassLoader.java:363) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:362) at java.lang.ClassLoader.loadClass(ClassLoader.java:418) at org.utbot.instrumentation.process.HandlerClassesLoader.loadClass(InstrumentedProcessMain.kt:50) at java.lang.ClassLoader.loadClass(ClassLoader.java:351) at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClass(ClassLoader.java:756) at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) at java.net.URLClassLoader.defineClass(URLClassLoader.java:473) at java.net.URLClassLoader.access$100(URLClassLoader.java:74) at java.net.URLClassLoader$1.run(URLClassLoader.java:369) at java.net.URLClassLoader$1.run(URLClassLoader.java:363) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:362) at java.lang.ClassLoader.loadClass(ClassLoader.java:418) at org.utbot.instrumentation.process.HandlerClassesLoader.loadClass(InstrumentedProcessMain.kt:50) at java.lang.ClassLoader.loadClass(ClassLoader.java:351) at org.utbot.common.ReflectionScannerKt.tryLoadClass(ReflectionScanner.kt:89) at org.utbot.common.ReflectionScannerKt$scanForClasses$3.invoke(ReflectionScanner.kt:123) at org.utbot.common.ReflectionScannerKt$scanForClasses$3.invoke(ReflectionScanner.kt:117) at kotlin.sequences.TransformingSequence$iterator$1.next(Sequences.kt:210) at kotlin.sequences.FilteringSequence$iterator$1.calcNext(Sequences.kt:170) at kotlin.sequences.FilteringSequence$iterator$1.hasNext(Sequences.kt:194) at kotlin.sequences.FlatteningSequence$iterator$1.ensureItemIterator(Sequences.kt:307) at kotlin.sequences.FlatteningSequence$iterator$1.hasNext(Sequences.kt:303) at kotlin.sequences.FlatteningSequence$iterator$1.ensureItemIterator(Sequences.kt:307) at kotlin.sequences.FlatteningSequence$iterator$1.hasNext(Sequences.kt:303) at kotlin.sequences.DistinctIterator.computeNext(Sequences.kt:570) at kotlin.collections.AbstractIterator.tryToComputeNext(AbstractIterator.kt:42) at kotlin.collections.AbstractIterator.hasNext(AbstractIterator.kt:29) at kotlin.sequences.SequencesKt___SequencesKt.toCollection(_Sequences.kt:787) at kotlin.sequences.SequencesKt___SequencesKt.toMutableList(_Sequences.kt:817) at kotlin.sequences.SequencesKt___SequencesKt.toList(_Sequences.kt:808) at org.utbot.instrumentation.process.InstrumentedProcessMainKt$setup$1.invoke(InstrumentedProcessMain.kt:120) at org.utbot.instrumentation.process.InstrumentedProcessMainKt$setup$1.invoke(InstrumentedProcessMain.kt:117) at org.utbot.rd.IdleWatchdog$wrapActiveCall$1$1.invoke(ClientProcessUtil.kt:96) at org.utbot.rd.IdleWatchdog.wrapActive(ClientProcessUtil.kt:83) at org.utbot.rd.IdleWatchdog$wrapActiveCall$1.invoke(ClientProcessUtil.kt:95) at com.jetbrains.rd.framework.IRdEndpoint$set$1.invoke(TaskInterfaces.kt:182) at com.jetbrains.rd.framework.IRdEndpoint$set$1.invoke(TaskInterfaces.kt:173) at com.jetbrains.rd.framework.impl.RdCall.onWireReceived(RdTask.kt:360) at com.jetbrains.rd.framework.MessageBroker$invoke$2$2.invoke(MessageBroker.kt:57) at com.jetbrains.rd.framework.MessageBroker$invoke$2$2.invoke(MessageBroker.kt:12) at com.jetbrains.rd.framework.impl.ProtocolContexts.readMessageContextAndInvoke(ProtocolContexts.kt:151) at com.jetbrains.rd.framework.MessageBroker$invoke$2.invoke(MessageBroker.kt:56) at com.jetbrains.rd.framework.MessageBroker$invoke$2.invoke(MessageBroker.kt:12) at com.jetbrains.rd.util.threading.SingleThreadSchedulerBase$queue$1.run(SingleThreadScheduler.kt:41) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:750) | java.lang.Exception at org.utbot.rd.loggers.UtRdConsoleLogger.format(UtRdConsoleLogger.kt:18) at org.utbot.rd.loggers.UtRdConsoleLogger.log(UtRdConsoleLogger.kt:26) at com.jetbrains.rd.util.SwitchLogger.log(Logger.kt:47) at org.utbot.instrumentation.agent.DynamicClassTransformer.transform(DynamicClassTransformer.kt:47) at sun.instrument.TransformerManager.transform(TransformerManager.java:188) at sun.instrument.InstrumentationImpl.transform(InstrumentationImpl.java:428) at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClass(ClassLoader.java:756) at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) at java.net.URLClassLoader.defineClass(URLClassLoader.java:473) at java.net.URLClassLoader.access$100(URLClassLoader.java:74) at java.net.URLClassLoader$1.run(URLClassLoader.java:369) at java.net.URLClassLoader$1.run(URLClassLoader.java:363) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:362) at java.lang.ClassLoader.loadClass(ClassLoader.java:418) at org.utbot.instrumentation.process.HandlerClassesLoader.loadClass(InstrumentedProcessMain.kt:50) at java.lang.ClassLoader.loadClass(ClassLoader.java:351) at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClass(ClassLoader.java:756) at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) at java.net.URLClassLoader.defineClass(URLClassLoader.java:473) at java.net.URLClassLoader.access$100(URLClassLoader.java:74) at java.net.URLClassLoader$1.run(URLClassLoader.java:369) at java.net.URLClassLoader$1.run(URLClassLoader.java:363) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:362) at java.lang.ClassLoader.loadClass(ClassLoader.java:418) at org.utbot.instrumentation.process.HandlerClassesLoader.loadClass(InstrumentedProcessMain.kt:50) at java.lang.ClassLoader.loadClass(ClassLoader.java:351) at org.utbot.common.ReflectionScannerKt.tryLoadClass(ReflectionScanner.kt:89) at org.utbot.common.ReflectionScannerKt$scanForClasses$3.invoke(ReflectionScanner.kt:123) at org.utbot.common.ReflectionScannerKt$scanForClasses$3.invoke(ReflectionScanner.kt:117) at kotlin.sequences.TransformingSequence$iterator$1.next(Sequences.kt:210) at kotlin.sequences.FilteringSequence$iterator$1.calcNext(Sequences.kt:170) at kotlin.sequences.FilteringSequence$iterator$1.hasNext(Sequences.kt:194) at kotlin.sequences.FlatteningSequence$iterator$1.ensureItemIterator(Sequences.kt:307) at kotlin.sequences.FlatteningSequence$iterator$1.hasNext(Sequences.kt:303) at kotlin.sequences.FlatteningSequence$iterator$1.ensureItemIterator(Sequences.kt:307) at kotlin.sequences.FlatteningSequence$iterator$1.hasNext(Sequences.kt:303) at kotlin.sequences.DistinctIterator.computeNext(Sequences.kt:570) at kotlin.collections.AbstractIterator.tryToComputeNext(AbstractIterator.kt:42) at kotlin.collections.AbstractIterator.hasNext(AbstractIterator.kt:29) at kotlin.sequences.SequencesKt___SequencesKt.toCollection(_Sequences.kt:787) at kotlin.sequences.SequencesKt___SequencesKt.toMutableList(_Sequences.kt:817) at kotlin.sequences.SequencesKt___SequencesKt.toList(_Sequences.kt:808) at org.utbot.instrumentation.process.InstrumentedProcessMainKt$setup$1.invoke(InstrumentedProcessMain.kt:120) at org.utbot.instrumentation.process.InstrumentedProcessMainKt$setup$1.invoke(InstrumentedProcessMain.kt:117) at org.utbot.rd.IdleWatchdog$wrapActiveCall$1$1.invoke(ClientProcessUtil.kt:96) at org.utbot.rd.IdleWatchdog.wrapActive(ClientProcessUtil.kt:83) at org.utbot.rd.IdleWatchdog$wrapActiveCall$1.invoke(ClientProcessUtil.kt:95) at com.jetbrains.rd.framework.IRdEndpoint$set$1.invoke(TaskInterfaces.kt:182) at com.jetbrains.rd.framework.IRdEndpoint$set$1.invoke(TaskInterfaces.kt:173) at com.jetbrains.rd.framework.impl.RdCall.onWireReceived(RdTask.kt:360) at com.jetbrains.rd.framework.MessageBroker$invoke$2$2.invoke(MessageBroker.kt:57) at com.jetbrains.rd.framework.MessageBroker$invoke$2$2.invoke(MessageBroker.kt:12) at com.jetbrains.rd.framework.impl.ProtocolContexts.readMessageContextAndInvoke(ProtocolContexts.kt:151) at com.jetbrains.rd.framework.MessageBroker$invoke$2.invoke(MessageBroker.kt:56) at com.jetbrains.rd.framework.MessageBroker$invoke$2.invoke(MessageBroker.kt:12) at com.jetbrains.rd.util.threading.SingleThreadSchedulerBase$queue$1.run(SingleThreadScheduler.kt:41) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:750) 17:18:34.613 | INFO | DynamicClassTransformer | Transforming: com/google/common/base/Predicate 17:18:34.616 | INFO | DynamicClassTransformer | Transforming: com/google/common/base/CharMatcher$10 ```
test
error while transforming arrayindexoutofboundsexception at org objectweb asm frame merge in process logs description every time i start contestestimator on spoon project there are arrayindexoutofboundsexception exceptions during transformation in the utbot instrumentedprocess errors log files to reproduce steps to reproduce the behavior open utbot project start org utbot contest contestestimatorkt main for spoon project projectfilter listof spoon core when it finished open latest log in c users xxxx appdata local temp utbot utbot instrumentedprocess errors folder expected behavior there are no errors in the log actual behavior nearly always it contains following error info dynamicclasstransformer transforming com google common base charmatcher error dynamicclasstransformer error while transforming java lang arrayindexoutofboundsexception at org objectweb asm frame merge frame java at org objectweb asm frame merge frame java at org objectweb asm methodwriter computeallframes methodwriter java at org objectweb asm methodwriter visitmaxs methodwriter java at org objectweb asm methodvisitor visitmaxs methodvisitor java at org objectweb asm commons localvariablessorter visitmaxs localvariablessorter java at org objectweb asm classreader readcode classreader java at org objectweb asm classreader readmethod classreader java at org objectweb asm classreader accept classreader java at org objectweb asm classreader accept classreader java at org utbot instrumentation instrumentation instrumenter instrumenter visitclass instrumenter kt at org utbot framework concrete utexecutioninstrumentation transform utexecutioninstrumentation kt at org utbot instrumentation agent dynamicclasstransformer transform dynamicclasstransformer kt at sun instrument transformermanager transform transformermanager java at sun instrument instrumentationimpl transform instrumentationimpl java at java lang classloader native method at java lang classloader defineclass classloader java at java security secureclassloader defineclass secureclassloader java at java net urlclassloader defineclass urlclassloader java at java net urlclassloader access urlclassloader java at java net urlclassloader run urlclassloader java at java net urlclassloader run urlclassloader java at java security accesscontroller doprivileged native method at java net urlclassloader findclass urlclassloader java at java lang classloader loadclass classloader java at org utbot instrumentation process handlerclassesloader loadclass instrumentedprocessmain kt at java lang classloader loadclass classloader java at java lang classloader native method at java lang classloader defineclass classloader java at java security secureclassloader defineclass secureclassloader java at java net urlclassloader defineclass urlclassloader java at java net urlclassloader access urlclassloader java at java net urlclassloader run urlclassloader java at java net urlclassloader run urlclassloader java at java security accesscontroller doprivileged native method at java net urlclassloader findclass urlclassloader java at java lang classloader loadclass classloader java at org utbot instrumentation process handlerclassesloader loadclass instrumentedprocessmain kt at java lang classloader loadclass classloader java at org utbot common reflectionscannerkt tryloadclass reflectionscanner kt at org utbot common reflectionscannerkt scanforclasses invoke reflectionscanner kt at org utbot common reflectionscannerkt scanforclasses invoke reflectionscanner kt at kotlin sequences transformingsequence iterator next sequences kt at kotlin sequences filteringsequence iterator calcnext sequences kt at kotlin sequences filteringsequence iterator hasnext sequences kt at kotlin sequences flatteningsequence iterator ensureitemiterator sequences kt at kotlin sequences flatteningsequence iterator hasnext sequences kt at kotlin sequences flatteningsequence iterator ensureitemiterator sequences kt at kotlin sequences flatteningsequence iterator hasnext sequences kt at kotlin sequences distinctiterator computenext sequences kt at kotlin collections abstractiterator trytocomputenext abstractiterator kt at kotlin collections abstractiterator hasnext abstractiterator kt at kotlin sequences sequenceskt sequenceskt tocollection sequences kt at kotlin sequences sequenceskt sequenceskt tomutablelist sequences kt at kotlin sequences sequenceskt sequenceskt tolist sequences kt at org utbot instrumentation process instrumentedprocessmainkt setup invoke instrumentedprocessmain kt at org utbot instrumentation process instrumentedprocessmainkt setup invoke instrumentedprocessmain kt at org utbot rd idlewatchdog wrapactivecall invoke clientprocessutil kt at org utbot rd idlewatchdog wrapactive clientprocessutil kt at org utbot rd idlewatchdog wrapactivecall invoke clientprocessutil kt at com jetbrains rd framework irdendpoint set invoke taskinterfaces kt at com jetbrains rd framework irdendpoint set invoke taskinterfaces kt at com jetbrains rd framework impl rdcall onwirereceived rdtask kt at com jetbrains rd framework messagebroker invoke invoke messagebroker kt at com jetbrains rd framework messagebroker invoke invoke messagebroker kt at com jetbrains rd framework impl protocolcontexts readmessagecontextandinvoke protocolcontexts kt at com jetbrains rd framework messagebroker invoke invoke messagebroker kt at com jetbrains rd framework messagebroker invoke invoke messagebroker kt at com jetbrains rd util threading singlethreadschedulerbase queue run singlethreadscheduler kt at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java java lang exception at org utbot rd loggers utrdconsolelogger format utrdconsolelogger kt at org utbot rd loggers utrdconsolelogger log utrdconsolelogger kt at com jetbrains rd util switchlogger log logger kt at org utbot instrumentation agent dynamicclasstransformer transform dynamicclasstransformer kt at sun instrument transformermanager transform transformermanager java at sun instrument instrumentationimpl transform instrumentationimpl java at java lang classloader native method at java lang classloader defineclass classloader java at java security secureclassloader defineclass secureclassloader java at java net urlclassloader defineclass urlclassloader java at java net urlclassloader access urlclassloader java at java net urlclassloader run urlclassloader java at java net urlclassloader run urlclassloader java at java security accesscontroller doprivileged native method at java net urlclassloader findclass urlclassloader java at java lang classloader loadclass classloader java at org utbot instrumentation process handlerclassesloader loadclass instrumentedprocessmain kt at java lang classloader loadclass classloader java at java lang classloader native method at java lang classloader defineclass classloader java at java security secureclassloader defineclass secureclassloader java at java net urlclassloader defineclass urlclassloader java at java net urlclassloader access urlclassloader java at java net urlclassloader run urlclassloader java at java net urlclassloader run urlclassloader java at java security accesscontroller doprivileged native method at java net urlclassloader findclass urlclassloader java at java lang classloader loadclass classloader java at org utbot instrumentation process handlerclassesloader loadclass instrumentedprocessmain kt at java lang classloader loadclass classloader java at org utbot common reflectionscannerkt tryloadclass reflectionscanner kt at org utbot common reflectionscannerkt scanforclasses invoke reflectionscanner kt at org utbot common reflectionscannerkt scanforclasses invoke reflectionscanner kt at kotlin sequences transformingsequence iterator next sequences kt at kotlin sequences filteringsequence iterator calcnext sequences kt at kotlin sequences filteringsequence iterator hasnext sequences kt at kotlin sequences flatteningsequence iterator ensureitemiterator sequences kt at kotlin sequences flatteningsequence iterator hasnext sequences kt at kotlin sequences flatteningsequence iterator ensureitemiterator sequences kt at kotlin sequences flatteningsequence iterator hasnext sequences kt at kotlin sequences distinctiterator computenext sequences kt at kotlin collections abstractiterator trytocomputenext abstractiterator kt at kotlin collections abstractiterator hasnext abstractiterator kt at kotlin sequences sequenceskt sequenceskt tocollection sequences kt at kotlin sequences sequenceskt sequenceskt tomutablelist sequences kt at kotlin sequences sequenceskt sequenceskt tolist sequences kt at org utbot instrumentation process instrumentedprocessmainkt setup invoke instrumentedprocessmain kt at org utbot instrumentation process instrumentedprocessmainkt setup invoke instrumentedprocessmain kt at org utbot rd idlewatchdog wrapactivecall invoke clientprocessutil kt at org utbot rd idlewatchdog wrapactive clientprocessutil kt at org utbot rd idlewatchdog wrapactivecall invoke clientprocessutil kt at com jetbrains rd framework irdendpoint set invoke taskinterfaces kt at com jetbrains rd framework irdendpoint set invoke taskinterfaces kt at com jetbrains rd framework impl rdcall onwirereceived rdtask kt at com jetbrains rd framework messagebroker invoke invoke messagebroker kt at com jetbrains rd framework messagebroker invoke invoke messagebroker kt at com jetbrains rd framework impl protocolcontexts readmessagecontextandinvoke protocolcontexts kt at com jetbrains rd framework messagebroker invoke invoke messagebroker kt at com jetbrains rd framework messagebroker invoke invoke messagebroker kt at com jetbrains rd util threading singlethreadschedulerbase queue run singlethreadscheduler kt at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java info dynamicclasstransformer transforming com google common base predicate info dynamicclasstransformer transforming com google common base charmatcher
1
70,323
7,183,278,366
IssuesEvent
2018-02-01 12:51:40
ices-taf/doc
https://api.github.com/repos/ices-taf/doc
opened
Contact EG chairs about TAF attendance this year
Communication Test TAF stocks
WGs to target this year: - [ ] WGNSSK - [ ] WGDEEP - [ ] NWWG - [ ] HAWG - [ ] WGCSE
1.0
Contact EG chairs about TAF attendance this year - WGs to target this year: - [ ] WGNSSK - [ ] WGDEEP - [ ] NWWG - [ ] HAWG - [ ] WGCSE
test
contact eg chairs about taf attendance this year wgs to target this year wgnssk wgdeep nwwg hawg wgcse
1
419,402
12,223,067,054
IssuesEvent
2020-05-02 16:00:21
findthemasks/findthemasks
https://api.github.com/repos/findthemasks/findthemasks
closed
Update Makerspace FAQ text [new FAQ question]
high-priority makers
New content to reflect partnership with Nation of Makers (page 5-6) " Who are #findthemasks Makers partners?": https://docs.google.com/document/d/1b9lj2j3vqJrZgqfozbZ2reSO6xnC_a00VtKO-xxUB7g/edit?usp=sharing
1.0
Update Makerspace FAQ text [new FAQ question] - New content to reflect partnership with Nation of Makers (page 5-6) " Who are #findthemasks Makers partners?": https://docs.google.com/document/d/1b9lj2j3vqJrZgqfozbZ2reSO6xnC_a00VtKO-xxUB7g/edit?usp=sharing
non_test
update makerspace faq text new content to reflect partnership with nation of makers page who are findthemasks makers partners
0
861
16,525,221,929
IssuesEvent
2021-05-26 19:09:35
microsoft/botframework-components
https://api.github.com/repos/microsoft/botframework-components
closed
Enterprise People: Update preview project to latest version of composer
Area: Generators: Enterprise People Owner: PBX backlog
### Use this [query](https://github.com/Microsoft/botbuilder-dotnet/issues?q=is%3Aissue+is%3Aopen++label%3Afeature-request+) to search for the most popular feature requests. **Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd like** A clear and concise description of what you want to happen. **Describe alternatives you've considered** A clear and concise description of any alternative solutions or features you've considered. **Additional context** Add any other context or screenshots about the feature request here.
1.0
Enterprise People: Update preview project to latest version of composer - ### Use this [query](https://github.com/Microsoft/botbuilder-dotnet/issues?q=is%3Aissue+is%3Aopen++label%3Afeature-request+) to search for the most popular feature requests. **Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd like** A clear and concise description of what you want to happen. **Describe alternatives you've considered** A clear and concise description of any alternative solutions or features you've considered. **Additional context** Add any other context or screenshots about the feature request here.
non_test
enterprise people update preview project to latest version of composer use this to search for the most popular feature requests is your feature request related to a problem please describe a clear and concise description of what the problem is ex i m always frustrated when describe the solution you d like a clear and concise description of what you want to happen describe alternatives you ve considered a clear and concise description of any alternative solutions or features you ve considered additional context add any other context or screenshots about the feature request here
0
106,085
9,107,357,720
IssuesEvent
2019-02-21 03:58:31
eayoungs/GeePal2
https://api.github.com/repos/eayoungs/GeePal2
opened
Mock data fails py.test: invalid JSON
Testing
Calendar data downloaded directly from Google throws error, while calendar-discovery.json passes but is useless
1.0
Mock data fails py.test: invalid JSON - Calendar data downloaded directly from Google throws error, while calendar-discovery.json passes but is useless
test
mock data fails py test invalid json calendar data downloaded directly from google throws error while calendar discovery json passes but is useless
1
218,464
16,992,419,721
IssuesEvent
2021-06-30 22:52:31
ESMCI/cime
https://api.github.com/repos/ESMCI/cime
opened
Allow multiple testmods
tp: system tests ty: enhancement
Based on discussions with @jedwards4b and @ekluzek around how to make the behavior of #4020 more explicit, I am working on changes to allow multiple testmods in a test. To do this, I plan to allow multiple arguments to the `--user-mods-dir` argument to create_newcase. Thus, the value of this argument in the code will now be a *list* of directories instead of a single directory. Then, anywhere where we operate on this argument, I'll add a loop over the elements of this list. It looks like there are only a few places where changes will be needed. A minor challenge is how to specify multiple testmods in a test name. I considered using a new special character for this purpose, and was tentatively thinking of `,` (which some searches suggested to me is a reasonable character to include in a Unix file name, even if it isn't POSIX compliant). However, CLM's build-namelist didn't handle this properly. **My current thinking is to use a double-hyphen as the separator between testmods.** Hyphen already has a special meaning in the testmod name, serving as a directory separator (i.e., each `-` is turned into `/` in determining the path to the testmod). So I can't see any current valid use of two hyphens in a row, and this feels like a reasonable syntax that sticks to only using characters that we know will work. So a test name like `ERP_D_Ld5.f10_f10_mg37.I1850Clm50BgcCropG.cheyenne_intel.clm-default--clm-foo-bar` would pull in two testmods, `clm/default` and `clm/foo/bar` (and as per @jedwards4b's recent change, any of these could actually end up pointing to a directory in the usermods space instead of the testmods space).
1.0
Allow multiple testmods - Based on discussions with @jedwards4b and @ekluzek around how to make the behavior of #4020 more explicit, I am working on changes to allow multiple testmods in a test. To do this, I plan to allow multiple arguments to the `--user-mods-dir` argument to create_newcase. Thus, the value of this argument in the code will now be a *list* of directories instead of a single directory. Then, anywhere where we operate on this argument, I'll add a loop over the elements of this list. It looks like there are only a few places where changes will be needed. A minor challenge is how to specify multiple testmods in a test name. I considered using a new special character for this purpose, and was tentatively thinking of `,` (which some searches suggested to me is a reasonable character to include in a Unix file name, even if it isn't POSIX compliant). However, CLM's build-namelist didn't handle this properly. **My current thinking is to use a double-hyphen as the separator between testmods.** Hyphen already has a special meaning in the testmod name, serving as a directory separator (i.e., each `-` is turned into `/` in determining the path to the testmod). So I can't see any current valid use of two hyphens in a row, and this feels like a reasonable syntax that sticks to only using characters that we know will work. So a test name like `ERP_D_Ld5.f10_f10_mg37.I1850Clm50BgcCropG.cheyenne_intel.clm-default--clm-foo-bar` would pull in two testmods, `clm/default` and `clm/foo/bar` (and as per @jedwards4b's recent change, any of these could actually end up pointing to a directory in the usermods space instead of the testmods space).
test
allow multiple testmods based on discussions with and ekluzek around how to make the behavior of more explicit i am working on changes to allow multiple testmods in a test to do this i plan to allow multiple arguments to the user mods dir argument to create newcase thus the value of this argument in the code will now be a list of directories instead of a single directory then anywhere where we operate on this argument i ll add a loop over the elements of this list it looks like there are only a few places where changes will be needed a minor challenge is how to specify multiple testmods in a test name i considered using a new special character for this purpose and was tentatively thinking of which some searches suggested to me is a reasonable character to include in a unix file name even if it isn t posix compliant however clm s build namelist didn t handle this properly my current thinking is to use a double hyphen as the separator between testmods hyphen already has a special meaning in the testmod name serving as a directory separator i e each is turned into in determining the path to the testmod so i can t see any current valid use of two hyphens in a row and this feels like a reasonable syntax that sticks to only using characters that we know will work so a test name like erp d cheyenne intel clm default clm foo bar would pull in two testmods clm default and clm foo bar and as per s recent change any of these could actually end up pointing to a directory in the usermods space instead of the testmods space
1
86,337
24,823,583,623
IssuesEvent
2022-10-25 18:33:30
open-policy-agent/gatekeeper
https://api.github.com/repos/open-policy-agent/gatekeeper
closed
Flaky unit test in constrainttemplates controller
bug Build/Testing flake stale
**What steps did you take and what happened:** go test github.com/open-policy-agent/gatekeeper/pkg/controller/constrainttemplate --count=10 Failure: https://gist.github.com/willbeason/cf3adff3ecfa3f29173a97bf995ee406
1.0
Flaky unit test in constrainttemplates controller - **What steps did you take and what happened:** go test github.com/open-policy-agent/gatekeeper/pkg/controller/constrainttemplate --count=10 Failure: https://gist.github.com/willbeason/cf3adff3ecfa3f29173a97bf995ee406
non_test
flaky unit test in constrainttemplates controller what steps did you take and what happened go test github com open policy agent gatekeeper pkg controller constrainttemplate count failure
0
237,833
26,085,387,665
IssuesEvent
2022-12-26 01:39:24
raindigi/snippet-generator
https://api.github.com/repos/raindigi/snippet-generator
opened
CVE-2022-46175 (High) detected in json5-0.5.1.tgz
security vulnerability
## CVE-2022-46175 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>json5-0.5.1.tgz</b></p></summary> <p>JSON for the ES5 era.</p> <p>Library home page: <a href="https://registry.npmjs.org/json5/-/json5-0.5.1.tgz">https://registry.npmjs.org/json5/-/json5-0.5.1.tgz</a></p> <p>Path to dependency file: /snippet-generator/package.json</p> <p>Path to vulnerable library: /node_modules/json5/package.json</p> <p> Dependency Hierarchy: - babel-core-6.26.3.tgz (Root Library) - :x: **json5-0.5.1.tgz** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/raindigi/snippet-generator/commit/048036a9ab01caa8b88a2ac5e83d724da33ace80">048036a9ab01caa8b88a2ac5e83d724da33ace80</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> JSON5 is an extension to the popular JSON file format that aims to be easier to write and maintain by hand (e.g. for config files). The `parse` method of the JSON5 library before and including version `2.2.1` does not restrict parsing of keys named `__proto__`, allowing specially crafted strings to pollute the prototype of the resulting object. This vulnerability pollutes the prototype of the object returned by `JSON5.parse` and not the global Object prototype, which is the commonly understood definition of Prototype Pollution. However, polluting the prototype of a single object can have significant security impact for an application if the object is later used in trusted operations. This vulnerability could allow an attacker to set arbitrary and unexpected keys on the object returned from `JSON5.parse`. The actual impact will depend on how applications utilize the returned object and how they filter unwanted keys, but could include denial of service, cross-site scripting, elevation of privilege, and in extreme cases, remote code execution. `JSON5.parse` should restrict parsing of `__proto__` keys when parsing JSON strings to objects. As a point of reference, the `JSON.parse` method included in JavaScript ignores `__proto__` keys. Simply changing `JSON5.parse` to `JSON.parse` in the examples above mitigates this vulnerability. This vulnerability is patched in json5 version 2.2.2 and later. <p>Publish Date: 2022-12-24 <p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2022-46175>CVE-2022-46175</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.1</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: High - Privileges Required: Low - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: Low - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://www.cve.org/CVERecord?id=CVE-2022-46175">https://www.cve.org/CVERecord?id=CVE-2022-46175</a></p> <p>Release Date: 2022-12-24</p> <p>Fix Resolution: json5 - 2.2.2</p> </p> </details> <p></p> *** Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
True
CVE-2022-46175 (High) detected in json5-0.5.1.tgz - ## CVE-2022-46175 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>json5-0.5.1.tgz</b></p></summary> <p>JSON for the ES5 era.</p> <p>Library home page: <a href="https://registry.npmjs.org/json5/-/json5-0.5.1.tgz">https://registry.npmjs.org/json5/-/json5-0.5.1.tgz</a></p> <p>Path to dependency file: /snippet-generator/package.json</p> <p>Path to vulnerable library: /node_modules/json5/package.json</p> <p> Dependency Hierarchy: - babel-core-6.26.3.tgz (Root Library) - :x: **json5-0.5.1.tgz** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/raindigi/snippet-generator/commit/048036a9ab01caa8b88a2ac5e83d724da33ace80">048036a9ab01caa8b88a2ac5e83d724da33ace80</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> JSON5 is an extension to the popular JSON file format that aims to be easier to write and maintain by hand (e.g. for config files). The `parse` method of the JSON5 library before and including version `2.2.1` does not restrict parsing of keys named `__proto__`, allowing specially crafted strings to pollute the prototype of the resulting object. This vulnerability pollutes the prototype of the object returned by `JSON5.parse` and not the global Object prototype, which is the commonly understood definition of Prototype Pollution. However, polluting the prototype of a single object can have significant security impact for an application if the object is later used in trusted operations. This vulnerability could allow an attacker to set arbitrary and unexpected keys on the object returned from `JSON5.parse`. The actual impact will depend on how applications utilize the returned object and how they filter unwanted keys, but could include denial of service, cross-site scripting, elevation of privilege, and in extreme cases, remote code execution. `JSON5.parse` should restrict parsing of `__proto__` keys when parsing JSON strings to objects. As a point of reference, the `JSON.parse` method included in JavaScript ignores `__proto__` keys. Simply changing `JSON5.parse` to `JSON.parse` in the examples above mitigates this vulnerability. This vulnerability is patched in json5 version 2.2.2 and later. <p>Publish Date: 2022-12-24 <p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2022-46175>CVE-2022-46175</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.1</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: High - Privileges Required: Low - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: Low - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://www.cve.org/CVERecord?id=CVE-2022-46175">https://www.cve.org/CVERecord?id=CVE-2022-46175</a></p> <p>Release Date: 2022-12-24</p> <p>Fix Resolution: json5 - 2.2.2</p> </p> </details> <p></p> *** Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_test
cve high detected in tgz cve high severity vulnerability vulnerable library tgz json for the era library home page a href path to dependency file snippet generator package json path to vulnerable library node modules package json dependency hierarchy babel core tgz root library x tgz vulnerable library found in head commit a href vulnerability details is an extension to the popular json file format that aims to be easier to write and maintain by hand e g for config files the parse method of the library before and including version does not restrict parsing of keys named proto allowing specially crafted strings to pollute the prototype of the resulting object this vulnerability pollutes the prototype of the object returned by parse and not the global object prototype which is the commonly understood definition of prototype pollution however polluting the prototype of a single object can have significant security impact for an application if the object is later used in trusted operations this vulnerability could allow an attacker to set arbitrary and unexpected keys on the object returned from parse the actual impact will depend on how applications utilize the returned object and how they filter unwanted keys but could include denial of service cross site scripting elevation of privilege and in extreme cases remote code execution parse should restrict parsing of proto keys when parsing json strings to objects as a point of reference the json parse method included in javascript ignores proto keys simply changing parse to json parse in the examples above mitigates this vulnerability this vulnerability is patched in version and later publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity high privileges required low user interaction none scope unchanged impact metrics confidentiality impact high integrity impact low availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution step up your open source security game with mend
0
229,187
18,286,656,117
IssuesEvent
2021-10-05 11:03:59
DILCISBoard/eark-ip-test-corpus
https://api.github.com/repos/DILCISBoard/eark-ip-test-corpus
closed
CSIP52 Test Case Description
test case corpus package
**Specification:** - **Name:** E-ARK CSIP - **Version:** 2.0-DRAFT - **URL:** http://earkcsip.dilcis.eu/ **Requirement:** - **Id:** CSIP52 - **Link:** http://earkcsip.dilcis.eu/#CSIP52 **Error Level:** ERROR **Description:** CSIP52 | Type of metadata amdSec/rightsMD/mdRef/@MDTYPE | Specifies the type of metadata in the linked file. Value is taken from the list provided by the standard. | 1..1 MUST -- | -- | -- | --
1.0
CSIP52 Test Case Description - **Specification:** - **Name:** E-ARK CSIP - **Version:** 2.0-DRAFT - **URL:** http://earkcsip.dilcis.eu/ **Requirement:** - **Id:** CSIP52 - **Link:** http://earkcsip.dilcis.eu/#CSIP52 **Error Level:** ERROR **Description:** CSIP52 | Type of metadata amdSec/rightsMD/mdRef/@MDTYPE | Specifies the type of metadata in the linked file. Value is taken from the list provided by the standard. | 1..1 MUST -- | -- | -- | --
test
test case description specification name e ark csip version draft url requirement id link error level error description type of metadata amdsec rightsmd mdref mdtype specifies the type of metadata in the linked file value is taken from the list provided by the standard must
1
178,978
13,806,948,588
IssuesEvent
2020-10-11 19:50:29
Atom-iQ/Atom-iQ
https://api.github.com/repos/Atom-iQ/Atom-iQ
closed
Add more unit tests in core
@atom-iq/cli @atom-iq/core unit tests
Add more unit tests: - core renderer functions (high priority) Target (core): 90-100% coverage Current (core): ~40% coverage
1.0
Add more unit tests in core - Add more unit tests: - core renderer functions (high priority) Target (core): 90-100% coverage Current (core): ~40% coverage
test
add more unit tests in core add more unit tests core renderer functions high priority target core coverage current core coverage
1
317,884
27,273,437,686
IssuesEvent
2023-02-23 01:24:54
airbytehq/airbyte
https://api.github.com/repos/airbytehq/airbyte
closed
Source Chargebee: enable `high` test strictness level in SAT
type/enhancement area/connectors team/connectors-python test-strictness-level
## What A `test_strictness_level` field was introduced to Source Acceptance Tests (SAT). Chargebee is a generally_available connector, we want it to have a `high` test strictness level. **This will help**: - maximize the SAT coverage on this connector. - document its potential weaknesses in term of test coverage. ## How 1. Migrate the existing `acceptance-test-config.yml` file to the latest configuration format. (See instructions [here](https://github.com/airbytehq/airbyte/blob/master/airbyte-integrations/bases/source-acceptance-test/README.md#L61)) 2. Enable `high` test strictness level in `acceptance-test-config.yml`. (See instructions [here](https://github.com/airbytehq/airbyte/blob/master/docs/connector-development/testing-connectors/source-acceptance-tests-reference.md#L240)) 3. Commit changes on `acceptance-test-config.yml` and open a PR. 4. Run SAT with the `/test` command on the branch. 5. If tests are failing please fix the failing test or use `bypass_reason` fields to explain why a specific test can't be run.
1.0
Source Chargebee: enable `high` test strictness level in SAT - ## What A `test_strictness_level` field was introduced to Source Acceptance Tests (SAT). Chargebee is a generally_available connector, we want it to have a `high` test strictness level. **This will help**: - maximize the SAT coverage on this connector. - document its potential weaknesses in term of test coverage. ## How 1. Migrate the existing `acceptance-test-config.yml` file to the latest configuration format. (See instructions [here](https://github.com/airbytehq/airbyte/blob/master/airbyte-integrations/bases/source-acceptance-test/README.md#L61)) 2. Enable `high` test strictness level in `acceptance-test-config.yml`. (See instructions [here](https://github.com/airbytehq/airbyte/blob/master/docs/connector-development/testing-connectors/source-acceptance-tests-reference.md#L240)) 3. Commit changes on `acceptance-test-config.yml` and open a PR. 4. Run SAT with the `/test` command on the branch. 5. If tests are failing please fix the failing test or use `bypass_reason` fields to explain why a specific test can't be run.
test
source chargebee enable high test strictness level in sat what a test strictness level field was introduced to source acceptance tests sat chargebee is a generally available connector we want it to have a high test strictness level this will help maximize the sat coverage on this connector document its potential weaknesses in term of test coverage how migrate the existing acceptance test config yml file to the latest configuration format see instructions enable high test strictness level in acceptance test config yml see instructions commit changes on acceptance test config yml and open a pr run sat with the test command on the branch if tests are failing please fix the failing test or use bypass reason fields to explain why a specific test can t be run
1
6,285
4,212,407,215
IssuesEvent
2016-06-29 16:11:01
MISP/MISP
https://api.github.com/repos/MISP/MISP
closed
Event filter (on index page) does not allow to filter based on sharing group
enhancement n-list usability
The Filter Event Index 'window' does not allow to filter based on sharing group. The only available distribution filter is based on the old 4 distributions.
True
Event filter (on index page) does not allow to filter based on sharing group - The Filter Event Index 'window' does not allow to filter based on sharing group. The only available distribution filter is based on the old 4 distributions.
non_test
event filter on index page does not allow to filter based on sharing group the filter event index window does not allow to filter based on sharing group the only available distribution filter is based on the old distributions
0
236,926
19,586,085,290
IssuesEvent
2022-01-05 07:06:08
LangLangBart/boonGUI
https://api.github.com/repos/LangLangBart/boonGUI
closed
Huge FPS drop on Nvidia 1660 Ti
Should test Stale
When I installed the new version of boongui I belive the new textures have caused the FPS to drop from 120 to all the way down to 30 - 50 fps for now I'm forced to use the previous version to prevent the FPS drop which really affects my Game, hope you understand System information: ``` `.:/ossyyyysso/:. derek@derek-Blade-15-Base-Model-Late-2020 .:oyyyyyyyyyyyyyyyyyyo:` ----------------------------------------- -oyyyyyyyodMMyyyyyyyysyyyyo- OS: Kubuntu 21.10 x86_64 -syyyyyyyyyydMMyoyyyydmMMyyyyys- Host: Blade 15 Base Model (Late 2020) 1.04 oyyysdMysyyyydMMMMMMMMMMMMMyyyyyyyo Kernel: 5.13.0-22-generic `oyyyydMMMMysyysoooooodMMMMyyyyyyyyyo` Uptime: 12 mins oyyyyyydMMMMyyyyyyyyyyyysdMMysssssyyyo Packages: 3080 (dpkg), 11 (snap) -yyyyyyyydMysyyyyyyyyyyyyyysdMMMMMysyyy- Shell: bash 5.1.8 oyyyysoodMyyyyyyyyyyyyyyyyyyydMMMMysyyyo Resolution: 1920x1080 yyysdMMMMMyyyyyyyyyyyyyyyyyyysosyyyyyyyy DE: Plasma 5.22.5 yyysdMMMMMyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy WM: KWin oyyyyysosdyyyyyyyyyyyyyyyyyyydMMMMysyyyo Theme: Breeze Dark [Plasma], Breeze [GTK2/3] -yyyyyyyydMysyyyyyyyyyyyyyysdMMMMMysyyy- Icons: [Plasma], breeze-dark [GTK2/3] oyyyyyydMMMysyyyyyyyyyyysdMMyoyyyoyyyo Terminal: konsole `oyyyydMMMysyyyoooooodMMMMyoyyyyyyyyo CPU: Intel i7-10750H (12) @ 5.000GHz oyyysyyoyyyysdMMMMMMMMMMMyyyyyyyyo GPU: NVIDIA GeForce GTX 1660 Ti Mobile -syyyyyyyyydMMMysyyydMMMysyyyys- GPU: Intel CometLake-H GT2 [UHD Graphics] -oyyyyyyydMMyyyyyyysosyyyyo- Memory: 5300MiB / 15866MiB ./oyyyyyyyyyyyyyyyyyyo/. `.:/oosyyyysso/:.` Name: Intel Core i7-10750H Microarchitecture: Comet Lake Technology: 14nm Max Frequency: 5.000 GHz Cores: 6 cores (12 threads) AVX: AVX,AVX2 FMA: FMA3 L1i Size: 32KB (192KB Total) L1d Size: 32KB (192KB Total) L2 Size: 256KB (1.5MB Total) L3 Size: 12MB Peak Performance: 960.00 GFLOP/s ```
1.0
Huge FPS drop on Nvidia 1660 Ti - When I installed the new version of boongui I belive the new textures have caused the FPS to drop from 120 to all the way down to 30 - 50 fps for now I'm forced to use the previous version to prevent the FPS drop which really affects my Game, hope you understand System information: ``` `.:/ossyyyysso/:. derek@derek-Blade-15-Base-Model-Late-2020 .:oyyyyyyyyyyyyyyyyyyo:` ----------------------------------------- -oyyyyyyyodMMyyyyyyyysyyyyo- OS: Kubuntu 21.10 x86_64 -syyyyyyyyyydMMyoyyyydmMMyyyyys- Host: Blade 15 Base Model (Late 2020) 1.04 oyyysdMysyyyydMMMMMMMMMMMMMyyyyyyyo Kernel: 5.13.0-22-generic `oyyyydMMMMysyysoooooodMMMMyyyyyyyyyo` Uptime: 12 mins oyyyyyydMMMMyyyyyyyyyyyysdMMysssssyyyo Packages: 3080 (dpkg), 11 (snap) -yyyyyyyydMysyyyyyyyyyyyyyysdMMMMMysyyy- Shell: bash 5.1.8 oyyyysoodMyyyyyyyyyyyyyyyyyyydMMMMysyyyo Resolution: 1920x1080 yyysdMMMMMyyyyyyyyyyyyyyyyyyysosyyyyyyyy DE: Plasma 5.22.5 yyysdMMMMMyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy WM: KWin oyyyyysosdyyyyyyyyyyyyyyyyyyydMMMMysyyyo Theme: Breeze Dark [Plasma], Breeze [GTK2/3] -yyyyyyyydMysyyyyyyyyyyyyyysdMMMMMysyyy- Icons: [Plasma], breeze-dark [GTK2/3] oyyyyyydMMMysyyyyyyyyyyysdMMyoyyyoyyyo Terminal: konsole `oyyyydMMMysyyyoooooodMMMMyoyyyyyyyyo CPU: Intel i7-10750H (12) @ 5.000GHz oyyysyyoyyyysdMMMMMMMMMMMyyyyyyyyo GPU: NVIDIA GeForce GTX 1660 Ti Mobile -syyyyyyyyydMMMysyyydMMMysyyyys- GPU: Intel CometLake-H GT2 [UHD Graphics] -oyyyyyyydMMyyyyyyysosyyyyo- Memory: 5300MiB / 15866MiB ./oyyyyyyyyyyyyyyyyyyo/. `.:/oosyyyysso/:.` Name: Intel Core i7-10750H Microarchitecture: Comet Lake Technology: 14nm Max Frequency: 5.000 GHz Cores: 6 cores (12 threads) AVX: AVX,AVX2 FMA: FMA3 L1i Size: 32KB (192KB Total) L1d Size: 32KB (192KB Total) L2 Size: 256KB (1.5MB Total) L3 Size: 12MB Peak Performance: 960.00 GFLOP/s ```
test
huge fps drop on nvidia ti when i installed the new version of boongui i belive the new textures have caused the fps to drop from to all the way down to fps for now i m forced to use the previous version to prevent the fps drop which really affects my game hope you understand system information ossyyyysso derek derek blade base model late oyyyyyyyyyyyyyyyyyyo oyyyyyyyodmmyyyyyyyysyyyyo os kubuntu syyyyyyyyyydmmyoyyyydmmmyyyyys host blade base model late oyyysdmysyyyydmmmmmmmmmmmmmyyyyyyyo kernel generic oyyyydmmmmysyysoooooodmmmmyyyyyyyyyo uptime mins oyyyyyydmmmmyyyyyyyyyyyysdmmysssssyyyo packages dpkg snap yyyyyyyydmysyyyyyyyyyyyyyysdmmmmmysyyy shell bash oyyyysoodmyyyyyyyyyyyyyyyyyyydmmmmysyyyo resolution yyysdmmmmmyyyyyyyyyyyyyyyyyyysosyyyyyyyy de plasma yyysdmmmmmyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy wm kwin oyyyyysosdyyyyyyyyyyyyyyyyyyydmmmmysyyyo theme breeze dark breeze yyyyyyyydmysyyyyyyyyyyyyyysdmmmmmysyyy icons breeze dark oyyyyyydmmmysyyyyyyyyyyysdmmyoyyyoyyyo terminal konsole oyyyydmmmysyyyoooooodmmmmyoyyyyyyyyo cpu intel oyyysyyoyyyysdmmmmmmmmmmmyyyyyyyyo gpu nvidia geforce gtx ti mobile syyyyyyyyydmmmysyyydmmmysyyyys gpu intel cometlake h oyyyyyyydmmyyyyyyysosyyyyo memory oyyyyyyyyyyyyyyyyyyo oosyyyysso name intel core microarchitecture comet lake technology max frequency ghz cores cores threads avx avx fma size total size total size total size peak performance gflop s
1
271,901
23,639,894,927
IssuesEvent
2022-08-25 16:05:36
redpanda-data/redpanda
https://api.github.com/repos/redpanda-data/redpanda
closed
CI Failure in SIPartitionMovementTest.test_cross_shard
kind/bug area/tests ci-failure area/shadow-indexing pr-blocker
https://buildkite.com/redpanda/redpanda/builds/14459#0182c215-4aad-4ea6-8652-d2f2763833a3 ``` Module: rptest.tests.partition_movement_test Class: SIPartitionMovementTest Method: test_cross_shard Arguments: { "num_to_upgrade": 2 } ``` ``` test_id: rptest.tests.partition_movement_test.SIPartitionMovementTest.test_cross_shard.num_to_upgrade=2 status: FAIL run time: 4 minutes 20.502 seconds TimeoutError("Consumer failed to consume up to offsets {TopicPartition(topic='topic', partition=1): 11149, TopicPartition(topic='topic', partition=5): 10669, TopicPartition(topic='topic', partition=0): 5594, TopicPartition(topic='topic', partition=3): 10836, TopicPartition(topic='topic', partition=2): 11175, TopicPartition(topic='topic', partition=8): 11248, TopicPartition(topic='topic', partition=7): 10663, TopicPartition(topic='topic', partition=4): 11012, TopicPartition(topic='topic', partition=9): 10743, TopicPartition(topic='topic', partition=6): 10959} after waiting 45s, last committed offsets: {TopicPartition(topic='topic', partition=3): 4354, TopicPartition(topic='topic', partition=7): 4387, TopicPartition(topic='topic', partition=0): 2238, TopicPartition(topic='topic', partition=5): 4350, TopicPartition(topic='topic', partition=9): 4350, TopicPartition(topic='topic', partition=2): 4614, TopicPartition(topic='topic', partition=1): 4672, TopicPartition(topic='topic', partition=4): 4494, TopicPartition(topic='topic', partition=6): 4414, TopicPartition(topic='topic', partition=8): 4650}.") Traceback (most recent call last): File "/usr/local/lib/python3.10/dist-packages/ducktape/tests/runner_client.py", line 135, in run data = self.run_test() File "/usr/local/lib/python3.10/dist-packages/ducktape/tests/runner_client.py", line 227, in run_test return self.test_context.function(self.test) File "/usr/local/lib/python3.10/dist-packages/ducktape/mark/_mark.py", line 476, in wrapper return functools.partial(f, *args, **kwargs)(*w_args, **w_kwargs) File "/root/tests/rptest/services/cluster.py", line 35, in wrapped r = f(self, *args, **kwargs) File "/root/tests/rptest/tests/partition_movement_test.py", line 887, in test_cross_shard self.run_validation(enable_idempotence=False, File "/root/tests/rptest/tests/end_to_end.py", line 226, in run_validation self.run_consumer_validation( File "/root/tests/rptest/tests/end_to_end.py", line 245, in run_consumer_validation self.await_consumed_offsets(last_acked_offsets, File "/root/tests/rptest/tests/end_to_end.py", line 185, in await_consumed_offsets wait_until( File "/usr/local/lib/python3.10/dist-packages/ducktape/utils/util.py", line 57, in wait_until raise TimeoutError(err_msg() if callable(err_msg) else err_msg) from last_exception ducktape.errors.TimeoutError: Consumer failed to consume up to offsets {TopicPartition(topic='topic', partition=1): 11149, TopicPartition(topic='topic', partition=5): 10669, TopicPartition(topic='topic', partition=0): 5594, TopicPartition(topic='topic', partition=3): 10836, TopicPartition(topic='topic', partition=2): 11175, TopicPartition(topic='topic', partition=8): 11248, TopicPartition(topic='topic', partition=7): 10663, TopicPartition(topic='topic', partition=4): 11012, TopicPartition(topic='topic', partition=9): 10743, TopicPartition(topic='topic', partition=6): 10959} after waiting 45s, last committed offsets: {TopicPartition(topic='topic', partition=3): 4354, TopicPartition(topic='topic', partition=7): 4387, TopicPartition(topic='topic', partition=0): 2238, TopicPartition(topic='topic', partition=5): 4350, TopicPartition(topic='topic', partition=9): 4350, TopicPartition(topic='topic', partition=2): 4614, TopicPartition(topic='topic', partition=1): 4672, TopicPartition(topic='topic', partition=4): 4494, TopicPartition(topic='topic', partition=6): 4414, TopicPartition(topic='topic', partition=8): 4650}. ```
1.0
CI Failure in SIPartitionMovementTest.test_cross_shard - https://buildkite.com/redpanda/redpanda/builds/14459#0182c215-4aad-4ea6-8652-d2f2763833a3 ``` Module: rptest.tests.partition_movement_test Class: SIPartitionMovementTest Method: test_cross_shard Arguments: { "num_to_upgrade": 2 } ``` ``` test_id: rptest.tests.partition_movement_test.SIPartitionMovementTest.test_cross_shard.num_to_upgrade=2 status: FAIL run time: 4 minutes 20.502 seconds TimeoutError("Consumer failed to consume up to offsets {TopicPartition(topic='topic', partition=1): 11149, TopicPartition(topic='topic', partition=5): 10669, TopicPartition(topic='topic', partition=0): 5594, TopicPartition(topic='topic', partition=3): 10836, TopicPartition(topic='topic', partition=2): 11175, TopicPartition(topic='topic', partition=8): 11248, TopicPartition(topic='topic', partition=7): 10663, TopicPartition(topic='topic', partition=4): 11012, TopicPartition(topic='topic', partition=9): 10743, TopicPartition(topic='topic', partition=6): 10959} after waiting 45s, last committed offsets: {TopicPartition(topic='topic', partition=3): 4354, TopicPartition(topic='topic', partition=7): 4387, TopicPartition(topic='topic', partition=0): 2238, TopicPartition(topic='topic', partition=5): 4350, TopicPartition(topic='topic', partition=9): 4350, TopicPartition(topic='topic', partition=2): 4614, TopicPartition(topic='topic', partition=1): 4672, TopicPartition(topic='topic', partition=4): 4494, TopicPartition(topic='topic', partition=6): 4414, TopicPartition(topic='topic', partition=8): 4650}.") Traceback (most recent call last): File "/usr/local/lib/python3.10/dist-packages/ducktape/tests/runner_client.py", line 135, in run data = self.run_test() File "/usr/local/lib/python3.10/dist-packages/ducktape/tests/runner_client.py", line 227, in run_test return self.test_context.function(self.test) File "/usr/local/lib/python3.10/dist-packages/ducktape/mark/_mark.py", line 476, in wrapper return functools.partial(f, *args, **kwargs)(*w_args, **w_kwargs) File "/root/tests/rptest/services/cluster.py", line 35, in wrapped r = f(self, *args, **kwargs) File "/root/tests/rptest/tests/partition_movement_test.py", line 887, in test_cross_shard self.run_validation(enable_idempotence=False, File "/root/tests/rptest/tests/end_to_end.py", line 226, in run_validation self.run_consumer_validation( File "/root/tests/rptest/tests/end_to_end.py", line 245, in run_consumer_validation self.await_consumed_offsets(last_acked_offsets, File "/root/tests/rptest/tests/end_to_end.py", line 185, in await_consumed_offsets wait_until( File "/usr/local/lib/python3.10/dist-packages/ducktape/utils/util.py", line 57, in wait_until raise TimeoutError(err_msg() if callable(err_msg) else err_msg) from last_exception ducktape.errors.TimeoutError: Consumer failed to consume up to offsets {TopicPartition(topic='topic', partition=1): 11149, TopicPartition(topic='topic', partition=5): 10669, TopicPartition(topic='topic', partition=0): 5594, TopicPartition(topic='topic', partition=3): 10836, TopicPartition(topic='topic', partition=2): 11175, TopicPartition(topic='topic', partition=8): 11248, TopicPartition(topic='topic', partition=7): 10663, TopicPartition(topic='topic', partition=4): 11012, TopicPartition(topic='topic', partition=9): 10743, TopicPartition(topic='topic', partition=6): 10959} after waiting 45s, last committed offsets: {TopicPartition(topic='topic', partition=3): 4354, TopicPartition(topic='topic', partition=7): 4387, TopicPartition(topic='topic', partition=0): 2238, TopicPartition(topic='topic', partition=5): 4350, TopicPartition(topic='topic', partition=9): 4350, TopicPartition(topic='topic', partition=2): 4614, TopicPartition(topic='topic', partition=1): 4672, TopicPartition(topic='topic', partition=4): 4494, TopicPartition(topic='topic', partition=6): 4414, TopicPartition(topic='topic', partition=8): 4650}. ```
test
ci failure in sipartitionmovementtest test cross shard module rptest tests partition movement test class sipartitionmovementtest method test cross shard arguments num to upgrade test id rptest tests partition movement test sipartitionmovementtest test cross shard num to upgrade status fail run time minutes seconds timeouterror consumer failed to consume up to offsets topicpartition topic topic partition topicpartition topic topic partition topicpartition topic topic partition topicpartition topic topic partition topicpartition topic topic partition topicpartition topic topic partition topicpartition topic topic partition topicpartition topic topic partition topicpartition topic topic partition topicpartition topic topic partition after waiting last committed offsets topicpartition topic topic partition topicpartition topic topic partition topicpartition topic topic partition topicpartition topic topic partition topicpartition topic topic partition topicpartition topic topic partition topicpartition topic topic partition topicpartition topic topic partition topicpartition topic topic partition topicpartition topic topic partition traceback most recent call last file usr local lib dist packages ducktape tests runner client py line in run data self run test file usr local lib dist packages ducktape tests runner client py line in run test return self test context function self test file usr local lib dist packages ducktape mark mark py line in wrapper return functools partial f args kwargs w args w kwargs file root tests rptest services cluster py line in wrapped r f self args kwargs file root tests rptest tests partition movement test py line in test cross shard self run validation enable idempotence false file root tests rptest tests end to end py line in run validation self run consumer validation file root tests rptest tests end to end py line in run consumer validation self await consumed offsets last acked offsets file root tests rptest tests end to end py line in await consumed offsets wait until file usr local lib dist packages ducktape utils util py line in wait until raise timeouterror err msg if callable err msg else err msg from last exception ducktape errors timeouterror consumer failed to consume up to offsets topicpartition topic topic partition topicpartition topic topic partition topicpartition topic topic partition topicpartition topic topic partition topicpartition topic topic partition topicpartition topic topic partition topicpartition topic topic partition topicpartition topic topic partition topicpartition topic topic partition topicpartition topic topic partition after waiting last committed offsets topicpartition topic topic partition topicpartition topic topic partition topicpartition topic topic partition topicpartition topic topic partition topicpartition topic topic partition topicpartition topic topic partition topicpartition topic topic partition topicpartition topic topic partition topicpartition topic topic partition topicpartition topic topic partition
1
334,173
24,407,335,973
IssuesEvent
2022-10-05 09:09:46
Ingressive-for-Good/I4G-OPENSOURCE-FRONTEND-PROJECT-2022
https://api.github.com/repos/Ingressive-for-Good/I4G-OPENSOURCE-FRONTEND-PROJECT-2022
closed
contribution guideline
documentation
Every open source project must have a detailed step by step guideline that all contributors must adhere to. This will help in in many ways as follows: - enables a clean codebase - help contributors work in sync - helps contributors keep the end goal in mind etc.
1.0
contribution guideline - Every open source project must have a detailed step by step guideline that all contributors must adhere to. This will help in in many ways as follows: - enables a clean codebase - help contributors work in sync - helps contributors keep the end goal in mind etc.
non_test
contribution guideline every open source project must have a detailed step by step guideline that all contributors must adhere to this will help in in many ways as follows enables a clean codebase help contributors work in sync helps contributors keep the end goal in mind etc
0
507,644
14,680,150,310
IssuesEvent
2020-12-31 09:12:17
k8smeetup/website-tasks
https://api.github.com/repos/k8smeetup/website-tasks
opened
/docs/tasks/configure-pod-container/attach-handler-lifecycle-event.md
lang/zh priority/P0 sync/update version/master welcome
Source File: [/docs/tasks/configure-pod-container/attach-handler-lifecycle-event.md](https://github.com/kubernetes/website/blob/master/content/en/docs/tasks/configure-pod-container/attach-handler-lifecycle-event.md) Diff 命令参考: ```bash # 查看原始文档与翻译文档更新差异 git diff --no-index -- content/en/docs/tasks/configure-pod-container/attach-handler-lifecycle-event.md content/zh/docs/tasks/configure-pod-container/attach-handler-lifecycle-event.md # 跨分支持查看原始文档更新差异 git diff release-1.19 master -- content/en/docs/tasks/configure-pod-container/attach-handler-lifecycle-event.md ```
1.0
/docs/tasks/configure-pod-container/attach-handler-lifecycle-event.md - Source File: [/docs/tasks/configure-pod-container/attach-handler-lifecycle-event.md](https://github.com/kubernetes/website/blob/master/content/en/docs/tasks/configure-pod-container/attach-handler-lifecycle-event.md) Diff 命令参考: ```bash # 查看原始文档与翻译文档更新差异 git diff --no-index -- content/en/docs/tasks/configure-pod-container/attach-handler-lifecycle-event.md content/zh/docs/tasks/configure-pod-container/attach-handler-lifecycle-event.md # 跨分支持查看原始文档更新差异 git diff release-1.19 master -- content/en/docs/tasks/configure-pod-container/attach-handler-lifecycle-event.md ```
non_test
docs tasks configure pod container attach handler lifecycle event md source file diff 命令参考 bash 查看原始文档与翻译文档更新差异 git diff no index content en docs tasks configure pod container attach handler lifecycle event md content zh docs tasks configure pod container attach handler lifecycle event md 跨分支持查看原始文档更新差异 git diff release master content en docs tasks configure pod container attach handler lifecycle event md
0