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
|
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
127,119 | 10,452,922,494 | IssuesEvent | 2019-09-19 15:32:33 | ansible/ansible | https://api.github.com/repos/ansible/ansible | closed | hcloud_server: tests fail with "hcloud.hcloud.APIException: <exception str() failed>" | affects_2.10 bug cloud hcloud module python3 support:community test traceback | ##### SUMMARY
Hi,
The `hcloud_server` functional test fails with the following error:
```
Traceback (most recent call last):
File "/root/.ansible/tmp/ansible-tmp-1568807623.3277433-185552884614973/AnsiballZ_hcloud_server.py", line 128, in <module>
_ansiballz_main()
File "/root/.ansible/tmp/ansible-tmp-1568807623.3277433-185552884614973/AnsiballZ_hcloud_server.py", line 120, in _ansiballz_main
invoke_module(zipped_mod, temp_path, ANSIBALLZ_PARAMS)
File "/root/.ansible/tmp/ansible-tmp-1568807623.3277433-185552884614973/AnsiballZ_hcloud_server.py", line 66, in invoke_module
runpy.run_module(mod_name='ansible.modules.cloud.hcloud.hcloud_server', init_globals=None, run_name='__main__', alter_sys=False)
File "/usr/lib/python3.6/runpy.py", line 208, in run_module
return _run_code(code, {}, init_globals, run_name, mod_spec)
File "/usr/lib/python3.6/runpy.py", line 85, in _run_code
exec(code, run_globals)
File "/tmp/ansible_hcloud_server_payload_uq0b_s79/ansible_hcloud_server_payload.zip/ansible/modules/cloud/hcloud/hcloud_server.py", line 500, in <module>
File "/tmp/ansible_hcloud_server_payload_uq0b_s79/ansible_hcloud_server_payload.zip/ansible/modules/cloud/hcloud/hcloud_server.py", line 481, in main
File "/tmp/ansible_hcloud_server_payload_uq0b_s79/ansible_hcloud_server_payload.zip/ansible/modules/cloud/hcloud/hcloud_server.py", line 433, in present_server
File "/tmp/ansible_hcloud_server_payload_uq0b_s79/ansible_hcloud_server_payload.zip/ansible/modules/cloud/hcloud/hcloud_server.py", line 340, in _update_server
File "/tmp/ansible_hcloud_server_payload_uq0b_s79/ansible_hcloud_server_payload.zip/ansible/modules/cloud/hcloud/hcloud_server.py", line 397, in _set_rescue_mode
File "/usr/local/lib/python3.6/dist-packages/hcloud/servers/client.py", line 167, in enable_rescue
return self._client.enable_rescue(self, type=type, ssh_keys=ssh_keys)
File "/usr/local/lib/python3.6/dist-packages/hcloud/servers/client.py", line 636, in enable_rescue
method="POST", json=data)
File "/usr/local/lib/python3.6/dist-packages/hcloud/hcloud.py", line 192, in request
self._raise_exception_from_json_content(json_content)
File "/usr/local/lib/python3.6/dist-packages/hcloud/hcloud.py", line 156, in _raise_exception_from_json_content
details=json_content['error']['details']
hcloud.hcloud.APIException: <exception str() failed>
```
e.g:
- https://app.shippable.com/github/ansible/ansible/runs/143748/146/tests
- https://app.shippable.com/github/ansible/ansible/runs/143748/145/tests
<!--- Explain the problem briefly below -->
##### ISSUE TYPE
- Bug Report
##### COMPONENT NAME
<!--- Write the short name of the module, plugin, task or feature below, use your best guess if unsure -->
hcloud_server
##### ANSIBLE VERSION
<!--- Paste verbatim output from "ansible --version" between quotes -->
```paste below
devel
``` | 1.0 | hcloud_server: tests fail with "hcloud.hcloud.APIException: <exception str() failed>" - ##### SUMMARY
Hi,
The `hcloud_server` functional test fails with the following error:
```
Traceback (most recent call last):
File "/root/.ansible/tmp/ansible-tmp-1568807623.3277433-185552884614973/AnsiballZ_hcloud_server.py", line 128, in <module>
_ansiballz_main()
File "/root/.ansible/tmp/ansible-tmp-1568807623.3277433-185552884614973/AnsiballZ_hcloud_server.py", line 120, in _ansiballz_main
invoke_module(zipped_mod, temp_path, ANSIBALLZ_PARAMS)
File "/root/.ansible/tmp/ansible-tmp-1568807623.3277433-185552884614973/AnsiballZ_hcloud_server.py", line 66, in invoke_module
runpy.run_module(mod_name='ansible.modules.cloud.hcloud.hcloud_server', init_globals=None, run_name='__main__', alter_sys=False)
File "/usr/lib/python3.6/runpy.py", line 208, in run_module
return _run_code(code, {}, init_globals, run_name, mod_spec)
File "/usr/lib/python3.6/runpy.py", line 85, in _run_code
exec(code, run_globals)
File "/tmp/ansible_hcloud_server_payload_uq0b_s79/ansible_hcloud_server_payload.zip/ansible/modules/cloud/hcloud/hcloud_server.py", line 500, in <module>
File "/tmp/ansible_hcloud_server_payload_uq0b_s79/ansible_hcloud_server_payload.zip/ansible/modules/cloud/hcloud/hcloud_server.py", line 481, in main
File "/tmp/ansible_hcloud_server_payload_uq0b_s79/ansible_hcloud_server_payload.zip/ansible/modules/cloud/hcloud/hcloud_server.py", line 433, in present_server
File "/tmp/ansible_hcloud_server_payload_uq0b_s79/ansible_hcloud_server_payload.zip/ansible/modules/cloud/hcloud/hcloud_server.py", line 340, in _update_server
File "/tmp/ansible_hcloud_server_payload_uq0b_s79/ansible_hcloud_server_payload.zip/ansible/modules/cloud/hcloud/hcloud_server.py", line 397, in _set_rescue_mode
File "/usr/local/lib/python3.6/dist-packages/hcloud/servers/client.py", line 167, in enable_rescue
return self._client.enable_rescue(self, type=type, ssh_keys=ssh_keys)
File "/usr/local/lib/python3.6/dist-packages/hcloud/servers/client.py", line 636, in enable_rescue
method="POST", json=data)
File "/usr/local/lib/python3.6/dist-packages/hcloud/hcloud.py", line 192, in request
self._raise_exception_from_json_content(json_content)
File "/usr/local/lib/python3.6/dist-packages/hcloud/hcloud.py", line 156, in _raise_exception_from_json_content
details=json_content['error']['details']
hcloud.hcloud.APIException: <exception str() failed>
```
e.g:
- https://app.shippable.com/github/ansible/ansible/runs/143748/146/tests
- https://app.shippable.com/github/ansible/ansible/runs/143748/145/tests
<!--- Explain the problem briefly below -->
##### ISSUE TYPE
- Bug Report
##### COMPONENT NAME
<!--- Write the short name of the module, plugin, task or feature below, use your best guess if unsure -->
hcloud_server
##### ANSIBLE VERSION
<!--- Paste verbatim output from "ansible --version" between quotes -->
```paste below
devel
``` | test | hcloud server tests fail with hcloud hcloud apiexception summary hi the hcloud server functional test fails with the following error traceback most recent call last file root ansible tmp ansible tmp ansiballz hcloud server py line in ansiballz main file root ansible tmp ansible tmp ansiballz hcloud server py line in ansiballz main invoke module zipped mod temp path ansiballz params file root ansible tmp ansible tmp ansiballz hcloud server py line in invoke module runpy run module mod name ansible modules cloud hcloud hcloud server init globals none run name main alter sys false file usr lib runpy py line in run module return run code code init globals run name mod spec file usr lib runpy py line in run code exec code run globals file tmp ansible hcloud server payload ansible hcloud server payload zip ansible modules cloud hcloud hcloud server py line in file tmp ansible hcloud server payload ansible hcloud server payload zip ansible modules cloud hcloud hcloud server py line in main file tmp ansible hcloud server payload ansible hcloud server payload zip ansible modules cloud hcloud hcloud server py line in present server file tmp ansible hcloud server payload ansible hcloud server payload zip ansible modules cloud hcloud hcloud server py line in update server file tmp ansible hcloud server payload ansible hcloud server payload zip ansible modules cloud hcloud hcloud server py line in set rescue mode file usr local lib dist packages hcloud servers client py line in enable rescue return self client enable rescue self type type ssh keys ssh keys file usr local lib dist packages hcloud servers client py line in enable rescue method post json data file usr local lib dist packages hcloud hcloud py line in request self raise exception from json content json content file usr local lib dist packages hcloud hcloud py line in raise exception from json content details json content hcloud hcloud apiexception e g issue type bug report component name hcloud server ansible version paste below devel | 1 |
732,042 | 25,242,329,062 | IssuesEvent | 2022-11-15 08:33:34 | ChildMindInstitute/mindlogger-app | https://api.github.com/repos/ChildMindInstitute/mindlogger-app | closed | Bold Subscale Text in Summary Screen for Flagged Scores | Config Report EK-High Priority | Any subscale that is flagged should have **bolded** text in addition to bolded numbers
Bennett requests this.
 | 1.0 | Bold Subscale Text in Summary Screen for Flagged Scores - Any subscale that is flagged should have **bolded** text in addition to bolded numbers
Bennett requests this.
 | non_test | bold subscale text in summary screen for flagged scores any subscale that is flagged should have bolded text in addition to bolded numbers bennett requests this | 0 |
6,552 | 3,410,972,480 | IssuesEvent | 2015-12-04 22:51:47 | zurb/foundation-sites | https://api.github.com/repos/zurb/foundation-sites | closed | Include version number in CSS | codebase | Include the version number in a CSS comment at the top of `dist/foundation.css`. | 1.0 | Include version number in CSS - Include the version number in a CSS comment at the top of `dist/foundation.css`. | non_test | include version number in css include the version number in a css comment at the top of dist foundation css | 0 |
13,490 | 8,243,743,534 | IssuesEvent | 2018-09-11 02:06:55 | triplea-game/triplea | https://api.github.com/repos/triplea-game/triplea | closed | Battle simulator startup delay is too slow for large GameData games | category: performance ice box - close and revisit later | I've had the experience of playing WaW to round 20+, the game save size is 5MB and it generally took 5~10 seconds before the battle calculator was usable. This delay made the calculator essentially broken, could not be used during a live game for more than one or two calc's without adding minutes to a game turn.
Repro Problem:
- get a large game data (I'll see if i can attach a save game, appreciate it if anyone can attach one they create)
- open calculator, you'll see it filled in all details but the button is not enabled to calc
- eventually the button is available, this is the problem. The client has the local gameData client, there does not seem to be a good need for this delay (and even if there is, the delay makes the calculator broken to use).
| True | Battle simulator startup delay is too slow for large GameData games - I've had the experience of playing WaW to round 20+, the game save size is 5MB and it generally took 5~10 seconds before the battle calculator was usable. This delay made the calculator essentially broken, could not be used during a live game for more than one or two calc's without adding minutes to a game turn.
Repro Problem:
- get a large game data (I'll see if i can attach a save game, appreciate it if anyone can attach one they create)
- open calculator, you'll see it filled in all details but the button is not enabled to calc
- eventually the button is available, this is the problem. The client has the local gameData client, there does not seem to be a good need for this delay (and even if there is, the delay makes the calculator broken to use).
| non_test | battle simulator startup delay is too slow for large gamedata games i ve had the experience of playing waw to round the game save size is and it generally took seconds before the battle calculator was usable this delay made the calculator essentially broken could not be used during a live game for more than one or two calc s without adding minutes to a game turn repro problem get a large game data i ll see if i can attach a save game appreciate it if anyone can attach one they create open calculator you ll see it filled in all details but the button is not enabled to calc eventually the button is available this is the problem the client has the local gamedata client there does not seem to be a good need for this delay and even if there is the delay makes the calculator broken to use | 0 |
171,628 | 27,150,580,311 | IssuesEvent | 2023-02-17 00:40:25 | devssa/onde-codar-em-salvador | https://api.github.com/repos/devssa/onde-codar-em-salvador | closed | [REACT] [SQL] [VUE] [CSS] [JAVASCRIPT] [PHP] [LARAVEL] [JUNIOR] Analista de Sistemas Jr. (React) na [WTF] | SALVADOR PHP JAVASCRIPT CSS3 LARAVEL JUNIOR SQL POO REACT VUE DESIGN PATTERNS HELP WANTED PSR Stale | <!--
==================================================
POR FAVOR, SÓ POSTE SE A VAGA FOR PARA SALVADOR E CIDADES VIZINHAS!
Use: "Desenvolvedor Front-end" ao invés de
"Front-End Developer" \o/
Exemplo: `[JAVASCRIPT] [MYSQL] [NODE.JS] Desenvolvedor Front-End na [NOME DA EMPRESA]`
==================================================
-->
## Descrição da vaga
- Analista de Sistemas Jr. (React) na WTF
## Local
- Salvador
## Benefícios
- Informações diretamente com o responsável pela vaga/recrutador.
## Requisitos
**Obrigatórios:**
- Experiência em linguagem de programação React;
- Experiência em lógica de programação OO;
- Experiência em banco de dados SQL/SQL Server (básico);
- Experiência em Vue.JS, CSS e Javascript.
**Desejáveis:**
- Experiência em linguagem de programação PHP;
- Experiência em PHP (desejável framework Laravel);
- Conhecimento em Design Pattern;
- Conhecimento nas PSRs do PHP.
## Contratação
- a combinar
## Nossa empresa
- A Wtf desenvolve ferramentas digitais, fornece suporte técnico para sistemas e produz soluções tecnológicas que otimizam processos.
- Originada a partir da evolução do setor de Tecnologia da Informação em uma empresa de operações telefônicas com mais de 20 anos de experiência, possuímos ampla expertise em processos de telefonia e integração com as tecnologias mais importantes do mercado. Porém, desde a fundação da Welcome The Future, em Julho de 2017, projetos com diversos focos e públicos foram incluídos no nosso portfólio, ampliando a gama de possibilidades de atuação da empresa.
- Do detalhe ao todo, mantemos o olhar focado em inovação, agregando soluções de excelência personalizadas a diversas realidades.
## Como se candidatar
- Por favor envie um email para [email protected] com seu CV anexado até o dia 15/02/2021.
| 1.0 | [REACT] [SQL] [VUE] [CSS] [JAVASCRIPT] [PHP] [LARAVEL] [JUNIOR] Analista de Sistemas Jr. (React) na [WTF] - <!--
==================================================
POR FAVOR, SÓ POSTE SE A VAGA FOR PARA SALVADOR E CIDADES VIZINHAS!
Use: "Desenvolvedor Front-end" ao invés de
"Front-End Developer" \o/
Exemplo: `[JAVASCRIPT] [MYSQL] [NODE.JS] Desenvolvedor Front-End na [NOME DA EMPRESA]`
==================================================
-->
## Descrição da vaga
- Analista de Sistemas Jr. (React) na WTF
## Local
- Salvador
## Benefícios
- Informações diretamente com o responsável pela vaga/recrutador.
## Requisitos
**Obrigatórios:**
- Experiência em linguagem de programação React;
- Experiência em lógica de programação OO;
- Experiência em banco de dados SQL/SQL Server (básico);
- Experiência em Vue.JS, CSS e Javascript.
**Desejáveis:**
- Experiência em linguagem de programação PHP;
- Experiência em PHP (desejável framework Laravel);
- Conhecimento em Design Pattern;
- Conhecimento nas PSRs do PHP.
## Contratação
- a combinar
## Nossa empresa
- A Wtf desenvolve ferramentas digitais, fornece suporte técnico para sistemas e produz soluções tecnológicas que otimizam processos.
- Originada a partir da evolução do setor de Tecnologia da Informação em uma empresa de operações telefônicas com mais de 20 anos de experiência, possuímos ampla expertise em processos de telefonia e integração com as tecnologias mais importantes do mercado. Porém, desde a fundação da Welcome The Future, em Julho de 2017, projetos com diversos focos e públicos foram incluídos no nosso portfólio, ampliando a gama de possibilidades de atuação da empresa.
- Do detalhe ao todo, mantemos o olhar focado em inovação, agregando soluções de excelência personalizadas a diversas realidades.
## Como se candidatar
- Por favor envie um email para [email protected] com seu CV anexado até o dia 15/02/2021.
| non_test | analista de sistemas jr react na por favor só poste se a vaga for para salvador e cidades vizinhas use desenvolvedor front end ao invés de front end developer o exemplo desenvolvedor front end na descrição da vaga analista de sistemas jr react na wtf local salvador benefícios informações diretamente com o responsável pela vaga recrutador requisitos obrigatórios experiência em linguagem de programação react experiência em lógica de programação oo experiência em banco de dados sql sql server básico experiência em vue js css e javascript desejáveis experiência em linguagem de programação php experiência em php desejável framework laravel conhecimento em design pattern conhecimento nas psrs do php contratação a combinar nossa empresa a wtf desenvolve ferramentas digitais fornece suporte técnico para sistemas e produz soluções tecnológicas que otimizam processos originada a partir da evolução do setor de tecnologia da informação em uma empresa de operações telefônicas com mais de anos de experiência possuímos ampla expertise em processos de telefonia e integração com as tecnologias mais importantes do mercado porém desde a fundação da welcome the future em julho de projetos com diversos focos e públicos foram incluídos no nosso portfólio ampliando a gama de possibilidades de atuação da empresa do detalhe ao todo mantemos o olhar focado em inovação agregando soluções de excelência personalizadas a diversas realidades como se candidatar por favor envie um email para contato wtf inf br com seu cv anexado até o dia | 0 |
172,468 | 27,286,144,755 | IssuesEvent | 2023-02-23 13:38:27 | brave/brave-browser | https://api.github.com/repos/brave/brave-browser | closed | Hover card for vertical tabs should be aligned next to the tab | design priority/P3 QA/Yes release-notes/exclude OS/Desktop feature/vertical-tabs | <!-- Have you searched for similar issues? Before submitting this issue, please check the open issues and add a note before logging a new issue.
PLEASE USE THE TEMPLATE BELOW TO PROVIDE INFORMATION ABOUT THE ISSUE.
INSUFFICIENT INFO WILL GET THE ISSUE CLOSED. IT WILL ONLY BE REOPENED AFTER SUFFICIENT INFO IS PROVIDED-->
## Description
<!--Provide a brief description of the issue-->
Currently in vertical tabs mode, the hover card (default) or hover card preview show below and centered on mouseover. The hover card or hover card preview should show next to tab.
## Steps to Reproduce
<!--Please add a series of steps to reproduce the issue-->
1. Enable vertical tabs mode in nightly 1.50.x or higher
2. Open several tabs in vertical tabs.
3. Ensure brave://settings/appearance Tab hover mode Card or Card preview are enabled.
4. Notice screenshot in actual result below where Card/Card preview are centered below the tab.
## Actual result:
<!--Please add screenshots if needed-->
<img width="318" alt="Screenshot 2023-02-17 at 1 07 40 PM" src="https://user-images.githubusercontent.com/5951041/219794835-bc2b22ca-0e1a-4379-8a4b-6c5b1582f711.png">
## Expected result:
Proposed

## Reproduces how often:
<!--[Easily reproduced/Intermittent issue/No steps to reproduce]-->
Easily.
## Brave version (brave://version info)
<!--For installed build, please copy Brave, Revision and OS from brave://version and paste here. If building from source please mention it along with brave://version details-->
1.48.x and higher with vertical tabs flag enabled
## Version/Channel Information:
<!--Does this issue happen on any other channels? Or is it specific to a certain channel?-->
- Can you reproduce this issue with the current release? yes w/ flag enabled
- Can you reproduce this issue with the beta channel? yes w/ flag enabled
- Can you reproduce this issue with the nightly channel? yes w/ flag enabled
## Other Additional Information:
- Does the issue resolve itself when disabling Brave Shields? n/a
- Does the issue resolve itself when disabling Brave Rewards? n/a
- Is the issue reproducible on the latest version of Chrome? n/a
## Miscellaneous Information:
<!--Any additional information, related issues, extra QA steps, configuration or data that might be necessary to reproduce the issue-->
cc: @zenparsing | 1.0 | Hover card for vertical tabs should be aligned next to the tab - <!-- Have you searched for similar issues? Before submitting this issue, please check the open issues and add a note before logging a new issue.
PLEASE USE THE TEMPLATE BELOW TO PROVIDE INFORMATION ABOUT THE ISSUE.
INSUFFICIENT INFO WILL GET THE ISSUE CLOSED. IT WILL ONLY BE REOPENED AFTER SUFFICIENT INFO IS PROVIDED-->
## Description
<!--Provide a brief description of the issue-->
Currently in vertical tabs mode, the hover card (default) or hover card preview show below and centered on mouseover. The hover card or hover card preview should show next to tab.
## Steps to Reproduce
<!--Please add a series of steps to reproduce the issue-->
1. Enable vertical tabs mode in nightly 1.50.x or higher
2. Open several tabs in vertical tabs.
3. Ensure brave://settings/appearance Tab hover mode Card or Card preview are enabled.
4. Notice screenshot in actual result below where Card/Card preview are centered below the tab.
## Actual result:
<!--Please add screenshots if needed-->
<img width="318" alt="Screenshot 2023-02-17 at 1 07 40 PM" src="https://user-images.githubusercontent.com/5951041/219794835-bc2b22ca-0e1a-4379-8a4b-6c5b1582f711.png">
## Expected result:
Proposed

## Reproduces how often:
<!--[Easily reproduced/Intermittent issue/No steps to reproduce]-->
Easily.
## Brave version (brave://version info)
<!--For installed build, please copy Brave, Revision and OS from brave://version and paste here. If building from source please mention it along with brave://version details-->
1.48.x and higher with vertical tabs flag enabled
## Version/Channel Information:
<!--Does this issue happen on any other channels? Or is it specific to a certain channel?-->
- Can you reproduce this issue with the current release? yes w/ flag enabled
- Can you reproduce this issue with the beta channel? yes w/ flag enabled
- Can you reproduce this issue with the nightly channel? yes w/ flag enabled
## Other Additional Information:
- Does the issue resolve itself when disabling Brave Shields? n/a
- Does the issue resolve itself when disabling Brave Rewards? n/a
- Is the issue reproducible on the latest version of Chrome? n/a
## Miscellaneous Information:
<!--Any additional information, related issues, extra QA steps, configuration or data that might be necessary to reproduce the issue-->
cc: @zenparsing | non_test | hover card for vertical tabs should be aligned next to the tab have you searched for similar issues before submitting this issue please check the open issues and add a note before logging a new issue please use the template below to provide information about the issue insufficient info will get the issue closed it will only be reopened after sufficient info is provided description currently in vertical tabs mode the hover card default or hover card preview show below and centered on mouseover the hover card or hover card preview should show next to tab steps to reproduce enable vertical tabs mode in nightly x or higher open several tabs in vertical tabs ensure brave settings appearance tab hover mode card or card preview are enabled notice screenshot in actual result below where card card preview are centered below the tab actual result img width alt screenshot at pm src expected result proposed reproduces how often easily brave version brave version info x and higher with vertical tabs flag enabled version channel information can you reproduce this issue with the current release yes w flag enabled can you reproduce this issue with the beta channel yes w flag enabled can you reproduce this issue with the nightly channel yes w flag enabled other additional information does the issue resolve itself when disabling brave shields n a does the issue resolve itself when disabling brave rewards n a is the issue reproducible on the latest version of chrome n a miscellaneous information cc zenparsing | 0 |
182,971 | 14,926,028,081 | IssuesEvent | 2021-01-24 09:34:50 | Nexters/Full-Stack-Server | https://api.github.com/repos/Nexters/Full-Stack-Server | opened | Spirng boot 프로젝트 생성 및 스펙 정의 | documentation | # Spring boot
> https://start.spring.io/
## Spec
- Gradle
- Java 11
- Spring Boot 2.4.2
## Dependencies
- Spring Web
- Spring Data JPA
- Lombok
- H2 Databse
- etc | 1.0 | Spirng boot 프로젝트 생성 및 스펙 정의 - # Spring boot
> https://start.spring.io/
## Spec
- Gradle
- Java 11
- Spring Boot 2.4.2
## Dependencies
- Spring Web
- Spring Data JPA
- Lombok
- H2 Databse
- etc | non_test | spirng boot 프로젝트 생성 및 스펙 정의 spring boot spec gradle java spring boot dependencies spring web spring data jpa lombok databse etc | 0 |
213,465 | 16,521,638,284 | IssuesEvent | 2021-05-26 15:07:05 | celo-org/optics-monorepo | https://api.github.com/repos/celo-org/optics-monorepo | closed | test: Add `prove` and `process` on Replica to cross-chain message tests | solidity/js ♦️ testing | `test/cross-chain/SimpleMessage` - address the TODO - add a test that we can prove and process the message submitted to the Replica
requires generating proofs with the Rust code - see `Replica.test.js` for example | 1.0 | test: Add `prove` and `process` on Replica to cross-chain message tests - `test/cross-chain/SimpleMessage` - address the TODO - add a test that we can prove and process the message submitted to the Replica
requires generating proofs with the Rust code - see `Replica.test.js` for example | test | test add prove and process on replica to cross chain message tests test cross chain simplemessage address the todo add a test that we can prove and process the message submitted to the replica requires generating proofs with the rust code see replica test js for example | 1 |
60,787 | 6,714,963,867 | IssuesEvent | 2017-10-13 19:03:28 | openshift/origin | https://api.github.com/repos/openshift/origin | opened | 2 deployer pods are present for a brief moment | component/apps kind/bug kind/test-flake priority/P1 sig/master | This is probably because we don't wait for them to be deleted and allow deploying newer RC just because the old one is marked cancelled but this doesn't mean the deployer pod has been deleted yet as that is handled asynchronously by deployer controller.
@smarterclayton this is the issue you pinged me about
cc: @mfojtik
Seen in https://ci.openshift.redhat.com/jenkins/job/zz_origin_gce_image/502/testReport/junit/(root)/Extended/_Feature_DeploymentConfig__deploymentconfigs_when_run_iteratively__Conformance__should_only_deploy_the_last_deployment__Suite_openshift_conformance_parallel_/
[logs.txt](https://github.com/openshift/origin/files/1383699/logs.txt)
| 1.0 | 2 deployer pods are present for a brief moment - This is probably because we don't wait for them to be deleted and allow deploying newer RC just because the old one is marked cancelled but this doesn't mean the deployer pod has been deleted yet as that is handled asynchronously by deployer controller.
@smarterclayton this is the issue you pinged me about
cc: @mfojtik
Seen in https://ci.openshift.redhat.com/jenkins/job/zz_origin_gce_image/502/testReport/junit/(root)/Extended/_Feature_DeploymentConfig__deploymentconfigs_when_run_iteratively__Conformance__should_only_deploy_the_last_deployment__Suite_openshift_conformance_parallel_/
[logs.txt](https://github.com/openshift/origin/files/1383699/logs.txt)
| test | deployer pods are present for a brief moment this is probably because we don t wait for them to be deleted and allow deploying newer rc just because the old one is marked cancelled but this doesn t mean the deployer pod has been deleted yet as that is handled asynchronously by deployer controller smarterclayton this is the issue you pinged me about cc mfojtik seen in | 1 |
230,923 | 17,651,411,891 | IssuesEvent | 2021-08-20 13:42:03 | Robot-Inventor/spam-tweets-compressor | https://api.github.com/repos/Robot-Inventor/spam-tweets-compressor | opened | v2.0.9.5 | documentation enhancement importance: low | - [ ] manifest.jsonのバージョン番号を更新
- [ ] package.jsonとpackage-lock.jsonのバージョン番号を更新
- [ ] changelog.mdを更新
- [ ] GitHubのリリースを作成
- [ ] ストアの説明文を更新(#218) | 1.0 | v2.0.9.5 - - [ ] manifest.jsonのバージョン番号を更新
- [ ] package.jsonとpackage-lock.jsonのバージョン番号を更新
- [ ] changelog.mdを更新
- [ ] GitHubのリリースを作成
- [ ] ストアの説明文を更新(#218) | non_test | manifest jsonのバージョン番号を更新 package jsonとpackage lock jsonのバージョン番号を更新 changelog mdを更新 githubのリリースを作成 ストアの説明文を更新( ) | 0 |
315,286 | 27,062,293,667 | IssuesEvent | 2023-02-13 20:49:10 | wazuh/wazuh-qa | https://api.github.com/repos/wazuh/wazuh-qa | opened | Validate Authd x509 Certificate generation works correctly | team/qa feature/authd type/dev-testing status/not-tracked role/qa-watchdogs subteam/qa-rainbow | | Target version | Related issue | Related PR |
|--------------------|--------------------|-----------------|
| 4.5.0 | https://github.com/wazuh/wazuh/issues/14855 | Not created yet |
## Description
This Issue aims to test the fix applied in Authd x509 certificate generation works correctly.
## Proposed checks
- [ ] Test Auth x509 certificate generation works correctly
- [ ] Validate x509 certificate generation fails when using invalid values in flags has descriptive error message
- [ ] Validate x509 certificate generation fails when using invalid flags has descriptive error message
- [ ] Validate x509 certificate generation fails when using missing flags has descriptive error message
## Steps to reproduce
- Install and start Manager
- Generate certificate with Authd
- Check results
## Expected results
When using invalid values or flags, it is expected that certificate generation fails, and shows descriptive error messages.
| 1.0 | Validate Authd x509 Certificate generation works correctly - | Target version | Related issue | Related PR |
|--------------------|--------------------|-----------------|
| 4.5.0 | https://github.com/wazuh/wazuh/issues/14855 | Not created yet |
## Description
This Issue aims to test the fix applied in Authd x509 certificate generation works correctly.
## Proposed checks
- [ ] Test Auth x509 certificate generation works correctly
- [ ] Validate x509 certificate generation fails when using invalid values in flags has descriptive error message
- [ ] Validate x509 certificate generation fails when using invalid flags has descriptive error message
- [ ] Validate x509 certificate generation fails when using missing flags has descriptive error message
## Steps to reproduce
- Install and start Manager
- Generate certificate with Authd
- Check results
## Expected results
When using invalid values or flags, it is expected that certificate generation fails, and shows descriptive error messages.
| test | validate authd certificate generation works correctly target version related issue related pr not created yet description this issue aims to test the fix applied in authd certificate generation works correctly proposed checks test auth certificate generation works correctly validate certificate generation fails when using invalid values in flags has descriptive error message validate certificate generation fails when using invalid flags has descriptive error message validate certificate generation fails when using missing flags has descriptive error message steps to reproduce install and start manager generate certificate with authd check results expected results when using invalid values or flags it is expected that certificate generation fails and shows descriptive error messages | 1 |
345,434 | 30,811,667,712 | IssuesEvent | 2023-08-01 10:49:24 | containers/hirte | https://api.github.com/repos/containers/hirte | opened | Add integration tests: create and close monitor | testing | # Integration Tests
_Goal:_ Verify that creating and closing monitors work.
__Example test steps:__
1. Create 1x container for hirte
2. Create the monitor and call Close() on it
3. Adding a subscription to that monitor should fail now
| 1.0 | Add integration tests: create and close monitor - # Integration Tests
_Goal:_ Verify that creating and closing monitors work.
__Example test steps:__
1. Create 1x container for hirte
2. Create the monitor and call Close() on it
3. Adding a subscription to that monitor should fail now
| test | add integration tests create and close monitor integration tests goal verify that creating and closing monitors work example test steps create container for hirte create the monitor and call close on it adding a subscription to that monitor should fail now | 1 |
383,546 | 26,554,622,440 | IssuesEvent | 2023-01-20 10:53:44 | exasol/exasol-java-tutorial | https://api.github.com/repos/exasol/exasol-java-tutorial | closed | Add hands-on tutorial for IMPORT with TLS | documentation | ## Situation
Installing TLS certificates correctly is the precondition for getting an `IMPORT` running using the EXALoader when the service you are importing from uses a server certificate signed by the organizations own CA. This is a very typical scenario on-premise.
## Acceptance Criteria
* Step-by-step tutorial exists that demonstrates an `IMPORT` in a scenario with organization issued TLS certificates.
| 1.0 | Add hands-on tutorial for IMPORT with TLS - ## Situation
Installing TLS certificates correctly is the precondition for getting an `IMPORT` running using the EXALoader when the service you are importing from uses a server certificate signed by the organizations own CA. This is a very typical scenario on-premise.
## Acceptance Criteria
* Step-by-step tutorial exists that demonstrates an `IMPORT` in a scenario with organization issued TLS certificates.
| non_test | add hands on tutorial for import with tls situation installing tls certificates correctly is the precondition for getting an import running using the exaloader when the service you are importing from uses a server certificate signed by the organizations own ca this is a very typical scenario on premise acceptance criteria step by step tutorial exists that demonstrates an import in a scenario with organization issued tls certificates | 0 |
572,530 | 17,023,492,401 | IssuesEvent | 2021-07-03 02:18:19 | tomhughes/trac-tickets | https://api.github.com/repos/tomhughes/trac-tickets | closed | Memorise to apply to a single tag if the focus is on a tag (or a relation) | Component: potlatch (flash editor) Priority: major Resolution: wontfix Type: enhancement | **[Submitted to the original trac issue database at 9.27pm, Wednesday, 7th October 2009]**
Several of the tickets refer to various ways of making it easier to add a relation to a sequence of ways as you scroll the map. I think the simplest and most general way of making this easier would be to allow a single tag to be memorised, rather than the set of tags for the current way.
Currently, if the focus is on a tag, nothing is memorised. I would suggest that that single tag be memorised, to be later pasted on other ways.
Clearly this only solves the problem of pasting a relation if the memorise function works on relation-membership tags.
I've put this in as a major enhancement, because applying relations to ways is currently a major pain in the butt, with current methods tedious or error-prone. | 1.0 | Memorise to apply to a single tag if the focus is on a tag (or a relation) - **[Submitted to the original trac issue database at 9.27pm, Wednesday, 7th October 2009]**
Several of the tickets refer to various ways of making it easier to add a relation to a sequence of ways as you scroll the map. I think the simplest and most general way of making this easier would be to allow a single tag to be memorised, rather than the set of tags for the current way.
Currently, if the focus is on a tag, nothing is memorised. I would suggest that that single tag be memorised, to be later pasted on other ways.
Clearly this only solves the problem of pasting a relation if the memorise function works on relation-membership tags.
I've put this in as a major enhancement, because applying relations to ways is currently a major pain in the butt, with current methods tedious or error-prone. | non_test | memorise to apply to a single tag if the focus is on a tag or a relation several of the tickets refer to various ways of making it easier to add a relation to a sequence of ways as you scroll the map i think the simplest and most general way of making this easier would be to allow a single tag to be memorised rather than the set of tags for the current way currently if the focus is on a tag nothing is memorised i would suggest that that single tag be memorised to be later pasted on other ways clearly this only solves the problem of pasting a relation if the memorise function works on relation membership tags i ve put this in as a major enhancement because applying relations to ways is currently a major pain in the butt with current methods tedious or error prone | 0 |
49,104 | 6,009,415,028 | IssuesEvent | 2017-06-06 10:26:24 | EenmaalAndermaal/EenmaalAndermaal | https://api.github.com/repos/EenmaalAndermaal/EenmaalAndermaal | closed | Homepagina controleert niet of veiling voorbij is | area: koper bug prioriteit: 1 tester: Bart | # Omschrijving
Op de homepagina worden alle veilingen geladen ook als de datum van de veiling verlopen is en als veilingGesloten op 1 staat | 1.0 | Homepagina controleert niet of veiling voorbij is - # Omschrijving
Op de homepagina worden alle veilingen geladen ook als de datum van de veiling verlopen is en als veilingGesloten op 1 staat | test | homepagina controleert niet of veiling voorbij is omschrijving op de homepagina worden alle veilingen geladen ook als de datum van de veiling verlopen is en als veilinggesloten op staat | 1 |
433,414 | 30,326,885,943 | IssuesEvent | 2023-07-11 01:16:17 | COSIMA/regional-mom6 | https://api.github.com/repos/COSIMA/regional-mom6 | closed | Installation instructions | documentation 📔 package 📦 | We should include some installations instructions (at the moment how to install the package from Github) both via conda or pip. We should also include description of dependencies and ESMF/xESMF-shenanigans.
cc @angus-g | 1.0 | Installation instructions - We should include some installations instructions (at the moment how to install the package from Github) both via conda or pip. We should also include description of dependencies and ESMF/xESMF-shenanigans.
cc @angus-g | non_test | installation instructions we should include some installations instructions at the moment how to install the package from github both via conda or pip we should also include description of dependencies and esmf xesmf shenanigans cc angus g | 0 |
157,893 | 19,988,514,777 | IssuesEvent | 2022-01-31 01:04:25 | labsai/EDDI | https://api.github.com/repos/labsai/EDDI | opened | WS-2021-0461 (Medium) detected in multiple libraries | security vulnerability | ## WS-2021-0461 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>swagger-ui-2.2.8.min.js</b>, <b>swagger-ui-bundle-3.21.0.js</b>, <b>swagger-ui-3.21.0.js</b></p></summary>
<p>
<details><summary><b>swagger-ui-2.2.8.min.js</b></p></summary>
<p>Swagger UI is a dependency-free collection of HTML, JavaScript, and CSS assets that dynamically generate beautiful documentation from a Swagger-compliant API</p>
<p>Library home page: <a href="https://cdnjs.cloudflare.com/ajax/libs/swagger-ui/2.2.8/swagger-ui.min.js">https://cdnjs.cloudflare.com/ajax/libs/swagger-ui/2.2.8/swagger-ui.min.js</a></p>
<p>Path to vulnerable library: /apiserver/src/main/resources/js/swagger-ui.min.js</p>
<p>
Dependency Hierarchy:
- :x: **swagger-ui-2.2.8.min.js** (Vulnerable Library)
</details>
<details><summary><b>swagger-ui-bundle-3.21.0.js</b></p></summary>
<p>Swagger UI is a dependency-free collection of HTML, JavaScript, and CSS assets that dynamically generate beautiful documentation from a Swagger-compliant API</p>
<p>Library home page: <a href="https://cdnjs.cloudflare.com/ajax/libs/swagger-ui/3.21.0/swagger-ui-bundle.js">https://cdnjs.cloudflare.com/ajax/libs/swagger-ui/3.21.0/swagger-ui-bundle.js</a></p>
<p>Path to vulnerable library: /apiserver/src/main/resources/js/swagger-ui-bundle.js</p>
<p>
Dependency Hierarchy:
- :x: **swagger-ui-bundle-3.21.0.js** (Vulnerable Library)
</details>
<details><summary><b>swagger-ui-3.21.0.js</b></p></summary>
<p>Swagger UI is a dependency-free collection of HTML, JavaScript, and CSS assets that dynamically generate beautiful documentation from a Swagger-compliant API</p>
<p>Library home page: <a href="https://cdnjs.cloudflare.com/ajax/libs/swagger-ui/3.21.0/swagger-ui.js">https://cdnjs.cloudflare.com/ajax/libs/swagger-ui/3.21.0/swagger-ui.js</a></p>
<p>Path to vulnerable library: /apiserver/src/main/resources/js/swagger-ui.js</p>
<p>
Dependency Hierarchy:
- :x: **swagger-ui-3.21.0.js** (Vulnerable Library)
</details>
<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>
SwaggerUI supports displaying remote OpenAPI definitions through the ?url parameter. This enables robust demonstration capabilities on sites like petstore.swagger.io, editor.swagger.io, and similar sites, where users often want to see what their OpenAPI definitions would look like rendered.
However, this functionality may pose a risk for users who host their own SwaggerUI instances. In particular, including remote OpenAPI definitions opens a vector for phishing attacks by abusing the trusted names/domains of self-hosted instances.
Resolution:
We've made the decision to disable query parameters (#4872) by default starting with SwaggerUI version 4.1.3. Please update to this version when it becomes available (ETA: 2021 December). Users will still be able to be re-enable the options at their discretion. We'll continue to enable query parameters on the Swagger demo sites.
<p>Publish Date: 2021-12-09
<p>URL: <a href=https://github.com/swagger-api/swagger-ui/commit/01a3e55960f864a0acf6a8d06e5ddaf6776a7f76>WS-2021-0461</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-qrmm-w75w-3wpx">https://github.com/advisories/GHSA-qrmm-w75w-3wpx</a></p>
<p>Release Date: 2021-12-09</p>
<p>Fix Resolution: swagger-ui - 4.1.3;swagger-ui-dist - 4.1.3</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | True | WS-2021-0461 (Medium) detected in multiple libraries - ## WS-2021-0461 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>swagger-ui-2.2.8.min.js</b>, <b>swagger-ui-bundle-3.21.0.js</b>, <b>swagger-ui-3.21.0.js</b></p></summary>
<p>
<details><summary><b>swagger-ui-2.2.8.min.js</b></p></summary>
<p>Swagger UI is a dependency-free collection of HTML, JavaScript, and CSS assets that dynamically generate beautiful documentation from a Swagger-compliant API</p>
<p>Library home page: <a href="https://cdnjs.cloudflare.com/ajax/libs/swagger-ui/2.2.8/swagger-ui.min.js">https://cdnjs.cloudflare.com/ajax/libs/swagger-ui/2.2.8/swagger-ui.min.js</a></p>
<p>Path to vulnerable library: /apiserver/src/main/resources/js/swagger-ui.min.js</p>
<p>
Dependency Hierarchy:
- :x: **swagger-ui-2.2.8.min.js** (Vulnerable Library)
</details>
<details><summary><b>swagger-ui-bundle-3.21.0.js</b></p></summary>
<p>Swagger UI is a dependency-free collection of HTML, JavaScript, and CSS assets that dynamically generate beautiful documentation from a Swagger-compliant API</p>
<p>Library home page: <a href="https://cdnjs.cloudflare.com/ajax/libs/swagger-ui/3.21.0/swagger-ui-bundle.js">https://cdnjs.cloudflare.com/ajax/libs/swagger-ui/3.21.0/swagger-ui-bundle.js</a></p>
<p>Path to vulnerable library: /apiserver/src/main/resources/js/swagger-ui-bundle.js</p>
<p>
Dependency Hierarchy:
- :x: **swagger-ui-bundle-3.21.0.js** (Vulnerable Library)
</details>
<details><summary><b>swagger-ui-3.21.0.js</b></p></summary>
<p>Swagger UI is a dependency-free collection of HTML, JavaScript, and CSS assets that dynamically generate beautiful documentation from a Swagger-compliant API</p>
<p>Library home page: <a href="https://cdnjs.cloudflare.com/ajax/libs/swagger-ui/3.21.0/swagger-ui.js">https://cdnjs.cloudflare.com/ajax/libs/swagger-ui/3.21.0/swagger-ui.js</a></p>
<p>Path to vulnerable library: /apiserver/src/main/resources/js/swagger-ui.js</p>
<p>
Dependency Hierarchy:
- :x: **swagger-ui-3.21.0.js** (Vulnerable Library)
</details>
<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>
SwaggerUI supports displaying remote OpenAPI definitions through the ?url parameter. This enables robust demonstration capabilities on sites like petstore.swagger.io, editor.swagger.io, and similar sites, where users often want to see what their OpenAPI definitions would look like rendered.
However, this functionality may pose a risk for users who host their own SwaggerUI instances. In particular, including remote OpenAPI definitions opens a vector for phishing attacks by abusing the trusted names/domains of self-hosted instances.
Resolution:
We've made the decision to disable query parameters (#4872) by default starting with SwaggerUI version 4.1.3. Please update to this version when it becomes available (ETA: 2021 December). Users will still be able to be re-enable the options at their discretion. We'll continue to enable query parameters on the Swagger demo sites.
<p>Publish Date: 2021-12-09
<p>URL: <a href=https://github.com/swagger-api/swagger-ui/commit/01a3e55960f864a0acf6a8d06e5ddaf6776a7f76>WS-2021-0461</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-qrmm-w75w-3wpx">https://github.com/advisories/GHSA-qrmm-w75w-3wpx</a></p>
<p>Release Date: 2021-12-09</p>
<p>Fix Resolution: swagger-ui - 4.1.3;swagger-ui-dist - 4.1.3</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | non_test | ws medium detected in multiple libraries ws medium severity vulnerability vulnerable libraries swagger ui min js swagger ui bundle js swagger ui js swagger ui min js swagger ui is a dependency free collection of html javascript and css assets that dynamically generate beautiful documentation from a swagger compliant api library home page a href path to vulnerable library apiserver src main resources js swagger ui min js dependency hierarchy x swagger ui min js vulnerable library swagger ui bundle js swagger ui is a dependency free collection of html javascript and css assets that dynamically generate beautiful documentation from a swagger compliant api library home page a href path to vulnerable library apiserver src main resources js swagger ui bundle js dependency hierarchy x swagger ui bundle js vulnerable library swagger ui js swagger ui is a dependency free collection of html javascript and css assets that dynamically generate beautiful documentation from a swagger compliant api library home page a href path to vulnerable library apiserver src main resources js swagger ui js dependency hierarchy x swagger ui js vulnerable library found in base branch master vulnerability details swaggerui supports displaying remote openapi definitions through the url parameter this enables robust demonstration capabilities on sites like petstore swagger io editor swagger io and similar sites where users often want to see what their openapi definitions would look like rendered however this functionality may pose a risk for users who host their own swaggerui instances in particular including remote openapi definitions opens a vector for phishing attacks by abusing the trusted names domains of self hosted instances resolution we ve made the decision to disable query parameters by default starting with swaggerui version please update to this version when it becomes available eta december users will still be able to be re enable the options at their discretion we ll continue to enable query parameters on the swagger demo sites 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 swagger ui swagger ui dist step up your open source security game with whitesource | 0 |
344,403 | 10,344,111,729 | IssuesEvent | 2019-09-04 10:25:24 | pravega/pravega-operator | https://api.github.com/repos/pravega/pravega-operator | closed | Define a manual recovery procedure for a failed upgrade | area/controller kind/enhancement priority/P1 version 0.4.0 | An upgrade might face issue during the process, e.g., due to an invalid image/tag, incorrect configuration, a bug in a component, etc. When an error occurs during the upgrade of a Pravega component, the upgrade process stops. We should define a procedure to manually recover a Pravega cluster from that error state. | 1.0 | Define a manual recovery procedure for a failed upgrade - An upgrade might face issue during the process, e.g., due to an invalid image/tag, incorrect configuration, a bug in a component, etc. When an error occurs during the upgrade of a Pravega component, the upgrade process stops. We should define a procedure to manually recover a Pravega cluster from that error state. | non_test | define a manual recovery procedure for a failed upgrade an upgrade might face issue during the process e g due to an invalid image tag incorrect configuration a bug in a component etc when an error occurs during the upgrade of a pravega component the upgrade process stops we should define a procedure to manually recover a pravega cluster from that error state | 0 |
752,683 | 26,295,229,164 | IssuesEvent | 2023-01-08 22:12:25 | B4-Group/swe_b4 | https://api.github.com/repos/B4-Group/swe_b4 | closed | HUD Buttons clickable area is weird | bug Priority | # What is going on?
The clickable area of the HUD Buttons is on the bottom left of each button.
# What should happen?
Clicking anywhere on a button should register as a click. | 1.0 | HUD Buttons clickable area is weird - # What is going on?
The clickable area of the HUD Buttons is on the bottom left of each button.
# What should happen?
Clicking anywhere on a button should register as a click. | non_test | hud buttons clickable area is weird what is going on the clickable area of the hud buttons is on the bottom left of each button what should happen clicking anywhere on a button should register as a click | 0 |
130,251 | 10,603,310,017 | IssuesEvent | 2019-10-10 15:44:29 | cockroachdb/cockroach | https://api.github.com/repos/cockroachdb/cockroach | closed | roachtest: interleavedpartitioned failed | C-test-failure O-roachtest O-robot | SHA: https://github.com/cockroachdb/cockroach/commits/445ec411db8cde8cc090c7ffcd7ac70be9b21954
Parameters:
To repro, try:
```
# Don't forget to check out a clean suitable branch and experiment with the
# stress invocation until the desired results present themselves. For example,
# using stress instead of stressrace and passing the '-p' stressflag which
# controls concurrency.
./scripts/gceworker.sh start && ./scripts/gceworker.sh mosh
cd ~/go/src/github.com/cockroachdb/cockroach && \
stdbuf -oL -eL \
make stressrace TESTS=interleavedpartitioned PKG=roachtest TESTTIMEOUT=5m STRESSFLAGS='-maxtime 20m -timeout 10m' 2>&1 | tee /tmp/stress.log
```
Failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=1520692&tab=artifacts#/interleavedpartitioned
```
The test failed on branch=master, cloud=gce:
test artifacts and logs in: /home/agent/work/.go/src/github.com/cockroachdb/cockroach/artifacts/20191004-1520692/interleavedpartitioned/run_1
cluster.go:1764,interleavedpartitioned.go:67,interleavedpartitioned.go:129,test_runner.go:689: /home/agent/work/.go/src/github.com/cockroachdb/cockroach/bin/roachprod run teamcity-1570165824-39-n12cpu4-geo:5 -- ./workload init interleavedpartitioned --east-zone-name us-east4-b --west-zone-name us-west1-b --central-zone-name us-central1-a --drop --locality east --init-sessions 1000 returned:
stderr:
stdout:
Error: Could not preload: could not set zone for partition west: pq: could not validate zone config: lease preferences can not be set unless the constraints are explicitly set as well
Error: exit status 1
: exit status 1
``` | 2.0 | roachtest: interleavedpartitioned failed - SHA: https://github.com/cockroachdb/cockroach/commits/445ec411db8cde8cc090c7ffcd7ac70be9b21954
Parameters:
To repro, try:
```
# Don't forget to check out a clean suitable branch and experiment with the
# stress invocation until the desired results present themselves. For example,
# using stress instead of stressrace and passing the '-p' stressflag which
# controls concurrency.
./scripts/gceworker.sh start && ./scripts/gceworker.sh mosh
cd ~/go/src/github.com/cockroachdb/cockroach && \
stdbuf -oL -eL \
make stressrace TESTS=interleavedpartitioned PKG=roachtest TESTTIMEOUT=5m STRESSFLAGS='-maxtime 20m -timeout 10m' 2>&1 | tee /tmp/stress.log
```
Failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=1520692&tab=artifacts#/interleavedpartitioned
```
The test failed on branch=master, cloud=gce:
test artifacts and logs in: /home/agent/work/.go/src/github.com/cockroachdb/cockroach/artifacts/20191004-1520692/interleavedpartitioned/run_1
cluster.go:1764,interleavedpartitioned.go:67,interleavedpartitioned.go:129,test_runner.go:689: /home/agent/work/.go/src/github.com/cockroachdb/cockroach/bin/roachprod run teamcity-1570165824-39-n12cpu4-geo:5 -- ./workload init interleavedpartitioned --east-zone-name us-east4-b --west-zone-name us-west1-b --central-zone-name us-central1-a --drop --locality east --init-sessions 1000 returned:
stderr:
stdout:
Error: Could not preload: could not set zone for partition west: pq: could not validate zone config: lease preferences can not be set unless the constraints are explicitly set as well
Error: exit status 1
: exit status 1
``` | test | roachtest interleavedpartitioned failed sha parameters to repro try don t forget to check out a clean suitable branch and experiment with the stress invocation until the desired results present themselves for example using stress instead of stressrace and passing the p stressflag which controls concurrency scripts gceworker sh start scripts gceworker sh mosh cd go src github com cockroachdb cockroach stdbuf ol el make stressrace tests interleavedpartitioned pkg roachtest testtimeout stressflags maxtime timeout tee tmp stress log failed test the test failed on branch master cloud gce test artifacts and logs in home agent work go src github com cockroachdb cockroach artifacts interleavedpartitioned run cluster go interleavedpartitioned go interleavedpartitioned go test runner go home agent work go src github com cockroachdb cockroach bin roachprod run teamcity geo workload init interleavedpartitioned east zone name us b west zone name us b central zone name us a drop locality east init sessions returned stderr stdout error could not preload could not set zone for partition west pq could not validate zone config lease preferences can not be set unless the constraints are explicitly set as well error exit status exit status | 1 |
145,814 | 11,708,979,550 | IssuesEvent | 2020-03-08 16:17:18 | pingcap/tidb | https://api.github.com/repos/pingcap/tidb | closed | data race on TestPrepareCacheForPartition | component/test help-wanted type/bug | ## Bug Report
Please answer these questions before submitting your issue. Thanks!
### 1. What did you do?
found a data race in https://github.com/pingcap/tidb/pull/15121
### 2. What did you expect to see?
no data race in the test.
### 3. What did you see instead?
```
[2020-03-04T12:20:50.263Z] ==================
[2020-03-04T12:20:50.263Z] WARNING: DATA RACE
[2020-03-04T12:20:50.263Z] Write at 0x000005191428 by goroutine 110:
[2020-03-04T12:20:50.263Z] github.com/pingcap/tidb/planner/core_test.(*testPrepareSuite).TestPrepareCacheForPartition.func1()
[2020-03-04T12:20:50.263Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/src/github.com/pingcap/tidb/planner/core/prepare_test.go:407 +0x6d
[2020-03-04T12:20:50.263Z] github.com/pingcap/tidb/planner/core_test.(*testPrepareSuite).TestPrepareCacheForPartition()
[2020-03-04T12:20:50.263Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/src/github.com/pingcap/tidb/planner/core/prepare_test.go:453 +0x10d6
[2020-03-04T12:20:50.263Z] github.com/pingcap/tidb/planner/core_test.(*testPrepareSuite).TestPrepareCacheForPartition()
[2020-03-04T12:20:50.263Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/src/github.com/pingcap/tidb/planner/core/prepare_test.go:438 +0xa6e
[2020-03-04T12:20:50.263Z] github.com/pingcap/tidb/planner/core_test.(*testPrepareSuite).TestPrepareCacheForPartition()
[2020-03-04T12:20:50.263Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/src/github.com/pingcap/tidb/planner/core/prepare_test.go:421 +0x399
[2020-03-04T12:20:50.263Z] github.com/pingcap/tidb/session.doDDLWorks()
[2020-03-04T12:20:50.263Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/src/github.com/pingcap/tidb/session/bootstrap.go:1024 +0x37f
[2020-03-04T12:20:50.263Z] github.com/pingcap/tidb/session.doDDLWorks()
[2020-03-04T12:20:50.263Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/src/github.com/pingcap/tidb/session/bootstrap.go:1022 +0x352
[2020-03-04T12:20:50.263Z] github.com/pingcap/tidb/session.doDDLWorks()
[2020-03-04T12:20:50.263Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/src/github.com/pingcap/tidb/session/bootstrap.go:1020 +0x325
[2020-03-04T12:20:50.263Z] github.com/pingcap/tidb/session.doDDLWorks()
[2020-03-04T12:20:50.263Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/src/github.com/pingcap/tidb/session/bootstrap.go:1018 +0x2f8
[2020-03-04T12:20:50.263Z] github.com/pingcap/tidb/session.doDDLWorks()
[2020-03-04T12:20:50.263Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/src/github.com/pingcap/tidb/session/bootstrap.go:1016 +0x2cb
[2020-03-04T12:20:50.263Z] github.com/pingcap/tidb/session.doDDLWorks()
[2020-03-04T12:20:50.263Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/src/github.com/pingcap/tidb/session/bootstrap.go:1014 +0x29e
[2020-03-04T12:20:50.263Z] github.com/pingcap/tidb/session.doDDLWorks()
[2020-03-04T12:20:50.263Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/src/github.com/pingcap/tidb/session/bootstrap.go:1012 +0x271
[2020-03-04T12:20:50.263Z] github.com/pingcap/tidb/session.doDDLWorks()
[2020-03-04T12:20:50.263Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/src/github.com/pingcap/tidb/session/bootstrap.go:1010 +0x244
[2020-03-04T12:20:50.263Z] github.com/pingcap/tidb/session.doDDLWorks()
[2020-03-04T12:20:50.263Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/src/github.com/pingcap/tidb/session/bootstrap.go:1008 +0x217
[2020-03-04T12:20:50.264Z] github.com/pingcap/tidb/session.doDDLWorks()
[2020-03-04T12:20:50.264Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/src/github.com/pingcap/tidb/session/bootstrap.go:1006 +0x1ea
[2020-03-04T12:20:50.264Z] github.com/pingcap/tidb/session.doDDLWorks()
[2020-03-04T12:20:50.264Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/src/github.com/pingcap/tidb/session/bootstrap.go:1004 +0x1bd
[2020-03-04T12:20:50.264Z] github.com/pingcap/tidb/session.doDDLWorks()
[2020-03-04T12:20:50.264Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/src/github.com/pingcap/tidb/session/bootstrap.go:1003 +0x190
[2020-03-04T12:20:50.264Z] github.com/pingcap/tidb/session.doDDLWorks()
[2020-03-04T12:20:50.264Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/src/github.com/pingcap/tidb/session/bootstrap.go:1002 +0x163
[2020-03-04T12:20:50.264Z] github.com/pingcap/tidb/session.doDDLWorks()
[2020-03-04T12:20:50.264Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/src/github.com/pingcap/tidb/session/bootstrap.go:1001 +0x136
[2020-03-04T12:20:50.264Z] github.com/pingcap/tidb/session.doDDLWorks()
[2020-03-04T12:20:50.264Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/src/github.com/pingcap/tidb/session/bootstrap.go:999 +0x109
[2020-03-04T12:20:50.264Z] github.com/pingcap/tidb/session.doDDLWorks()
[2020-03-04T12:20:50.264Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/src/github.com/pingcap/tidb/session/bootstrap.go:997 +0xdc
[2020-03-04T12:20:50.264Z] github.com/pingcap/tidb/session.doDDLWorks()
[2020-03-04T12:20:50.264Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/src/github.com/pingcap/tidb/session/bootstrap.go:995 +0x5b
[2020-03-04T12:20:50.264Z] github.com/pingcap/tidb/session.bootstrap()
[2020-03-04T12:20:50.264Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/src/github.com/pingcap/tidb/session/bootstrap.go:306 +0x1a1
[2020-03-04T12:20:50.264Z] github.com/pingcap/tidb/session.runInBootstrapSession()
[2020-03-04T12:20:50.264Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/src/github.com/pingcap/tidb/session/session.go:1744 +0xe2
[2020-03-04T12:20:50.264Z] github.com/pingcap/tidb/session.BootstrapSession()
[2020-03-04T12:20:50.264Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/src/github.com/pingcap/tidb/session/session.go:1644 +0xb3f
[2020-03-04T12:20:50.264Z] github.com/pingcap/tidb/planner/core_test.newStoreWithBootstrap()
[2020-03-04T12:20:50.264Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/src/github.com/pingcap/tidb/planner/core/cbo_test.go:565 +0xb7
[2020-03-04T12:20:50.264Z] github.com/pingcap/tidb/planner/core_test.(*testPrepareSuite).TestPrepareCacheForPartition()
[2020-03-04T12:20:50.264Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/src/github.com/pingcap/tidb/planner/core/prepare_test.go:396 +0x83
[2020-03-04T12:20:50.264Z] runtime.call32()
[2020-03-04T12:20:50.264Z] /usr/local/go/src/runtime/asm_amd64.s:539 +0x3a
[2020-03-04T12:20:50.264Z] reflect.Value.Call()
[2020-03-04T12:20:50.264Z] /usr/local/go/src/reflect/value.go:321 +0xd3
[2020-03-04T12:20:50.264Z] github.com/pingcap/check.(*suiteRunner).forkTest.func1()
[2020-03-04T12:20:50.264Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/pkg/mod/github.com/pingcap/[email protected]/check.go:850 +0x9aa
[2020-03-04T12:20:50.264Z] github.com/pingcap/check.(*suiteRunner).forkCall.func1()
[2020-03-04T12:20:50.264Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/pkg/mod/github.com/pingcap/[email protected]/check.go:739 +0x113
[2020-03-04T12:20:50.264Z]
[2020-03-04T12:20:50.264Z] Previous read at 0x000005191428 by goroutine 67:
[2020-03-04T12:20:50.264Z] github.com/pingcap/tidb/session.CreateSessionWithDomain()
[2020-03-04T12:20:50.264Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/src/github.com/pingcap/tidb/session/session.go:1799 +0x62d
[2020-03-04T12:20:50.264Z] github.com/pingcap/tidb/session.createSessionWithDomainFunc.func1()
[2020-03-04T12:20:50.264Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/src/github.com/pingcap/tidb/session/session.go:878 +0x75
[2020-03-04T12:20:50.264Z] github.com/pingcap/tidb/domain.(*Domain).Init.func1()
[2020-03-04T12:20:50.264Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/src/github.com/pingcap/tidb/domain/domain.go:679 +0x49
[2020-03-04T12:20:50.264Z] github.com/ngaut/pools.(*ResourcePool).get()
[2020-03-04T12:20:50.264Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/pkg/mod/github.com/ngaut/[email protected]/resource_pool.go:119 +0x1df
[2020-03-04T12:20:50.264Z] github.com/pingcap/tidb/ddl.(*sessionPool).get()
[2020-03-04T12:20:50.264Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/pkg/mod/github.com/ngaut/[email protected]/resource_pool.go:84 +0xd5
[2020-03-04T12:20:50.264Z] github.com/pingcap/tidb/ddl.(*delRange).doDelRangeWork()
[2020-03-04T12:20:50.264Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/src/github.com/pingcap/tidb/ddl/delete_range.go:163 +0x81
[2020-03-04T12:20:50.264Z] github.com/pingcap/tidb/ddl.(*delRange).startEmulator()
[2020-03-04T12:20:50.264Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/src/github.com/pingcap/tidb/ddl/delete_range.go:141 +0x1db
[2020-03-04T12:20:50.264Z]
[2020-03-04T12:20:50.264Z] Goroutine 110 (running) created at:
[2020-03-04T12:20:50.264Z] github.com/pingcap/check.(*suiteRunner).forkCall()
[2020-03-04T12:20:50.264Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/pkg/mod/github.com/pingcap/[email protected]/check.go:734 +0x4a3
[2020-03-04T12:20:50.264Z] github.com/pingcap/check.(*suiteRunner).forkTest()
[2020-03-04T12:20:50.264Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/pkg/mod/github.com/pingcap/[email protected]/check.go:832 +0x1b9
[2020-03-04T12:20:50.264Z] github.com/pingcap/check.(*suiteRunner).doRun()
[2020-03-04T12:20:50.264Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/pkg/mod/github.com/pingcap/[email protected]/check.go:666 +0x13a
[2020-03-04T12:20:50.264Z] github.com/pingcap/check.(*suiteRunner).asyncRun.func1()
[2020-03-04T12:20:50.264Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/pkg/mod/github.com/pingcap/[email protected]/check.go:650 +0xf7
[2020-03-04T12:20:50.264Z]
[2020-03-04T12:20:50.264Z] Goroutine 67 (running) created at:
[2020-03-04T12:20:50.264Z] github.com/pingcap/tidb/ddl.(*delRange).start()
[2020-03-04T12:20:50.264Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/src/github.com/pingcap/tidb/ddl/delete_range.go:117 +0x94
[2020-03-04T12:20:50.264Z] github.com/pingcap/tidb/ddl.(*ddl).newDeleteRangeManager()
[2020-03-04T12:20:50.264Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/src/github.com/pingcap/tidb/ddl/ddl.go:439 +0x6e
[2020-03-04T12:20:50.264Z] github.com/pingcap/tidb/ddl.(*ddl).start()
[2020-03-04T12:20:50.264Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/src/github.com/pingcap/tidb/ddl/ddl.go:457 +0x52b
[2020-03-04T12:20:50.264Z] github.com/pingcap/tidb/ddl.newDDL()
[2020-03-04T12:20:50.264Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/src/github.com/pingcap/tidb/ddl/ddl.go:413 +0xa56
[2020-03-04T12:20:50.264Z] github.com/pingcap/tidb/domain.(*Domain).Init()
[2020-03-04T12:20:50.264Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/src/github.com/pingcap/tidb/ddl/ddl.go:372 +0x3e6
[2020-03-04T12:20:50.264Z] github.com/pingcap/tidb/session.(*domainMap).Get.func1()
[2020-03-04T12:20:50.264Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/src/github.com/pingcap/tidb/session/tidb.go:78 +0x5bd
[2020-03-04T12:20:50.264Z] github.com/pingcap/tidb/util.RunWithRetry()
[2020-03-04T12:20:50.264Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/src/github.com/pingcap/tidb/util/misc.go:55 +0x90
[2020-03-04T12:20:50.264Z] github.com/pingcap/tidb/session.(*domainMap).Get()
[2020-03-04T12:20:50.264Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/src/github.com/pingcap/tidb/session/tidb.go:70 +0x269
[2020-03-04T12:20:50.265Z] github.com/pingcap/tidb/session.createSessionWithOpt()
[2020-03-04T12:20:50.265Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/src/github.com/pingcap/tidb/session/session.go:1758 +0x7c
[2020-03-04T12:20:50.265Z] github.com/pingcap/tidb/session.createSession()
[2020-03-04T12:20:50.265Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/src/github.com/pingcap/tidb/session/session.go:1754 +0x4f
[2020-03-04T12:20:50.265Z] github.com/pingcap/tidb/session.BootstrapSession()
[2020-03-04T12:20:50.265Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/src/github.com/pingcap/tidb/session/session.go:1649 +0x101
[2020-03-04T12:20:50.265Z] github.com/pingcap/tidb/session.doDDLWorks()
[2020-03-04T12:20:50.265Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/src/github.com/pingcap/tidb/session/bootstrap.go:1028 +0x3d9
[2020-03-04T12:20:50.265Z] github.com/pingcap/tidb/session.doDDLWorks()
[2020-03-04T12:20:50.265Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/src/github.com/pingcap/tidb/session/bootstrap.go:1026 +0x3ac
[2020-03-04T12:20:50.265Z] github.com/pingcap/tidb/session.doDDLWorks()
[2020-03-04T12:20:50.265Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/src/github.com/pingcap/tidb/session/bootstrap.go:1024 +0x37f
[2020-03-04T12:20:50.265Z] github.com/pingcap/tidb/session.doDDLWorks()
[2020-03-04T12:20:50.265Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/src/github.com/pingcap/tidb/session/bootstrap.go:1022 +0x352
[2020-03-04T12:20:50.265Z] github.com/pingcap/tidb/session.doDDLWorks()
[2020-03-04T12:20:50.265Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/src/github.com/pingcap/tidb/session/bootstrap.go:1020 +0x325
[2020-03-04T12:20:50.265Z] github.com/pingcap/tidb/session.doDDLWorks()
[2020-03-04T12:20:50.265Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/src/github.com/pingcap/tidb/session/bootstrap.go:1018 +0x2f8
[2020-03-04T12:20:50.265Z] github.com/pingcap/tidb/session.doDDLWorks()
[2020-03-04T12:20:50.265Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/src/github.com/pingcap/tidb/session/bootstrap.go:1016 +0x2cb
[2020-03-04T12:20:50.265Z] github.com/pingcap/tidb/session.doDDLWorks()
[2020-03-04T12:20:50.265Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/src/github.com/pingcap/tidb/session/bootstrap.go:1014 +0x29e
[2020-03-04T12:20:50.265Z] github.com/pingcap/tidb/session.doDDLWorks()
[2020-03-04T12:20:50.265Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/src/github.com/pingcap/tidb/session/bootstrap.go:1012 +0x271
[2020-03-04T12:20:50.265Z] github.com/pingcap/tidb/session.doDDLWorks()
[2020-03-04T12:20:50.265Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/src/github.com/pingcap/tidb/session/bootstrap.go:1010 +0x244
[2020-03-04T12:20:50.265Z] github.com/pingcap/tidb/session.doDDLWorks()
[2020-03-04T12:20:50.265Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/src/github.com/pingcap/tidb/session/bootstrap.go:1008 +0x217
[2020-03-04T12:20:50.265Z] github.com/pingcap/tidb/session.doDDLWorks()
[2020-03-04T12:20:50.265Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/src/github.com/pingcap/tidb/session/bootstrap.go:1006 +0x1ea
[2020-03-04T12:20:50.265Z] github.com/pingcap/tidb/session.doDDLWorks()
[2020-03-04T12:20:50.265Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/src/github.com/pingcap/tidb/session/bootstrap.go:1004 +0x1bd
[2020-03-04T12:20:50.265Z] github.com/pingcap/tidb/session.doDDLWorks()
[2020-03-04T12:20:50.265Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/src/github.com/pingcap/tidb/session/bootstrap.go:1003 +0x190
[2020-03-04T12:20:50.265Z] github.com/pingcap/tidb/session.doDDLWorks()
[2020-03-04T12:20:50.265Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/src/github.com/pingcap/tidb/session/bootstrap.go:1002 +0x163
[2020-03-04T12:20:50.265Z] github.com/pingcap/tidb/session.doDDLWorks()
[2020-03-04T12:20:50.265Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/src/github.com/pingcap/tidb/session/bootstrap.go:1001 +0x136
[2020-03-04T12:20:50.265Z] github.com/pingcap/tidb/session.doDDLWorks()
[2020-03-04T12:20:50.265Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/src/github.com/pingcap/tidb/session/bootstrap.go:999 +0x109
[2020-03-04T12:20:50.265Z] github.com/pingcap/tidb/session.doDDLWorks()
[2020-03-04T12:20:50.265Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/src/github.com/pingcap/tidb/session/bootstrap.go:997 +0xdc
[2020-03-04T12:20:50.265Z] github.com/pingcap/tidb/session.doDDLWorks()
[2020-03-04T12:20:50.265Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/src/github.com/pingcap/tidb/session/bootstrap.go:995 +0x5b
[2020-03-04T12:20:50.265Z] github.com/pingcap/tidb/session.bootstrap()
[2020-03-04T12:20:50.265Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/src/github.com/pingcap/tidb/session/bootstrap.go:306 +0x1a1
[2020-03-04T12:20:50.265Z] github.com/pingcap/tidb/session.runInBootstrapSession()
[2020-03-04T12:20:50.265Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/src/github.com/pingcap/tidb/session/session.go:1744 +0xe2
[2020-03-04T12:20:50.265Z] github.com/pingcap/tidb/session.BootstrapSession()
[2020-03-04T12:20:50.265Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/src/github.com/pingcap/tidb/session/session.go:1644 +0xb3f
[2020-03-04T12:20:50.265Z] github.com/pingcap/tidb/planner/core_test.newStoreWithBootstrap()
[2020-03-04T12:20:50.265Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/src/github.com/pingcap/tidb/planner/core/cbo_test.go:565 +0xb7
[2020-03-04T12:20:50.265Z] github.com/pingcap/tidb/planner/core_test.(*testPlanNormalize).SetUpSuite()
[2020-03-04T12:20:50.265Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/src/github.com/pingcap/tidb/planner/core/plan_test.go:40 +0x47
[2020-03-04T12:20:50.265Z] runtime.call32()
[2020-03-04T12:20:50.265Z] /usr/local/go/src/runtime/asm_amd64.s:539 +0x3a
[2020-03-04T12:20:50.265Z] reflect.Value.Call()
[2020-03-04T12:20:50.265Z] /usr/local/go/src/reflect/value.go:321 +0xd3
[2020-03-04T12:20:50.265Z] github.com/pingcap/check.(*suiteRunner).runFixture.func1()
[2020-03-04T12:20:50.265Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/pkg/mod/github.com/pingcap/[email protected]/check.go:799 +0x195
[2020-03-04T12:20:50.265Z] github.com/pingcap/check.(*suiteRunner).forkCall.func1()
[2020-03-04T12:20:50.265Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/pkg/mod/github.com/pingcap/[email protected]/check.go:739 +0x113
[2020-03-04T12:20:50.265Z] ==================
```
the whole log file is here:
[datarace.log](https://github.com/pingcap/tidb/files/4287269/datarace.log)
### 4. What version of TiDB are you using (`tidb-server -V` or run `select tidb_version();` on TiDB)?
the same as https://github.com/pingcap/tidb/pull/15121
| 1.0 | data race on TestPrepareCacheForPartition - ## Bug Report
Please answer these questions before submitting your issue. Thanks!
### 1. What did you do?
found a data race in https://github.com/pingcap/tidb/pull/15121
### 2. What did you expect to see?
no data race in the test.
### 3. What did you see instead?
```
[2020-03-04T12:20:50.263Z] ==================
[2020-03-04T12:20:50.263Z] WARNING: DATA RACE
[2020-03-04T12:20:50.263Z] Write at 0x000005191428 by goroutine 110:
[2020-03-04T12:20:50.263Z] github.com/pingcap/tidb/planner/core_test.(*testPrepareSuite).TestPrepareCacheForPartition.func1()
[2020-03-04T12:20:50.263Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/src/github.com/pingcap/tidb/planner/core/prepare_test.go:407 +0x6d
[2020-03-04T12:20:50.263Z] github.com/pingcap/tidb/planner/core_test.(*testPrepareSuite).TestPrepareCacheForPartition()
[2020-03-04T12:20:50.263Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/src/github.com/pingcap/tidb/planner/core/prepare_test.go:453 +0x10d6
[2020-03-04T12:20:50.263Z] github.com/pingcap/tidb/planner/core_test.(*testPrepareSuite).TestPrepareCacheForPartition()
[2020-03-04T12:20:50.263Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/src/github.com/pingcap/tidb/planner/core/prepare_test.go:438 +0xa6e
[2020-03-04T12:20:50.263Z] github.com/pingcap/tidb/planner/core_test.(*testPrepareSuite).TestPrepareCacheForPartition()
[2020-03-04T12:20:50.263Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/src/github.com/pingcap/tidb/planner/core/prepare_test.go:421 +0x399
[2020-03-04T12:20:50.263Z] github.com/pingcap/tidb/session.doDDLWorks()
[2020-03-04T12:20:50.263Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/src/github.com/pingcap/tidb/session/bootstrap.go:1024 +0x37f
[2020-03-04T12:20:50.263Z] github.com/pingcap/tidb/session.doDDLWorks()
[2020-03-04T12:20:50.263Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/src/github.com/pingcap/tidb/session/bootstrap.go:1022 +0x352
[2020-03-04T12:20:50.263Z] github.com/pingcap/tidb/session.doDDLWorks()
[2020-03-04T12:20:50.263Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/src/github.com/pingcap/tidb/session/bootstrap.go:1020 +0x325
[2020-03-04T12:20:50.263Z] github.com/pingcap/tidb/session.doDDLWorks()
[2020-03-04T12:20:50.263Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/src/github.com/pingcap/tidb/session/bootstrap.go:1018 +0x2f8
[2020-03-04T12:20:50.263Z] github.com/pingcap/tidb/session.doDDLWorks()
[2020-03-04T12:20:50.263Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/src/github.com/pingcap/tidb/session/bootstrap.go:1016 +0x2cb
[2020-03-04T12:20:50.263Z] github.com/pingcap/tidb/session.doDDLWorks()
[2020-03-04T12:20:50.263Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/src/github.com/pingcap/tidb/session/bootstrap.go:1014 +0x29e
[2020-03-04T12:20:50.263Z] github.com/pingcap/tidb/session.doDDLWorks()
[2020-03-04T12:20:50.263Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/src/github.com/pingcap/tidb/session/bootstrap.go:1012 +0x271
[2020-03-04T12:20:50.263Z] github.com/pingcap/tidb/session.doDDLWorks()
[2020-03-04T12:20:50.263Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/src/github.com/pingcap/tidb/session/bootstrap.go:1010 +0x244
[2020-03-04T12:20:50.263Z] github.com/pingcap/tidb/session.doDDLWorks()
[2020-03-04T12:20:50.263Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/src/github.com/pingcap/tidb/session/bootstrap.go:1008 +0x217
[2020-03-04T12:20:50.264Z] github.com/pingcap/tidb/session.doDDLWorks()
[2020-03-04T12:20:50.264Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/src/github.com/pingcap/tidb/session/bootstrap.go:1006 +0x1ea
[2020-03-04T12:20:50.264Z] github.com/pingcap/tidb/session.doDDLWorks()
[2020-03-04T12:20:50.264Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/src/github.com/pingcap/tidb/session/bootstrap.go:1004 +0x1bd
[2020-03-04T12:20:50.264Z] github.com/pingcap/tidb/session.doDDLWorks()
[2020-03-04T12:20:50.264Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/src/github.com/pingcap/tidb/session/bootstrap.go:1003 +0x190
[2020-03-04T12:20:50.264Z] github.com/pingcap/tidb/session.doDDLWorks()
[2020-03-04T12:20:50.264Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/src/github.com/pingcap/tidb/session/bootstrap.go:1002 +0x163
[2020-03-04T12:20:50.264Z] github.com/pingcap/tidb/session.doDDLWorks()
[2020-03-04T12:20:50.264Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/src/github.com/pingcap/tidb/session/bootstrap.go:1001 +0x136
[2020-03-04T12:20:50.264Z] github.com/pingcap/tidb/session.doDDLWorks()
[2020-03-04T12:20:50.264Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/src/github.com/pingcap/tidb/session/bootstrap.go:999 +0x109
[2020-03-04T12:20:50.264Z] github.com/pingcap/tidb/session.doDDLWorks()
[2020-03-04T12:20:50.264Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/src/github.com/pingcap/tidb/session/bootstrap.go:997 +0xdc
[2020-03-04T12:20:50.264Z] github.com/pingcap/tidb/session.doDDLWorks()
[2020-03-04T12:20:50.264Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/src/github.com/pingcap/tidb/session/bootstrap.go:995 +0x5b
[2020-03-04T12:20:50.264Z] github.com/pingcap/tidb/session.bootstrap()
[2020-03-04T12:20:50.264Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/src/github.com/pingcap/tidb/session/bootstrap.go:306 +0x1a1
[2020-03-04T12:20:50.264Z] github.com/pingcap/tidb/session.runInBootstrapSession()
[2020-03-04T12:20:50.264Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/src/github.com/pingcap/tidb/session/session.go:1744 +0xe2
[2020-03-04T12:20:50.264Z] github.com/pingcap/tidb/session.BootstrapSession()
[2020-03-04T12:20:50.264Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/src/github.com/pingcap/tidb/session/session.go:1644 +0xb3f
[2020-03-04T12:20:50.264Z] github.com/pingcap/tidb/planner/core_test.newStoreWithBootstrap()
[2020-03-04T12:20:50.264Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/src/github.com/pingcap/tidb/planner/core/cbo_test.go:565 +0xb7
[2020-03-04T12:20:50.264Z] github.com/pingcap/tidb/planner/core_test.(*testPrepareSuite).TestPrepareCacheForPartition()
[2020-03-04T12:20:50.264Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/src/github.com/pingcap/tidb/planner/core/prepare_test.go:396 +0x83
[2020-03-04T12:20:50.264Z] runtime.call32()
[2020-03-04T12:20:50.264Z] /usr/local/go/src/runtime/asm_amd64.s:539 +0x3a
[2020-03-04T12:20:50.264Z] reflect.Value.Call()
[2020-03-04T12:20:50.264Z] /usr/local/go/src/reflect/value.go:321 +0xd3
[2020-03-04T12:20:50.264Z] github.com/pingcap/check.(*suiteRunner).forkTest.func1()
[2020-03-04T12:20:50.264Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/pkg/mod/github.com/pingcap/[email protected]/check.go:850 +0x9aa
[2020-03-04T12:20:50.264Z] github.com/pingcap/check.(*suiteRunner).forkCall.func1()
[2020-03-04T12:20:50.264Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/pkg/mod/github.com/pingcap/[email protected]/check.go:739 +0x113
[2020-03-04T12:20:50.264Z]
[2020-03-04T12:20:50.264Z] Previous read at 0x000005191428 by goroutine 67:
[2020-03-04T12:20:50.264Z] github.com/pingcap/tidb/session.CreateSessionWithDomain()
[2020-03-04T12:20:50.264Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/src/github.com/pingcap/tidb/session/session.go:1799 +0x62d
[2020-03-04T12:20:50.264Z] github.com/pingcap/tidb/session.createSessionWithDomainFunc.func1()
[2020-03-04T12:20:50.264Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/src/github.com/pingcap/tidb/session/session.go:878 +0x75
[2020-03-04T12:20:50.264Z] github.com/pingcap/tidb/domain.(*Domain).Init.func1()
[2020-03-04T12:20:50.264Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/src/github.com/pingcap/tidb/domain/domain.go:679 +0x49
[2020-03-04T12:20:50.264Z] github.com/ngaut/pools.(*ResourcePool).get()
[2020-03-04T12:20:50.264Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/pkg/mod/github.com/ngaut/[email protected]/resource_pool.go:119 +0x1df
[2020-03-04T12:20:50.264Z] github.com/pingcap/tidb/ddl.(*sessionPool).get()
[2020-03-04T12:20:50.264Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/pkg/mod/github.com/ngaut/[email protected]/resource_pool.go:84 +0xd5
[2020-03-04T12:20:50.264Z] github.com/pingcap/tidb/ddl.(*delRange).doDelRangeWork()
[2020-03-04T12:20:50.264Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/src/github.com/pingcap/tidb/ddl/delete_range.go:163 +0x81
[2020-03-04T12:20:50.264Z] github.com/pingcap/tidb/ddl.(*delRange).startEmulator()
[2020-03-04T12:20:50.264Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/src/github.com/pingcap/tidb/ddl/delete_range.go:141 +0x1db
[2020-03-04T12:20:50.264Z]
[2020-03-04T12:20:50.264Z] Goroutine 110 (running) created at:
[2020-03-04T12:20:50.264Z] github.com/pingcap/check.(*suiteRunner).forkCall()
[2020-03-04T12:20:50.264Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/pkg/mod/github.com/pingcap/[email protected]/check.go:734 +0x4a3
[2020-03-04T12:20:50.264Z] github.com/pingcap/check.(*suiteRunner).forkTest()
[2020-03-04T12:20:50.264Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/pkg/mod/github.com/pingcap/[email protected]/check.go:832 +0x1b9
[2020-03-04T12:20:50.264Z] github.com/pingcap/check.(*suiteRunner).doRun()
[2020-03-04T12:20:50.264Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/pkg/mod/github.com/pingcap/[email protected]/check.go:666 +0x13a
[2020-03-04T12:20:50.264Z] github.com/pingcap/check.(*suiteRunner).asyncRun.func1()
[2020-03-04T12:20:50.264Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/pkg/mod/github.com/pingcap/[email protected]/check.go:650 +0xf7
[2020-03-04T12:20:50.264Z]
[2020-03-04T12:20:50.264Z] Goroutine 67 (running) created at:
[2020-03-04T12:20:50.264Z] github.com/pingcap/tidb/ddl.(*delRange).start()
[2020-03-04T12:20:50.264Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/src/github.com/pingcap/tidb/ddl/delete_range.go:117 +0x94
[2020-03-04T12:20:50.264Z] github.com/pingcap/tidb/ddl.(*ddl).newDeleteRangeManager()
[2020-03-04T12:20:50.264Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/src/github.com/pingcap/tidb/ddl/ddl.go:439 +0x6e
[2020-03-04T12:20:50.264Z] github.com/pingcap/tidb/ddl.(*ddl).start()
[2020-03-04T12:20:50.264Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/src/github.com/pingcap/tidb/ddl/ddl.go:457 +0x52b
[2020-03-04T12:20:50.264Z] github.com/pingcap/tidb/ddl.newDDL()
[2020-03-04T12:20:50.264Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/src/github.com/pingcap/tidb/ddl/ddl.go:413 +0xa56
[2020-03-04T12:20:50.264Z] github.com/pingcap/tidb/domain.(*Domain).Init()
[2020-03-04T12:20:50.264Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/src/github.com/pingcap/tidb/ddl/ddl.go:372 +0x3e6
[2020-03-04T12:20:50.264Z] github.com/pingcap/tidb/session.(*domainMap).Get.func1()
[2020-03-04T12:20:50.264Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/src/github.com/pingcap/tidb/session/tidb.go:78 +0x5bd
[2020-03-04T12:20:50.264Z] github.com/pingcap/tidb/util.RunWithRetry()
[2020-03-04T12:20:50.264Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/src/github.com/pingcap/tidb/util/misc.go:55 +0x90
[2020-03-04T12:20:50.264Z] github.com/pingcap/tidb/session.(*domainMap).Get()
[2020-03-04T12:20:50.264Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/src/github.com/pingcap/tidb/session/tidb.go:70 +0x269
[2020-03-04T12:20:50.265Z] github.com/pingcap/tidb/session.createSessionWithOpt()
[2020-03-04T12:20:50.265Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/src/github.com/pingcap/tidb/session/session.go:1758 +0x7c
[2020-03-04T12:20:50.265Z] github.com/pingcap/tidb/session.createSession()
[2020-03-04T12:20:50.265Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/src/github.com/pingcap/tidb/session/session.go:1754 +0x4f
[2020-03-04T12:20:50.265Z] github.com/pingcap/tidb/session.BootstrapSession()
[2020-03-04T12:20:50.265Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/src/github.com/pingcap/tidb/session/session.go:1649 +0x101
[2020-03-04T12:20:50.265Z] github.com/pingcap/tidb/session.doDDLWorks()
[2020-03-04T12:20:50.265Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/src/github.com/pingcap/tidb/session/bootstrap.go:1028 +0x3d9
[2020-03-04T12:20:50.265Z] github.com/pingcap/tidb/session.doDDLWorks()
[2020-03-04T12:20:50.265Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/src/github.com/pingcap/tidb/session/bootstrap.go:1026 +0x3ac
[2020-03-04T12:20:50.265Z] github.com/pingcap/tidb/session.doDDLWorks()
[2020-03-04T12:20:50.265Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/src/github.com/pingcap/tidb/session/bootstrap.go:1024 +0x37f
[2020-03-04T12:20:50.265Z] github.com/pingcap/tidb/session.doDDLWorks()
[2020-03-04T12:20:50.265Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/src/github.com/pingcap/tidb/session/bootstrap.go:1022 +0x352
[2020-03-04T12:20:50.265Z] github.com/pingcap/tidb/session.doDDLWorks()
[2020-03-04T12:20:50.265Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/src/github.com/pingcap/tidb/session/bootstrap.go:1020 +0x325
[2020-03-04T12:20:50.265Z] github.com/pingcap/tidb/session.doDDLWorks()
[2020-03-04T12:20:50.265Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/src/github.com/pingcap/tidb/session/bootstrap.go:1018 +0x2f8
[2020-03-04T12:20:50.265Z] github.com/pingcap/tidb/session.doDDLWorks()
[2020-03-04T12:20:50.265Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/src/github.com/pingcap/tidb/session/bootstrap.go:1016 +0x2cb
[2020-03-04T12:20:50.265Z] github.com/pingcap/tidb/session.doDDLWorks()
[2020-03-04T12:20:50.265Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/src/github.com/pingcap/tidb/session/bootstrap.go:1014 +0x29e
[2020-03-04T12:20:50.265Z] github.com/pingcap/tidb/session.doDDLWorks()
[2020-03-04T12:20:50.265Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/src/github.com/pingcap/tidb/session/bootstrap.go:1012 +0x271
[2020-03-04T12:20:50.265Z] github.com/pingcap/tidb/session.doDDLWorks()
[2020-03-04T12:20:50.265Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/src/github.com/pingcap/tidb/session/bootstrap.go:1010 +0x244
[2020-03-04T12:20:50.265Z] github.com/pingcap/tidb/session.doDDLWorks()
[2020-03-04T12:20:50.265Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/src/github.com/pingcap/tidb/session/bootstrap.go:1008 +0x217
[2020-03-04T12:20:50.265Z] github.com/pingcap/tidb/session.doDDLWorks()
[2020-03-04T12:20:50.265Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/src/github.com/pingcap/tidb/session/bootstrap.go:1006 +0x1ea
[2020-03-04T12:20:50.265Z] github.com/pingcap/tidb/session.doDDLWorks()
[2020-03-04T12:20:50.265Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/src/github.com/pingcap/tidb/session/bootstrap.go:1004 +0x1bd
[2020-03-04T12:20:50.265Z] github.com/pingcap/tidb/session.doDDLWorks()
[2020-03-04T12:20:50.265Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/src/github.com/pingcap/tidb/session/bootstrap.go:1003 +0x190
[2020-03-04T12:20:50.265Z] github.com/pingcap/tidb/session.doDDLWorks()
[2020-03-04T12:20:50.265Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/src/github.com/pingcap/tidb/session/bootstrap.go:1002 +0x163
[2020-03-04T12:20:50.265Z] github.com/pingcap/tidb/session.doDDLWorks()
[2020-03-04T12:20:50.265Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/src/github.com/pingcap/tidb/session/bootstrap.go:1001 +0x136
[2020-03-04T12:20:50.265Z] github.com/pingcap/tidb/session.doDDLWorks()
[2020-03-04T12:20:50.265Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/src/github.com/pingcap/tidb/session/bootstrap.go:999 +0x109
[2020-03-04T12:20:50.265Z] github.com/pingcap/tidb/session.doDDLWorks()
[2020-03-04T12:20:50.265Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/src/github.com/pingcap/tidb/session/bootstrap.go:997 +0xdc
[2020-03-04T12:20:50.265Z] github.com/pingcap/tidb/session.doDDLWorks()
[2020-03-04T12:20:50.265Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/src/github.com/pingcap/tidb/session/bootstrap.go:995 +0x5b
[2020-03-04T12:20:50.265Z] github.com/pingcap/tidb/session.bootstrap()
[2020-03-04T12:20:50.265Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/src/github.com/pingcap/tidb/session/bootstrap.go:306 +0x1a1
[2020-03-04T12:20:50.265Z] github.com/pingcap/tidb/session.runInBootstrapSession()
[2020-03-04T12:20:50.265Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/src/github.com/pingcap/tidb/session/session.go:1744 +0xe2
[2020-03-04T12:20:50.265Z] github.com/pingcap/tidb/session.BootstrapSession()
[2020-03-04T12:20:50.265Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/src/github.com/pingcap/tidb/session/session.go:1644 +0xb3f
[2020-03-04T12:20:50.265Z] github.com/pingcap/tidb/planner/core_test.newStoreWithBootstrap()
[2020-03-04T12:20:50.265Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/src/github.com/pingcap/tidb/planner/core/cbo_test.go:565 +0xb7
[2020-03-04T12:20:50.265Z] github.com/pingcap/tidb/planner/core_test.(*testPlanNormalize).SetUpSuite()
[2020-03-04T12:20:50.265Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/src/github.com/pingcap/tidb/planner/core/plan_test.go:40 +0x47
[2020-03-04T12:20:50.265Z] runtime.call32()
[2020-03-04T12:20:50.265Z] /usr/local/go/src/runtime/asm_amd64.s:539 +0x3a
[2020-03-04T12:20:50.265Z] reflect.Value.Call()
[2020-03-04T12:20:50.265Z] /usr/local/go/src/reflect/value.go:321 +0xd3
[2020-03-04T12:20:50.265Z] github.com/pingcap/check.(*suiteRunner).runFixture.func1()
[2020-03-04T12:20:50.265Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/pkg/mod/github.com/pingcap/[email protected]/check.go:799 +0x195
[2020-03-04T12:20:50.265Z] github.com/pingcap/check.(*suiteRunner).forkCall.func1()
[2020-03-04T12:20:50.265Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/pkg/mod/github.com/pingcap/[email protected]/check.go:739 +0x113
[2020-03-04T12:20:50.265Z] ==================
```
the whole log file is here:
[datarace.log](https://github.com/pingcap/tidb/files/4287269/datarace.log)
### 4. What version of TiDB are you using (`tidb-server -V` or run `select tidb_version();` on TiDB)?
the same as https://github.com/pingcap/tidb/pull/15121
| test | data race on testpreparecacheforpartition bug report please answer these questions before submitting your issue thanks what did you do found a data race in what did you expect to see no data race in the test what did you see instead warning data race write at by goroutine github com pingcap tidb planner core test testpreparesuite testpreparecacheforpartition home jenkins agent workspace tidb ghpr unit test go src github com pingcap tidb planner core prepare test go github com pingcap tidb planner core test testpreparesuite testpreparecacheforpartition home jenkins agent workspace tidb ghpr unit test go src github com pingcap tidb planner core prepare test go github com pingcap tidb planner core test testpreparesuite testpreparecacheforpartition home jenkins agent workspace tidb ghpr unit test go src github com pingcap tidb planner core prepare test go github com pingcap tidb planner core test testpreparesuite testpreparecacheforpartition home jenkins agent workspace tidb ghpr unit test go src github com pingcap tidb planner core prepare test go github com pingcap tidb session doddlworks home jenkins agent workspace tidb ghpr unit test go src github com pingcap tidb session bootstrap go github com pingcap tidb session doddlworks home jenkins agent workspace tidb ghpr unit test go src github com pingcap tidb session bootstrap go github com pingcap tidb session doddlworks home jenkins agent workspace tidb ghpr unit test go src github com pingcap tidb session bootstrap go github com pingcap tidb session doddlworks home jenkins agent workspace tidb ghpr unit test go src github com pingcap tidb session bootstrap go github com pingcap tidb session doddlworks home jenkins agent workspace tidb ghpr unit test go src github com pingcap tidb session bootstrap go github com pingcap tidb session doddlworks home jenkins agent workspace tidb ghpr unit test go src github com pingcap tidb session bootstrap go github com pingcap tidb session doddlworks home jenkins agent workspace tidb ghpr unit test go src github com pingcap tidb session bootstrap go github com pingcap tidb session doddlworks home jenkins agent workspace tidb ghpr unit test go src github com pingcap tidb session bootstrap go github com pingcap tidb session doddlworks home jenkins agent workspace tidb ghpr unit test go src github com pingcap tidb session bootstrap go github com pingcap tidb session doddlworks home jenkins agent workspace tidb ghpr unit test go src github com pingcap tidb session bootstrap go github com pingcap tidb session doddlworks home jenkins agent workspace tidb ghpr unit test go src github com pingcap tidb session bootstrap go github com pingcap tidb session doddlworks home jenkins agent workspace tidb ghpr unit test go src github com pingcap tidb session bootstrap go github com pingcap tidb session doddlworks home jenkins agent workspace tidb ghpr unit test go src github com pingcap tidb session bootstrap go github com pingcap tidb session doddlworks home jenkins agent workspace tidb ghpr unit test go src github com pingcap tidb session bootstrap go github com pingcap tidb session doddlworks home jenkins agent workspace tidb ghpr unit test go src github com pingcap tidb session bootstrap go github com pingcap tidb session doddlworks home jenkins agent workspace tidb ghpr unit test go src github com pingcap tidb session bootstrap go github com pingcap tidb session doddlworks home jenkins agent workspace tidb ghpr unit test go src github com pingcap tidb session bootstrap go github com pingcap tidb session bootstrap home jenkins agent workspace tidb ghpr unit test go src github com pingcap tidb session bootstrap go github com pingcap tidb session runinbootstrapsession home jenkins agent workspace tidb ghpr unit test go src github com pingcap tidb session session go github com pingcap tidb session bootstrapsession home jenkins agent workspace tidb ghpr unit test go src github com pingcap tidb session session go github com pingcap tidb planner core test newstorewithbootstrap home jenkins agent workspace tidb ghpr unit test go src github com pingcap tidb planner core cbo test go github com pingcap tidb planner core test testpreparesuite testpreparecacheforpartition home jenkins agent workspace tidb ghpr unit test go src github com pingcap tidb planner core prepare test go runtime usr local go src runtime asm s reflect value call usr local go src reflect value go github com pingcap check suiterunner forktest home jenkins agent workspace tidb ghpr unit test go pkg mod github com pingcap check check go github com pingcap check suiterunner forkcall home jenkins agent workspace tidb ghpr unit test go pkg mod github com pingcap check check go previous read at by goroutine github com pingcap tidb session createsessionwithdomain home jenkins agent workspace tidb ghpr unit test go src github com pingcap tidb session session go github com pingcap tidb session createsessionwithdomainfunc home jenkins agent workspace tidb ghpr unit test go src github com pingcap tidb session session go github com pingcap tidb domain domain init home jenkins agent workspace tidb ghpr unit test go src github com pingcap tidb domain domain go github com ngaut pools resourcepool get home jenkins agent workspace tidb ghpr unit test go pkg mod github com ngaut pools resource pool go github com pingcap tidb ddl sessionpool get home jenkins agent workspace tidb ghpr unit test go pkg mod github com ngaut pools resource pool go github com pingcap tidb ddl delrange dodelrangework home jenkins agent workspace tidb ghpr unit test go src github com pingcap tidb ddl delete range go github com pingcap tidb ddl delrange startemulator home jenkins agent workspace tidb ghpr unit test go src github com pingcap tidb ddl delete range go goroutine running created at github com pingcap check suiterunner forkcall home jenkins agent workspace tidb ghpr unit test go pkg mod github com pingcap check check go github com pingcap check suiterunner forktest home jenkins agent workspace tidb ghpr unit test go pkg mod github com pingcap check check go github com pingcap check suiterunner dorun home jenkins agent workspace tidb ghpr unit test go pkg mod github com pingcap check check go github com pingcap check suiterunner asyncrun home jenkins agent workspace tidb ghpr unit test go pkg mod github com pingcap check check go goroutine running created at github com pingcap tidb ddl delrange start home jenkins agent workspace tidb ghpr unit test go src github com pingcap tidb ddl delete range go github com pingcap tidb ddl ddl newdeleterangemanager home jenkins agent workspace tidb ghpr unit test go src github com pingcap tidb ddl ddl go github com pingcap tidb ddl ddl start home jenkins agent workspace tidb ghpr unit test go src github com pingcap tidb ddl ddl go github com pingcap tidb ddl newddl home jenkins agent workspace tidb ghpr unit test go src github com pingcap tidb ddl ddl go github com pingcap tidb domain domain init home jenkins agent workspace tidb ghpr unit test go src github com pingcap tidb ddl ddl go github com pingcap tidb session domainmap get home jenkins agent workspace tidb ghpr unit test go src github com pingcap tidb session tidb go github com pingcap tidb util runwithretry home jenkins agent workspace tidb ghpr unit test go src github com pingcap tidb util misc go github com pingcap tidb session domainmap get home jenkins agent workspace tidb ghpr unit test go src github com pingcap tidb session tidb go github com pingcap tidb session createsessionwithopt home jenkins agent workspace tidb ghpr unit test go src github com pingcap tidb session session go github com pingcap tidb session createsession home jenkins agent workspace tidb ghpr unit test go src github com pingcap tidb session session go github com pingcap tidb session bootstrapsession home jenkins agent workspace tidb ghpr unit test go src github com pingcap tidb session session go github com pingcap tidb session doddlworks home jenkins agent workspace tidb ghpr unit test go src github com pingcap tidb session bootstrap go github com pingcap tidb session doddlworks home jenkins agent workspace tidb ghpr unit test go src github com pingcap tidb session bootstrap go github com pingcap tidb session doddlworks home jenkins agent workspace tidb ghpr unit test go src github com pingcap tidb session bootstrap go github com pingcap tidb session doddlworks home jenkins agent workspace tidb ghpr unit test go src github com pingcap tidb session bootstrap go github com pingcap tidb session doddlworks home jenkins agent workspace tidb ghpr unit test go src github com pingcap tidb session bootstrap go github com pingcap tidb session doddlworks home jenkins agent workspace tidb ghpr unit test go src github com pingcap tidb session bootstrap go github com pingcap tidb session doddlworks home jenkins agent workspace tidb ghpr unit test go src github com pingcap tidb session bootstrap go github com pingcap tidb session doddlworks home jenkins agent workspace tidb ghpr unit test go src github com pingcap tidb session bootstrap go github com pingcap tidb session doddlworks home jenkins agent workspace tidb ghpr unit test go src github com pingcap tidb session bootstrap go github com pingcap tidb session doddlworks home jenkins agent workspace tidb ghpr unit test go src github com pingcap tidb session bootstrap go github com pingcap tidb session doddlworks home jenkins agent workspace tidb ghpr unit test go src github com pingcap tidb session bootstrap go github com pingcap tidb session doddlworks home jenkins agent workspace tidb ghpr unit test go src github com pingcap tidb session bootstrap go github com pingcap tidb session doddlworks home jenkins agent workspace tidb ghpr unit test go src github com pingcap tidb session bootstrap go github com pingcap tidb session doddlworks home jenkins agent workspace tidb ghpr unit test go src github com pingcap tidb session bootstrap go github com pingcap tidb session doddlworks home jenkins agent workspace tidb ghpr unit test go src github com pingcap tidb session bootstrap go github com pingcap tidb session doddlworks home jenkins agent workspace tidb ghpr unit test go src github com pingcap tidb session bootstrap go github com pingcap tidb session doddlworks home jenkins agent workspace tidb ghpr unit test go src github com pingcap tidb session bootstrap go github com pingcap tidb session doddlworks home jenkins agent workspace tidb ghpr unit test go src github com pingcap tidb session bootstrap go github com pingcap tidb session doddlworks home jenkins agent workspace tidb ghpr unit test go src github com pingcap tidb session bootstrap go github com pingcap tidb session bootstrap home jenkins agent workspace tidb ghpr unit test go src github com pingcap tidb session bootstrap go github com pingcap tidb session runinbootstrapsession home jenkins agent workspace tidb ghpr unit test go src github com pingcap tidb session session go github com pingcap tidb session bootstrapsession home jenkins agent workspace tidb ghpr unit test go src github com pingcap tidb session session go github com pingcap tidb planner core test newstorewithbootstrap home jenkins agent workspace tidb ghpr unit test go src github com pingcap tidb planner core cbo test go github com pingcap tidb planner core test testplannormalize setupsuite home jenkins agent workspace tidb ghpr unit test go src github com pingcap tidb planner core plan test go runtime usr local go src runtime asm s reflect value call usr local go src reflect value go github com pingcap check suiterunner runfixture home jenkins agent workspace tidb ghpr unit test go pkg mod github com pingcap check check go github com pingcap check suiterunner forkcall home jenkins agent workspace tidb ghpr unit test go pkg mod github com pingcap check check go the whole log file is here what version of tidb are you using tidb server v or run select tidb version on tidb the same as | 1 |
350,558 | 31,926,176,811 | IssuesEvent | 2023-09-19 02:03:07 | brave/brave-browser | https://api.github.com/repos/brave/brave-browser | closed | Test failure: EthTxManagerUnitTest.AddUnapproved1559TransactionWithoutGasFeeAndLimitForEthSend | QA/No release-notes/exclude ci-concern bot/type/test bot/arch/x64 bot/channel/nightly bot/platform/linux bot/branch/v1.59 | Greetings human!
Bad news. `EthTxManagerUnitTest.AddUnapproved1559TransactionWithoutGasFeeAndLimitForEthSend` [failed on linux x64 nightly v1.59.70](https://ci.brave.com/job/brave-browser-build-linux-x64/5855/testReport/junit/(root)/EthTxManagerUnitTest/linux_x64___test_unit___AddUnapproved1559TransactionWithoutGasFeeAndLimitForEthSend).
<details>
<summary>Stack trace</summary>
```
[ RUN ] EthTxManagerUnitTest.AddUnapproved1559TransactionWithoutGasFeeAndLimitForEthSend
../../brave/components/brave_wallet/browser/eth_tx_manager_unittest.cc:65: Failure
Value of: success
Actual: false
Expected: true
Stack trace:
#0 0x559b2e2f170d (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_unit_tests+0x3e2f70c)
#1 0x559b3249c8ac (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_unit_tests+0x7fda8ab)
#2 0x559b324a2d26 (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_unit_tests+0x7fe0d25)
#3 0x559b324beb39 (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_unit_tests+0x7ffcb38)
#4 0x559b324490b1 (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_unit_tests+0x7f870b0)
#5 0x559b356caf36 (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_unit_tests+0xb208f35)
#6 0x559b356cced7 (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_unit_tests+0xb20aed6)
#7 0x559b356ccb61 (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_unit_tests+0xb20ab60)
#8 0x559b356cd170 (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_unit_tests+0xb20b16f)
#9 0x559b2f79e314 (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_unit_tests+0x52dc313)
#10 0x559b2f79e42c (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_unit_tests+0x52dc42b)
#11 0x559b2f7a8a15 (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_unit_tests+0x52e6a14)
#12 0x559b33aa4cdf (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_unit_tests+0x95e2cde)
#13 0x559b33aac8e7 (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_unit_tests+0x95ea8e6)
#14 0x559b33aa6a4d (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_unit_tests+0x95e4a4c)
#15 0x559b33ab769b (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_unit_tests+0x95f569a)
#16 0x559b33aac8e7 (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_unit_tests+0x95ea8e6)
#17 0x559b33aa3150 (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_unit_tests+0x95e114f)
#18 0x559b2f8f2769 (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_unit_tests+0x5430768)
#19 0x559b33acbcdd (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_unit_tests+0x9609cdc)
#20 0x559b3232a6b8 (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_unit_tests+0x7e686b7)
#21 0x559b3234b7a7 (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_unit_tests+0x7e897a6)
#22 0x559b322dfd7c (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_unit_tests+0x7e1dd7b)
#23 0x559b3234c3e6 (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_unit_tests+0x7e8a3e5)
#24 0x559b3230a09f (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_unit_tests+0x7e4809e)
#25 0x559b3230a9cc (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_unit_tests+0x7e489cb)
#26 0x559b2e3079c7 (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_unit_tests+0x3e459c6)
../../brave/components/brave_wallet/browser/eth_tx_manager_unittest.cc:66: Failure
Value of: id.empty()
Actual: true
Expected: false
Stack trace:
#0 0x559b2e2f180b (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_unit_tests+0x3e2f80a)
#1 0x559b3249c8ac (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_unit_tests+0x7fda8ab)
#2 0x559b324a2d26 (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_unit_tests+0x7fe0d25)
#3 0x559b324beb39 (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_unit_tests+0x7ffcb38)
#4 0x559b324490b1 (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_unit_tests+0x7f870b0)
#5 0x559b356caf36 (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_unit_tests+0xb208f35)
#6 0x559b356cced7 (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_unit_tests+0xb20aed6)
#7 0x559b356ccb61 (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_unit_tests+0xb20ab60)
#8 0x559b356cd170 (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_unit_tests+0xb20b16f)
#9 0x559b2f79e314 (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_unit_tests+0x52dc313)
#10 0x559b2f79e42c (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_unit_tests+0x52dc42b)
#11 0x559b2f7a8a15 (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_unit_tests+0x52e6a14)
#12 0x559b33aa4cdf (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_unit_tests+0x95e2cde)
#13 0x559b33aac8e7 (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_unit_tests+0x95ea8e6)
#14 0x559b33aa6a4d (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_unit_tests+0x95e4a4c)
#15 0x559b33ab769b (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_unit_tests+0x95f569a)
#16 0x559b33aac8e7 (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_unit_tests+0x95ea8e6)
#17 0x559b33aa3150 (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_unit_tests+0x95e114f)
#18 0x559b2f8f2769 (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_unit_tests+0x5430768)
#19 0x559b33acbcdd (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_unit_tests+0x9609cdc)
#20 0x559b3232a6b8 (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_unit_tests+0x7e686b7)
#21 0x559b3234b7a7 (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_unit_tests+0x7e897a6)
#22 0x559b322dfd7c (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_unit_tests+0x7e1dd7b)
#23 0x559b3234c3e6 (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_unit_tests+0x7e8a3e5)
#24 0x559b3230a09f (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_unit_tests+0x7e4809e)
#25 0x559b3230a9cc (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_unit_tests+0x7e489cb)
#26 0x559b2e3079c7 (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_unit_tests+0x3e459c6)
../../brave/components/brave_wallet/browser/eth_tx_manager_unittest.cc:67: Failure
Value of: error_message.empty()
Actual: false
Expected: true
Stack trace:
#0 0x559b2e2f1905 (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_unit_tests+0x3e2f904)
#1 0x559b3249c8ac (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_unit_tests+0x7fda8ab)
#2 0x559b324a2d26 (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_unit_tests+0x7fe0d25)
#3 0x559b324beb39 (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_unit_tests+0x7ffcb38)
#4 0x559b324490b1 (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_unit_tests+0x7f870b0)
#5 0x559b356caf36 (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_unit_tests+0xb208f35)
#6 0x559b356cced7 (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_unit_tests+0xb20aed6)
#7 0x559b356ccb61 (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_unit_tests+0xb20ab60)
#8 0x559b356cd170 (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_unit_tests+0xb20b16f)
#9 0x559b2f79e314 (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_unit_tests+0x52dc313)
#10 0x559b2f79e42c (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_unit_tests+0x52dc42b)
#11 0x559b2f7a8a15 (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_unit_tests+0x52e6a14)
#12 0x559b33aa4cdf (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_unit_tests+0x95e2cde)
#13 0x559b33aac8e7 (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_unit_tests+0x95ea8e6)
#14 0x559b33aa6a4d (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_unit_tests+0x95e4a4c)
#15 0x559b33ab769b (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_unit_tests+0x95f569a)
#16 0x559b33aac8e7 (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_unit_tests+0x95ea8e6)
#17 0x559b33aa3150 (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_unit_tests+0x95e114f)
#18 0x559b2f8f2769 (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_unit_tests+0x5430768)
#19 0x559b33acbcdd (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_unit_tests+0x9609cdc)
#20 0x559b3232a6b8 (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_unit_tests+0x7e686b7)
#21 0x559b3234b7a7 (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_unit_tests+0x7e897a6)
#22 0x559b322dfd7c (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_unit_tests+0x7e1dd7b)
#23 0x559b3234c3e6 (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_unit_tests+0x7e8a3e5)
#24 0x559b3230a09f (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_unit_tests+0x7e4809e)
#25 0x559b3230a9cc (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_unit_tests+0x7e489cb)
#26 0x559b2e3079c7 (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_unit_tests+0x3e459c6)
../../brave/components/brave_wallet/browser/eth_tx_manager_unittest.cc:1686: Failure
Value of: tx_meta
Actual: false
Expected: true
Stack trace:
#0 0x559b2e307c00 (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_unit_tests+0x3e45bff)
Received signal 11 SEGV_MAPERR 000000000228
#0 0x559b32391e73 (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_unit_tests+0x7ecfe72)
#1 0x559b323a2d8c (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_unit_tests+0x7ee0d8b)
#2 0x7fceb5c42520 (/usr/lib/x86_64-linux-gnu/libc.so.6+0x4251f)
#3 0x559b321be9c0 (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_unit_tests+0x7cfc9bf)
#4 0x559b321bf72f (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_unit_tests+0x7cfd72e)
#5 0x559b321c032d (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_unit_tests+0x7cfe32c)
#6 0x559b321cf815 (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_unit_tests+0x7d0d814)
#7 0x559b321cecb3 (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_unit_tests+0x7d0ccb2)
#8 0x559b323de22f (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_unit_tests+0x7f1c22e)
#9 0x559b32ae60b6 (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_unit_tests+0x86240b5)
#10 0x559b323e1804 (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_unit_tests+0x7f1f803)
#11 0x559b323e163d (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_unit_tests+0x7f1f63c)
#12 0x559b322c3768 (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_unit_tests+0x7e01767)
#13 0x7fceb5c29d90 (/usr/lib/x86_64-linux-gnu/libc.so.6+0x29d8f)
r8: 0000000000000000 r9: 0000000000000020 r10: 0000000000000000 r11: 0000000000000293
r12: 00007ffdbaf711a0 r13: aaaaaaaaaaaaaaaa r14: 0000000000000000 r15: 0000000000000000
di: 0000559b38f3c3a0 si: 00002b04000e4360 bp: 00007ffdbaf71200 bx: 00007ffdbaf71180
dx: 0000559b392a8388 ax: 000000000000011c cx: 0000000000000004 sp: 00007ffdbaf70f80
ip: 0000559b2e307c6c efl: 0000000000010246 cgf: 002b000000000033 erf: 0000000000000004
trp: 000000000000000e msk: 0000000000000000 cr2: 0000000000000228
[end of stack trace]
[ FAILED ] EthTxManagerUnitTest.AddUnapproved1559TransactionWithoutGasFeeAndLimitForEthSend
```
</details>
| 1.0 | Test failure: EthTxManagerUnitTest.AddUnapproved1559TransactionWithoutGasFeeAndLimitForEthSend - Greetings human!
Bad news. `EthTxManagerUnitTest.AddUnapproved1559TransactionWithoutGasFeeAndLimitForEthSend` [failed on linux x64 nightly v1.59.70](https://ci.brave.com/job/brave-browser-build-linux-x64/5855/testReport/junit/(root)/EthTxManagerUnitTest/linux_x64___test_unit___AddUnapproved1559TransactionWithoutGasFeeAndLimitForEthSend).
<details>
<summary>Stack trace</summary>
```
[ RUN ] EthTxManagerUnitTest.AddUnapproved1559TransactionWithoutGasFeeAndLimitForEthSend
../../brave/components/brave_wallet/browser/eth_tx_manager_unittest.cc:65: Failure
Value of: success
Actual: false
Expected: true
Stack trace:
#0 0x559b2e2f170d (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_unit_tests+0x3e2f70c)
#1 0x559b3249c8ac (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_unit_tests+0x7fda8ab)
#2 0x559b324a2d26 (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_unit_tests+0x7fe0d25)
#3 0x559b324beb39 (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_unit_tests+0x7ffcb38)
#4 0x559b324490b1 (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_unit_tests+0x7f870b0)
#5 0x559b356caf36 (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_unit_tests+0xb208f35)
#6 0x559b356cced7 (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_unit_tests+0xb20aed6)
#7 0x559b356ccb61 (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_unit_tests+0xb20ab60)
#8 0x559b356cd170 (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_unit_tests+0xb20b16f)
#9 0x559b2f79e314 (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_unit_tests+0x52dc313)
#10 0x559b2f79e42c (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_unit_tests+0x52dc42b)
#11 0x559b2f7a8a15 (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_unit_tests+0x52e6a14)
#12 0x559b33aa4cdf (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_unit_tests+0x95e2cde)
#13 0x559b33aac8e7 (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_unit_tests+0x95ea8e6)
#14 0x559b33aa6a4d (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_unit_tests+0x95e4a4c)
#15 0x559b33ab769b (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_unit_tests+0x95f569a)
#16 0x559b33aac8e7 (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_unit_tests+0x95ea8e6)
#17 0x559b33aa3150 (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_unit_tests+0x95e114f)
#18 0x559b2f8f2769 (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_unit_tests+0x5430768)
#19 0x559b33acbcdd (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_unit_tests+0x9609cdc)
#20 0x559b3232a6b8 (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_unit_tests+0x7e686b7)
#21 0x559b3234b7a7 (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_unit_tests+0x7e897a6)
#22 0x559b322dfd7c (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_unit_tests+0x7e1dd7b)
#23 0x559b3234c3e6 (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_unit_tests+0x7e8a3e5)
#24 0x559b3230a09f (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_unit_tests+0x7e4809e)
#25 0x559b3230a9cc (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_unit_tests+0x7e489cb)
#26 0x559b2e3079c7 (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_unit_tests+0x3e459c6)
../../brave/components/brave_wallet/browser/eth_tx_manager_unittest.cc:66: Failure
Value of: id.empty()
Actual: true
Expected: false
Stack trace:
#0 0x559b2e2f180b (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_unit_tests+0x3e2f80a)
#1 0x559b3249c8ac (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_unit_tests+0x7fda8ab)
#2 0x559b324a2d26 (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_unit_tests+0x7fe0d25)
#3 0x559b324beb39 (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_unit_tests+0x7ffcb38)
#4 0x559b324490b1 (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_unit_tests+0x7f870b0)
#5 0x559b356caf36 (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_unit_tests+0xb208f35)
#6 0x559b356cced7 (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_unit_tests+0xb20aed6)
#7 0x559b356ccb61 (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_unit_tests+0xb20ab60)
#8 0x559b356cd170 (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_unit_tests+0xb20b16f)
#9 0x559b2f79e314 (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_unit_tests+0x52dc313)
#10 0x559b2f79e42c (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_unit_tests+0x52dc42b)
#11 0x559b2f7a8a15 (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_unit_tests+0x52e6a14)
#12 0x559b33aa4cdf (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_unit_tests+0x95e2cde)
#13 0x559b33aac8e7 (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_unit_tests+0x95ea8e6)
#14 0x559b33aa6a4d (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_unit_tests+0x95e4a4c)
#15 0x559b33ab769b (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_unit_tests+0x95f569a)
#16 0x559b33aac8e7 (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_unit_tests+0x95ea8e6)
#17 0x559b33aa3150 (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_unit_tests+0x95e114f)
#18 0x559b2f8f2769 (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_unit_tests+0x5430768)
#19 0x559b33acbcdd (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_unit_tests+0x9609cdc)
#20 0x559b3232a6b8 (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_unit_tests+0x7e686b7)
#21 0x559b3234b7a7 (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_unit_tests+0x7e897a6)
#22 0x559b322dfd7c (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_unit_tests+0x7e1dd7b)
#23 0x559b3234c3e6 (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_unit_tests+0x7e8a3e5)
#24 0x559b3230a09f (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_unit_tests+0x7e4809e)
#25 0x559b3230a9cc (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_unit_tests+0x7e489cb)
#26 0x559b2e3079c7 (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_unit_tests+0x3e459c6)
../../brave/components/brave_wallet/browser/eth_tx_manager_unittest.cc:67: Failure
Value of: error_message.empty()
Actual: false
Expected: true
Stack trace:
#0 0x559b2e2f1905 (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_unit_tests+0x3e2f904)
#1 0x559b3249c8ac (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_unit_tests+0x7fda8ab)
#2 0x559b324a2d26 (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_unit_tests+0x7fe0d25)
#3 0x559b324beb39 (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_unit_tests+0x7ffcb38)
#4 0x559b324490b1 (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_unit_tests+0x7f870b0)
#5 0x559b356caf36 (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_unit_tests+0xb208f35)
#6 0x559b356cced7 (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_unit_tests+0xb20aed6)
#7 0x559b356ccb61 (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_unit_tests+0xb20ab60)
#8 0x559b356cd170 (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_unit_tests+0xb20b16f)
#9 0x559b2f79e314 (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_unit_tests+0x52dc313)
#10 0x559b2f79e42c (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_unit_tests+0x52dc42b)
#11 0x559b2f7a8a15 (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_unit_tests+0x52e6a14)
#12 0x559b33aa4cdf (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_unit_tests+0x95e2cde)
#13 0x559b33aac8e7 (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_unit_tests+0x95ea8e6)
#14 0x559b33aa6a4d (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_unit_tests+0x95e4a4c)
#15 0x559b33ab769b (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_unit_tests+0x95f569a)
#16 0x559b33aac8e7 (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_unit_tests+0x95ea8e6)
#17 0x559b33aa3150 (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_unit_tests+0x95e114f)
#18 0x559b2f8f2769 (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_unit_tests+0x5430768)
#19 0x559b33acbcdd (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_unit_tests+0x9609cdc)
#20 0x559b3232a6b8 (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_unit_tests+0x7e686b7)
#21 0x559b3234b7a7 (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_unit_tests+0x7e897a6)
#22 0x559b322dfd7c (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_unit_tests+0x7e1dd7b)
#23 0x559b3234c3e6 (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_unit_tests+0x7e8a3e5)
#24 0x559b3230a09f (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_unit_tests+0x7e4809e)
#25 0x559b3230a9cc (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_unit_tests+0x7e489cb)
#26 0x559b2e3079c7 (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_unit_tests+0x3e459c6)
../../brave/components/brave_wallet/browser/eth_tx_manager_unittest.cc:1686: Failure
Value of: tx_meta
Actual: false
Expected: true
Stack trace:
#0 0x559b2e307c00 (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_unit_tests+0x3e45bff)
Received signal 11 SEGV_MAPERR 000000000228
#0 0x559b32391e73 (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_unit_tests+0x7ecfe72)
#1 0x559b323a2d8c (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_unit_tests+0x7ee0d8b)
#2 0x7fceb5c42520 (/usr/lib/x86_64-linux-gnu/libc.so.6+0x4251f)
#3 0x559b321be9c0 (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_unit_tests+0x7cfc9bf)
#4 0x559b321bf72f (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_unit_tests+0x7cfd72e)
#5 0x559b321c032d (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_unit_tests+0x7cfe32c)
#6 0x559b321cf815 (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_unit_tests+0x7d0d814)
#7 0x559b321cecb3 (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_unit_tests+0x7d0ccb2)
#8 0x559b323de22f (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_unit_tests+0x7f1c22e)
#9 0x559b32ae60b6 (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_unit_tests+0x86240b5)
#10 0x559b323e1804 (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_unit_tests+0x7f1f803)
#11 0x559b323e163d (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_unit_tests+0x7f1f63c)
#12 0x559b322c3768 (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_unit_tests+0x7e01767)
#13 0x7fceb5c29d90 (/usr/lib/x86_64-linux-gnu/libc.so.6+0x29d8f)
r8: 0000000000000000 r9: 0000000000000020 r10: 0000000000000000 r11: 0000000000000293
r12: 00007ffdbaf711a0 r13: aaaaaaaaaaaaaaaa r14: 0000000000000000 r15: 0000000000000000
di: 0000559b38f3c3a0 si: 00002b04000e4360 bp: 00007ffdbaf71200 bx: 00007ffdbaf71180
dx: 0000559b392a8388 ax: 000000000000011c cx: 0000000000000004 sp: 00007ffdbaf70f80
ip: 0000559b2e307c6c efl: 0000000000010246 cgf: 002b000000000033 erf: 0000000000000004
trp: 000000000000000e msk: 0000000000000000 cr2: 0000000000000228
[end of stack trace]
[ FAILED ] EthTxManagerUnitTest.AddUnapproved1559TransactionWithoutGasFeeAndLimitForEthSend
```
</details>
| test | test failure ethtxmanagerunittest greetings human bad news ethtxmanagerunittest stack trace ethtxmanagerunittest brave components brave wallet browser eth tx manager unittest cc failure value of success actual false expected true stack trace home ubuntu workspace brave browser build linux nightly src out release brave unit tests home ubuntu workspace brave browser build linux nightly src out release brave unit tests home ubuntu workspace brave browser build linux nightly src out release brave unit tests home ubuntu workspace brave browser build linux nightly src out release brave unit tests home ubuntu workspace brave browser build linux nightly src out release brave unit tests home ubuntu workspace brave browser build linux nightly src out release brave unit tests home ubuntu workspace brave browser build linux nightly src out release brave unit tests home ubuntu workspace brave browser build linux nightly src out release brave unit tests home ubuntu workspace brave browser build linux nightly src out release brave unit tests home ubuntu workspace brave browser build linux nightly src out release brave unit tests home ubuntu workspace brave browser build linux nightly src out release brave unit tests home ubuntu workspace brave browser build linux nightly src out release brave unit tests home ubuntu workspace brave browser build linux nightly src out release brave unit tests home ubuntu workspace brave browser build linux nightly src out release brave unit tests home ubuntu workspace brave browser build linux nightly src out release brave unit tests home ubuntu workspace brave browser build linux nightly src out release brave unit tests home ubuntu workspace brave browser build linux nightly src out release brave unit tests home ubuntu workspace brave browser build linux nightly src out release brave unit tests home ubuntu workspace brave browser build linux nightly src out release brave unit tests home ubuntu workspace brave browser build linux nightly src out release brave unit tests home ubuntu workspace brave browser build linux nightly src out release brave unit tests home ubuntu workspace brave browser build linux nightly src out release brave unit tests home ubuntu workspace brave browser build linux nightly src out release brave unit tests home ubuntu workspace brave browser build linux nightly src out release brave unit tests home ubuntu workspace brave browser build linux nightly src out release brave unit tests home ubuntu workspace brave browser build linux nightly src out release brave unit tests home ubuntu workspace brave browser build linux nightly src out release brave unit tests brave components brave wallet browser eth tx manager unittest cc failure value of id empty actual true expected false stack trace home ubuntu workspace brave browser build linux nightly src out release brave unit tests home ubuntu workspace brave browser build linux nightly src out release brave unit tests home ubuntu workspace brave browser build linux nightly src out release brave unit tests home ubuntu workspace brave browser build linux nightly src out release brave unit tests home ubuntu workspace brave browser build linux nightly src out release brave unit tests home ubuntu workspace brave browser build linux nightly src out release brave unit tests home ubuntu workspace brave browser build linux nightly src out release brave unit tests home ubuntu workspace brave browser build linux nightly src out release brave unit tests home ubuntu workspace brave browser build linux nightly src out release brave unit tests home ubuntu workspace brave browser build linux nightly src out release brave unit tests home ubuntu workspace brave browser build linux nightly src out release brave unit tests home ubuntu workspace brave browser build linux nightly src out release brave unit tests home ubuntu workspace brave browser build linux nightly src out release brave unit tests home ubuntu workspace brave browser build linux nightly src out release brave unit tests home ubuntu workspace brave browser build linux nightly src out release brave unit tests home ubuntu workspace brave browser build linux nightly src out release brave unit tests home ubuntu workspace brave browser build linux nightly src out release brave unit tests home ubuntu workspace brave browser build linux nightly src out release brave unit tests home ubuntu workspace brave browser build linux nightly src out release brave unit tests home ubuntu workspace brave browser build linux nightly src out release brave unit tests home ubuntu workspace brave browser build linux nightly src out release brave unit tests home ubuntu workspace brave browser build linux nightly src out release brave unit tests home ubuntu workspace brave browser build linux nightly src out release brave unit tests home ubuntu workspace brave browser build linux nightly src out release brave unit tests home ubuntu workspace brave browser build linux nightly src out release brave unit tests home ubuntu workspace brave browser build linux nightly src out release brave unit tests home ubuntu workspace brave browser build linux nightly src out release brave unit tests brave components brave wallet browser eth tx manager unittest cc failure value of error message empty actual false expected true stack trace home ubuntu workspace brave browser build linux nightly src out release brave unit tests home ubuntu workspace brave browser build linux nightly src out release brave unit tests home ubuntu workspace brave browser build linux nightly src out release brave unit tests home ubuntu workspace brave browser build linux nightly src out release brave unit tests home ubuntu workspace brave browser build linux nightly src out release brave unit tests home ubuntu workspace brave browser build linux nightly src out release brave unit tests home ubuntu workspace brave browser build linux nightly src out release brave unit tests home ubuntu workspace brave browser build linux nightly src out release brave unit tests home ubuntu workspace brave browser build linux nightly src out release brave unit tests home ubuntu workspace brave browser build linux nightly src out release brave unit tests home ubuntu workspace brave browser build linux nightly src out release brave unit tests home ubuntu workspace brave browser build linux nightly src out release brave unit tests home ubuntu workspace brave browser build linux nightly src out release brave unit tests home ubuntu workspace brave browser build linux nightly src out release brave unit tests home ubuntu workspace brave browser build linux nightly src out release brave unit tests home ubuntu workspace brave browser build linux nightly src out release brave unit tests home ubuntu workspace brave browser build linux nightly src out release brave unit tests home ubuntu workspace brave browser build linux nightly src out release brave unit tests home ubuntu workspace brave browser build linux nightly src out release brave unit tests home ubuntu workspace brave browser build linux nightly src out release brave unit tests home ubuntu workspace brave browser build linux nightly src out release brave unit tests home ubuntu workspace brave browser build linux nightly src out release brave unit tests home ubuntu workspace brave browser build linux nightly src out release brave unit tests home ubuntu workspace brave browser build linux nightly src out release brave unit tests home ubuntu workspace brave browser build linux nightly src out release brave unit tests home ubuntu workspace brave browser build linux nightly src out release brave unit tests home ubuntu workspace brave browser build linux nightly src out release brave unit tests brave components brave wallet browser eth tx manager unittest cc failure value of tx meta actual false expected true stack trace home ubuntu workspace brave browser build linux nightly src out release brave unit tests received signal segv maperr home ubuntu workspace brave browser build linux nightly src out release brave unit tests home ubuntu workspace brave browser build linux nightly src out release brave unit tests usr lib linux gnu libc so home ubuntu workspace brave browser build linux nightly src out release brave unit tests home ubuntu workspace brave browser build linux nightly src out release brave unit tests home ubuntu workspace brave browser build linux nightly src out release brave unit tests home ubuntu workspace brave browser build linux nightly src out release brave unit tests home ubuntu workspace brave browser build linux nightly src out release brave unit tests home ubuntu workspace brave browser build linux nightly src out release brave unit tests home ubuntu workspace brave browser build linux nightly src out release brave unit tests home ubuntu workspace brave browser build linux nightly src out release brave unit tests home ubuntu workspace brave browser build linux nightly src out release brave unit tests home ubuntu workspace brave browser build linux nightly src out release brave unit tests usr lib linux gnu libc so aaaaaaaaaaaaaaaa di si bp bx dx ax cx sp ip efl cgf erf trp msk ethtxmanagerunittest | 1 |
189,040 | 14,483,590,422 | IssuesEvent | 2020-12-10 15:20:22 | timescale/timescaledb | https://api.github.com/repos/timescale/timescaledb | closed | Add test for renaming continuous aggs direct view | continuous-aggs testing | This case doesn't seem to be covered by tests, although there is code to support it. | 1.0 | Add test for renaming continuous aggs direct view - This case doesn't seem to be covered by tests, although there is code to support it. | test | add test for renaming continuous aggs direct view this case doesn t seem to be covered by tests although there is code to support it | 1 |
651,668 | 21,484,657,490 | IssuesEvent | 2022-04-26 21:33:54 | interaction-lab/MoveToCode | https://api.github.com/repos/interaction-lab/MoveToCode | opened | Bugs and Things to fix | bug high priority | - [ ] updating and logging `CurAction` of kuri correctly
- [ ] mazes show match on second solution even though they shouldn't but only sometimes | 1.0 | Bugs and Things to fix - - [ ] updating and logging `CurAction` of kuri correctly
- [ ] mazes show match on second solution even though they shouldn't but only sometimes | non_test | bugs and things to fix updating and logging curaction of kuri correctly mazes show match on second solution even though they shouldn t but only sometimes | 0 |
35,956 | 2,793,983,140 | IssuesEvent | 2015-05-11 14:27:05 | aseprite/aseprite | https://api.github.com/repos/aseprite/aseprite | closed | Additional Eyedropper/Palette options | colorbar enhancement imported medium priority ui | Here, a summary of this issue:
- [x] In RGB images, when we use Eyedropper, find the best match entry in the Color Bar (and update the Palette Editor with that index)
- [x] Ability to duplicate colors (or copy & paste quickly)
- [x] Drag-and-drop colors
- [x] Set default palette
_From [[email protected]](https://code.google.com/u/110670203071844338961/) on March 10, 2011 02:06:14_
When working in RGB Color mode, it would be really useful to have the Palette window update RGB(HSV) values when I select a color from a sprite with the Eyedropper Tool.
Similarly, in Indexed mode, it would be nice to be able to duplicate the current swatch color to a new swatch, so that adjustments can be made to it without impacting any existing sprite coloration.
Both of these features would greatly help with creating very slight color deviations, for shading/highlight effects. I haven't seen a way to accomplish these from the app or on the Quick Reference. Thanks!
_Original issue: http://code.google.com/p/aseprite/issues/detail?id=16_ | 1.0 | Additional Eyedropper/Palette options - Here, a summary of this issue:
- [x] In RGB images, when we use Eyedropper, find the best match entry in the Color Bar (and update the Palette Editor with that index)
- [x] Ability to duplicate colors (or copy & paste quickly)
- [x] Drag-and-drop colors
- [x] Set default palette
_From [[email protected]](https://code.google.com/u/110670203071844338961/) on March 10, 2011 02:06:14_
When working in RGB Color mode, it would be really useful to have the Palette window update RGB(HSV) values when I select a color from a sprite with the Eyedropper Tool.
Similarly, in Indexed mode, it would be nice to be able to duplicate the current swatch color to a new swatch, so that adjustments can be made to it without impacting any existing sprite coloration.
Both of these features would greatly help with creating very slight color deviations, for shading/highlight effects. I haven't seen a way to accomplish these from the app or on the Quick Reference. Thanks!
_Original issue: http://code.google.com/p/aseprite/issues/detail?id=16_ | non_test | additional eyedropper palette options here a summary of this issue in rgb images when we use eyedropper find the best match entry in the color bar and update the palette editor with that index ability to duplicate colors or copy paste quickly drag and drop colors set default palette from on march when working in rgb color mode it would be really useful to have the palette window update rgb hsv values when i select a color from a sprite with the eyedropper tool similarly in indexed mode it would be nice to be able to duplicate the current swatch color to a new swatch so that adjustments can be made to it without impacting any existing sprite coloration both of these features would greatly help with creating very slight color deviations for shading highlight effects i haven t seen a way to accomplish these from the app or on the quick reference thanks original issue | 0 |
205,188 | 15,596,020,461 | IssuesEvent | 2021-03-18 15:26:59 | exadg/exadg | https://api.github.com/repos/exadg/exadg | closed | Find a clever strategy to robustly test iteration count results | high priority testing | It has been observed that iteration counts vary by a factor of 1.01-1.1 on different platforms, debug/release, etc.
We should therefore try to find the origin of these deviations, or find a way to make the tests robust. | 1.0 | Find a clever strategy to robustly test iteration count results - It has been observed that iteration counts vary by a factor of 1.01-1.1 on different platforms, debug/release, etc.
We should therefore try to find the origin of these deviations, or find a way to make the tests robust. | test | find a clever strategy to robustly test iteration count results it has been observed that iteration counts vary by a factor of on different platforms debug release etc we should therefore try to find the origin of these deviations or find a way to make the tests robust | 1 |
120,390 | 17,644,186,967 | IssuesEvent | 2021-08-20 01:54:27 | gdcorp-action-public-forks/toolchain | https://api.github.com/repos/gdcorp-action-public-forks/toolchain | opened | CVE-2021-23362 (Medium) detected in hosted-git-info-2.8.8.tgz, hosted-git-info-3.0.7.tgz | security vulnerability | ## CVE-2021-23362 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>hosted-git-info-2.8.8.tgz</b>, <b>hosted-git-info-3.0.7.tgz</b></p></summary>
<p>
<details><summary><b>hosted-git-info-2.8.8.tgz</b></p></summary>
<p>Provides metadata and conversions from repository urls for Github, Bitbucket and Gitlab</p>
<p>Library home page: <a href="https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.8.tgz">https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.8.tgz</a></p>
<p>
Dependency Hierarchy:
- jest-26.6.3.tgz (Root Library)
- core-26.6.3.tgz
- jest-resolve-26.6.2.tgz
- read-pkg-up-7.0.1.tgz
- read-pkg-5.2.0.tgz
- normalize-package-data-2.5.0.tgz
- :x: **hosted-git-info-2.8.8.tgz** (Vulnerable Library)
</details>
<details><summary><b>hosted-git-info-3.0.7.tgz</b></p></summary>
<p>Provides metadata and conversions from repository urls for Github, Bitbucket and Gitlab</p>
<p>Library home page: <a href="https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-3.0.7.tgz">https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-3.0.7.tgz</a></p>
<p>
Dependency Hierarchy:
- npm-check-updates-10.2.1.tgz (Root Library)
- :x: **hosted-git-info-3.0.7.tgz** (Vulnerable Library)
</details>
<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>
The package hosted-git-info before 3.0.8 are vulnerable to Regular Expression Denial of Service (ReDoS) via regular expression shortcutMatch in the fromUrl function in index.js. The affected regular expression exhibits polynomial worst-case time complexity.
<p>Publish Date: 2021-03-23
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-23362>CVE-2021-23362</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: None
- Integrity Impact: None
- Availability Impact: Low
</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-43f8-2h32-f4cj">https://github.com/advisories/GHSA-43f8-2h32-f4cj</a></p>
<p>Release Date: 2021-03-23</p>
<p>Fix Resolution: hosted-git-info - 2.8.9,3.0.8</p>
</p>
</details>
<p></p>
<!-- <REMEDIATE>{"isOpenPROnVulnerability":false,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"javascript/Node.js","packageName":"hosted-git-info","packageVersion":"2.8.8","packageFilePaths":[],"isTransitiveDependency":true,"dependencyTree":"jest:26.6.3;@jest/core:26.6.3;jest-resolve:26.6.2;read-pkg-up:7.0.1;read-pkg:5.2.0;normalize-package-data:2.5.0;hosted-git-info:2.8.8","isMinimumFixVersionAvailable":true,"minimumFixVersion":"hosted-git-info - 2.8.9,3.0.8"},{"packageType":"javascript/Node.js","packageName":"hosted-git-info","packageVersion":"3.0.7","packageFilePaths":[],"isTransitiveDependency":true,"dependencyTree":"npm-check-updates:10.2.1;hosted-git-info:3.0.7","isMinimumFixVersionAvailable":true,"minimumFixVersion":"hosted-git-info - 2.8.9,3.0.8"}],"baseBranches":["master"],"vulnerabilityIdentifier":"CVE-2021-23362","vulnerabilityDetails":"The package hosted-git-info before 3.0.8 are vulnerable to Regular Expression Denial of Service (ReDoS) via regular expression shortcutMatch in the fromUrl function in index.js. The affected regular expression exhibits polynomial worst-case time complexity.","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-23362","cvss3Severity":"medium","cvss3Score":"5.3","cvss3Metrics":{"A":"Low","AC":"Low","PR":"None","S":"Unchanged","C":"None","UI":"None","AV":"Network","I":"None"},"extraData":{}}</REMEDIATE> --> | True | CVE-2021-23362 (Medium) detected in hosted-git-info-2.8.8.tgz, hosted-git-info-3.0.7.tgz - ## CVE-2021-23362 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>hosted-git-info-2.8.8.tgz</b>, <b>hosted-git-info-3.0.7.tgz</b></p></summary>
<p>
<details><summary><b>hosted-git-info-2.8.8.tgz</b></p></summary>
<p>Provides metadata and conversions from repository urls for Github, Bitbucket and Gitlab</p>
<p>Library home page: <a href="https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.8.tgz">https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.8.tgz</a></p>
<p>
Dependency Hierarchy:
- jest-26.6.3.tgz (Root Library)
- core-26.6.3.tgz
- jest-resolve-26.6.2.tgz
- read-pkg-up-7.0.1.tgz
- read-pkg-5.2.0.tgz
- normalize-package-data-2.5.0.tgz
- :x: **hosted-git-info-2.8.8.tgz** (Vulnerable Library)
</details>
<details><summary><b>hosted-git-info-3.0.7.tgz</b></p></summary>
<p>Provides metadata and conversions from repository urls for Github, Bitbucket and Gitlab</p>
<p>Library home page: <a href="https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-3.0.7.tgz">https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-3.0.7.tgz</a></p>
<p>
Dependency Hierarchy:
- npm-check-updates-10.2.1.tgz (Root Library)
- :x: **hosted-git-info-3.0.7.tgz** (Vulnerable Library)
</details>
<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>
The package hosted-git-info before 3.0.8 are vulnerable to Regular Expression Denial of Service (ReDoS) via regular expression shortcutMatch in the fromUrl function in index.js. The affected regular expression exhibits polynomial worst-case time complexity.
<p>Publish Date: 2021-03-23
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-23362>CVE-2021-23362</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: None
- Integrity Impact: None
- Availability Impact: Low
</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-43f8-2h32-f4cj">https://github.com/advisories/GHSA-43f8-2h32-f4cj</a></p>
<p>Release Date: 2021-03-23</p>
<p>Fix Resolution: hosted-git-info - 2.8.9,3.0.8</p>
</p>
</details>
<p></p>
<!-- <REMEDIATE>{"isOpenPROnVulnerability":false,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"javascript/Node.js","packageName":"hosted-git-info","packageVersion":"2.8.8","packageFilePaths":[],"isTransitiveDependency":true,"dependencyTree":"jest:26.6.3;@jest/core:26.6.3;jest-resolve:26.6.2;read-pkg-up:7.0.1;read-pkg:5.2.0;normalize-package-data:2.5.0;hosted-git-info:2.8.8","isMinimumFixVersionAvailable":true,"minimumFixVersion":"hosted-git-info - 2.8.9,3.0.8"},{"packageType":"javascript/Node.js","packageName":"hosted-git-info","packageVersion":"3.0.7","packageFilePaths":[],"isTransitiveDependency":true,"dependencyTree":"npm-check-updates:10.2.1;hosted-git-info:3.0.7","isMinimumFixVersionAvailable":true,"minimumFixVersion":"hosted-git-info - 2.8.9,3.0.8"}],"baseBranches":["master"],"vulnerabilityIdentifier":"CVE-2021-23362","vulnerabilityDetails":"The package hosted-git-info before 3.0.8 are vulnerable to Regular Expression Denial of Service (ReDoS) via regular expression shortcutMatch in the fromUrl function in index.js. The affected regular expression exhibits polynomial worst-case time complexity.","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-23362","cvss3Severity":"medium","cvss3Score":"5.3","cvss3Metrics":{"A":"Low","AC":"Low","PR":"None","S":"Unchanged","C":"None","UI":"None","AV":"Network","I":"None"},"extraData":{}}</REMEDIATE> --> | non_test | cve medium detected in hosted git info tgz hosted git info tgz cve medium severity vulnerability vulnerable libraries hosted git info tgz hosted git info tgz hosted git info tgz provides metadata and conversions from repository urls for github bitbucket and gitlab library home page a href dependency hierarchy jest tgz root library core tgz jest resolve tgz read pkg up tgz read pkg tgz normalize package data tgz x hosted git info tgz vulnerable library hosted git info tgz provides metadata and conversions from repository urls for github bitbucket and gitlab library home page a href dependency hierarchy npm check updates tgz root library x hosted git info tgz vulnerable library found in base branch master vulnerability details the package hosted git info before are vulnerable to regular expression denial of service redos via regular expression shortcutmatch in the fromurl function in index js the affected regular expression exhibits polynomial worst case time complexity 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 none integrity impact none availability impact low for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution hosted git info isopenpronvulnerability false ispackagebased true isdefaultbranch true packages istransitivedependency true dependencytree jest jest core jest resolve read pkg up read pkg normalize package data hosted git info isminimumfixversionavailable true minimumfixversion hosted git info packagetype javascript node js packagename hosted git info packageversion packagefilepaths istransitivedependency true dependencytree npm check updates hosted git info isminimumfixversionavailable true minimumfixversion hosted git info basebranches vulnerabilityidentifier cve vulnerabilitydetails the package hosted git info before are vulnerable to regular expression denial of service redos via regular expression shortcutmatch in the fromurl function in index js the affected regular expression exhibits polynomial worst case time complexity vulnerabilityurl | 0 |
513,787 | 14,926,693,609 | IssuesEvent | 2021-01-24 12:36:15 | lemonsaurus/blackbox | https://api.github.com/repos/lemonsaurus/blackbox | closed | Set up linting or autoformatting | area: CI level: intermediate priority: critical type: enhancement | Now that we're seeing contributors joining this project, we ought to set up a linter on the CI. Basic `flake8` linting will probably be a good place to start.
Let's just use some GitHub Action that provides annotated linting for this. For example, this one:
https://github.com/suo/flake8-github-action | 1.0 | Set up linting or autoformatting - Now that we're seeing contributors joining this project, we ought to set up a linter on the CI. Basic `flake8` linting will probably be a good place to start.
Let's just use some GitHub Action that provides annotated linting for this. For example, this one:
https://github.com/suo/flake8-github-action | non_test | set up linting or autoformatting now that we re seeing contributors joining this project we ought to set up a linter on the ci basic linting will probably be a good place to start let s just use some github action that provides annotated linting for this for example this one | 0 |
75,154 | 7,460,911,413 | IssuesEvent | 2018-03-30 22:02:59 | QubesOS/qubes-issues | https://api.github.com/repos/QubesOS/qubes-issues | closed | Provide qubesctl switch to limit concurrent jobs | C: mgmt P: minor enhancement r4.0-buster-cur-test r4.0-centos7-cur-test r4.0-dom0-cur-test r4.0-fc26-cur-test r4.0-jessie-cur-test r4.0-stretch-cur-test | #### Qubes OS version:
<!-- (e.g., `R3.2`)
You can get it from the dom0 terminal with the command
`cat /etc/qubes-release`
Type below this line. -->
R4.0
#### Affected component(s):
<!-- Type below this line. -->
salt
---
### Steps to reproduce the behavior:
<!-- Type below this line. -->
Launch `qubesctl --all state.highstate`
### Expected behavior:
<!-- Type below this line. -->
An option to limit/increase number of parallel VMs being configured.
### Actual behavior:
<!-- Type below this line. -->
A hardcoded value of `4` is used.
Especially annoying on limited memory or slow disk.
### General notes:
<!-- Type below this line. -->
Discussion: https://groups.google.com/d/msgid/qubes-users/20170117032920.GC3974%40mail-itl | 6.0 | Provide qubesctl switch to limit concurrent jobs - #### Qubes OS version:
<!-- (e.g., `R3.2`)
You can get it from the dom0 terminal with the command
`cat /etc/qubes-release`
Type below this line. -->
R4.0
#### Affected component(s):
<!-- Type below this line. -->
salt
---
### Steps to reproduce the behavior:
<!-- Type below this line. -->
Launch `qubesctl --all state.highstate`
### Expected behavior:
<!-- Type below this line. -->
An option to limit/increase number of parallel VMs being configured.
### Actual behavior:
<!-- Type below this line. -->
A hardcoded value of `4` is used.
Especially annoying on limited memory or slow disk.
### General notes:
<!-- Type below this line. -->
Discussion: https://groups.google.com/d/msgid/qubes-users/20170117032920.GC3974%40mail-itl | test | provide qubesctl switch to limit concurrent jobs qubes os version e g you can get it from the terminal with the command cat etc qubes release type below this line affected component s salt steps to reproduce the behavior launch qubesctl all state highstate expected behavior an option to limit increase number of parallel vms being configured actual behavior a hardcoded value of is used especially annoying on limited memory or slow disk general notes discussion | 1 |
130,372 | 10,607,351,469 | IssuesEvent | 2019-10-11 03:24:03 | rsx-labs/aide-frontend | https://api.github.com/repos/rsx-labs/aide-frontend | closed | Employee names in Improvements | Bug For QA Testing | **Describe the bug**
1. 3 C - User First name for Owner
2. Action List - Use First name for Assignee
3. Lessons Learnt - Use First name for Raised By
4. Success Registers - Use First name for Who's Involved
5. Success Registers - Use First name for Raised By
**Version (please complete the following information):**
- Version 2.6 | 1.0 | Employee names in Improvements - **Describe the bug**
1. 3 C - User First name for Owner
2. Action List - Use First name for Assignee
3. Lessons Learnt - Use First name for Raised By
4. Success Registers - Use First name for Who's Involved
5. Success Registers - Use First name for Raised By
**Version (please complete the following information):**
- Version 2.6 | test | employee names in improvements describe the bug c user first name for owner action list use first name for assignee lessons learnt use first name for raised by success registers use first name for who s involved success registers use first name for raised by version please complete the following information version | 1 |
311,562 | 26,797,757,336 | IssuesEvent | 2023-02-01 13:08:11 | kernitus/BukkitOldCombatMechanics | https://api.github.com/repos/kernitus/BukkitOldCombatMechanics | closed | Players take no damage when pvping | user vanished awaiting testing | * Server Version: PAPER SPIGOT 1.12.2
* OldCombatMechanics version: 1.10.0
* OldCombatMechanics config file: https://pastebin.com/zMA6AdpQ
## Problem Description
At the time of pvp the players do not receive any type of damage. When I disable the "old-strength-armor" option, players die from 1/2 hits. I would like to make the pvp last longer but take damage | 1.0 | Players take no damage when pvping - * Server Version: PAPER SPIGOT 1.12.2
* OldCombatMechanics version: 1.10.0
* OldCombatMechanics config file: https://pastebin.com/zMA6AdpQ
## Problem Description
At the time of pvp the players do not receive any type of damage. When I disable the "old-strength-armor" option, players die from 1/2 hits. I would like to make the pvp last longer but take damage | test | players take no damage when pvping server version paper spigot oldcombatmechanics version oldcombatmechanics config file problem description at the time of pvp the players do not receive any type of damage when i disable the old strength armor option players die from hits i would like to make the pvp last longer but take damage | 1 |
48,059 | 19,913,800,083 | IssuesEvent | 2022-01-25 20:04:43 | microsoft/BotFramework-Composer | https://api.github.com/repos/microsoft/BotFramework-Composer | closed | Bot Framework Composer can't find Node.js (Ubuntu) | Type: Bug customer-reported Bot Services customer-replied-to | <!-- Please search for your feature request before creating a new one. >
<!-- Complete the necessary portions of this template and delete the rest. -->
## Describe the bug
Bot Framework Composer requires the installation of Node.js, but the Node.js is installed.
## Version
Version: 2.1.1
Electron: 8.2.4
Chrome: 80.0.3987.165
NodeJS: 12.13.0
V8: 8.0.426.27-electron.0
## Browser
<!-- What browser are you using? -->
- [x] Electron distribution
- [ ] Chrome
- [ ] Safari
- [ ] Firefox
- [ ] Edge
## OS
<!-- What operating system are you using? -->
- [ ] macOS
- [ ] Windows
- [x] Ubuntu
## To Reproduce
Steps to reproduce the behavior:
1. Go to 'Home'
2. Click on 'Create new'
3. See error
## Expected behavior
use the existing Node.js and don't show the error message
## Screenshots

## Additional context
| 1.0 | Bot Framework Composer can't find Node.js (Ubuntu) - <!-- Please search for your feature request before creating a new one. >
<!-- Complete the necessary portions of this template and delete the rest. -->
## Describe the bug
Bot Framework Composer requires the installation of Node.js, but the Node.js is installed.
## Version
Version: 2.1.1
Electron: 8.2.4
Chrome: 80.0.3987.165
NodeJS: 12.13.0
V8: 8.0.426.27-electron.0
## Browser
<!-- What browser are you using? -->
- [x] Electron distribution
- [ ] Chrome
- [ ] Safari
- [ ] Firefox
- [ ] Edge
## OS
<!-- What operating system are you using? -->
- [ ] macOS
- [ ] Windows
- [x] Ubuntu
## To Reproduce
Steps to reproduce the behavior:
1. Go to 'Home'
2. Click on 'Create new'
3. See error
## Expected behavior
use the existing Node.js and don't show the error message
## Screenshots

## Additional context
| non_test | bot framework composer can t find node js ubuntu describe the bug bot framework composer requires the installation of node js but the node js is installed version version electron chrome nodejs electron browser electron distribution chrome safari firefox edge os macos windows ubuntu to reproduce steps to reproduce the behavior go to home click on create new see error expected behavior use the existing node js and don t show the error message screenshots additional context | 0 |
595,394 | 18,065,312,912 | IssuesEvent | 2021-09-20 18:24:07 | belav/csharpier | https://api.github.com/repos/belav/csharpier | closed | Nested FixedStatements should break | type:bug area:formatting priority:medium | ```c#
fixed (char* pSrcBegin = text)fixed (char* pDstBegin = _bufChars)
{
char* pSrc = pSrcBegin;
}
// should be
fixed (char* pSrcBegin = text)
fixed (char* pDstBegin = _bufChars)
{
char* pSrc = pSrcBegin;
} | 1.0 | Nested FixedStatements should break - ```c#
fixed (char* pSrcBegin = text)fixed (char* pDstBegin = _bufChars)
{
char* pSrc = pSrcBegin;
}
// should be
fixed (char* pSrcBegin = text)
fixed (char* pDstBegin = _bufChars)
{
char* pSrc = pSrcBegin;
} | non_test | nested fixedstatements should break c fixed char psrcbegin text fixed char pdstbegin bufchars char psrc psrcbegin should be fixed char psrcbegin text fixed char pdstbegin bufchars char psrc psrcbegin | 0 |
157,917 | 12,395,355,772 | IssuesEvent | 2020-05-20 18:30:51 | chef/chef-workstation | https://api.github.com/repos/chef/chef-workstation | closed | [TRACKER]Chef Workstation 2020 Testing - Cookstyle | Aspect: Testing Status: Sustaining Backlog | ## Description
- Setup chef-workstation on your system as per https://github.com/chef/chef-workstation/issues/1167#issuecomment-627407517
- Verify functionality and leave a comment for the results of the command
- Focus: Cookstyle major version bump (6+)
a) Remove Foodcritic Leaving it in
b) Link to Cookstyle docs and blog post as part of the release announcement
## Parent task
https://github.com/chef/chef-workstation/issues/1167
## Reference
- https://github.com/chef/cookstyle
- https://github.com/chef/cookstyle/blob/master/RELEASE_NOTES.md
## Chef Workstation Version
## Platform Version
<!--- Tell us which Operating System distribution and version Chef Workstation is running on. -->
| 1.0 | [TRACKER]Chef Workstation 2020 Testing - Cookstyle - ## Description
- Setup chef-workstation on your system as per https://github.com/chef/chef-workstation/issues/1167#issuecomment-627407517
- Verify functionality and leave a comment for the results of the command
- Focus: Cookstyle major version bump (6+)
a) Remove Foodcritic Leaving it in
b) Link to Cookstyle docs and blog post as part of the release announcement
## Parent task
https://github.com/chef/chef-workstation/issues/1167
## Reference
- https://github.com/chef/cookstyle
- https://github.com/chef/cookstyle/blob/master/RELEASE_NOTES.md
## Chef Workstation Version
## Platform Version
<!--- Tell us which Operating System distribution and version Chef Workstation is running on. -->
| test | chef workstation testing cookstyle description setup chef workstation on your system as per verify functionality and leave a comment for the results of the command focus cookstyle major version bump a remove foodcritic leaving it in b link to cookstyle docs and blog post as part of the release announcement parent task reference chef workstation version platform version | 1 |
14,640 | 17,771,043,981 | IssuesEvent | 2021-08-30 13:42:20 | googleapis/python-dlp | https://api.github.com/repos/googleapis/python-dlp | reopened | Dependency Dashboard | type: process api: dlp | This issue provides visibility into Renovate updates and their statuses. [Learn more](https://docs.renovatebot.com/key-concepts/dashboard/)
## Edited/Blocked
These updates have been manually edited so Renovate will no longer make changes. To discard all commits and start over, click on a checkbox.
- [ ] <!-- rebase-branch=renovate/google-cloud-pubsub-2.x -->[chore(deps): update dependency google-cloud-pubsub to v2.7.1](../pull/235)
- [ ] <!-- rebase-branch=renovate/google-cloud-bigquery-2.x -->[chore(deps): update dependency google-cloud-bigquery to v2.25.1](../pull/234)
---
- [ ] <!-- manual job -->Check this box to trigger a request for Renovate to run again on this repository
| 1.0 | Dependency Dashboard - This issue provides visibility into Renovate updates and their statuses. [Learn more](https://docs.renovatebot.com/key-concepts/dashboard/)
## Edited/Blocked
These updates have been manually edited so Renovate will no longer make changes. To discard all commits and start over, click on a checkbox.
- [ ] <!-- rebase-branch=renovate/google-cloud-pubsub-2.x -->[chore(deps): update dependency google-cloud-pubsub to v2.7.1](../pull/235)
- [ ] <!-- rebase-branch=renovate/google-cloud-bigquery-2.x -->[chore(deps): update dependency google-cloud-bigquery to v2.25.1](../pull/234)
---
- [ ] <!-- manual job -->Check this box to trigger a request for Renovate to run again on this repository
| non_test | dependency dashboard this issue provides visibility into renovate updates and their statuses edited blocked these updates have been manually edited so renovate will no longer make changes to discard all commits and start over click on a checkbox pull pull check this box to trigger a request for renovate to run again on this repository | 0 |
47,235 | 5,872,184,749 | IssuesEvent | 2017-05-15 10:44:04 | pravega/pravega | https://api.github.com/repos/pravega/pravega | closed | Controller unit tests should catch and handle exceptions instead of throwing them | area/controller area/testing kind/bug | **Problem description**
Several unit test cases in Controller throw checked exceptions instead of catching them and explicitly failing the test case. A better practice is to catch the exception and handle it accordingly.
**Problem location**
Several controller unit test cases, e.g., EventProcessorTest.
**Suggestions for an improvement**
Catch and handle an exception accordingly instead of throwing an exception from a test case. | 1.0 | Controller unit tests should catch and handle exceptions instead of throwing them - **Problem description**
Several unit test cases in Controller throw checked exceptions instead of catching them and explicitly failing the test case. A better practice is to catch the exception and handle it accordingly.
**Problem location**
Several controller unit test cases, e.g., EventProcessorTest.
**Suggestions for an improvement**
Catch and handle an exception accordingly instead of throwing an exception from a test case. | test | controller unit tests should catch and handle exceptions instead of throwing them problem description several unit test cases in controller throw checked exceptions instead of catching them and explicitly failing the test case a better practice is to catch the exception and handle it accordingly problem location several controller unit test cases e g eventprocessortest suggestions for an improvement catch and handle an exception accordingly instead of throwing an exception from a test case | 1 |
151,508 | 5,823,453,042 | IssuesEvent | 2017-05-07 01:26:10 | CiTR/djland | https://api.github.com/repos/CiTR/djland | closed | Upload podcast audio option | API Database Medium Priority New Feature Podcast User Interface | Add option to upload a podcast file instead of using the off air record.
(nicer for pre-recorded shows)
| 1.0 | Upload podcast audio option - Add option to upload a podcast file instead of using the off air record.
(nicer for pre-recorded shows)
| non_test | upload podcast audio option add option to upload a podcast file instead of using the off air record nicer for pre recorded shows | 0 |
356,816 | 10,597,892,729 | IssuesEvent | 2019-10-10 02:33:59 | AY1920S1-CS2103T-F13-2/main | https://api.github.com/repos/AY1920S1-CS2103T-F13-2/main | closed | Refactor AddressBook to $aveNUS | priority.High | Making sure that AddressBook fields and features are replace with those to better suit our project. | 1.0 | Refactor AddressBook to $aveNUS - Making sure that AddressBook fields and features are replace with those to better suit our project. | non_test | refactor addressbook to avenus making sure that addressbook fields and features are replace with those to better suit our project | 0 |
174,981 | 13,527,568,059 | IssuesEvent | 2020-09-15 15:34:33 | mozilla-mobile/android-components | https://api.github.com/repos/mozilla-mobile/android-components | opened | Intermittent test: closed tab storage adds all normals tab and no private tabs removed with TabListAction RemoveAllTabsAction | 🎲 intermittent-test | [task 2020-09-14T21:58:04.800Z] TEST: closed tab storage adds all normals tab and no private tabs removed with TabListAction RemoveAllTabsAction
[task 2020-09-14T21:58:04.800Z] [Robolectric] mozilla.components.feature.recentlyclosed.RecentlyClosedMiddlewareTest.closed tab storage adds all normals tab and no private tabs removed with TabListAction RemoveAllTabsAction: sdk=28; resources=binary
[task 2020-09-14T21:58:04.800Z] I/MonitoringInstr: Instrumentation started!
[task 2020-09-14T21:58:04.800Z] I/MonitoringInstr: Setting context classloader to 'org.robolectric.internal.bytecode.SandboxClassLoader@5c98d0d7', Original: 'org.robolectric.internal.bytecode.SandboxClassLoader@5c98d0d7'
[task 2020-09-14T21:58:04.800Z] FAILURE
[task 2020-09-14T21:58:04.800Z]
[task 2020-09-14T21:58:04.801Z] Wanted but not invoked:
[task 2020-09-14T21:58:04.801Z] recentlyClosedTabsStorage.addTabsToCollectionWithMax$feature_recentlyclosed_release(
[task 2020-09-14T21:58:04.801Z] <Capturing argument>,
[task 2020-09-14T21:58:04.801Z] 5
[task 2020-09-14T21:58:04.802Z] );
[task 2020-09-14T21:58:04.802Z] -> at mozilla.components.feature.recentlyclosed.RecentlyClosedTabsStorage.addTabsToCollectionWithMax$feature_recentlyclosed_release(RecentlyClosedTabsStorage.kt:78)
[task 2020-09-14T21:58:04.802Z] Actually, there were zero interactions with this mock.
[task 2020-09-14T21:58:04.802Z]
[task 2020-09-14T21:58:04.802Z] at mozilla.components.feature.recentlyclosed.RecentlyClosedTabsStorage.addTabsToCollectionWithMax$feature_recentlyclosed_release(RecentlyClosedTabsStorage.kt:78)
[task 2020-09-14T21:58:04.802Z] at mozilla.components.feature.recentlyclosed.RecentlyClosedMiddlewareTest$closed tab storage adds all normals tab and no private tabs removed with TabListAction RemoveAllTabsAction$1.invokeSuspend(RecentlyClosedMiddlewareTest.kt:214)
[task 2020-09-14T21:58:04.802Z] at mozilla.components.feature.recentlyclosed.RecentlyClosedMiddlewareTest$closed tab storage adds all normals tab and no private tabs removed with TabListAction RemoveAllTabsAction$1.invoke(RecentlyClosedMiddlewareTest.kt)
[task 2020-09-14T21:58:04.802Z] at kotlinx.coroutines.test.TestBuildersKt$runBlockingTest$deferred$1.invokeSuspend(TestBuilders.kt:50)
[task 2020-09-14T21:58:04.802Z] at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
[task 2020-09-14T21:58:04.802Z] at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:56)
[task 2020-09-14T21:58:04.802Z] at kotlinx.coroutines.test.TestCoroutineDispatcher.dispatch(TestCoroutineDispatcher.kt:50)
[task 2020-09-14T21:58:04.802Z] at kotlinx.coroutines.DispatchedContinuationKt.resumeCancellableWith(DispatchedContinuation.kt:288)
[task 2020-09-14T21:58:04.802Z] at kotlinx.coroutines.intrinsics.CancellableKt.startCoroutineCancellable(Cancellable.kt:26)
[task 2020-09-14T21:58:04.802Z] at kotlinx.coroutines.CoroutineStart.invoke(CoroutineStart.kt:109)
[task 2020-09-14T21:58:04.802Z] at kotlinx.coroutines.AbstractCoroutine.start(AbstractCoroutine.kt:158)
[task 2020-09-14T21:58:04.802Z] at kotlinx.coroutines.BuildersKt__Builders_commonKt.async(Builders.common.kt:89)
[task 2020-09-14T21:58:04.802Z] at kotlinx.coroutines.BuildersKt.async(Unknown Source)
[task 2020-09-14T21:58:04.802Z] at kotlinx.coroutines.BuildersKt__Builders_commonKt.async$default(Builders.common.kt:82)
[task 2020-09-14T21:58:04.802Z] at kotlinx.coroutines.BuildersKt.async$default(Unknown Source)
[task 2020-09-14T21:58:04.802Z] at kotlinx.coroutines.test.TestBuildersKt.runBlockingTest(TestBuilders.kt:49)
[task 2020-09-14T21:58:04.802Z] at kotlinx.coroutines.test.TestBuildersKt.runBlockingTest$default(TestBuilders.kt:45)
[task 2020-09-14T21:58:04.802Z] at mozilla.components.feature.recentlyclosed.RecentlyClosedMiddlewareTest.closed tab storage adds all normals tab and no private tabs removed with TabListAction RemoveAllTabsAction(RecentlyClosedMiddlewareTest.kt:192)
[task 2020-09-14T21:58:04.802Z] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[task 2020-09-14T21:58:04.802Z] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[task 2020-09-14T21:58:04.802Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[task 2020-09-14T21:58:04.802Z] at java.lang.reflect.Method.invoke(Method.java:498)
[task 2020-09-14T21:58:04.802Z] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
[task 2020-09-14T21:58:04.802Z] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
[task 2020-09-14T21:58:04.802Z] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
[task 2020-09-14T21:58:04.802Z] at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
[task 2020-09-14T21:58:04.802Z] at org.robolectric.RobolectricTestRunner$HelperTestRunner$1.evaluate(RobolectricTestRunner.java:601)
[task 2020-09-14T21:58:04.802Z] at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
[task 2020-09-14T21:58:04.802Z] at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
[task 2020-09-14T21:58:04.802Z] at org.robolectric.internal.SandboxTestRunner$2.evaluate(SandboxTestRunner.java:260)
[task 2020-09-14T21:58:04.802Z] at org.robolectric.internal.SandboxTestRunner.runChild(SandboxTestRunner.java:130)
[task 2020-09-14T21:58:04.802Z] at org.robolectric.internal.SandboxTestRunner.runChild(SandboxTestRunner.java:42)
[task 2020-09-14T21:58:04.803Z] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
[task 2020-09-14T21:58:04.803Z] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
[task 2020-09-14T21:58:04.803Z] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
[task 2020-09-14T21:58:04.803Z] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
[task 2020-09-14T21:58:04.803Z] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
[task 2020-09-14T21:58:04.803Z] at org.robolectric.internal.SandboxTestRunner$1.evaluate(SandboxTestRunner.java:84)
[task 2020-09-14T21:58:04.803Z] at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
[task 2020-09-14T21:58:04.803Z] at androidx.test.ext.junit.runners.AndroidJUnit4.run(AndroidJUnit4.java:104)
[task 2020-09-14T21:58:04.803Z] at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
[task 2020-09-14T21:58:04.803Z] at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
[task 2020-09-14T21:58:04.803Z] at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
[task 2020-09-14T21:58:04.803Z] at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
[task 2020-09-14T21:58:04.803Z] at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
[task 2020-09-14T21:58:04.803Z] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[task 2020-09-14T21:58:04.803Z] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[task 2020-09-14T21:58:04.803Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[task 2020-09-14T21:58:04.803Z] at java.lang.reflect.Method.invoke(Method.java:498)
[task 2020-09-14T21:58:04.803Z] at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
[task 2020-09-14T21:58:04.804Z] at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
[task 2020-09-14T21:58:04.804Z] at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
[task 2020-09-14T21:58:04.804Z] at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
[task 2020-09-14T21:58:04.804Z] at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
[task 2020-09-14T21:58:04.804Z] at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
[task 2020-09-14T21:58:04.804Z] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[task 2020-09-14T21:58:04.804Z] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[task 2020-09-14T21:58:04.804Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[task 2020-09-14T21:58:04.804Z] at java.lang.reflect.Method.invoke(Method.java:498)
[task 2020-09-14T21:58:04.805Z] at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
[task 2020-09-14T21:58:04.805Z] at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
[task 2020-09-14T21:58:04.805Z] at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
[task 2020-09-14T21:58:04.805Z] at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
[task 2020-09-14T21:58:04.805Z] at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:412)
[task 2020-09-14T21:58:04.805Z] at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
[task 2020-09-14T21:58:04.805Z] at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
[task 2020-09-14T21:58:04.805Z] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
[task 2020-09-14T21:58:04.805Z] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
[task 2020-09-14T21:58:04.805Z] at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
[task 2020-09-14T21:58:04.806Z] at java.lang.Thread.run(Thread.java:748)
[task 2020-09-14T21:58:04.806Z] | 1.0 | Intermittent test: closed tab storage adds all normals tab and no private tabs removed with TabListAction RemoveAllTabsAction - [task 2020-09-14T21:58:04.800Z] TEST: closed tab storage adds all normals tab and no private tabs removed with TabListAction RemoveAllTabsAction
[task 2020-09-14T21:58:04.800Z] [Robolectric] mozilla.components.feature.recentlyclosed.RecentlyClosedMiddlewareTest.closed tab storage adds all normals tab and no private tabs removed with TabListAction RemoveAllTabsAction: sdk=28; resources=binary
[task 2020-09-14T21:58:04.800Z] I/MonitoringInstr: Instrumentation started!
[task 2020-09-14T21:58:04.800Z] I/MonitoringInstr: Setting context classloader to 'org.robolectric.internal.bytecode.SandboxClassLoader@5c98d0d7', Original: 'org.robolectric.internal.bytecode.SandboxClassLoader@5c98d0d7'
[task 2020-09-14T21:58:04.800Z] FAILURE
[task 2020-09-14T21:58:04.800Z]
[task 2020-09-14T21:58:04.801Z] Wanted but not invoked:
[task 2020-09-14T21:58:04.801Z] recentlyClosedTabsStorage.addTabsToCollectionWithMax$feature_recentlyclosed_release(
[task 2020-09-14T21:58:04.801Z] <Capturing argument>,
[task 2020-09-14T21:58:04.801Z] 5
[task 2020-09-14T21:58:04.802Z] );
[task 2020-09-14T21:58:04.802Z] -> at mozilla.components.feature.recentlyclosed.RecentlyClosedTabsStorage.addTabsToCollectionWithMax$feature_recentlyclosed_release(RecentlyClosedTabsStorage.kt:78)
[task 2020-09-14T21:58:04.802Z] Actually, there were zero interactions with this mock.
[task 2020-09-14T21:58:04.802Z]
[task 2020-09-14T21:58:04.802Z] at mozilla.components.feature.recentlyclosed.RecentlyClosedTabsStorage.addTabsToCollectionWithMax$feature_recentlyclosed_release(RecentlyClosedTabsStorage.kt:78)
[task 2020-09-14T21:58:04.802Z] at mozilla.components.feature.recentlyclosed.RecentlyClosedMiddlewareTest$closed tab storage adds all normals tab and no private tabs removed with TabListAction RemoveAllTabsAction$1.invokeSuspend(RecentlyClosedMiddlewareTest.kt:214)
[task 2020-09-14T21:58:04.802Z] at mozilla.components.feature.recentlyclosed.RecentlyClosedMiddlewareTest$closed tab storage adds all normals tab and no private tabs removed with TabListAction RemoveAllTabsAction$1.invoke(RecentlyClosedMiddlewareTest.kt)
[task 2020-09-14T21:58:04.802Z] at kotlinx.coroutines.test.TestBuildersKt$runBlockingTest$deferred$1.invokeSuspend(TestBuilders.kt:50)
[task 2020-09-14T21:58:04.802Z] at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
[task 2020-09-14T21:58:04.802Z] at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:56)
[task 2020-09-14T21:58:04.802Z] at kotlinx.coroutines.test.TestCoroutineDispatcher.dispatch(TestCoroutineDispatcher.kt:50)
[task 2020-09-14T21:58:04.802Z] at kotlinx.coroutines.DispatchedContinuationKt.resumeCancellableWith(DispatchedContinuation.kt:288)
[task 2020-09-14T21:58:04.802Z] at kotlinx.coroutines.intrinsics.CancellableKt.startCoroutineCancellable(Cancellable.kt:26)
[task 2020-09-14T21:58:04.802Z] at kotlinx.coroutines.CoroutineStart.invoke(CoroutineStart.kt:109)
[task 2020-09-14T21:58:04.802Z] at kotlinx.coroutines.AbstractCoroutine.start(AbstractCoroutine.kt:158)
[task 2020-09-14T21:58:04.802Z] at kotlinx.coroutines.BuildersKt__Builders_commonKt.async(Builders.common.kt:89)
[task 2020-09-14T21:58:04.802Z] at kotlinx.coroutines.BuildersKt.async(Unknown Source)
[task 2020-09-14T21:58:04.802Z] at kotlinx.coroutines.BuildersKt__Builders_commonKt.async$default(Builders.common.kt:82)
[task 2020-09-14T21:58:04.802Z] at kotlinx.coroutines.BuildersKt.async$default(Unknown Source)
[task 2020-09-14T21:58:04.802Z] at kotlinx.coroutines.test.TestBuildersKt.runBlockingTest(TestBuilders.kt:49)
[task 2020-09-14T21:58:04.802Z] at kotlinx.coroutines.test.TestBuildersKt.runBlockingTest$default(TestBuilders.kt:45)
[task 2020-09-14T21:58:04.802Z] at mozilla.components.feature.recentlyclosed.RecentlyClosedMiddlewareTest.closed tab storage adds all normals tab and no private tabs removed with TabListAction RemoveAllTabsAction(RecentlyClosedMiddlewareTest.kt:192)
[task 2020-09-14T21:58:04.802Z] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[task 2020-09-14T21:58:04.802Z] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[task 2020-09-14T21:58:04.802Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[task 2020-09-14T21:58:04.802Z] at java.lang.reflect.Method.invoke(Method.java:498)
[task 2020-09-14T21:58:04.802Z] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
[task 2020-09-14T21:58:04.802Z] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
[task 2020-09-14T21:58:04.802Z] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
[task 2020-09-14T21:58:04.802Z] at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
[task 2020-09-14T21:58:04.802Z] at org.robolectric.RobolectricTestRunner$HelperTestRunner$1.evaluate(RobolectricTestRunner.java:601)
[task 2020-09-14T21:58:04.802Z] at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
[task 2020-09-14T21:58:04.802Z] at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
[task 2020-09-14T21:58:04.802Z] at org.robolectric.internal.SandboxTestRunner$2.evaluate(SandboxTestRunner.java:260)
[task 2020-09-14T21:58:04.802Z] at org.robolectric.internal.SandboxTestRunner.runChild(SandboxTestRunner.java:130)
[task 2020-09-14T21:58:04.802Z] at org.robolectric.internal.SandboxTestRunner.runChild(SandboxTestRunner.java:42)
[task 2020-09-14T21:58:04.803Z] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
[task 2020-09-14T21:58:04.803Z] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
[task 2020-09-14T21:58:04.803Z] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
[task 2020-09-14T21:58:04.803Z] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
[task 2020-09-14T21:58:04.803Z] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
[task 2020-09-14T21:58:04.803Z] at org.robolectric.internal.SandboxTestRunner$1.evaluate(SandboxTestRunner.java:84)
[task 2020-09-14T21:58:04.803Z] at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
[task 2020-09-14T21:58:04.803Z] at androidx.test.ext.junit.runners.AndroidJUnit4.run(AndroidJUnit4.java:104)
[task 2020-09-14T21:58:04.803Z] at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
[task 2020-09-14T21:58:04.803Z] at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
[task 2020-09-14T21:58:04.803Z] at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
[task 2020-09-14T21:58:04.803Z] at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
[task 2020-09-14T21:58:04.803Z] at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
[task 2020-09-14T21:58:04.803Z] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[task 2020-09-14T21:58:04.803Z] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[task 2020-09-14T21:58:04.803Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[task 2020-09-14T21:58:04.803Z] at java.lang.reflect.Method.invoke(Method.java:498)
[task 2020-09-14T21:58:04.803Z] at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
[task 2020-09-14T21:58:04.804Z] at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
[task 2020-09-14T21:58:04.804Z] at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
[task 2020-09-14T21:58:04.804Z] at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
[task 2020-09-14T21:58:04.804Z] at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
[task 2020-09-14T21:58:04.804Z] at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
[task 2020-09-14T21:58:04.804Z] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[task 2020-09-14T21:58:04.804Z] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[task 2020-09-14T21:58:04.804Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[task 2020-09-14T21:58:04.804Z] at java.lang.reflect.Method.invoke(Method.java:498)
[task 2020-09-14T21:58:04.805Z] at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
[task 2020-09-14T21:58:04.805Z] at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
[task 2020-09-14T21:58:04.805Z] at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
[task 2020-09-14T21:58:04.805Z] at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
[task 2020-09-14T21:58:04.805Z] at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:412)
[task 2020-09-14T21:58:04.805Z] at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
[task 2020-09-14T21:58:04.805Z] at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
[task 2020-09-14T21:58:04.805Z] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
[task 2020-09-14T21:58:04.805Z] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
[task 2020-09-14T21:58:04.805Z] at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
[task 2020-09-14T21:58:04.806Z] at java.lang.Thread.run(Thread.java:748)
[task 2020-09-14T21:58:04.806Z] | test | intermittent test closed tab storage adds all normals tab and no private tabs removed with tablistaction removealltabsaction test closed tab storage adds all normals tab and no private tabs removed with tablistaction removealltabsaction mozilla components feature recentlyclosed recentlyclosedmiddlewaretest closed tab storage adds all normals tab and no private tabs removed with tablistaction removealltabsaction sdk resources binary i monitoringinstr instrumentation started i monitoringinstr setting context classloader to org robolectric internal bytecode sandboxclassloader original org robolectric internal bytecode sandboxclassloader failure wanted but not invoked recentlyclosedtabsstorage addtabstocollectionwithmax feature recentlyclosed release at mozilla components feature recentlyclosed recentlyclosedtabsstorage addtabstocollectionwithmax feature recentlyclosed release recentlyclosedtabsstorage kt actually there were zero interactions with this mock at mozilla components feature recentlyclosed recentlyclosedtabsstorage addtabstocollectionwithmax feature recentlyclosed release recentlyclosedtabsstorage kt at mozilla components feature recentlyclosed recentlyclosedmiddlewaretest closed tab storage adds all normals tab and no private tabs removed with tablistaction removealltabsaction invokesuspend recentlyclosedmiddlewaretest kt at mozilla components feature recentlyclosed recentlyclosedmiddlewaretest closed tab storage adds all normals tab and no private tabs removed with tablistaction removealltabsaction invoke recentlyclosedmiddlewaretest kt at kotlinx coroutines test testbuilderskt runblockingtest deferred invokesuspend testbuilders kt at kotlin coroutines jvm internal basecontinuationimpl resumewith continuationimpl kt at kotlinx coroutines dispatchedtask run dispatchedtask kt at kotlinx coroutines test testcoroutinedispatcher dispatch testcoroutinedispatcher kt at kotlinx coroutines dispatchedcontinuationkt resumecancellablewith dispatchedcontinuation kt at kotlinx coroutines intrinsics cancellablekt startcoroutinecancellable cancellable kt at kotlinx coroutines coroutinestart invoke coroutinestart kt at kotlinx coroutines abstractcoroutine start abstractcoroutine kt at kotlinx coroutines builderskt builders commonkt async builders common kt at kotlinx coroutines builderskt async unknown source at kotlinx coroutines builderskt builders commonkt async default builders common kt at kotlinx coroutines builderskt async default unknown source at kotlinx coroutines test testbuilderskt runblockingtest testbuilders kt at kotlinx coroutines test testbuilderskt runblockingtest default testbuilders kt at mozilla components feature recentlyclosed recentlyclosedmiddlewaretest closed tab storage adds all normals tab and no private tabs removed with tablistaction removealltabsaction recentlyclosedmiddlewaretest kt at sun reflect nativemethodaccessorimpl native method at sun reflect nativemethodaccessorimpl invoke nativemethodaccessorimpl java at sun reflect delegatingmethodaccessorimpl invoke delegatingmethodaccessorimpl java at java lang reflect method invoke method java at org junit runners model frameworkmethod runreflectivecall frameworkmethod java at org junit internal runners model reflectivecallable run reflectivecallable java at org junit runners model frameworkmethod invokeexplosively frameworkmethod java at org junit internal runners statements invokemethod evaluate invokemethod java at org robolectric robolectrictestrunner helpertestrunner evaluate robolectrictestrunner java at org junit internal runners statements runbefores evaluate runbefores java at org junit internal runners statements runafters evaluate runafters java at org robolectric internal sandboxtestrunner evaluate sandboxtestrunner java at org robolectric internal sandboxtestrunner runchild sandboxtestrunner java at org robolectric internal sandboxtestrunner runchild sandboxtestrunner java at org junit runners parentrunner run parentrunner java at org junit runners parentrunner schedule parentrunner java at org junit runners parentrunner runchildren parentrunner java at org junit runners parentrunner access parentrunner java at org junit runners parentrunner evaluate parentrunner java at org robolectric internal sandboxtestrunner evaluate sandboxtestrunner java at org junit runners parentrunner run parentrunner java at androidx test ext junit runners run java at org gradle api internal tasks testing junit junittestclassexecutor runtestclass junittestclassexecutor java at org gradle api internal tasks testing junit junittestclassexecutor execute junittestclassexecutor java at org gradle api internal tasks testing junit junittestclassexecutor execute junittestclassexecutor java at org gradle api internal tasks testing junit abstractjunittestclassprocessor processtestclass abstractjunittestclassprocessor java at org gradle api internal tasks testing suitetestclassprocessor processtestclass suitetestclassprocessor java at sun reflect nativemethodaccessorimpl native method at sun reflect nativemethodaccessorimpl invoke nativemethodaccessorimpl java at sun reflect delegatingmethodaccessorimpl invoke delegatingmethodaccessorimpl java at java lang reflect method invoke method java at org gradle internal dispatch reflectiondispatch dispatch reflectiondispatch java at org gradle internal dispatch reflectiondispatch dispatch reflectiondispatch java at org gradle internal dispatch contextclassloaderdispatch dispatch contextclassloaderdispatch java at org gradle internal dispatch proxydispatchadapter dispatchinginvocationhandler invoke proxydispatchadapter java at com sun proxy processtestclass unknown source at org gradle api internal tasks testing worker testworker processtestclass testworker java at sun reflect nativemethodaccessorimpl native method at sun reflect nativemethodaccessorimpl invoke nativemethodaccessorimpl java at sun reflect delegatingmethodaccessorimpl invoke delegatingmethodaccessorimpl java at java lang reflect method invoke method java at org gradle internal dispatch reflectiondispatch dispatch reflectiondispatch java at org gradle internal dispatch reflectiondispatch dispatch reflectiondispatch java at org gradle internal remote internal hub messagehubbackedobjectconnection dispatchwrapper dispatch messagehubbackedobjectconnection java at org gradle internal remote internal hub messagehubbackedobjectconnection dispatchwrapper dispatch messagehubbackedobjectconnection java at org gradle internal remote internal hub messagehub handler run messagehub java at org gradle internal concurrent executorpolicy catchandrecordfailures onexecute executorpolicy java at org gradle internal concurrent managedexecutorimpl run managedexecutorimpl java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at org gradle internal concurrent threadfactoryimpl managedthreadrunnable run threadfactoryimpl java at java lang thread run thread java | 1 |
315,438 | 27,073,376,861 | IssuesEvent | 2023-02-14 08:53:14 | acikkaynak/deprem-yardim-frontend | https://api.github.com/repos/acikkaynak/deprem-yardim-frontend | closed | bug: fix error page | bug discussion approved tested | ## Bug Definition
Messages & strings need to be updated
-- Please add discord contact information
** discord username: umut#3270 **

| 1.0 | bug: fix error page - ## Bug Definition
Messages & strings need to be updated
-- Please add discord contact information
** discord username: umut#3270 **

| test | bug fix error page bug definition messages strings need to be updated please add discord contact information discord username umut | 1 |
271,687 | 23,622,617,852 | IssuesEvent | 2022-08-24 22:25:41 | lowRISC/opentitan | https://api.github.com/repos/lowRISC/opentitan | closed | [test-triage] chip_sw_pwrmgr_random_sleep_all_reset_reqs | Component:TestTriage | ### Hierarchy of regression failure
Chip Level
### Failure Description
UVM_FATAL @ 17433.896718 us: (dv_utils_pkg.sv:147) [uvm_test_top.env.virtual_sequencer.chip_sw_random_sleep_all_reset_vseq] 1-
UVM_INFO @ 17433.896718 us: (uvm_report_catcher.svh:705) [UVM/REPORT/CATCHER]
--- UVM Report catcher Summary ---
UVM_FATAL @ * us: (dv_utils_pkg.sv:147) [chip_sw_deep_sleep_all_reset_vseq] wait timeout occurred! has 1 failures:
### Steps to Reproduce
GH revision: [9c0b24ddb](https://github.com/lowrisc/opentitan/tree/9c0b24ddbeb5616bd8db661ec1395f2d4f326bc4)
util/dvsim/dvsim.py hw/top_earlgrey/dv/chip_sim_cfg.hjson -i chip_sw_pwrmgr_random_sleep_all_reset_reqs --build-seed 2483310614 --fixed-seed 581187855
### Tests with similar or related failures
- [x] chip_sw_pwrmgr_deep_sleep_all_reset_reqs
- [x] chip_sw_pwrmgr_normal_sleep_all_reset_reqs | 1.0 | [test-triage] chip_sw_pwrmgr_random_sleep_all_reset_reqs - ### Hierarchy of regression failure
Chip Level
### Failure Description
UVM_FATAL @ 17433.896718 us: (dv_utils_pkg.sv:147) [uvm_test_top.env.virtual_sequencer.chip_sw_random_sleep_all_reset_vseq] 1-
UVM_INFO @ 17433.896718 us: (uvm_report_catcher.svh:705) [UVM/REPORT/CATCHER]
--- UVM Report catcher Summary ---
UVM_FATAL @ * us: (dv_utils_pkg.sv:147) [chip_sw_deep_sleep_all_reset_vseq] wait timeout occurred! has 1 failures:
### Steps to Reproduce
GH revision: [9c0b24ddb](https://github.com/lowrisc/opentitan/tree/9c0b24ddbeb5616bd8db661ec1395f2d4f326bc4)
util/dvsim/dvsim.py hw/top_earlgrey/dv/chip_sim_cfg.hjson -i chip_sw_pwrmgr_random_sleep_all_reset_reqs --build-seed 2483310614 --fixed-seed 581187855
### Tests with similar or related failures
- [x] chip_sw_pwrmgr_deep_sleep_all_reset_reqs
- [x] chip_sw_pwrmgr_normal_sleep_all_reset_reqs | test | chip sw pwrmgr random sleep all reset reqs hierarchy of regression failure chip level failure description uvm fatal us dv utils pkg sv uvm info us uvm report catcher svh uvm report catcher summary uvm fatal us dv utils pkg sv wait timeout occurred has failures steps to reproduce gh revision util dvsim dvsim py hw top earlgrey dv chip sim cfg hjson i chip sw pwrmgr random sleep all reset reqs build seed fixed seed tests with similar or related failures chip sw pwrmgr deep sleep all reset reqs chip sw pwrmgr normal sleep all reset reqs | 1 |
172,600 | 13,325,087,285 | IssuesEvent | 2020-08-27 09:25:45 | brave/brave-browser | https://api.github.com/repos/brave/brave-browser | closed | Verified Publisher Rewards icon is not updated after publishers list update | QA/Test-Plan-Specified QA/Yes feature/rewards priority/P4 |
## Steps to Reproduce
<!--Please add a series of steps to reproduce the issue-->
Test case 1
1. Clean install
2. Open `kjozwiak.github.io`
3. Enable rewards through Rewards Panel
4. Open Rewards Panel
5. Click `check again`
Test case 2
1. Clean install
2. Enable rewards
3. Make sure publishers list is downloaded
4. Close Brave
5. Delete `kjozwiak.github.io` entry from `publishers_list`
6. Run Brave
7. Open `kjozwiak.github.io`
8. Open Rewards Panel
9. Click `check again`
Note: Reload of the page will show proper icon
## Actual result:
<!--Please add screenshots if needed-->
Regular Rewards(BAT) icon is shown in the URL bar


## Expected result:
Verified publisher Rewards(BAT) icon is shown in the URL bar

## Reproduces how often:
<!--[Easily reproduced/Intermittent issue/No steps to reproduce]-->
Easily reproduced
## Brave version (brave://version info)
<!--For installed build, please copy Brave, Revision and OS from brave://version and paste here. If building from source please mention it along with brave://version details-->
Brave | 0.66.87 Chromium: 75.0.3770.80 (Official Build) beta (64-bit)
-- | --
Revision | 9a9aa15057b6b2cc0909bdcf638c0b65ecd516f2-refs/branch-heads/3770@{#948}
OS | Windows 7 Service Pack 1 (Build 7601.24465)
cc @brave/legacy_qa @NejcZdovc @rossmoody | 1.0 | Verified Publisher Rewards icon is not updated after publishers list update -
## Steps to Reproduce
<!--Please add a series of steps to reproduce the issue-->
Test case 1
1. Clean install
2. Open `kjozwiak.github.io`
3. Enable rewards through Rewards Panel
4. Open Rewards Panel
5. Click `check again`
Test case 2
1. Clean install
2. Enable rewards
3. Make sure publishers list is downloaded
4. Close Brave
5. Delete `kjozwiak.github.io` entry from `publishers_list`
6. Run Brave
7. Open `kjozwiak.github.io`
8. Open Rewards Panel
9. Click `check again`
Note: Reload of the page will show proper icon
## Actual result:
<!--Please add screenshots if needed-->
Regular Rewards(BAT) icon is shown in the URL bar


## Expected result:
Verified publisher Rewards(BAT) icon is shown in the URL bar

## Reproduces how often:
<!--[Easily reproduced/Intermittent issue/No steps to reproduce]-->
Easily reproduced
## Brave version (brave://version info)
<!--For installed build, please copy Brave, Revision and OS from brave://version and paste here. If building from source please mention it along with brave://version details-->
Brave | 0.66.87 Chromium: 75.0.3770.80 (Official Build) beta (64-bit)
-- | --
Revision | 9a9aa15057b6b2cc0909bdcf638c0b65ecd516f2-refs/branch-heads/3770@{#948}
OS | Windows 7 Service Pack 1 (Build 7601.24465)
cc @brave/legacy_qa @NejcZdovc @rossmoody | test | verified publisher rewards icon is not updated after publishers list update steps to reproduce test case clean install open kjozwiak github io enable rewards through rewards panel open rewards panel click check again test case clean install enable rewards make sure publishers list is downloaded close brave delete kjozwiak github io entry from publishers list run brave open kjozwiak github io open rewards panel click check again note reload of the page will show proper icon actual result regular rewards bat icon is shown in the url bar expected result verified publisher rewards bat icon is shown in the url bar reproduces how often easily reproduced brave version brave version info brave chromium official build beta bit revision refs branch heads os windows service pack build cc brave legacy qa nejczdovc rossmoody | 1 |
71,244 | 13,634,677,349 | IssuesEvent | 2020-09-25 00:34:13 | dotnet/roslyn-analyzers | https://api.github.com/repos/dotnet/roslyn-analyzers | closed | RS1025 and RS1026 Rules Do Not Handle Expression-Bodied Members Correctly | Area-Microsoft.CodeAnalysis.Analyzers Bug | **Version Used**:
VS 2019
**Steps to Reproduce**:
1. Create an analyzer, and override `Initialize()`
2. Add a call to `RegisterSyntaxNodeAction`() with `Initialize()` as an expression-bodied member
3. Note that RS1025 and RS1026 will show up in the Error List
4. Try to apply the code fixes.
**Expected Behavior**:
The code is added by changing the method body for `Initialize()` to a block body and then adding the right call to `context`.
**Actual Behavior**:
The analyzer changes the body to a block body, but it overwrites the call to `RegisterSyntaxNodeAction()`. This is incorrect. Note that if the method body was originally a block body, the code fix works correctly. | 1.0 | RS1025 and RS1026 Rules Do Not Handle Expression-Bodied Members Correctly - **Version Used**:
VS 2019
**Steps to Reproduce**:
1. Create an analyzer, and override `Initialize()`
2. Add a call to `RegisterSyntaxNodeAction`() with `Initialize()` as an expression-bodied member
3. Note that RS1025 and RS1026 will show up in the Error List
4. Try to apply the code fixes.
**Expected Behavior**:
The code is added by changing the method body for `Initialize()` to a block body and then adding the right call to `context`.
**Actual Behavior**:
The analyzer changes the body to a block body, but it overwrites the call to `RegisterSyntaxNodeAction()`. This is incorrect. Note that if the method body was originally a block body, the code fix works correctly. | non_test | and rules do not handle expression bodied members correctly version used vs steps to reproduce create an analyzer and override initialize add a call to registersyntaxnodeaction with initialize as an expression bodied member note that and will show up in the error list try to apply the code fixes expected behavior the code is added by changing the method body for initialize to a block body and then adding the right call to context actual behavior the analyzer changes the body to a block body but it overwrites the call to registersyntaxnodeaction this is incorrect note that if the method body was originally a block body the code fix works correctly | 0 |
31,754 | 4,717,063,688 | IssuesEvent | 2016-10-16 12:15:11 | Kademi/kademi-dev | https://api.github.com/repos/Kademi/kademi-dev | closed | EDM image getting blown up after page refresh | bug Ready to Test - Dev | after adding an image using the EDM editor, saving, then refreshing the web page, the image get's scaled up super big and you cannot access the image controls.

| 1.0 | EDM image getting blown up after page refresh - after adding an image using the EDM editor, saving, then refreshing the web page, the image get's scaled up super big and you cannot access the image controls.

| test | edm image getting blown up after page refresh after adding an image using the edm editor saving then refreshing the web page the image get s scaled up super big and you cannot access the image controls | 1 |
176,437 | 13,641,836,170 | IssuesEvent | 2020-09-25 14:42:17 | informalsystems/apalache | https://api.github.com/repos/informalsystems/apalache | opened | Make tests compatible with scalatest 3.3 | enhancement testing | We are currently 3 minor versions behind in our use of the ScalaTest library. It seems they made breaking changes in later versions (see #233), and we'll need to adapt if we want to keep that dependency up to date.
For details on the failures see https://github.com/informalsystems/apalache/pull/233/checks?check_run_id=1157162892 | 1.0 | Make tests compatible with scalatest 3.3 - We are currently 3 minor versions behind in our use of the ScalaTest library. It seems they made breaking changes in later versions (see #233), and we'll need to adapt if we want to keep that dependency up to date.
For details on the failures see https://github.com/informalsystems/apalache/pull/233/checks?check_run_id=1157162892 | test | make tests compatible with scalatest we are currently minor versions behind in our use of the scalatest library it seems they made breaking changes in later versions see and we ll need to adapt if we want to keep that dependency up to date for details on the failures see | 1 |
488,961 | 14,099,975,572 | IssuesEvent | 2020-11-06 02:51:43 | CMPUT301F20T41/boromi | https://api.github.com/repos/CMPUT301F20T41/boromi | opened | Hotfix on validation checks while editing the book. | Length: Less than 5 Hours Priority: High Status: Available Type: Bug | **Description**
The validation checks are working if there is one column empty, but it also has to check for ISBN length.
**Deliverables**
- A demo showing the validation fully works while editing the book | 1.0 | Hotfix on validation checks while editing the book. - **Description**
The validation checks are working if there is one column empty, but it also has to check for ISBN length.
**Deliverables**
- A demo showing the validation fully works while editing the book | non_test | hotfix on validation checks while editing the book description the validation checks are working if there is one column empty but it also has to check for isbn length deliverables a demo showing the validation fully works while editing the book | 0 |
109,004 | 9,357,963,811 | IssuesEvent | 2019-04-02 00:11:35 | Princeton-CDH/mep-django | https://api.github.com/repos/Princeton-CDH/mep-django | closed | As a user, I want the books list paginated so that I don't have to browse through all the titles at once. | awaiting testing | ## dev notes
we might return to this to add alpha pagination later once we have sort titles to use for it. | 1.0 | As a user, I want the books list paginated so that I don't have to browse through all the titles at once. - ## dev notes
we might return to this to add alpha pagination later once we have sort titles to use for it. | test | as a user i want the books list paginated so that i don t have to browse through all the titles at once dev notes we might return to this to add alpha pagination later once we have sort titles to use for it | 1 |
193,727 | 15,385,997,302 | IssuesEvent | 2021-03-03 07:31:42 | SAP/ui5-webcomponents-react | https://api.github.com/repos/SAP/ui5-webcomponents-react | closed | Define function to be executed on MessageBox with custom actions | documentation | **Describe the documentation issue**
- [ ] Documentation is unclear
- [ ] Documentation is incorrect
- [X] Documentation is missing
- [ ] Other
**Description of the issue**
I'm not sure how to define the function to be executed when using custom actions in a MessageBox.
On the example [MessageBox with custom actions](https://sap.github.io/ui5-webcomponents-react/?path=/docs/modals-popovers-messagebox--with-custom-action#messagebox-with-custom-actions) how can I execute a custom function when clicking on **A custom action**?
Based on the [source code](https://github.com/SAP/ui5-webcomponents-react/blob/33be6cca3b4d14a0156a8b496a56ab43961d8ebe/packages/main/src/components/MessageBox/index.tsx#L205) this does not seem possible, but I'd like the confirmation because it seems odd to have the option to add custom actions but not to define their behavior.
Thank you!
| 1.0 | Define function to be executed on MessageBox with custom actions - **Describe the documentation issue**
- [ ] Documentation is unclear
- [ ] Documentation is incorrect
- [X] Documentation is missing
- [ ] Other
**Description of the issue**
I'm not sure how to define the function to be executed when using custom actions in a MessageBox.
On the example [MessageBox with custom actions](https://sap.github.io/ui5-webcomponents-react/?path=/docs/modals-popovers-messagebox--with-custom-action#messagebox-with-custom-actions) how can I execute a custom function when clicking on **A custom action**?
Based on the [source code](https://github.com/SAP/ui5-webcomponents-react/blob/33be6cca3b4d14a0156a8b496a56ab43961d8ebe/packages/main/src/components/MessageBox/index.tsx#L205) this does not seem possible, but I'd like the confirmation because it seems odd to have the option to add custom actions but not to define their behavior.
Thank you!
| non_test | define function to be executed on messagebox with custom actions describe the documentation issue documentation is unclear documentation is incorrect documentation is missing other description of the issue i m not sure how to define the function to be executed when using custom actions in a messagebox on the example how can i execute a custom function when clicking on a custom action based on the this does not seem possible but i d like the confirmation because it seems odd to have the option to add custom actions but not to define their behavior thank you | 0 |
58,664 | 6,613,042,862 | IssuesEvent | 2017-09-20 07:41:32 | Kademi/kademi-dev | https://api.github.com/repos/Kademi/kademi-dev | closed | Import users mechanism works slow | Performance Ready to Test - Dev | File which contains 2000 lines processing approx 8 minutes. It's mostly new accounts.
[import_users.xlsx](https://github.com/Kademi/kademi-dev/files/1313937/import_users.xlsx)
Interesting observation... when uploader starts he process 40-50 lines per hop (per 2 seconds), in the end he process 5-6 lines per hop (per 2 seconds) | 1.0 | Import users mechanism works slow - File which contains 2000 lines processing approx 8 minutes. It's mostly new accounts.
[import_users.xlsx](https://github.com/Kademi/kademi-dev/files/1313937/import_users.xlsx)
Interesting observation... when uploader starts he process 40-50 lines per hop (per 2 seconds), in the end he process 5-6 lines per hop (per 2 seconds) | test | import users mechanism works slow file which contains lines processing approx minutes it s mostly new accounts interesting observation when uploader starts he process lines per hop per seconds in the end he process lines per hop per seconds | 1 |
19,920 | 14,713,737,678 | IssuesEvent | 2021-01-05 10:49:53 | Elgg/Elgg | https://api.github.com/repos/Elgg/Elgg | closed | The "friend" relationship type is a source of confusion | dev usability discussion | Consider that the user Joe friends the user Jane. "Joe friended Jane" is an unambiguous statement, but we currently store this as the very ambiguous relationship "Joe is a friend of Jane". This could mean 3 things:
1. Jane considers Joe a friend of hers
2. Joe has offered his friendship to Jane
3. Joe thinks Jane would consider him a friend
If you want to show Jane her friends, the ambiguity means you don't know if she would be the subject or the target in the relationship.
Hence I recommend we rewrite "friend" to "friended", as in the unambiguous "Joe friended Jane".
At the very least we should clarify this issue in the docs somehow. See also #2748
| True | The "friend" relationship type is a source of confusion - Consider that the user Joe friends the user Jane. "Joe friended Jane" is an unambiguous statement, but we currently store this as the very ambiguous relationship "Joe is a friend of Jane". This could mean 3 things:
1. Jane considers Joe a friend of hers
2. Joe has offered his friendship to Jane
3. Joe thinks Jane would consider him a friend
If you want to show Jane her friends, the ambiguity means you don't know if she would be the subject or the target in the relationship.
Hence I recommend we rewrite "friend" to "friended", as in the unambiguous "Joe friended Jane".
At the very least we should clarify this issue in the docs somehow. See also #2748
| non_test | the friend relationship type is a source of confusion consider that the user joe friends the user jane joe friended jane is an unambiguous statement but we currently store this as the very ambiguous relationship joe is a friend of jane this could mean things jane considers joe a friend of hers joe has offered his friendship to jane joe thinks jane would consider him a friend if you want to show jane her friends the ambiguity means you don t know if she would be the subject or the target in the relationship hence i recommend we rewrite friend to friended as in the unambiguous joe friended jane at the very least we should clarify this issue in the docs somehow see also | 0 |
198,391 | 14,977,717,854 | IssuesEvent | 2021-01-28 09:52:42 | elastic/elasticsearch | https://api.github.com/repos/elastic/elasticsearch | closed | RegressionIT.testWithDatastream fails on 7.9 branch | :ml >test-failure | **Build scan**:
https://gradle-enterprise.elastic.co/s/7j3rvve56jzss
**Repro line**:
```
./gradlew ':x-pack:plugin:ml:qa:native-multi-node-tests:integTestRunner' --tests "org.elasticsearch.xpack.ml.integration.RegressionIT.testWithDatastream" -Dtests.seed=DB5C0242FF9869CB -Dtests.security.manager=true -Dtests.locale=sq-AL -Dtests.timezone=Pacific/Fakaofo -Druntime.java=8
```
**Reproduces locally?**:
Nope
**Applicable branches**:
7.9
**Failure history**:
Failed 12 times in the last week: https://gradle-enterprise.elastic.co/scans/tests?search.buildToolType=gradle&search.buildToolType=maven&search.relativeStartTime=P7D&search.timeZoneId=America/Denver&tests.container=org.elasticsearch.xpack.ml.integration.RegressionIT&tests.sortField=FAILED&tests.test=testWithDatastream&tests.unstableOnly=true
**Failure excerpt**:
```
org.elasticsearch.xpack.ml.integration.RegressionIT > testWithDatastream FAILED
java.lang.AssertionError:
Expected: a collection with size a value greater than <0>
but: collection size <0> was equal to <0>
at __randomizedtesting.SeedInfo.seed([DB5C0242FF9869CB:A3B7DE539925F385]:0)
at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18)
at org.junit.Assert.assertThat(Assert.java:956)
at org.junit.Assert.assertThat(Assert.java:923)
```
| 1.0 | RegressionIT.testWithDatastream fails on 7.9 branch - **Build scan**:
https://gradle-enterprise.elastic.co/s/7j3rvve56jzss
**Repro line**:
```
./gradlew ':x-pack:plugin:ml:qa:native-multi-node-tests:integTestRunner' --tests "org.elasticsearch.xpack.ml.integration.RegressionIT.testWithDatastream" -Dtests.seed=DB5C0242FF9869CB -Dtests.security.manager=true -Dtests.locale=sq-AL -Dtests.timezone=Pacific/Fakaofo -Druntime.java=8
```
**Reproduces locally?**:
Nope
**Applicable branches**:
7.9
**Failure history**:
Failed 12 times in the last week: https://gradle-enterprise.elastic.co/scans/tests?search.buildToolType=gradle&search.buildToolType=maven&search.relativeStartTime=P7D&search.timeZoneId=America/Denver&tests.container=org.elasticsearch.xpack.ml.integration.RegressionIT&tests.sortField=FAILED&tests.test=testWithDatastream&tests.unstableOnly=true
**Failure excerpt**:
```
org.elasticsearch.xpack.ml.integration.RegressionIT > testWithDatastream FAILED
java.lang.AssertionError:
Expected: a collection with size a value greater than <0>
but: collection size <0> was equal to <0>
at __randomizedtesting.SeedInfo.seed([DB5C0242FF9869CB:A3B7DE539925F385]:0)
at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18)
at org.junit.Assert.assertThat(Assert.java:956)
at org.junit.Assert.assertThat(Assert.java:923)
```
| test | regressionit testwithdatastream fails on branch build scan repro line gradlew x pack plugin ml qa native multi node tests integtestrunner tests org elasticsearch xpack ml integration regressionit testwithdatastream dtests seed dtests security manager true dtests locale sq al dtests timezone pacific fakaofo druntime java reproduces locally nope applicable branches failure history failed times in the last week failure excerpt org elasticsearch xpack ml integration regressionit testwithdatastream failed java lang assertionerror expected a collection with size a value greater than but collection size was equal to at randomizedtesting seedinfo seed at org hamcrest matcherassert assertthat matcherassert java at org junit assert assertthat assert java at org junit assert assertthat assert java | 1 |
255,351 | 21,919,383,107 | IssuesEvent | 2022-05-22 10:36:06 | python/cpython | https://api.github.com/repos/python/cpython | closed | test_tcl fails on the 3.7 branch | tests invalid expert-tkinter 3.7 | BPO | [34178](https://bugs.python.org/issue34178)
--- | :---
Nosy | @doko42, @serhiy-storchaka, @tirkarthi
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = None
created_at = <Date 2018-07-21.08:24:54.975>
labels = ['tests', '3.7', 'expert-tkinter']
title = 'test_tcl fails on the 3.7 branch'
updated_at = <Date 2022-01-05.11:01:40.830>
user = 'https://github.com/doko42'
```
bugs.python.org fields:
```python
activity = <Date 2022-01-05.11:01:40.830>
actor = 'serhiy.storchaka'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Tests', 'Tkinter']
creation = <Date 2018-07-21.08:24:54.975>
creator = 'doko'
dependencies = []
files = []
hgrepos = []
issue_num = 34178
keywords = []
message_count = 7.0
messages = ['322086', '322089', '322091', '322121', '322124', '322127', '409748']
nosy_count = 3.0
nosy_names = ['doko', 'serhiy.storchaka', 'xtreak']
pr_nums = []
priority = 'normal'
resolution = 'out of date'
stage = None
status = 'open'
superseder = None
type = None
url = 'https://bugs.python.org/issue34178'
versions = ['Python 3.7']
```
</p></details>
| 1.0 | test_tcl fails on the 3.7 branch - BPO | [34178](https://bugs.python.org/issue34178)
--- | :---
Nosy | @doko42, @serhiy-storchaka, @tirkarthi
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = None
created_at = <Date 2018-07-21.08:24:54.975>
labels = ['tests', '3.7', 'expert-tkinter']
title = 'test_tcl fails on the 3.7 branch'
updated_at = <Date 2022-01-05.11:01:40.830>
user = 'https://github.com/doko42'
```
bugs.python.org fields:
```python
activity = <Date 2022-01-05.11:01:40.830>
actor = 'serhiy.storchaka'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Tests', 'Tkinter']
creation = <Date 2018-07-21.08:24:54.975>
creator = 'doko'
dependencies = []
files = []
hgrepos = []
issue_num = 34178
keywords = []
message_count = 7.0
messages = ['322086', '322089', '322091', '322121', '322124', '322127', '409748']
nosy_count = 3.0
nosy_names = ['doko', 'serhiy.storchaka', 'xtreak']
pr_nums = []
priority = 'normal'
resolution = 'out of date'
stage = None
status = 'open'
superseder = None
type = None
url = 'https://bugs.python.org/issue34178'
versions = ['Python 3.7']
```
</p></details>
| test | test tcl fails on the branch bpo nosy serhiy storchaka tirkarthi note these values reflect the state of the issue at the time it was migrated and might not reflect the current state show more details github fields python assignee none closed at none created at labels title test tcl fails on the branch updated at user bugs python org fields python activity actor serhiy storchaka assignee none closed false closed date none closer none components creation creator doko dependencies files hgrepos issue num keywords message count messages nosy count nosy names pr nums priority normal resolution out of date stage none status open superseder none type none url versions | 1 |
4,338 | 2,724,144,050 | IssuesEvent | 2015-04-14 16:14:02 | ciudadanointeligente/write-it | https://api.github.com/repos/ciudadanointeligente/write-it | closed | WriteInPublic admin section | 2 - soon area:admin for:WriteInPublic type:design | https://github.com/ciudadanointeligente/write-it/tree/write-in-public-design
These commits are straight onto writeit, and need to be seperated | 1.0 | WriteInPublic admin section - https://github.com/ciudadanointeligente/write-it/tree/write-in-public-design
These commits are straight onto writeit, and need to be seperated | non_test | writeinpublic admin section these commits are straight onto writeit and need to be seperated | 0 |
91,484 | 15,856,429,686 | IssuesEvent | 2021-04-08 02:19:18 | Thezone1975/Office-Add-in-NodeJS-SSO | https://api.github.com/repos/Thezone1975/Office-Add-in-NodeJS-SSO | opened | CVE-2019-11358 (Medium) detected in jquery-2.2.1.min.js | security vulnerability | ## CVE-2019-11358 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jquery-2.2.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/2.2.1/jquery.min.js">https://cdnjs.cloudflare.com/ajax/libs/jquery/2.2.1/jquery.min.js</a></p>
<p>Path to dependency file: /Office-Add-in-NodeJS-SSO/Completed/public/index.html</p>
<p>Path to vulnerable library: Office-Add-in-NodeJS-SSO/Completed/public/index.html</p>
<p>
Dependency Hierarchy:
- :x: **jquery-2.2.1.min.js** (Vulnerable Library)
</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 before 3.4.0, as used in Drupal, Backdrop CMS, and other products, mishandles jQuery.extend(true, {}, ...) because of Object.prototype pollution. If an unsanitized source object contained an enumerable __proto__ property, it could extend the native Object.prototype.
<p>Publish Date: 2019-04-20
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-11358>CVE-2019-11358</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://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-11358">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-11358</a></p>
<p>Release Date: 2019-04-20</p>
<p>Fix Resolution: 3.4.0</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | True | CVE-2019-11358 (Medium) detected in jquery-2.2.1.min.js - ## CVE-2019-11358 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jquery-2.2.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/2.2.1/jquery.min.js">https://cdnjs.cloudflare.com/ajax/libs/jquery/2.2.1/jquery.min.js</a></p>
<p>Path to dependency file: /Office-Add-in-NodeJS-SSO/Completed/public/index.html</p>
<p>Path to vulnerable library: Office-Add-in-NodeJS-SSO/Completed/public/index.html</p>
<p>
Dependency Hierarchy:
- :x: **jquery-2.2.1.min.js** (Vulnerable Library)
</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 before 3.4.0, as used in Drupal, Backdrop CMS, and other products, mishandles jQuery.extend(true, {}, ...) because of Object.prototype pollution. If an unsanitized source object contained an enumerable __proto__ property, it could extend the native Object.prototype.
<p>Publish Date: 2019-04-20
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-11358>CVE-2019-11358</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://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-11358">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-11358</a></p>
<p>Release Date: 2019-04-20</p>
<p>Fix Resolution: 3.4.0</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | non_test | cve medium detected in jquery min js cve medium severity vulnerability vulnerable library jquery min js javascript library for dom operations library home page a href path to dependency file office add in nodejs sso completed public index html path to vulnerable library office add in nodejs sso completed public index html dependency hierarchy x jquery min js vulnerable library vulnerability details jquery before as used in drupal backdrop cms and other products mishandles jquery extend true because of object prototype pollution if an unsanitized source object contained an enumerable proto property it could extend the native object prototype 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 step up your open source security game with whitesource | 0 |
304,042 | 26,248,963,524 | IssuesEvent | 2023-01-05 17:29:22 | RotherOSS/otobo | https://api.github.com/repos/RotherOSS/otobo | opened | Method DataIsDifferent() ignores hash keys with undefined values | bug unittests | This was noticed when migrating a test script from `Kernel::System::UnitTest::Driver::IsDeeply()` to `Test2::V0::is()`. The former method does not see a difference when comparing `{ sample_key => undef }` with `{}`, but sees a difference when comparing `{}` with
`{ sample_key => undef }`.
Beware that fixing this bug would trigger at least on test failure in _scripts/test/DynamicField/ObjectType/Article/ObjectDataGet.t_ and possibly in other test scripts.
| 1.0 | Method DataIsDifferent() ignores hash keys with undefined values - This was noticed when migrating a test script from `Kernel::System::UnitTest::Driver::IsDeeply()` to `Test2::V0::is()`. The former method does not see a difference when comparing `{ sample_key => undef }` with `{}`, but sees a difference when comparing `{}` with
`{ sample_key => undef }`.
Beware that fixing this bug would trigger at least on test failure in _scripts/test/DynamicField/ObjectType/Article/ObjectDataGet.t_ and possibly in other test scripts.
| test | method dataisdifferent ignores hash keys with undefined values this was noticed when migrating a test script from kernel system unittest driver isdeeply to is the former method does not see a difference when comparing sample key undef with but sees a difference when comparing with sample key undef beware that fixing this bug would trigger at least on test failure in scripts test dynamicfield objecttype article objectdataget t and possibly in other test scripts | 1 |
35,378 | 2,789,889,190 | IssuesEvent | 2015-05-08 22:11:52 | google/google-visualization-api-issues | https://api.github.com/repos/google/google-visualization-api-issues | closed | (support for) missing data points in the LineChart | Priority-Low Type-Enhancement | Original [issue 431](https://code.google.com/p/google-visualization-api-issues/issues/detail?id=431) created by orwant on 2010-10-17T12:07:27.000Z:
<b>What would you like to see us add to this API?</b>
A missing feature of the LineChart graph type is the ability to leave
out some data points in the LineChart without it connecting the
previous and next points with a line. This is possible in the Line
Chart (Image) version by passing null as the value for that cell.
Is there any chance this will be implemented? It is very handy.
<b>What component is this issue related to (PieChart, LineChart, DataTable,</b>
<b>Query, etc)?</b>
LineChart
<b>*********************************************************</b>
<b>For developers viewing this issue: please click the 'star' icon to be</b>
<b>notified of future changes, and to let us know how many of you are</b>
<b>interested in seeing it resolved.</b>
<b>*********************************************************</b>
| 1.0 | (support for) missing data points in the LineChart - Original [issue 431](https://code.google.com/p/google-visualization-api-issues/issues/detail?id=431) created by orwant on 2010-10-17T12:07:27.000Z:
<b>What would you like to see us add to this API?</b>
A missing feature of the LineChart graph type is the ability to leave
out some data points in the LineChart without it connecting the
previous and next points with a line. This is possible in the Line
Chart (Image) version by passing null as the value for that cell.
Is there any chance this will be implemented? It is very handy.
<b>What component is this issue related to (PieChart, LineChart, DataTable,</b>
<b>Query, etc)?</b>
LineChart
<b>*********************************************************</b>
<b>For developers viewing this issue: please click the 'star' icon to be</b>
<b>notified of future changes, and to let us know how many of you are</b>
<b>interested in seeing it resolved.</b>
<b>*********************************************************</b>
| non_test | support for missing data points in the linechart original created by orwant on what would you like to see us add to this api a missing feature of the linechart graph type is the ability to leave out some data points in the linechart without it connecting the previous and next points with a line this is possible in the line chart image version by passing null as the value for that cell is there any chance this will be implemented it is very handy what component is this issue related to piechart linechart datatable query etc linechart for developers viewing this issue please click the star icon to be notified of future changes and to let us know how many of you are interested in seeing it resolved | 0 |
10,825 | 15,818,781,381 | IssuesEvent | 2021-04-05 16:31:24 | cabforum/servercert | https://api.github.com/repos/cabforum/servercert | closed | BR 6.1.6: RSA public exponent between 217 and 2257 | baseline-requirements editorial | This is most certainly a markdown to pdf rendering bug, but a bug nonetheless. The issue is not present in the github rendered markdown, but in the pdf as provided here: https://cabforum.org/wp-content/uploads/CA-Browser-Forum-BR-1.7.3.pdf
Currently, this rendered version of BR 1.7.3 reads
> RSA: The CA SHALL confirm that the value of the public exponent is an odd number equal
> to 3 or more. Additionally, the public exponent SHOULD be in the range between 216+1
> and 2256-1. The modulus SHOULD also have the following characteristics: an odd number,
> not the power of a prime, and have no factors smaller than 752. | 1.0 | BR 6.1.6: RSA public exponent between 217 and 2257 - This is most certainly a markdown to pdf rendering bug, but a bug nonetheless. The issue is not present in the github rendered markdown, but in the pdf as provided here: https://cabforum.org/wp-content/uploads/CA-Browser-Forum-BR-1.7.3.pdf
Currently, this rendered version of BR 1.7.3 reads
> RSA: The CA SHALL confirm that the value of the public exponent is an odd number equal
> to 3 or more. Additionally, the public exponent SHOULD be in the range between 216+1
> and 2256-1. The modulus SHOULD also have the following characteristics: an odd number,
> not the power of a prime, and have no factors smaller than 752. | non_test | br rsa public exponent between and this is most certainly a markdown to pdf rendering bug but a bug nonetheless the issue is not present in the github rendered markdown but in the pdf as provided here currently this rendered version of br reads rsa the ca shall confirm that the value of the public exponent is an odd number equal to or more additionally the public exponent should be in the range between and the modulus should also have the following characteristics an odd number not the power of a prime and have no factors smaller than | 0 |
165,269 | 12,835,774,666 | IssuesEvent | 2020-07-07 13:24:44 | softmatterlab/Braph-2.0-Matlab | https://api.github.com/repos/softmatterlab/Braph-2.0-Matlab | closed | Comparison fMRI | analysis comparison test workflows | - [x] ComparisonfMRI
- [x] test_ComparisonfMRI
Follow structure of #514 ; branch from gv-analysis-comparison | 1.0 | Comparison fMRI - - [x] ComparisonfMRI
- [x] test_ComparisonfMRI
Follow structure of #514 ; branch from gv-analysis-comparison | test | comparison fmri comparisonfmri test comparisonfmri follow structure of branch from gv analysis comparison | 1 |
140,740 | 18,912,436,687 | IssuesEvent | 2021-11-16 15:20:03 | ideafast/ideafast-portal | https://api.github.com/repos/ideafast/ideafast-portal | closed | [Critical Security] Generation of key pairs could occur on the client-side | bug security | In the current set-up the private keys are generated on the server side then sent to the client via the network. This is a breach of best practices and will disqualify the software upon any close security audit.
Private and public keys must be generated client side, in the browser, then the public key only is to be uploaded to the server side.

| True | [Critical Security] Generation of key pairs could occur on the client-side - In the current set-up the private keys are generated on the server side then sent to the client via the network. This is a breach of best practices and will disqualify the software upon any close security audit.
Private and public keys must be generated client side, in the browser, then the public key only is to be uploaded to the server side.

| non_test | generation of key pairs could occur on the client side in the current set up the private keys are generated on the server side then sent to the client via the network this is a breach of best practices and will disqualify the software upon any close security audit private and public keys must be generated client side in the browser then the public key only is to be uploaded to the server side | 0 |
13,748 | 8,681,858,877 | IssuesEvent | 2018-12-02 00:41:32 | advanced-rest-client/arc-electron | https://api.github.com/repos/advanced-rest-client/arc-electron | closed | Ability to duplicate a tab with all request options presented | enhancement usability | Would be nice. If you want to copy all the data of already existing request and just change one-two parameters. | True | Ability to duplicate a tab with all request options presented - Would be nice. If you want to copy all the data of already existing request and just change one-two parameters. | non_test | ability to duplicate a tab with all request options presented would be nice if you want to copy all the data of already existing request and just change one two parameters | 0 |
223,522 | 17,604,648,491 | IssuesEvent | 2021-08-17 15:35:00 | UglyToad/PdfPig | https://api.github.com/repos/UglyToad/PdfPig | closed | PDFpig parser not parsing some pdfs correctly | question testing | Hi,
I am using the below method to read the text from a pdf. The parsing works fine for most of the pdfs. However, for some of the pdf, parser is unable to identify the space between words. As a result, we are getting a redundant output of large sequence of alphanumeric character without any space.
```
// strfileDir : This is the file Path.
private static string GetTextfromPDF(string strfileDir) {
try
{
using (var document = PdfDocument.Open(strfileDir))
{
string result = "";
for (var i = 0; i < document.NumberOfPages; i++)
{
var page = document.GetPage(i + 1);
var words_2 = page.GetWords();
var blocks = DocstrumBoundingBoxes.Instance.GetBlocks(words_2);
foreach (var block in blocks)
{
result = result + " " + block.Text.ToString() ;
}
}
return result;
}
}
catch(Exception) {
return "";
}
}
```
I have also attached one such pdf for which I am getting the similar issue along with the parsed result. Please look into the issue Thanks in advance.
[Sample PDF document.pdf](https://github.com/UglyToad/PdfPig/files/6398585/Sample.PDF.document.pdf)
[Parsed result.docx](https://github.com/UglyToad/PdfPig/files/6398592/Parsed.result.docx)
| 1.0 | PDFpig parser not parsing some pdfs correctly - Hi,
I am using the below method to read the text from a pdf. The parsing works fine for most of the pdfs. However, for some of the pdf, parser is unable to identify the space between words. As a result, we are getting a redundant output of large sequence of alphanumeric character without any space.
```
// strfileDir : This is the file Path.
private static string GetTextfromPDF(string strfileDir) {
try
{
using (var document = PdfDocument.Open(strfileDir))
{
string result = "";
for (var i = 0; i < document.NumberOfPages; i++)
{
var page = document.GetPage(i + 1);
var words_2 = page.GetWords();
var blocks = DocstrumBoundingBoxes.Instance.GetBlocks(words_2);
foreach (var block in blocks)
{
result = result + " " + block.Text.ToString() ;
}
}
return result;
}
}
catch(Exception) {
return "";
}
}
```
I have also attached one such pdf for which I am getting the similar issue along with the parsed result. Please look into the issue Thanks in advance.
[Sample PDF document.pdf](https://github.com/UglyToad/PdfPig/files/6398585/Sample.PDF.document.pdf)
[Parsed result.docx](https://github.com/UglyToad/PdfPig/files/6398592/Parsed.result.docx)
| test | pdfpig parser not parsing some pdfs correctly hi i am using the below method to read the text from a pdf the parsing works fine for most of the pdfs however for some of the pdf parser is unable to identify the space between words as a result we are getting a redundant output of large sequence of alphanumeric character without any space strfiledir this is the file path private static string gettextfrompdf string strfiledir try using var document pdfdocument open strfiledir string result for var i i document numberofpages i var page document getpage i var words page getwords var blocks docstrumboundingboxes instance getblocks words foreach var block in blocks result result block text tostring return result catch exception return i have also attached one such pdf for which i am getting the similar issue along with the parsed result please look into the issue thanks in advance | 1 |
539,820 | 15,795,497,324 | IssuesEvent | 2021-04-02 13:15:29 | oslc-op/oslc-specs | https://api.github.com/repos/oslc-op/oslc-specs | closed | Broken reference in core/shapes§3.3 | Area: Core Core: Main Spec Kind: Bug Kind: Editorial Priority: Medium Tag: Has PR | > `See <a href="#rdfvocab" class="sectionRef"></a> for details on common property terms`
Should it be a link to Part 7 Vocabulary or something else? | 1.0 | Broken reference in core/shapes§3.3 - > `See <a href="#rdfvocab" class="sectionRef"></a> for details on common property terms`
Should it be a link to Part 7 Vocabulary or something else? | non_test | broken reference in core shapes§ see for details on common property terms should it be a link to part vocabulary or something else | 0 |
183,996 | 14,266,236,812 | IssuesEvent | 2020-11-20 18:22:07 | cockroachdb/cockroach | https://api.github.com/repos/cockroachdb/cockroach | opened | roachtest: acceptance/gossip/peerings failed | C-test-failure O-roachtest O-robot branch-master release-blocker | [(roachtest).acceptance/gossip/peerings failed](https://teamcity.cockroachdb.com/viewLog.html?buildId=2462170&tab=buildLog) on [master@2d8843948d56c789fe7b9cfed515cc8964bde512](https://github.com/cockroachdb/cockroach/commits/2d8843948d56c789fe7b9cfed515cc8964bde512):
```
gossip.go:259,acceptance.go:104,test_runner.go:755: failed to get gossip status from node 1: Get "http://127.0.0.1:26258/_status/gossip/local": dial tcp 127.0.0.1:26258: connect: connection refused
(1) attached stack trace
-- stack trace:
| main.(*gossipUtil).check.func1
| /go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/gossip.go:158
| github.com/cockroachdb/cockroach/pkg/util/retry.ForDuration
| /go/src/github.com/cockroachdb/cockroach/pkg/util/retry/retry.go:197
| main.(*gossipUtil).check
| /go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/gossip.go:153
| main.runGossipPeerings
| /go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/gossip.go:258
| main.registerAcceptance.func2
| /go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/acceptance.go:104
| main.(*testRunner).runTest.func2
| /go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/test_runner.go:755
| runtime.goexit
| /usr/local/go/src/runtime/asm_amd64.s:1374
Wraps: (2) failed to get gossip status from node 1
Wraps: (3) Get "http://127.0.0.1:26258/_status/gossip/local"
Wraps: (4) dial tcp 127.0.0.1:26258
Wraps: (5) connect
Wraps: (6) connection refused
Error types: (1) *withstack.withStack (2) *errutil.withPrefix (3) *url.Error (4) *net.OpError (5) *os.SyscallError (6) syscall.Errno
cluster.go:1651,context.go:140,cluster.go:1640,test_runner.go:836: dead node detection: /go/src/github.com/cockroachdb/cockroach/bin/roachprod monitor local --oneshot --ignore-empty-nodes: exit status 1 4: 9472
2: 9166
3: 9269
1: dead
Error: UNCLASSIFIED_PROBLEM: 1: dead
(1) UNCLASSIFIED_PROBLEM
Wraps: (2) attached stack trace
-- stack trace:
| main.glob..func14
| /go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachprod/main.go:1144
| main.wrap.func1
| /go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachprod/main.go:268
| github.com/spf13/cobra.(*Command).execute
| /go/src/github.com/cockroachdb/cockroach/vendor/github.com/spf13/cobra/command.go:830
| github.com/spf13/cobra.(*Command).ExecuteC
| /go/src/github.com/cockroachdb/cockroach/vendor/github.com/spf13/cobra/command.go:914
| github.com/spf13/cobra.(*Command).Execute
| /go/src/github.com/cockroachdb/cockroach/vendor/github.com/spf13/cobra/command.go:864
| main.main
| /go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachprod/main.go:1847
| runtime.main
| /usr/local/go/src/runtime/proc.go:204
| runtime.goexit
| /usr/local/go/src/runtime/asm_amd64.s:1374
Wraps: (3) 1: dead
Error types: (1) errors.Unclassified (2) *withstack.withStack (3) *errutil.leafError
```
<details><summary>More</summary><p>
Artifacts: [/acceptance/gossip/peerings](https://teamcity.cockroachdb.com/viewLog.html?buildId=2462170&tab=artifacts#/acceptance/gossip/peerings)
[See this test on roachdash](https://roachdash.crdb.dev/?filter=status%3Aopen+t%3A.%2Aacceptance%2Fgossip%2Fpeerings.%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: acceptance/gossip/peerings failed - [(roachtest).acceptance/gossip/peerings failed](https://teamcity.cockroachdb.com/viewLog.html?buildId=2462170&tab=buildLog) on [master@2d8843948d56c789fe7b9cfed515cc8964bde512](https://github.com/cockroachdb/cockroach/commits/2d8843948d56c789fe7b9cfed515cc8964bde512):
```
gossip.go:259,acceptance.go:104,test_runner.go:755: failed to get gossip status from node 1: Get "http://127.0.0.1:26258/_status/gossip/local": dial tcp 127.0.0.1:26258: connect: connection refused
(1) attached stack trace
-- stack trace:
| main.(*gossipUtil).check.func1
| /go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/gossip.go:158
| github.com/cockroachdb/cockroach/pkg/util/retry.ForDuration
| /go/src/github.com/cockroachdb/cockroach/pkg/util/retry/retry.go:197
| main.(*gossipUtil).check
| /go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/gossip.go:153
| main.runGossipPeerings
| /go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/gossip.go:258
| main.registerAcceptance.func2
| /go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/acceptance.go:104
| main.(*testRunner).runTest.func2
| /go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/test_runner.go:755
| runtime.goexit
| /usr/local/go/src/runtime/asm_amd64.s:1374
Wraps: (2) failed to get gossip status from node 1
Wraps: (3) Get "http://127.0.0.1:26258/_status/gossip/local"
Wraps: (4) dial tcp 127.0.0.1:26258
Wraps: (5) connect
Wraps: (6) connection refused
Error types: (1) *withstack.withStack (2) *errutil.withPrefix (3) *url.Error (4) *net.OpError (5) *os.SyscallError (6) syscall.Errno
cluster.go:1651,context.go:140,cluster.go:1640,test_runner.go:836: dead node detection: /go/src/github.com/cockroachdb/cockroach/bin/roachprod monitor local --oneshot --ignore-empty-nodes: exit status 1 4: 9472
2: 9166
3: 9269
1: dead
Error: UNCLASSIFIED_PROBLEM: 1: dead
(1) UNCLASSIFIED_PROBLEM
Wraps: (2) attached stack trace
-- stack trace:
| main.glob..func14
| /go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachprod/main.go:1144
| main.wrap.func1
| /go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachprod/main.go:268
| github.com/spf13/cobra.(*Command).execute
| /go/src/github.com/cockroachdb/cockroach/vendor/github.com/spf13/cobra/command.go:830
| github.com/spf13/cobra.(*Command).ExecuteC
| /go/src/github.com/cockroachdb/cockroach/vendor/github.com/spf13/cobra/command.go:914
| github.com/spf13/cobra.(*Command).Execute
| /go/src/github.com/cockroachdb/cockroach/vendor/github.com/spf13/cobra/command.go:864
| main.main
| /go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachprod/main.go:1847
| runtime.main
| /usr/local/go/src/runtime/proc.go:204
| runtime.goexit
| /usr/local/go/src/runtime/asm_amd64.s:1374
Wraps: (3) 1: dead
Error types: (1) errors.Unclassified (2) *withstack.withStack (3) *errutil.leafError
```
<details><summary>More</summary><p>
Artifacts: [/acceptance/gossip/peerings](https://teamcity.cockroachdb.com/viewLog.html?buildId=2462170&tab=artifacts#/acceptance/gossip/peerings)
[See this test on roachdash](https://roachdash.crdb.dev/?filter=status%3Aopen+t%3A.%2Aacceptance%2Fgossip%2Fpeerings.%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 acceptance gossip peerings failed on gossip go acceptance go test runner go failed to get gossip status from node get dial tcp connect connection refused attached stack trace stack trace main gossiputil check go src github com cockroachdb cockroach pkg cmd roachtest gossip go github com cockroachdb cockroach pkg util retry forduration go src github com cockroachdb cockroach pkg util retry retry go main gossiputil check go src github com cockroachdb cockroach pkg cmd roachtest gossip go main rungossippeerings go src github com cockroachdb cockroach pkg cmd roachtest gossip go main registeracceptance go src github com cockroachdb cockroach pkg cmd roachtest acceptance go main testrunner runtest go src github com cockroachdb cockroach pkg cmd roachtest test runner go runtime goexit usr local go src runtime asm s wraps failed to get gossip status from node wraps get wraps dial tcp wraps connect wraps connection refused error types withstack withstack errutil withprefix url error net operror os syscallerror syscall errno cluster go context go cluster go test runner go dead node detection go src github com cockroachdb cockroach bin roachprod monitor local oneshot ignore empty nodes exit status dead error unclassified problem dead unclassified problem wraps attached stack trace stack trace main glob go src github com cockroachdb cockroach pkg cmd roachprod main go main wrap go src github com cockroachdb cockroach pkg cmd roachprod main go github com cobra command execute go src github com cockroachdb cockroach vendor github com cobra command go github com cobra command executec go src github com cockroachdb cockroach vendor github com cobra command go github com cobra command execute go src github com cockroachdb cockroach vendor github com cobra command go main main go src github com cockroachdb cockroach pkg cmd roachprod main go runtime main usr local go src runtime proc go runtime goexit usr local go src runtime asm s wraps dead error types errors unclassified withstack withstack errutil leaferror more artifacts powered by | 1 |
70,603 | 18,239,182,456 | IssuesEvent | 2021-10-01 10:44:46 | enthought/traits | https://api.github.com/repos/enthought/traits | closed | pip install fails on MacOS with Apple system Python 3.8 | type: bug component: build | Running "pip install traits:" on a Mac OS 10.15.7 fails. This is being done for Apple's system default Python 3.8. The first error that I can see is in the following output:
running build_ext
building 'traits.ctraits' extension
creating build/temp.macosx-10.14.6-x86_64-3.8
creating build/temp.macosx-10.14.6-x86_64-3.8/traits
xcrun -sdk macosx clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -iwithsysroot/System/Library/Frameworks/System.framework/PrivateHeaders -iwithsysroot/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.8/Headers -arch arm64 -arch x86_64 -I/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.8/include/python3.8 -c traits/ctraits.c -o build/temp.macosx-10.14.6-x86_64-3.8/traits/ctraits.o
In file included from traits/ctraits.c:15:
In file included from /Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.8/include/python3.8/Python.h:11:
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/12.0.0/include/limits.h:21:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/limits.h:63:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/sys/cdefs.h:807:2: error: Unsupported architecture
#error Unsupported architecture
^
| 1.0 | pip install fails on MacOS with Apple system Python 3.8 - Running "pip install traits:" on a Mac OS 10.15.7 fails. This is being done for Apple's system default Python 3.8. The first error that I can see is in the following output:
running build_ext
building 'traits.ctraits' extension
creating build/temp.macosx-10.14.6-x86_64-3.8
creating build/temp.macosx-10.14.6-x86_64-3.8/traits
xcrun -sdk macosx clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -iwithsysroot/System/Library/Frameworks/System.framework/PrivateHeaders -iwithsysroot/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.8/Headers -arch arm64 -arch x86_64 -I/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.8/include/python3.8 -c traits/ctraits.c -o build/temp.macosx-10.14.6-x86_64-3.8/traits/ctraits.o
In file included from traits/ctraits.c:15:
In file included from /Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.8/include/python3.8/Python.h:11:
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/12.0.0/include/limits.h:21:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/limits.h:63:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/sys/cdefs.h:807:2: error: Unsupported architecture
#error Unsupported architecture
^
| non_test | pip install fails on macos with apple system python running pip install traits on a mac os fails this is being done for apple s system default python the first error that i can see is in the following output running build ext building traits ctraits extension creating build temp macosx creating build temp macosx traits xcrun sdk macosx clang wno unused result wsign compare wunreachable code fno common dynamic dndebug g fwrapv wall iwithsysroot system library frameworks system framework privateheaders iwithsysroot applications xcode app contents developer library frameworks framework versions headers arch arch i applications xcode app contents developer library frameworks framework versions include c traits ctraits c o build temp macosx traits ctraits o in file included from traits ctraits c in file included from applications xcode app contents developer library frameworks framework versions include python h in file included from applications xcode app contents developer toolchains xcodedefault xctoolchain usr lib clang include limits h in file included from applications xcode app contents developer platforms macosx platform developer sdks sdk usr include limits h applications xcode app contents developer platforms macosx platform developer sdks sdk usr include sys cdefs h error unsupported architecture error unsupported architecture | 0 |
16,314 | 2,889,333,377 | IssuesEvent | 2015-06-13 09:55:10 | kuribot/boilerpipe | https://api.github.com/repos/kuribot/boilerpipe | closed | Library does not produce same results as http://boilerpipe-web.appspot.com/ | auto-migrated Priority-Medium Type-Defect | ```
1) Go to http://boilerpipe-web.appspot.com/
2) Type in http://arstechnica.com/ as the URL.
3) Use article extractor and HTML (extract fragment)
4) See a nice list of articles on that page
Compare to:
1) Download latest boilerpipe svn.
2) Use the following code:
final URL url = new URL("http://arstechnica.com/");
final ArticleExtractor articleExtractor = ArticleExtractor.INSTANCE;
final HTMLHighlighter htmlHighlighter = HTMLHighlighter.newExtractingInstance();
final String xhtml = htmlHighlighter.process(url, articleExtractor);
3) xhtml only contains 1 article.
Are there settings that need to be changed? Or is there a code update that
hasn't been checked in?
```
Original issue reported on code.google.com by `[email protected]` on 30 Mar 2012 at 2:50 | 1.0 | Library does not produce same results as http://boilerpipe-web.appspot.com/ - ```
1) Go to http://boilerpipe-web.appspot.com/
2) Type in http://arstechnica.com/ as the URL.
3) Use article extractor and HTML (extract fragment)
4) See a nice list of articles on that page
Compare to:
1) Download latest boilerpipe svn.
2) Use the following code:
final URL url = new URL("http://arstechnica.com/");
final ArticleExtractor articleExtractor = ArticleExtractor.INSTANCE;
final HTMLHighlighter htmlHighlighter = HTMLHighlighter.newExtractingInstance();
final String xhtml = htmlHighlighter.process(url, articleExtractor);
3) xhtml only contains 1 article.
Are there settings that need to be changed? Or is there a code update that
hasn't been checked in?
```
Original issue reported on code.google.com by `[email protected]` on 30 Mar 2012 at 2:50 | non_test | library does not produce same results as go to type in as the url use article extractor and html extract fragment see a nice list of articles on that page compare to download latest boilerpipe svn use the following code final url url new url final articleextractor articleextractor articleextractor instance final htmlhighlighter htmlhighlighter htmlhighlighter newextractinginstance final string xhtml htmlhighlighter process url articleextractor xhtml only contains article are there settings that need to be changed or is there a code update that hasn t been checked in original issue reported on code google com by paul jak gmail com on mar at | 0 |
12,567 | 2,708,394,428 | IssuesEvent | 2015-04-08 08:38:34 | rrd4j/rrd4j | https://api.github.com/repos/rrd4j/rrd4j | closed | glue marker doesn't work correctly | auto-migrated Priority-Medium Type-Defect | ```
What steps will reproduce the problem?
1. Create a legend text entry that ends with the glue marker (\\g) and has
whitespace at the beginning of its entry.
An example would be "% 4.0lf\\g" which would display decimals in 4 characters,
preceding the entry with whitespace if it was less than 1000.
What is the expected output? What do you see instead?
I was expecting the legend text to be aligned across the rows of text.
Avg/ Min/ Max/Last
Idle 30/ 1/ 50/ 40
Active 5/ 0/ 100/ 20
It comes out looking like this: (also see attached graph)
Avg/ Min/ Max/Last
Idle 30/1/50/40
Active 5/0/100/20
What version of the product are you using? On what operating system?
2.2, RHEL 6.
```
Original issue reported on code.google.com by `[email protected]` on 15 Oct 2013 at 11:11
Attachments:
* [iplanet_process_threads.png](https://storage.googleapis.com/google-code-attachments/rrd4j/issue-58/comment-0/iplanet_process_threads.png)
| 1.0 | glue marker doesn't work correctly - ```
What steps will reproduce the problem?
1. Create a legend text entry that ends with the glue marker (\\g) and has
whitespace at the beginning of its entry.
An example would be "% 4.0lf\\g" which would display decimals in 4 characters,
preceding the entry with whitespace if it was less than 1000.
What is the expected output? What do you see instead?
I was expecting the legend text to be aligned across the rows of text.
Avg/ Min/ Max/Last
Idle 30/ 1/ 50/ 40
Active 5/ 0/ 100/ 20
It comes out looking like this: (also see attached graph)
Avg/ Min/ Max/Last
Idle 30/1/50/40
Active 5/0/100/20
What version of the product are you using? On what operating system?
2.2, RHEL 6.
```
Original issue reported on code.google.com by `[email protected]` on 15 Oct 2013 at 11:11
Attachments:
* [iplanet_process_threads.png](https://storage.googleapis.com/google-code-attachments/rrd4j/issue-58/comment-0/iplanet_process_threads.png)
| non_test | glue marker doesn t work correctly what steps will reproduce the problem create a legend text entry that ends with the glue marker g and has whitespace at the beginning of its entry an example would be g which would display decimals in characters preceding the entry with whitespace if it was less than what is the expected output what do you see instead i was expecting the legend text to be aligned across the rows of text avg min max last idle active it comes out looking like this also see attached graph avg min max last idle active what version of the product are you using on what operating system rhel original issue reported on code google com by ronald r gmail com on oct at attachments | 0 |
194,374 | 14,676,650,999 | IssuesEvent | 2020-12-30 20:48:24 | github-vet/rangeloop-pointer-findings | https://api.github.com/repos/github-vet/rangeloop-pointer-findings | closed | bigfish02/kruise: pkg/controller/uniteddeployment/uniteddeployment_controller_statefulset_test.go; 3 LoC | fresh test tiny |
Found a possible issue in [bigfish02/kruise](https://www.github.com/bigfish02/kruise) at [pkg/controller/uniteddeployment/uniteddeployment_controller_statefulset_test.go](https://github.com/bigfish02/kruise/blob/7f68784556d41872df875eb5318b4b771728320e/pkg/controller/uniteddeployment/uniteddeployment_controller_statefulset_test.go#L1658-L1660)
Below is the message reported by the analyzer for this snippet of code. Beware that the analyzer only reports the first issue it finds, so please do not limit your consideration to the contents of the below message.
> function call which takes a reference to sts at line 1659 may start a goroutine
[Click here to see the code in its original context.](https://github.com/bigfish02/kruise/blob/7f68784556d41872df875eb5318b4b771728320e/pkg/controller/uniteddeployment/uniteddeployment_controller_statefulset_test.go#L1658-L1660)
<details>
<summary>Click here to show the 3 line(s) of Go which triggered the analyzer.</summary>
```go
for _, sts := range stsList.Items {
c.Delete(context.TODO(), &sts)
}
```
</details>
<details>
<summary>Click here to show extra information the analyzer produced.</summary>
```
The following graphviz dot graph describes paths through the callgraph that could lead to a function calling a goroutine:
digraph G {
"(SetTransportDefaults, 1)" -> {"(ConfigureTransport, 1)";}
"(findObject, 2)" -> {"(get, 1)";}
"(add, 1)" -> {"(Update, 1)";}
"(Update, 1)" -> {"(Update, 2)";}
"(encoderOfMap, 2)" -> {"(append, 1)";}
"(add, 2)" -> {"(findObject, 2)";}
"(Encode, 2)" -> {"(encoderOfMapKey, 2)";}
"(encoderOfSlice, 2)" -> {"(append, 1)";}
"(decoderOfSlice, 2)" -> {"(append, 1)";}
"(ConfigureTransport, 1)" -> {"(configureTransport, 1)";}
"(encoderOfMapKey, 2)" -> {"(encoderOfType, 2)";}
"(createEncoderOfType, 2)" -> {"(_createEncoderOfType, 2)";}
"(_createEncoderOfType, 2)" -> {"(createEncoderOfNative, 2)";"(encoderOfStruct, 2)";"(encoderOfArray, 2)";"(encoderOfSlice, 2)";"(encoderOfMap, 2)";}
"(Add, 1)" -> {"(New, 1)";"(add, 2)";"(add, 1)";"(Push, 2)";}
"(get, 1)" -> {"(SetTransportDefaults, 1)";}
"(configureTransport, 1)" -> {"(addConnIfNeeded, 3)";}
"(addConnIfNeeded, 3)" -> {}
"(encoderOfArray, 2)" -> {"(append, 1)";}
"(Push, 2)" -> {"(Update, 1)";}
"(createEncoderOfNative, 2)" -> {"(decoderOfSlice, 2)";}
"(newClient, 1)" -> {}
"(append, 1)" -> {}
"(describeStruct, 2)" -> {"(append, 1)";}
"(New, 1)" -> {"(get, 1)";"(newClient, 1)";}
"(encoderOfType, 2)" -> {"(createEncoderOfType, 2)";}
"(Delete, 2)" -> {"(Add, 1)";}
"(Update, 2)" -> {"(Encode, 2)";}
"(encoderOfStruct, 2)" -> {"(describeStruct, 2)";}
}
```
</details>
Leave a reaction on this issue to contribute to the project by classifying this instance as a **Bug** :-1:, **Mitigated** :+1:, or **Desirable Behavior** :rocket:
See the descriptions of the classifications [here](https://github.com/github-vet/rangeclosure-findings#how-can-i-help) for more information.
commit ID: 7f68784556d41872df875eb5318b4b771728320e
| 1.0 | bigfish02/kruise: pkg/controller/uniteddeployment/uniteddeployment_controller_statefulset_test.go; 3 LoC -
Found a possible issue in [bigfish02/kruise](https://www.github.com/bigfish02/kruise) at [pkg/controller/uniteddeployment/uniteddeployment_controller_statefulset_test.go](https://github.com/bigfish02/kruise/blob/7f68784556d41872df875eb5318b4b771728320e/pkg/controller/uniteddeployment/uniteddeployment_controller_statefulset_test.go#L1658-L1660)
Below is the message reported by the analyzer for this snippet of code. Beware that the analyzer only reports the first issue it finds, so please do not limit your consideration to the contents of the below message.
> function call which takes a reference to sts at line 1659 may start a goroutine
[Click here to see the code in its original context.](https://github.com/bigfish02/kruise/blob/7f68784556d41872df875eb5318b4b771728320e/pkg/controller/uniteddeployment/uniteddeployment_controller_statefulset_test.go#L1658-L1660)
<details>
<summary>Click here to show the 3 line(s) of Go which triggered the analyzer.</summary>
```go
for _, sts := range stsList.Items {
c.Delete(context.TODO(), &sts)
}
```
</details>
<details>
<summary>Click here to show extra information the analyzer produced.</summary>
```
The following graphviz dot graph describes paths through the callgraph that could lead to a function calling a goroutine:
digraph G {
"(SetTransportDefaults, 1)" -> {"(ConfigureTransport, 1)";}
"(findObject, 2)" -> {"(get, 1)";}
"(add, 1)" -> {"(Update, 1)";}
"(Update, 1)" -> {"(Update, 2)";}
"(encoderOfMap, 2)" -> {"(append, 1)";}
"(add, 2)" -> {"(findObject, 2)";}
"(Encode, 2)" -> {"(encoderOfMapKey, 2)";}
"(encoderOfSlice, 2)" -> {"(append, 1)";}
"(decoderOfSlice, 2)" -> {"(append, 1)";}
"(ConfigureTransport, 1)" -> {"(configureTransport, 1)";}
"(encoderOfMapKey, 2)" -> {"(encoderOfType, 2)";}
"(createEncoderOfType, 2)" -> {"(_createEncoderOfType, 2)";}
"(_createEncoderOfType, 2)" -> {"(createEncoderOfNative, 2)";"(encoderOfStruct, 2)";"(encoderOfArray, 2)";"(encoderOfSlice, 2)";"(encoderOfMap, 2)";}
"(Add, 1)" -> {"(New, 1)";"(add, 2)";"(add, 1)";"(Push, 2)";}
"(get, 1)" -> {"(SetTransportDefaults, 1)";}
"(configureTransport, 1)" -> {"(addConnIfNeeded, 3)";}
"(addConnIfNeeded, 3)" -> {}
"(encoderOfArray, 2)" -> {"(append, 1)";}
"(Push, 2)" -> {"(Update, 1)";}
"(createEncoderOfNative, 2)" -> {"(decoderOfSlice, 2)";}
"(newClient, 1)" -> {}
"(append, 1)" -> {}
"(describeStruct, 2)" -> {"(append, 1)";}
"(New, 1)" -> {"(get, 1)";"(newClient, 1)";}
"(encoderOfType, 2)" -> {"(createEncoderOfType, 2)";}
"(Delete, 2)" -> {"(Add, 1)";}
"(Update, 2)" -> {"(Encode, 2)";}
"(encoderOfStruct, 2)" -> {"(describeStruct, 2)";}
}
```
</details>
Leave a reaction on this issue to contribute to the project by classifying this instance as a **Bug** :-1:, **Mitigated** :+1:, or **Desirable Behavior** :rocket:
See the descriptions of the classifications [here](https://github.com/github-vet/rangeclosure-findings#how-can-i-help) for more information.
commit ID: 7f68784556d41872df875eb5318b4b771728320e
| test | kruise pkg controller uniteddeployment uniteddeployment controller statefulset test go loc found a possible issue in at below is the message reported by the analyzer for this snippet of code beware that the analyzer only reports the first issue it finds so please do not limit your consideration to the contents of the below message function call which takes a reference to sts at line may start a goroutine click here to show the line s of go which triggered the analyzer go for sts range stslist items c delete context todo sts click here to show extra information the analyzer produced the following graphviz dot graph describes paths through the callgraph that could lead to a function calling a goroutine digraph g settransportdefaults configuretransport findobject get add update update update encoderofmap append add findobject encode encoderofmapkey encoderofslice append decoderofslice append configuretransport configuretransport encoderofmapkey encoderoftype createencoderoftype createencoderoftype createencoderoftype createencoderofnative encoderofstruct encoderofarray encoderofslice encoderofmap add new add add push get settransportdefaults configuretransport addconnifneeded addconnifneeded encoderofarray append push update createencoderofnative decoderofslice newclient append describestruct append new get newclient encoderoftype createencoderoftype delete add update encode encoderofstruct describestruct leave a reaction on this issue to contribute to the project by classifying this instance as a bug mitigated or desirable behavior rocket see the descriptions of the classifications for more information commit id | 1 |
345,738 | 30,837,292,822 | IssuesEvent | 2023-08-02 08:17:45 | telstra/open-kilda | https://api.github.com/repos/telstra/open-kilda | opened | Remove or modify tests to remove single table mode | area/testing improvement | as the multitable mode is only mode which will be used after #5314 release, we dont need tests for single mode anymore | 1.0 | Remove or modify tests to remove single table mode - as the multitable mode is only mode which will be used after #5314 release, we dont need tests for single mode anymore | test | remove or modify tests to remove single table mode as the multitable mode is only mode which will be used after release we dont need tests for single mode anymore | 1 |
207,222 | 15,797,953,666 | IssuesEvent | 2021-04-02 17:43:35 | discoverability/discoverability | https://api.github.com/repos/discoverability/discoverability | closed | Analyser / Récupérer le programme de diffusion de Netflix Direct | totest | Netlfix déploie en France une nouvelle option de visionnage : Direct. Est-il possible de récupérer le programme de cette diffusion continue ?
"Que vous soyez en panne d’inspiration, ou que vous découvriez Netflix pour la première fois, vous pourrez vous laisser porter sans avoir à choisir un titre en particulier et vous laisser surprendre par la diversité du catalogue Netflix"
https://about.netflix.com/fr/news/direct-new-feature-tested-in-france
| 1.0 | Analyser / Récupérer le programme de diffusion de Netflix Direct - Netlfix déploie en France une nouvelle option de visionnage : Direct. Est-il possible de récupérer le programme de cette diffusion continue ?
"Que vous soyez en panne d’inspiration, ou que vous découvriez Netflix pour la première fois, vous pourrez vous laisser porter sans avoir à choisir un titre en particulier et vous laisser surprendre par la diversité du catalogue Netflix"
https://about.netflix.com/fr/news/direct-new-feature-tested-in-france
| test | analyser récupérer le programme de diffusion de netflix direct netlfix déploie en france une nouvelle option de visionnage direct est il possible de récupérer le programme de cette diffusion continue que vous soyez en panne d’inspiration ou que vous découvriez netflix pour la première fois vous pourrez vous laisser porter sans avoir à choisir un titre en particulier et vous laisser surprendre par la diversité du catalogue netflix | 1 |
61,759 | 6,757,194,091 | IssuesEvent | 2017-10-24 09:54:01 | Kademi/kademi-dev | https://api.github.com/repos/Kademi/kademi-dev | closed | Login Component: Breaks editor when auto redirect is enable | bug Ready to Test QA | When editing the Login template and "Redirect if already logged in" is enabled on the Login Form component, When you try edit the template it just redirects you so you can't edit the template anymore | 1.0 | Login Component: Breaks editor when auto redirect is enable - When editing the Login template and "Redirect if already logged in" is enabled on the Login Form component, When you try edit the template it just redirects you so you can't edit the template anymore | test | login component breaks editor when auto redirect is enable when editing the login template and redirect if already logged in is enabled on the login form component when you try edit the template it just redirects you so you can t edit the template anymore | 1 |
6,090 | 5,279,749,226 | IssuesEvent | 2017-02-07 12:15:58 | clearcontainers/runtime | https://api.github.com/repos/clearcontainers/runtime | opened | Switch to an initrd image for the guest VM | domain:performance | Compare a full OS image vs an intrd/initramfs one for:
- Memory consumption
- Boot time
- CPU utilization
We may be ready to accept slight boot time degradation for significant memory consumption reduction.
cc @jtkukunas | True | Switch to an initrd image for the guest VM - Compare a full OS image vs an intrd/initramfs one for:
- Memory consumption
- Boot time
- CPU utilization
We may be ready to accept slight boot time degradation for significant memory consumption reduction.
cc @jtkukunas | non_test | switch to an initrd image for the guest vm compare a full os image vs an intrd initramfs one for memory consumption boot time cpu utilization we may be ready to accept slight boot time degradation for significant memory consumption reduction cc jtkukunas | 0 |
23,525 | 6,437,844,833 | IssuesEvent | 2017-08-11 00:59:59 | CUAHSI/HydroDesktop | https://api.github.com/repos/CUAHSI/HydroDesktop | opened | unhandled exception opening saved project | CodePlex | <b>katmckee[CodePlex]</b> <br />I emailed myself a project file from home computer and saved in a folder on pc.
filename is SantaFeHydroDesktop.dspx
When I open it in HD at the office, I get unhandled exception, see attached document.
| 1.0 | unhandled exception opening saved project - <b>katmckee[CodePlex]</b> <br />I emailed myself a project file from home computer and saved in a folder on pc.
filename is SantaFeHydroDesktop.dspx
When I open it in HD at the office, I get unhandled exception, see attached document.
| non_test | unhandled exception opening saved project katmckee i emailed myself a project file from home computer and saved in a folder on pc filename is santafehydrodesktop dspx when i open it in hd at the office i get unhandled exception see attached document | 0 |
801,398 | 28,487,095,621 | IssuesEvent | 2023-04-18 08:37:31 | rmlockwood/FLExTrans | https://api.github.com/repos/rmlockwood/FLExTrans | opened | [Documentation] Expand Get Started steps with new features | enhancement low priority | We have the more full featured Set Up Transfer Rule Categories and Attributes module. Include this in the steps. | 1.0 | [Documentation] Expand Get Started steps with new features - We have the more full featured Set Up Transfer Rule Categories and Attributes module. Include this in the steps. | non_test | expand get started steps with new features we have the more full featured set up transfer rule categories and attributes module include this in the steps | 0 |
7,453 | 3,979,757,516 | IssuesEvent | 2016-05-06 01:57:34 | grpc/grpc | https://api.github.com/repos/grpc/grpc | closed | Document python-dev and equivalent requirements needed for installation from source | buildgen documentation Needs Documentation P1 python | Because apparently the current instructions say `pip install -rrequirements.txt` before `pip install .`, and our diagnostics that tell the users what they're missing don't kick in until `pip install .`, and Cython (in our `requirements.txt`) requires `python-dev`, and `Cython` doesn't by itself have such diagnostics.
... And as an aside: *absolutely* **none** of this would be necessary if Python PyPI supported Linux wheels. None. Zilch. Nada. A glorious future of simplified documentation awaits us in the future. | 1.0 | Document python-dev and equivalent requirements needed for installation from source - Because apparently the current instructions say `pip install -rrequirements.txt` before `pip install .`, and our diagnostics that tell the users what they're missing don't kick in until `pip install .`, and Cython (in our `requirements.txt`) requires `python-dev`, and `Cython` doesn't by itself have such diagnostics.
... And as an aside: *absolutely* **none** of this would be necessary if Python PyPI supported Linux wheels. None. Zilch. Nada. A glorious future of simplified documentation awaits us in the future. | non_test | document python dev and equivalent requirements needed for installation from source because apparently the current instructions say pip install rrequirements txt before pip install and our diagnostics that tell the users what they re missing don t kick in until pip install and cython in our requirements txt requires python dev and cython doesn t by itself have such diagnostics and as an aside absolutely none of this would be necessary if python pypi supported linux wheels none zilch nada a glorious future of simplified documentation awaits us in the future | 0 |
267,307 | 20,199,093,573 | IssuesEvent | 2022-02-11 13:35:21 | pmem/rpma | https://api.github.com/repos/pmem/rpma | closed | Deprecate the `rpma_conn_completion_*()` functions | documentation work-in-progress | When #1080 will be merged it effectively makes a number of functions obsolete:
- `rpma_conn_completion_get()`
- `rpma_conn_completion_wait()`
- `rpma_conn_get_completion_fd()`
Currently, we think the right thing to do is to:
1. Mark these functions as deprecated.
2. Delete them overall before the release after next.
**NOTE**: Along with marking these functions as deprecated, it will be helpful to add to the librpma(7) a note on how the end-user should interpret such a notice. | 1.0 | Deprecate the `rpma_conn_completion_*()` functions - When #1080 will be merged it effectively makes a number of functions obsolete:
- `rpma_conn_completion_get()`
- `rpma_conn_completion_wait()`
- `rpma_conn_get_completion_fd()`
Currently, we think the right thing to do is to:
1. Mark these functions as deprecated.
2. Delete them overall before the release after next.
**NOTE**: Along with marking these functions as deprecated, it will be helpful to add to the librpma(7) a note on how the end-user should interpret such a notice. | non_test | deprecate the rpma conn completion functions when will be merged it effectively makes a number of functions obsolete rpma conn completion get rpma conn completion wait rpma conn get completion fd currently we think the right thing to do is to mark these functions as deprecated delete them overall before the release after next note along with marking these functions as deprecated it will be helpful to add to the librpma a note on how the end user should interpret such a notice | 0 |
61,954 | 3,163,657,464 | IssuesEvent | 2015-09-20 14:17:08 | WarEmu/WarBugs | https://api.github.com/repos/WarEmu/WarBugs | closed | "New Recruits" - Nordland | Database Low Priority Quests | http://warhammeronline.wikia.com/wiki/New_Recruits
What i change : `Speak with Samuel Twitty 0/1` to `Speak with Samuel Twitty`
`UPDATE quests_objectives SET Entry =30361,ObjType = 1,ObjCount = 0,Description = 'Speak with Samuel Twitty',ObjID = 98325 WHERE Guid=5254;`
| 1.0 | "New Recruits" - Nordland - http://warhammeronline.wikia.com/wiki/New_Recruits
What i change : `Speak with Samuel Twitty 0/1` to `Speak with Samuel Twitty`
`UPDATE quests_objectives SET Entry =30361,ObjType = 1,ObjCount = 0,Description = 'Speak with Samuel Twitty',ObjID = 98325 WHERE Guid=5254;`
| non_test | new recruits nordland what i change speak with samuel twitty to speak with samuel twitty update quests objectives set entry objtype objcount description speak with samuel twitty objid where guid | 0 |
49,534 | 6,222,674,574 | IssuesEvent | 2017-07-10 09:44:56 | pekrau/Symbasis | https://api.github.com/repos/pekrau/Symbasis | closed | Change terminology (again)? 'spec' -> 'metadata' | design question | I found it hard to remember 'spec'. It's metadata, so why not call it that? | 1.0 | Change terminology (again)? 'spec' -> 'metadata' - I found it hard to remember 'spec'. It's metadata, so why not call it that? | non_test | change terminology again spec metadata i found it hard to remember spec it s metadata so why not call it that | 0 |
129,261 | 27,431,821,775 | IssuesEvent | 2023-03-02 02:22:29 | WSUCptSCapstone-Fall2022Spring2023/dell-pravegaolapjava | https://api.github.com/repos/WSUCptSCapstone-Fall2022Spring2023/dell-pravegaolapjava | closed | Modify SeekableStreamSamplerSpec to allow for dataSchema Member access in derived classes | Code Implementation | Change from private to protected | 1.0 | Modify SeekableStreamSamplerSpec to allow for dataSchema Member access in derived classes - Change from private to protected | non_test | modify seekablestreamsamplerspec to allow for dataschema member access in derived classes change from private to protected | 0 |
68,439 | 7,096,847,401 | IssuesEvent | 2018-01-14 12:58:08 | cerberustesting/cerberus-source | https://api.github.com/repos/cerberustesting/cerberus-source | closed | [Idea] - TestCase > Test naviguation button | Nat : enhancement Perim : GUITest Prio : 3 minor | Hello,
What do you think of adding a button on the test case script editor page that links to the test case list of this test case. Something that would looks like this :

and links to this result :

The test name seems to be carried in the URL (http://.../TestCaseList.jsp?test=CustomerInvoice) so this button would be a link to this URL with the test name generatd dynamically, right ?
I think it can reduce time navigating between the test cases when implemeting several ones.
Thanks!
| 1.0 | [Idea] - TestCase > Test naviguation button - Hello,
What do you think of adding a button on the test case script editor page that links to the test case list of this test case. Something that would looks like this :

and links to this result :

The test name seems to be carried in the URL (http://.../TestCaseList.jsp?test=CustomerInvoice) so this button would be a link to this URL with the test name generatd dynamically, right ?
I think it can reduce time navigating between the test cases when implemeting several ones.
Thanks!
| test | testcase test naviguation button hello what do you think of adding a button on the test case script editor page that links to the test case list of this test case something that would looks like this and links to this result the test name seems to be carried in the url so this button would be a link to this url with the test name generatd dynamically right i think it can reduce time navigating between the test cases when implemeting several ones thanks | 1 |
135,762 | 18,721,688,424 | IssuesEvent | 2021-11-03 12:32:01 | excalibur-kvrv/m3u8-dl | https://api.github.com/repos/excalibur-kvrv/m3u8-dl | closed | CVE-2021-33503 (High) detected in urllib3-1.25.11-py2.py3-none-any.whl - autoclosed | security vulnerability | ## CVE-2021-33503 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>urllib3-1.25.11-py2.py3-none-any.whl</b></p></summary>
<p>HTTP library with thread-safe connection pooling, file post, and more.</p>
<p>Library home page: <a href="https://files.pythonhosted.org/packages/56/aa/4ef5aa67a9a62505db124a5cb5262332d1d4153462eb8fd89c9fa41e5d92/urllib3-1.25.11-py2.py3-none-any.whl">https://files.pythonhosted.org/packages/56/aa/4ef5aa67a9a62505db124a5cb5262332d1d4153462eb8fd89c9fa41e5d92/urllib3-1.25.11-py2.py3-none-any.whl</a></p>
<p>Path to dependency file: m3u8-dl/requirements.txt</p>
<p>Path to vulnerable library: m3u8-dl/requirements.txt,m3u8-dl</p>
<p>
Dependency Hierarchy:
- requests-2.24.0-py2.py3-none-any.whl (Root Library)
- :x: **urllib3-1.25.11-py2.py3-none-any.whl** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/excalibur-kvrv/m3u8-dl/commit/1b52e9c2aec378789d5de78f26a0b6a5ad192c19">1b52e9c2aec378789d5de78f26a0b6a5ad192c19</a></p>
<p>Found in base branch: <b>master</b></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>
An issue was discovered in urllib3 before 1.26.5. When provided with a URL containing many @ characters in the authority component, the authority regular expression exhibits catastrophic backtracking, causing a denial of service if a URL were passed as a parameter or redirected to via an HTTP redirect.
<p>Publish Date: 2021-06-29
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-33503>CVE-2021-33503</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.5</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: None
- 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://github.com/urllib3/urllib3/security/advisories/GHSA-q2q7-5pp4-w6pg">https://github.com/urllib3/urllib3/security/advisories/GHSA-q2q7-5pp4-w6pg</a></p>
<p>Release Date: 2021-05-22</p>
<p>Fix Resolution: urllib3 - 1.26.5</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | True | CVE-2021-33503 (High) detected in urllib3-1.25.11-py2.py3-none-any.whl - autoclosed - ## CVE-2021-33503 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>urllib3-1.25.11-py2.py3-none-any.whl</b></p></summary>
<p>HTTP library with thread-safe connection pooling, file post, and more.</p>
<p>Library home page: <a href="https://files.pythonhosted.org/packages/56/aa/4ef5aa67a9a62505db124a5cb5262332d1d4153462eb8fd89c9fa41e5d92/urllib3-1.25.11-py2.py3-none-any.whl">https://files.pythonhosted.org/packages/56/aa/4ef5aa67a9a62505db124a5cb5262332d1d4153462eb8fd89c9fa41e5d92/urllib3-1.25.11-py2.py3-none-any.whl</a></p>
<p>Path to dependency file: m3u8-dl/requirements.txt</p>
<p>Path to vulnerable library: m3u8-dl/requirements.txt,m3u8-dl</p>
<p>
Dependency Hierarchy:
- requests-2.24.0-py2.py3-none-any.whl (Root Library)
- :x: **urllib3-1.25.11-py2.py3-none-any.whl** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/excalibur-kvrv/m3u8-dl/commit/1b52e9c2aec378789d5de78f26a0b6a5ad192c19">1b52e9c2aec378789d5de78f26a0b6a5ad192c19</a></p>
<p>Found in base branch: <b>master</b></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>
An issue was discovered in urllib3 before 1.26.5. When provided with a URL containing many @ characters in the authority component, the authority regular expression exhibits catastrophic backtracking, causing a denial of service if a URL were passed as a parameter or redirected to via an HTTP redirect.
<p>Publish Date: 2021-06-29
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-33503>CVE-2021-33503</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.5</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: None
- 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://github.com/urllib3/urllib3/security/advisories/GHSA-q2q7-5pp4-w6pg">https://github.com/urllib3/urllib3/security/advisories/GHSA-q2q7-5pp4-w6pg</a></p>
<p>Release Date: 2021-05-22</p>
<p>Fix Resolution: urllib3 - 1.26.5</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | non_test | cve high detected in none any whl autoclosed cve high severity vulnerability vulnerable library none any whl http library with thread safe connection pooling file post and more library home page a href path to dependency file dl requirements txt path to vulnerable library dl requirements txt dl dependency hierarchy requests none any whl root library x none any whl vulnerable library found in head commit a href found in base branch master vulnerability details an issue was discovered in before when provided with a url containing many characters in the authority component the authority regular expression exhibits catastrophic backtracking causing a denial of service if a url were passed as a parameter or redirected to via an http redirect 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 none 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 whitesource | 0 |
194,688 | 14,685,268,506 | IssuesEvent | 2021-01-01 08:03:59 | github-vet/rangeloop-pointer-findings | https://api.github.com/repos/github-vet/rangeloop-pointer-findings | closed | liveball/gosrc: practice/tests/goroutine_test.go; 5 LoC | fresh test tiny |
Found a possible issue in [liveball/gosrc](https://www.github.com/liveball/gosrc) at [practice/tests/goroutine_test.go](https://github.com/liveball/gosrc/blob/600d10b949081ef37ca106c6bd204747bcfa55ca/practice/tests/goroutine_test.go#L82-L86)
Below is the message reported by the analyzer for this snippet of code. Beware that the analyzer only reports the first issue it finds, so please do not limit your consideration to the contents of the below message.
> range-loop variable val used in defer or goroutine at line 84
[Click here to see the code in its original context.](https://github.com/liveball/gosrc/blob/600d10b949081ef37ca106c6bd204747bcfa55ca/practice/tests/goroutine_test.go#L82-L86)
<details>
<summary>Click here to show the 5 line(s) of Go which triggered the analyzer.</summary>
```go
for _, val := range values {
go func() {
fmt.Println(val)
}()
}
```
</details>
Leave a reaction on this issue to contribute to the project by classifying this instance as a **Bug** :-1:, **Mitigated** :+1:, or **Desirable Behavior** :rocket:
See the descriptions of the classifications [here](https://github.com/github-vet/rangeclosure-findings#how-can-i-help) for more information.
commit ID: 600d10b949081ef37ca106c6bd204747bcfa55ca
| 1.0 | liveball/gosrc: practice/tests/goroutine_test.go; 5 LoC -
Found a possible issue in [liveball/gosrc](https://www.github.com/liveball/gosrc) at [practice/tests/goroutine_test.go](https://github.com/liveball/gosrc/blob/600d10b949081ef37ca106c6bd204747bcfa55ca/practice/tests/goroutine_test.go#L82-L86)
Below is the message reported by the analyzer for this snippet of code. Beware that the analyzer only reports the first issue it finds, so please do not limit your consideration to the contents of the below message.
> range-loop variable val used in defer or goroutine at line 84
[Click here to see the code in its original context.](https://github.com/liveball/gosrc/blob/600d10b949081ef37ca106c6bd204747bcfa55ca/practice/tests/goroutine_test.go#L82-L86)
<details>
<summary>Click here to show the 5 line(s) of Go which triggered the analyzer.</summary>
```go
for _, val := range values {
go func() {
fmt.Println(val)
}()
}
```
</details>
Leave a reaction on this issue to contribute to the project by classifying this instance as a **Bug** :-1:, **Mitigated** :+1:, or **Desirable Behavior** :rocket:
See the descriptions of the classifications [here](https://github.com/github-vet/rangeclosure-findings#how-can-i-help) for more information.
commit ID: 600d10b949081ef37ca106c6bd204747bcfa55ca
| test | liveball gosrc practice tests goroutine test go loc found a possible issue in at below is the message reported by the analyzer for this snippet of code beware that the analyzer only reports the first issue it finds so please do not limit your consideration to the contents of the below message range loop variable val used in defer or goroutine at line click here to show the line s of go which triggered the analyzer go for val range values go func fmt println val leave a reaction on this issue to contribute to the project by classifying this instance as a bug mitigated or desirable behavior rocket see the descriptions of the classifications for more information commit id | 1 |
303,342 | 26,201,367,299 | IssuesEvent | 2023-01-03 17:47:21 | elastic/kibana | https://api.github.com/repos/elastic/kibana | opened | Failing test: Jest Tests.x-pack/plugins/cases/public/components/all_cases - AllCasesListGeneric Actions Row actions update the status of a case: medium | failed-test | A test failed on a tracked branch
```
Error: thrown: "Exceeded timeout of 5000 ms for a test.
Use jest.setTimeout(newTimeout) to increase the timeout value, if this is a long-running test."
at /var/lib/buildkite-agent/builds/kb-n2-4-spot-2c669c5a471124b3/elastic/kibana-on-merge/kibana/node_modules/jest-each/build/bind.js:45:15
at Array.forEach (<anonymous>)
at eachBind (/var/lib/buildkite-agent/builds/kb-n2-4-spot-2c669c5a471124b3/elastic/kibana-on-merge/kibana/node_modules/jest-each/build/bind.js:37:22)
at /var/lib/buildkite-agent/builds/kb-n2-4-spot-2c669c5a471124b3/elastic/kibana-on-merge/kibana/x-pack/plugins/cases/public/components/all_cases/all_cases_list.test.tsx:981:29
at _dispatchDescribe (/var/lib/buildkite-agent/builds/kb-n2-4-spot-2c669c5a471124b3/elastic/kibana-on-merge/kibana/node_modules/jest-circus/build/index.js:91:26)
at describe (/var/lib/buildkite-agent/builds/kb-n2-4-spot-2c669c5a471124b3/elastic/kibana-on-merge/kibana/node_modules/jest-circus/build/index.js:55:5)
at describe (/var/lib/buildkite-agent/builds/kb-n2-4-spot-2c669c5a471124b3/elastic/kibana-on-merge/kibana/x-pack/plugins/cases/public/components/all_cases/all_cases_list.test.tsx:917:5)
at _dispatchDescribe (/var/lib/buildkite-agent/builds/kb-n2-4-spot-2c669c5a471124b3/elastic/kibana-on-merge/kibana/node_modules/jest-circus/build/index.js:91:26)
at describe (/var/lib/buildkite-agent/builds/kb-n2-4-spot-2c669c5a471124b3/elastic/kibana-on-merge/kibana/node_modules/jest-circus/build/index.js:55:5)
at describe (/var/lib/buildkite-agent/builds/kb-n2-4-spot-2c669c5a471124b3/elastic/kibana-on-merge/kibana/x-pack/plugins/cases/public/components/all_cases/all_cases_list.test.tsx:755:3)
at _dispatchDescribe (/var/lib/buildkite-agent/builds/kb-n2-4-spot-2c669c5a471124b3/elastic/kibana-on-merge/kibana/node_modules/jest-circus/build/index.js:91:26)
at describe (/var/lib/buildkite-agent/builds/kb-n2-4-spot-2c669c5a471124b3/elastic/kibana-on-merge/kibana/node_modules/jest-circus/build/index.js:55:5)
at Object.describe (/var/lib/buildkite-agent/builds/kb-n2-4-spot-2c669c5a471124b3/elastic/kibana-on-merge/kibana/x-pack/plugins/cases/public/components/all_cases/all_cases_list.test.tsx:85:1)
at Runtime._execModule (/var/lib/buildkite-agent/builds/kb-n2-4-spot-2c669c5a471124b3/elastic/kibana-on-merge/kibana/node_modules/jest-runtime/build/index.js:1377:24)
at Runtime._loadModule (/var/lib/buildkite-agent/builds/kb-n2-4-spot-2c669c5a471124b3/elastic/kibana-on-merge/kibana/node_modules/jest-runtime/build/index.js:989:12)
at Runtime.requireModule (/var/lib/buildkite-agent/builds/kb-n2-4-spot-2c669c5a471124b3/elastic/kibana-on-merge/kibana/node_modules/jest-runtime/build/index.js:849:12)
at jestAdapter (/var/lib/buildkite-agent/builds/kb-n2-4-spot-2c669c5a471124b3/elastic/kibana-on-merge/kibana/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js:77:13)
at runTestInternal (/var/lib/buildkite-agent/builds/kb-n2-4-spot-2c669c5a471124b3/elastic/kibana-on-merge/kibana/node_modules/jest-runner/build/runTest.js:367:16)
at runTest (/var/lib/buildkite-agent/builds/kb-n2-4-spot-2c669c5a471124b3/elastic/kibana-on-merge/kibana/node_modules/jest-runner/build/runTest.js:444:34)
```
First failure: [CI Build - main](https://buildkite.com/elastic/kibana-on-merge/builds/25289#01857892-d427-4f6e-9192-7dfa612a1af9)
<!-- kibanaCiData = {"failed-test":{"test.class":"Jest Tests.x-pack/plugins/cases/public/components/all_cases","test.name":"AllCasesListGeneric Actions Row actions update the status of a case: medium","test.failCount":1}} --> | 1.0 | Failing test: Jest Tests.x-pack/plugins/cases/public/components/all_cases - AllCasesListGeneric Actions Row actions update the status of a case: medium - A test failed on a tracked branch
```
Error: thrown: "Exceeded timeout of 5000 ms for a test.
Use jest.setTimeout(newTimeout) to increase the timeout value, if this is a long-running test."
at /var/lib/buildkite-agent/builds/kb-n2-4-spot-2c669c5a471124b3/elastic/kibana-on-merge/kibana/node_modules/jest-each/build/bind.js:45:15
at Array.forEach (<anonymous>)
at eachBind (/var/lib/buildkite-agent/builds/kb-n2-4-spot-2c669c5a471124b3/elastic/kibana-on-merge/kibana/node_modules/jest-each/build/bind.js:37:22)
at /var/lib/buildkite-agent/builds/kb-n2-4-spot-2c669c5a471124b3/elastic/kibana-on-merge/kibana/x-pack/plugins/cases/public/components/all_cases/all_cases_list.test.tsx:981:29
at _dispatchDescribe (/var/lib/buildkite-agent/builds/kb-n2-4-spot-2c669c5a471124b3/elastic/kibana-on-merge/kibana/node_modules/jest-circus/build/index.js:91:26)
at describe (/var/lib/buildkite-agent/builds/kb-n2-4-spot-2c669c5a471124b3/elastic/kibana-on-merge/kibana/node_modules/jest-circus/build/index.js:55:5)
at describe (/var/lib/buildkite-agent/builds/kb-n2-4-spot-2c669c5a471124b3/elastic/kibana-on-merge/kibana/x-pack/plugins/cases/public/components/all_cases/all_cases_list.test.tsx:917:5)
at _dispatchDescribe (/var/lib/buildkite-agent/builds/kb-n2-4-spot-2c669c5a471124b3/elastic/kibana-on-merge/kibana/node_modules/jest-circus/build/index.js:91:26)
at describe (/var/lib/buildkite-agent/builds/kb-n2-4-spot-2c669c5a471124b3/elastic/kibana-on-merge/kibana/node_modules/jest-circus/build/index.js:55:5)
at describe (/var/lib/buildkite-agent/builds/kb-n2-4-spot-2c669c5a471124b3/elastic/kibana-on-merge/kibana/x-pack/plugins/cases/public/components/all_cases/all_cases_list.test.tsx:755:3)
at _dispatchDescribe (/var/lib/buildkite-agent/builds/kb-n2-4-spot-2c669c5a471124b3/elastic/kibana-on-merge/kibana/node_modules/jest-circus/build/index.js:91:26)
at describe (/var/lib/buildkite-agent/builds/kb-n2-4-spot-2c669c5a471124b3/elastic/kibana-on-merge/kibana/node_modules/jest-circus/build/index.js:55:5)
at Object.describe (/var/lib/buildkite-agent/builds/kb-n2-4-spot-2c669c5a471124b3/elastic/kibana-on-merge/kibana/x-pack/plugins/cases/public/components/all_cases/all_cases_list.test.tsx:85:1)
at Runtime._execModule (/var/lib/buildkite-agent/builds/kb-n2-4-spot-2c669c5a471124b3/elastic/kibana-on-merge/kibana/node_modules/jest-runtime/build/index.js:1377:24)
at Runtime._loadModule (/var/lib/buildkite-agent/builds/kb-n2-4-spot-2c669c5a471124b3/elastic/kibana-on-merge/kibana/node_modules/jest-runtime/build/index.js:989:12)
at Runtime.requireModule (/var/lib/buildkite-agent/builds/kb-n2-4-spot-2c669c5a471124b3/elastic/kibana-on-merge/kibana/node_modules/jest-runtime/build/index.js:849:12)
at jestAdapter (/var/lib/buildkite-agent/builds/kb-n2-4-spot-2c669c5a471124b3/elastic/kibana-on-merge/kibana/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js:77:13)
at runTestInternal (/var/lib/buildkite-agent/builds/kb-n2-4-spot-2c669c5a471124b3/elastic/kibana-on-merge/kibana/node_modules/jest-runner/build/runTest.js:367:16)
at runTest (/var/lib/buildkite-agent/builds/kb-n2-4-spot-2c669c5a471124b3/elastic/kibana-on-merge/kibana/node_modules/jest-runner/build/runTest.js:444:34)
```
First failure: [CI Build - main](https://buildkite.com/elastic/kibana-on-merge/builds/25289#01857892-d427-4f6e-9192-7dfa612a1af9)
<!-- kibanaCiData = {"failed-test":{"test.class":"Jest Tests.x-pack/plugins/cases/public/components/all_cases","test.name":"AllCasesListGeneric Actions Row actions update the status of a case: medium","test.failCount":1}} --> | test | failing test jest tests x pack plugins cases public components all cases allcaseslistgeneric actions row actions update the status of a case medium a test failed on a tracked branch error thrown exceeded timeout of ms for a test use jest settimeout newtimeout to increase the timeout value if this is a long running test at var lib buildkite agent builds kb spot elastic kibana on merge kibana node modules jest each build bind js at array foreach at eachbind var lib buildkite agent builds kb spot elastic kibana on merge kibana node modules jest each build bind js at var lib buildkite agent builds kb spot elastic kibana on merge kibana x pack plugins cases public components all cases all cases list test tsx at dispatchdescribe var lib buildkite agent builds kb spot elastic kibana on merge kibana node modules jest circus build index js at describe var lib buildkite agent builds kb spot elastic kibana on merge kibana node modules jest circus build index js at describe var lib buildkite agent builds kb spot elastic kibana on merge kibana x pack plugins cases public components all cases all cases list test tsx at dispatchdescribe var lib buildkite agent builds kb spot elastic kibana on merge kibana node modules jest circus build index js at describe var lib buildkite agent builds kb spot elastic kibana on merge kibana node modules jest circus build index js at describe var lib buildkite agent builds kb spot elastic kibana on merge kibana x pack plugins cases public components all cases all cases list test tsx at dispatchdescribe var lib buildkite agent builds kb spot elastic kibana on merge kibana node modules jest circus build index js at describe var lib buildkite agent builds kb spot elastic kibana on merge kibana node modules jest circus build index js at object describe var lib buildkite agent builds kb spot elastic kibana on merge kibana x pack plugins cases public components all cases all cases list test tsx at runtime execmodule var lib buildkite agent builds kb spot elastic kibana on merge kibana node modules jest runtime build index js at runtime loadmodule var lib buildkite agent builds kb spot elastic kibana on merge kibana node modules jest runtime build index js at runtime requiremodule var lib buildkite agent builds kb spot elastic kibana on merge kibana node modules jest runtime build index js at jestadapter var lib buildkite agent builds kb spot elastic kibana on merge kibana node modules jest circus build legacy code todo rewrite jestadapter js at runtestinternal var lib buildkite agent builds kb spot elastic kibana on merge kibana node modules jest runner build runtest js at runtest var lib buildkite agent builds kb spot elastic kibana on merge kibana node modules jest runner build runtest js first failure | 1 |
182,828 | 14,165,129,339 | IssuesEvent | 2020-11-12 06:37:52 | apache/apisix | https://api.github.com/repos/apache/apisix | closed | chore: sort the request headers output by the _M.uri and _M.old_uri function in 't/lib/server.lua' | test | ### Issue description
In writing test cases, when the `_M.uri()` method in `t/lib/server.lua` is used, the order of output request headers is unstable, resulting in test cases sometimes failing. We need to sort the headers obtained by `local headers = ngx.req.get_headers()` to make it stable.
Need to modify the code: https://github.com/apache/apisix/blob/master/t/lib/server.lua#L103-L106
Modification method reference:: https://github.com/apache/apisix/blob/master/t/plugin/proxy-mirror.t#L40-L49 | 1.0 | chore: sort the request headers output by the _M.uri and _M.old_uri function in 't/lib/server.lua' - ### Issue description
In writing test cases, when the `_M.uri()` method in `t/lib/server.lua` is used, the order of output request headers is unstable, resulting in test cases sometimes failing. We need to sort the headers obtained by `local headers = ngx.req.get_headers()` to make it stable.
Need to modify the code: https://github.com/apache/apisix/blob/master/t/lib/server.lua#L103-L106
Modification method reference:: https://github.com/apache/apisix/blob/master/t/plugin/proxy-mirror.t#L40-L49 | test | chore sort the request headers output by the m uri and m old uri function in t lib server lua issue description in writing test cases when the m uri method in t lib server lua is used the order of output request headers is unstable resulting in test cases sometimes failing we need to sort the headers obtained by local headers ngx req get headers to make it stable need to modify the code modification method reference | 1 |
145,520 | 19,339,481,283 | IssuesEvent | 2021-12-15 01:36:26 | billmcchesney1/concord-plugins | https://api.github.com/repos/billmcchesney1/concord-plugins | opened | WS-2021-0419 (High) detected in gson-2.8.5.jar, gson-2.8.6.jar | security vulnerability | ## WS-2021-0419 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>gson-2.8.5.jar</b>, <b>gson-2.8.6.jar</b></p></summary>
<p>
<details><summary><b>gson-2.8.5.jar</b></p></summary>
<p>Gson JSON library</p>
<p>Library home page: <a href="https://github.com/google/gson">https://github.com/google/gson</a></p>
<p>Path to dependency file: concord-plugins/tasks/packer/pom.xml</p>
<p>Path to vulnerable library: /home/wss-scanner/.m2/repository/com/google/code/gson/gson/2.8.5/gson-2.8.5.jar</p>
<p>
Dependency Hierarchy:
- concord-plugin-support-0.0.7.jar (Root Library)
- concord-client-1.36.0.jar
- :x: **gson-2.8.5.jar** (Vulnerable Library)
</details>
<details><summary><b>gson-2.8.6.jar</b></p></summary>
<p>Gson JSON library</p>
<p>Library home page: <a href="https://github.com/google/gson">https://github.com/google/gson</a></p>
<p>Path to dependency file: concord-plugins/tasks/ldap/pom.xml</p>
<p>Path to vulnerable library: canner/.m2/repository/com/google/code/gson/gson/2.8.6/gson-2.8.6.jar,canner/.m2/repository/com/google/code/gson/gson/2.8.6/gson-2.8.6.jar,canner/.m2/repository/com/google/code/gson/gson/2.8.6/gson-2.8.6.jar,canner/.m2/repository/com/google/code/gson/gson/2.8.6/gson-2.8.6.jar</p>
<p>
Dependency Hierarchy:
- :x: **gson-2.8.6.jar** (Vulnerable Library)
</details>
<p>Found in base branch: <b>master</b></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>
Denial of Service vulnerability was discovered in gson before 2.8.9 via the writeReplace() method.
<p>Publish Date: 2021-10-11
<p>URL: <a href=https://github.com/google/gson/pull/1991>WS-2021-0419</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.7</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: High
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: Low
- Integrity Impact: High
- 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://github.com/google/gson/releases/tag/gson-parent-2.8.9">https://github.com/google/gson/releases/tag/gson-parent-2.8.9</a></p>
<p>Release Date: 2021-10-11</p>
<p>Fix Resolution: com.google.code.gson:gson:2.8.9</p>
</p>
</details>
<p></p>
<!-- <REMEDIATE>{"isOpenPROnVulnerability":false,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"Java","groupId":"com.google.code.gson","packageName":"gson","packageVersion":"2.8.5","packageFilePaths":["/tasks/packer/pom.xml"],"isTransitiveDependency":true,"dependencyTree":"ca.vanzyl.concord.plugins:concord-plugin-support:0.0.7;com.walmartlabs.concord:concord-client:1.36.0;com.google.code.gson:gson:2.8.5","isMinimumFixVersionAvailable":true,"minimumFixVersion":"com.google.code.gson:gson:2.8.9","isBinary":false},{"packageType":"Java","groupId":"com.google.code.gson","packageName":"gson","packageVersion":"2.8.6","packageFilePaths":["/tasks/ldap/pom.xml","/tasks/jira/pom.xml","/pom.xml","/tasks/gremlin/pom.xml"],"isTransitiveDependency":false,"dependencyTree":"com.google.code.gson:gson:2.8.6","isMinimumFixVersionAvailable":true,"minimumFixVersion":"com.google.code.gson:gson:2.8.9","isBinary":false}],"baseBranches":["master"],"vulnerabilityIdentifier":"WS-2021-0419","vulnerabilityDetails":"Denial of Service vulnerability was discovered in gson before 2.8.9 via the writeReplace() method.","vulnerabilityUrl":"https://github.com/google/gson/pull/1991","cvss3Severity":"high","cvss3Score":"7.7","cvss3Metrics":{"A":"High","AC":"High","PR":"None","S":"Unchanged","C":"Low","UI":"None","AV":"Network","I":"High"},"extraData":{}}</REMEDIATE> --> | True | WS-2021-0419 (High) detected in gson-2.8.5.jar, gson-2.8.6.jar - ## WS-2021-0419 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>gson-2.8.5.jar</b>, <b>gson-2.8.6.jar</b></p></summary>
<p>
<details><summary><b>gson-2.8.5.jar</b></p></summary>
<p>Gson JSON library</p>
<p>Library home page: <a href="https://github.com/google/gson">https://github.com/google/gson</a></p>
<p>Path to dependency file: concord-plugins/tasks/packer/pom.xml</p>
<p>Path to vulnerable library: /home/wss-scanner/.m2/repository/com/google/code/gson/gson/2.8.5/gson-2.8.5.jar</p>
<p>
Dependency Hierarchy:
- concord-plugin-support-0.0.7.jar (Root Library)
- concord-client-1.36.0.jar
- :x: **gson-2.8.5.jar** (Vulnerable Library)
</details>
<details><summary><b>gson-2.8.6.jar</b></p></summary>
<p>Gson JSON library</p>
<p>Library home page: <a href="https://github.com/google/gson">https://github.com/google/gson</a></p>
<p>Path to dependency file: concord-plugins/tasks/ldap/pom.xml</p>
<p>Path to vulnerable library: canner/.m2/repository/com/google/code/gson/gson/2.8.6/gson-2.8.6.jar,canner/.m2/repository/com/google/code/gson/gson/2.8.6/gson-2.8.6.jar,canner/.m2/repository/com/google/code/gson/gson/2.8.6/gson-2.8.6.jar,canner/.m2/repository/com/google/code/gson/gson/2.8.6/gson-2.8.6.jar</p>
<p>
Dependency Hierarchy:
- :x: **gson-2.8.6.jar** (Vulnerable Library)
</details>
<p>Found in base branch: <b>master</b></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>
Denial of Service vulnerability was discovered in gson before 2.8.9 via the writeReplace() method.
<p>Publish Date: 2021-10-11
<p>URL: <a href=https://github.com/google/gson/pull/1991>WS-2021-0419</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.7</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: High
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: Low
- Integrity Impact: High
- 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://github.com/google/gson/releases/tag/gson-parent-2.8.9">https://github.com/google/gson/releases/tag/gson-parent-2.8.9</a></p>
<p>Release Date: 2021-10-11</p>
<p>Fix Resolution: com.google.code.gson:gson:2.8.9</p>
</p>
</details>
<p></p>
<!-- <REMEDIATE>{"isOpenPROnVulnerability":false,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"Java","groupId":"com.google.code.gson","packageName":"gson","packageVersion":"2.8.5","packageFilePaths":["/tasks/packer/pom.xml"],"isTransitiveDependency":true,"dependencyTree":"ca.vanzyl.concord.plugins:concord-plugin-support:0.0.7;com.walmartlabs.concord:concord-client:1.36.0;com.google.code.gson:gson:2.8.5","isMinimumFixVersionAvailable":true,"minimumFixVersion":"com.google.code.gson:gson:2.8.9","isBinary":false},{"packageType":"Java","groupId":"com.google.code.gson","packageName":"gson","packageVersion":"2.8.6","packageFilePaths":["/tasks/ldap/pom.xml","/tasks/jira/pom.xml","/pom.xml","/tasks/gremlin/pom.xml"],"isTransitiveDependency":false,"dependencyTree":"com.google.code.gson:gson:2.8.6","isMinimumFixVersionAvailable":true,"minimumFixVersion":"com.google.code.gson:gson:2.8.9","isBinary":false}],"baseBranches":["master"],"vulnerabilityIdentifier":"WS-2021-0419","vulnerabilityDetails":"Denial of Service vulnerability was discovered in gson before 2.8.9 via the writeReplace() method.","vulnerabilityUrl":"https://github.com/google/gson/pull/1991","cvss3Severity":"high","cvss3Score":"7.7","cvss3Metrics":{"A":"High","AC":"High","PR":"None","S":"Unchanged","C":"Low","UI":"None","AV":"Network","I":"High"},"extraData":{}}</REMEDIATE> --> | non_test | ws high detected in gson jar gson jar ws high severity vulnerability vulnerable libraries gson jar gson jar gson jar gson json library library home page a href path to dependency file concord plugins tasks packer pom xml path to vulnerable library home wss scanner repository com google code gson gson gson jar dependency hierarchy concord plugin support jar root library concord client jar x gson jar vulnerable library gson jar gson json library library home page a href path to dependency file concord plugins tasks ldap pom xml path to vulnerable library canner repository com google code gson gson gson jar canner repository com google code gson gson gson jar canner repository com google code gson gson gson jar canner repository com google code gson gson gson jar dependency hierarchy x gson jar vulnerable library found in base branch master vulnerability details denial of service vulnerability was discovered in gson before via the writereplace method publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity high privileges required none user interaction none scope unchanged impact metrics confidentiality impact low integrity impact high availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution com google code gson gson isopenpronvulnerability false ispackagebased true isdefaultbranch true packages istransitivedependency true dependencytree ca vanzyl concord plugins concord plugin support com walmartlabs concord concord client com google code gson gson isminimumfixversionavailable true minimumfixversion com google code gson gson isbinary false packagetype java groupid com google code gson packagename gson packageversion packagefilepaths istransitivedependency false dependencytree com google code gson gson isminimumfixversionavailable true minimumfixversion com google code gson gson isbinary false basebranches vulnerabilityidentifier ws vulnerabilitydetails denial of service vulnerability was discovered in gson before via the writereplace method vulnerabilityurl | 0 |
1,628 | 10,471,758,732 | IssuesEvent | 2019-09-23 08:39:30 | big-neon/bn-web | https://api.github.com/repos/big-neon/bn-web | opened | Automation: Big Neon : Test 27: Order Management: Order Page navigation | Automation | **Pre-conditions:**
- User should have admin access
- User should be logged into Big Neon
- User should have created an event
- User should have purchased tickets as a consumer for the event
**Steps:**
1. Within the "Events" dashboard on Box Office, select the 3 dots at the top right corner of the event for which tickets have been purchased.
2. From the drop down list that appears, select the option; "Dashboard"
3. User should be redirected to the dashboard view.
4. Within the dashboard, select the option "Orders"
5. Drop down appears
6. Select "Manage Orders"
7. User should be redirected to the Orders page
8. user should see a list of all orders/purchases displayed for the selected event
9. | 1.0 | Automation: Big Neon : Test 27: Order Management: Order Page navigation - **Pre-conditions:**
- User should have admin access
- User should be logged into Big Neon
- User should have created an event
- User should have purchased tickets as a consumer for the event
**Steps:**
1. Within the "Events" dashboard on Box Office, select the 3 dots at the top right corner of the event for which tickets have been purchased.
2. From the drop down list that appears, select the option; "Dashboard"
3. User should be redirected to the dashboard view.
4. Within the dashboard, select the option "Orders"
5. Drop down appears
6. Select "Manage Orders"
7. User should be redirected to the Orders page
8. user should see a list of all orders/purchases displayed for the selected event
9. | non_test | automation big neon test order management order page navigation pre conditions user should have admin access user should be logged into big neon user should have created an event user should have purchased tickets as a consumer for the event steps within the events dashboard on box office select the dots at the top right corner of the event for which tickets have been purchased from the drop down list that appears select the option dashboard user should be redirected to the dashboard view within the dashboard select the option orders drop down appears select manage orders user should be redirected to the orders page user should see a list of all orders purchases displayed for the selected event | 0 |
49,082 | 13,440,486,976 | IssuesEvent | 2020-09-08 01:04:41 | yaeljacobs67/fs-agent | https://api.github.com/repos/yaeljacobs67/fs-agent | opened | CVE-2020-24616 (High) detected in jackson-databind-2.9.8.jar | security vulnerability | ## CVE-2020-24616 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jackson-databind-2.9.8.jar</b></p></summary>
<p>General data-binding functionality for Jackson: works on core streaming API</p>
<p>Library home page: <a href="http://github.com/FasterXML/jackson">http://github.com/FasterXML/jackson</a></p>
<p>Path to dependency file: /fs-agent/pom.xml</p>
<p>Path to vulnerable library: 2/repository/com/fasterxml/jackson/core/jackson-databind/2.9.8/jackson-databind-2.9.8.jar</p>
<p>
Dependency Hierarchy:
- :x: **jackson-databind-2.9.8.jar** (Vulnerable Library)
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
FasterXML jackson-databind 2.x before 2.9.10.6 mishandles the interaction between serialization gadgets and typing, related to br.com.anteros.dbcp.AnterosDBCPDataSource (aka Anteros-DBCP).
<p>Publish Date: 2020-08-25
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-24616>CVE-2020-24616</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>8.1</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: High
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: High
- Integrity Impact: High
- 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://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-24616">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-24616</a></p>
<p>Release Date: 2020-08-25</p>
<p>Fix Resolution: 2.9.10.6</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":"com.fasterxml.jackson.core","packageName":"jackson-databind","packageVersion":"2.9.8","isTransitiveDependency":false,"dependencyTree":"com.fasterxml.jackson.core:jackson-databind:2.9.8","isMinimumFixVersionAvailable":true,"minimumFixVersion":"2.9.10.6"}],"vulnerabilityIdentifier":"CVE-2020-24616","vulnerabilityDetails":"FasterXML jackson-databind 2.x before 2.9.10.6 mishandles the interaction between serialization gadgets and typing, related to br.com.anteros.dbcp.AnterosDBCPDataSource (aka Anteros-DBCP).","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-24616","cvss3Severity":"high","cvss3Score":"8.1","cvss3Metrics":{"A":"High","AC":"High","PR":"None","S":"Unchanged","C":"High","UI":"None","AV":"Network","I":"High"},"extraData":{}}</REMEDIATE> --> | True | CVE-2020-24616 (High) detected in jackson-databind-2.9.8.jar - ## CVE-2020-24616 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jackson-databind-2.9.8.jar</b></p></summary>
<p>General data-binding functionality for Jackson: works on core streaming API</p>
<p>Library home page: <a href="http://github.com/FasterXML/jackson">http://github.com/FasterXML/jackson</a></p>
<p>Path to dependency file: /fs-agent/pom.xml</p>
<p>Path to vulnerable library: 2/repository/com/fasterxml/jackson/core/jackson-databind/2.9.8/jackson-databind-2.9.8.jar</p>
<p>
Dependency Hierarchy:
- :x: **jackson-databind-2.9.8.jar** (Vulnerable Library)
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
FasterXML jackson-databind 2.x before 2.9.10.6 mishandles the interaction between serialization gadgets and typing, related to br.com.anteros.dbcp.AnterosDBCPDataSource (aka Anteros-DBCP).
<p>Publish Date: 2020-08-25
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-24616>CVE-2020-24616</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>8.1</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: High
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: High
- Integrity Impact: High
- 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://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-24616">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-24616</a></p>
<p>Release Date: 2020-08-25</p>
<p>Fix Resolution: 2.9.10.6</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":"com.fasterxml.jackson.core","packageName":"jackson-databind","packageVersion":"2.9.8","isTransitiveDependency":false,"dependencyTree":"com.fasterxml.jackson.core:jackson-databind:2.9.8","isMinimumFixVersionAvailable":true,"minimumFixVersion":"2.9.10.6"}],"vulnerabilityIdentifier":"CVE-2020-24616","vulnerabilityDetails":"FasterXML jackson-databind 2.x before 2.9.10.6 mishandles the interaction between serialization gadgets and typing, related to br.com.anteros.dbcp.AnterosDBCPDataSource (aka Anteros-DBCP).","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-24616","cvss3Severity":"high","cvss3Score":"8.1","cvss3Metrics":{"A":"High","AC":"High","PR":"None","S":"Unchanged","C":"High","UI":"None","AV":"Network","I":"High"},"extraData":{}}</REMEDIATE> --> | non_test | cve high detected in jackson databind jar cve high severity vulnerability vulnerable library jackson databind jar general data binding functionality for jackson works on core streaming api library home page a href path to dependency file fs agent pom xml path to vulnerable library repository com fasterxml jackson core jackson databind jackson databind jar dependency hierarchy x jackson databind jar vulnerable library vulnerability details fasterxml jackson databind x before mishandles the interaction between serialization gadgets and typing related to br com anteros dbcp anterosdbcpdatasource aka anteros dbcp publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity high privileges required none user interaction none scope unchanged impact metrics confidentiality impact high integrity impact high availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution check this box to open an automated fix pr isopenpronvulnerability false ispackagebased true isdefaultbranch true packages vulnerabilityidentifier cve vulnerabilitydetails fasterxml jackson databind x before mishandles the interaction between serialization gadgets and typing related to br com anteros dbcp anterosdbcpdatasource aka anteros dbcp vulnerabilityurl | 0 |
256,388 | 8,127,367,587 | IssuesEvent | 2018-08-17 07:48:35 | aowen87/BAR | https://api.github.com/repos/aowen87/BAR | closed | RZ host profiles prevent VisIt from connecting to simulations on RZ. | Bug Likelihood: 3 - Occasional Priority: Normal Severity: 3 - Major Irritation | The RZ host profiles are geared towards desktop clients that want to access the RZ. As such, they turn on ssh tunneling and use rzgw as a gateway machine. This works fine for client/server.
When using the same host profiles on the RZ machines themselves, they break VisIt's ability to connect to simulations (libsim) that run on the RZ.
The simplest way to fix this would be to have the existing RZ host profiles be the ones that get installed on all clients and then have a separate set of RZ host profiles meant for running ON the RZ. The profiles for running ON the RZ would not use ssh tunneling or a gateway computer.
I edited the host profiles on the RZ for VisIt 2.4.2 so they do not use ssh tunneling or a gateway computer to fix this problem on May 22, 2012.
I verified that the RZ host profiles still work for client/server connections to simulations by connecting VisIt 2.4.2 on my Mac to a simulation running on rzalastor. So, client RZ host profiles should remain unchanged but profiles for running ON the RZ should not have the settings I mentioned.
-----------------------REDMINE MIGRATION-----------------------
This ticket was migrated from Redmine. As such, not all
information was able to be captured in the transition. Below is
a complete record of the original redmine ticket.
Ticket number: 1077
Status: Resolved
Project: VisIt
Tracker: Bug
Priority: Normal
Subject: RZ host profiles prevent VisIt from connecting to simulations on RZ.
Assigned to: Brad Whitlock
Category:
Target version: 2.5.1
Author: Brad Whitlock
Start: 05/22/2012
Due date:
% Done: 100
Estimated time:
Created: 05/22/2012 03:01 pm
Updated: 06/08/2012 03:15 pm
Likelihood: 3 - Occasional
Severity: 3 - Major Irritation
Found in version: 2.4.2
Impact:
Expected Use:
OS: All
Support Group: Any
Description:
The RZ host profiles are geared towards desktop clients that want to access the RZ. As such, they turn on ssh tunneling and use rzgw as a gateway machine. This works fine for client/server.
When using the same host profiles on the RZ machines themselves, they break VisIt's ability to connect to simulations (libsim) that run on the RZ.
The simplest way to fix this would be to have the existing RZ host profiles be the ones that get installed on all clients and then have a separate set of RZ host profiles meant for running ON the RZ. The profiles for running ON the RZ would not use ssh tunneling or a gateway computer.
I edited the host profiles on the RZ for VisIt 2.4.2 so they do not use ssh tunneling or a gateway computer to fix this problem on May 22, 2012.
I verified that the RZ host profiles still work for client/server connections to simulations by connecting VisIt 2.4.2 on my Mac to a simulation running on rzalastor. So, client RZ host profiles should remain unchanged but profiles for running ON the RZ should not have the settings I mentioned.
Comments:
| 1.0 | RZ host profiles prevent VisIt from connecting to simulations on RZ. - The RZ host profiles are geared towards desktop clients that want to access the RZ. As such, they turn on ssh tunneling and use rzgw as a gateway machine. This works fine for client/server.
When using the same host profiles on the RZ machines themselves, they break VisIt's ability to connect to simulations (libsim) that run on the RZ.
The simplest way to fix this would be to have the existing RZ host profiles be the ones that get installed on all clients and then have a separate set of RZ host profiles meant for running ON the RZ. The profiles for running ON the RZ would not use ssh tunneling or a gateway computer.
I edited the host profiles on the RZ for VisIt 2.4.2 so they do not use ssh tunneling or a gateway computer to fix this problem on May 22, 2012.
I verified that the RZ host profiles still work for client/server connections to simulations by connecting VisIt 2.4.2 on my Mac to a simulation running on rzalastor. So, client RZ host profiles should remain unchanged but profiles for running ON the RZ should not have the settings I mentioned.
-----------------------REDMINE MIGRATION-----------------------
This ticket was migrated from Redmine. As such, not all
information was able to be captured in the transition. Below is
a complete record of the original redmine ticket.
Ticket number: 1077
Status: Resolved
Project: VisIt
Tracker: Bug
Priority: Normal
Subject: RZ host profiles prevent VisIt from connecting to simulations on RZ.
Assigned to: Brad Whitlock
Category:
Target version: 2.5.1
Author: Brad Whitlock
Start: 05/22/2012
Due date:
% Done: 100
Estimated time:
Created: 05/22/2012 03:01 pm
Updated: 06/08/2012 03:15 pm
Likelihood: 3 - Occasional
Severity: 3 - Major Irritation
Found in version: 2.4.2
Impact:
Expected Use:
OS: All
Support Group: Any
Description:
The RZ host profiles are geared towards desktop clients that want to access the RZ. As such, they turn on ssh tunneling and use rzgw as a gateway machine. This works fine for client/server.
When using the same host profiles on the RZ machines themselves, they break VisIt's ability to connect to simulations (libsim) that run on the RZ.
The simplest way to fix this would be to have the existing RZ host profiles be the ones that get installed on all clients and then have a separate set of RZ host profiles meant for running ON the RZ. The profiles for running ON the RZ would not use ssh tunneling or a gateway computer.
I edited the host profiles on the RZ for VisIt 2.4.2 so they do not use ssh tunneling or a gateway computer to fix this problem on May 22, 2012.
I verified that the RZ host profiles still work for client/server connections to simulations by connecting VisIt 2.4.2 on my Mac to a simulation running on rzalastor. So, client RZ host profiles should remain unchanged but profiles for running ON the RZ should not have the settings I mentioned.
Comments:
| non_test | rz host profiles prevent visit from connecting to simulations on rz the rz host profiles are geared towards desktop clients that want to access the rz as such they turn on ssh tunneling and use rzgw as a gateway machine this works fine for client server when using the same host profiles on the rz machines themselves they break visit s ability to connect to simulations libsim that run on the rz the simplest way to fix this would be to have the existing rz host profiles be the ones that get installed on all clients and then have a separate set of rz host profiles meant for running on the rz the profiles for running on the rz would not use ssh tunneling or a gateway computer i edited the host profiles on the rz for visit so they do not use ssh tunneling or a gateway computer to fix this problem on may i verified that the rz host profiles still work for client server connections to simulations by connecting visit on my mac to a simulation running on rzalastor so client rz host profiles should remain unchanged but profiles for running on the rz should not have the settings i mentioned redmine migration this ticket was migrated from redmine as such not all information was able to be captured in the transition below is a complete record of the original redmine ticket ticket number status resolved project visit tracker bug priority normal subject rz host profiles prevent visit from connecting to simulations on rz assigned to brad whitlock category target version author brad whitlock start due date done estimated time created pm updated pm likelihood occasional severity major irritation found in version impact expected use os all support group any description the rz host profiles are geared towards desktop clients that want to access the rz as such they turn on ssh tunneling and use rzgw as a gateway machine this works fine for client server when using the same host profiles on the rz machines themselves they break visit s ability to connect to simulations libsim that run on the rz the simplest way to fix this would be to have the existing rz host profiles be the ones that get installed on all clients and then have a separate set of rz host profiles meant for running on the rz the profiles for running on the rz would not use ssh tunneling or a gateway computer i edited the host profiles on the rz for visit so they do not use ssh tunneling or a gateway computer to fix this problem on may i verified that the rz host profiles still work for client server connections to simulations by connecting visit on my mac to a simulation running on rzalastor so client rz host profiles should remain unchanged but profiles for running on the rz should not have the settings i mentioned comments | 0 |
82,891 | 7,855,543,792 | IssuesEvent | 2018-06-21 02:28:23 | oasis-open/cti-interop | https://api.github.com/repos/oasis-open/cti-interop | closed | Marking Test Data Clarification | PART1 TESTDESCRIPTION | From Emmanuelle:
I had one additional comment on the “STIX v2 Interoperability Test Document Part 1” document. Essentially making it more constrained by saying something along these lines (extracted from section 2.5.2, changes in blue):
1. Producer allows a user or an administrator to apply object level markings to a variety of Indicators that are being shared.
2. Producer may provide TLP object level markings at any level.
a. Producer verifies that objects to be marked do exist in the bundle.
b. Producer must NOT mark Indicator objects with more than one TLP level markings.
3. The Producer creates the marking-definition object for the request:
a. For different objects, the user can apply different TLP levels including: tlp “green”; tlp “amber”; tlp “red”; tlp “white”.
b. The marking-definition must conform to its mandatory attributes including:
i. type is “marking-definition”
ii. id has a globally unique identifier in conformance with TLP Marking Object Type requirements
1. marking-definition--613f2e26-407d-48c7-9eca-b8e91df99dc9 if tlp “white”
2. marking-definition--34098fce-860f-48ae-8e50-ebd3cc5e41da if tlp “green”
3. marking-definition--f88d31f6-486f-44da-b317-01333bde0b82 if tlp “amber”
4. marking-definition--5e57c739-391a-4eb3-b6be-7d15ca92d5ed if tlp “red”
iii. created_by_ref points to the organization identity creating both the indicator object and the associated marking
iv. created and modified time at which the marking-definition was created
v. definition_type open-vocab with a value of “tlp”
vi. definition and the TLP level
4. The SDO object_marking_refs list of marking-definition is populated with markings created by Producer and the id that matches the intended TLP marking.
5. All marking-definitions are embedded in the Bundle.
Essentially, make sure that any TLP created has the ID mandated per the specification. | 1.0 | Marking Test Data Clarification - From Emmanuelle:
I had one additional comment on the “STIX v2 Interoperability Test Document Part 1” document. Essentially making it more constrained by saying something along these lines (extracted from section 2.5.2, changes in blue):
1. Producer allows a user or an administrator to apply object level markings to a variety of Indicators that are being shared.
2. Producer may provide TLP object level markings at any level.
a. Producer verifies that objects to be marked do exist in the bundle.
b. Producer must NOT mark Indicator objects with more than one TLP level markings.
3. The Producer creates the marking-definition object for the request:
a. For different objects, the user can apply different TLP levels including: tlp “green”; tlp “amber”; tlp “red”; tlp “white”.
b. The marking-definition must conform to its mandatory attributes including:
i. type is “marking-definition”
ii. id has a globally unique identifier in conformance with TLP Marking Object Type requirements
1. marking-definition--613f2e26-407d-48c7-9eca-b8e91df99dc9 if tlp “white”
2. marking-definition--34098fce-860f-48ae-8e50-ebd3cc5e41da if tlp “green”
3. marking-definition--f88d31f6-486f-44da-b317-01333bde0b82 if tlp “amber”
4. marking-definition--5e57c739-391a-4eb3-b6be-7d15ca92d5ed if tlp “red”
iii. created_by_ref points to the organization identity creating both the indicator object and the associated marking
iv. created and modified time at which the marking-definition was created
v. definition_type open-vocab with a value of “tlp”
vi. definition and the TLP level
4. The SDO object_marking_refs list of marking-definition is populated with markings created by Producer and the id that matches the intended TLP marking.
5. All marking-definitions are embedded in the Bundle.
Essentially, make sure that any TLP created has the ID mandated per the specification. | test | marking test data clarification from emmanuelle i had one additional comment on the “stix interoperability test document part ” document essentially making it more constrained by saying something along these lines extracted from section changes in blue producer allows a user or an administrator to apply object level markings to a variety of indicators that are being shared producer may provide tlp object level markings at any level a producer verifies that objects to be marked do exist in the bundle b producer must not mark indicator objects with more than one tlp level markings the producer creates the marking definition object for the request a for different objects the user can apply different tlp levels including tlp “green” tlp “amber” tlp “red” tlp “white” b the marking definition must conform to its mandatory attributes including i type is “marking definition” ii id has a globally unique identifier in conformance with tlp marking object type requirements marking definition if tlp “white” marking definition if tlp “green” marking definition if tlp “amber” marking definition if tlp “red” iii created by ref points to the organization identity creating both the indicator object and the associated marking iv created and modified time at which the marking definition was created v definition type open vocab with a value of “tlp” vi definition and the tlp level the sdo object marking refs list of marking definition is populated with markings created by producer and the id that matches the intended tlp marking all marking definitions are embedded in the bundle essentially make sure that any tlp created has the id mandated per the specification | 1 |
42,926 | 9,334,431,469 | IssuesEvent | 2019-03-28 16:18:42 | atk4/data | https://api.github.com/repos/atk4/data | closed | Fix "return_statements" issue in src/Persistence/SQL.php | codeclimate | Avoid too many `return` statements within this method.
https://codeclimate.com/github/atk4/data/src/Persistence/SQL.php#issue_5c9cecf4e2b5c9000100005e | 1.0 | Fix "return_statements" issue in src/Persistence/SQL.php - Avoid too many `return` statements within this method.
https://codeclimate.com/github/atk4/data/src/Persistence/SQL.php#issue_5c9cecf4e2b5c9000100005e | non_test | fix return statements issue in src persistence sql php avoid too many return statements within this method | 0 |
49,346 | 6,023,177,393 | IssuesEvent | 2017-06-07 23:08:25 | QubesOS/updates-status | https://api.github.com/repos/QubesOS/updates-status | closed | meta-packages v3.2.1 (r3.2) | r3.2-fc23-testing r3.2-fc24-testing r3.2-fc25-testing r3.2-jessie-testing r3.2-stretch-testing | Update of meta-packages to v3.2.1 for Qubes r3.2, see comments below for details.
Built from: https://github.com/QubesOS/qubes-meta-packages/commit/fea1a509ac4848f746a3864d99ce389cf510ded5
[Changes since previous version](https://github.com/QubesOS/qubes-meta-packages/compare/v3.2.0...v3.2.1):
QubesOS/qubes-meta-packages@fea1a50 version 3.2.1
QubesOS/qubes-meta-packages@3f63f19 rpm: fix package names in Fedora
Referenced issues:
QubesOS/qubes-issues#2572
If you're release manager, you can issue GPG-inline signed command:
* `Upload meta-packages fea1a509ac4848f746a3864d99ce389cf510ded5 r3.2 current repo` (available 7 days from now)
* `Upload meta-packages fea1a509ac4848f746a3864d99ce389cf510ded5 r3.2 current (dists) repo`, you can choose subset of distributions, like `vm-fc24 vm-fc25` (available 7 days from now)
* `Upload meta-packages fea1a509ac4848f746a3864d99ce389cf510ded5 r3.2 security-testing repo`
Above commands will work only if packages in current-testing repository were built from given commit (i.e. no new version superseded it).
| 5.0 | meta-packages v3.2.1 (r3.2) - Update of meta-packages to v3.2.1 for Qubes r3.2, see comments below for details.
Built from: https://github.com/QubesOS/qubes-meta-packages/commit/fea1a509ac4848f746a3864d99ce389cf510ded5
[Changes since previous version](https://github.com/QubesOS/qubes-meta-packages/compare/v3.2.0...v3.2.1):
QubesOS/qubes-meta-packages@fea1a50 version 3.2.1
QubesOS/qubes-meta-packages@3f63f19 rpm: fix package names in Fedora
Referenced issues:
QubesOS/qubes-issues#2572
If you're release manager, you can issue GPG-inline signed command:
* `Upload meta-packages fea1a509ac4848f746a3864d99ce389cf510ded5 r3.2 current repo` (available 7 days from now)
* `Upload meta-packages fea1a509ac4848f746a3864d99ce389cf510ded5 r3.2 current (dists) repo`, you can choose subset of distributions, like `vm-fc24 vm-fc25` (available 7 days from now)
* `Upload meta-packages fea1a509ac4848f746a3864d99ce389cf510ded5 r3.2 security-testing repo`
Above commands will work only if packages in current-testing repository were built from given commit (i.e. no new version superseded it).
| test | meta packages update of meta packages to for qubes see comments below for details built from qubesos qubes meta packages version qubesos qubes meta packages rpm fix package names in fedora referenced issues qubesos qubes issues if you re release manager you can issue gpg inline signed command upload meta packages current repo available days from now upload meta packages current dists repo you can choose subset of distributions like vm vm available days from now upload meta packages security testing repo above commands will work only if packages in current testing repository were built from given commit i e no new version superseded it | 1 |
139,087 | 11,243,572,203 | IssuesEvent | 2020-01-10 03:40:37 | owncloud/oauth2 | https://api.github.com/repos/owncloud/oauth2 | opened | Acceptance test fails due to core changes | QA-p1 QA-team dev:acceptance-tests | for example:
https://drone.owncloud.com/owncloud/oauth2/878/12/11
```
And the user "user1" has correctly established an oauth session # Oauth2Context::establishOauthSession()
Behat\Testwork\Call\Exception\FatalThrowableError: Fatal error: Call to undefined method WebUILoginContext::theUserLogsInWithUsernameAndPasswordAfterRedirectFromThePage() in /var/www/owncloud/testrunner/apps/oauth2/tests/acceptance/features/bootstrap/Oauth2Context.php:192
```
| 1.0 | Acceptance test fails due to core changes - for example:
https://drone.owncloud.com/owncloud/oauth2/878/12/11
```
And the user "user1" has correctly established an oauth session # Oauth2Context::establishOauthSession()
Behat\Testwork\Call\Exception\FatalThrowableError: Fatal error: Call to undefined method WebUILoginContext::theUserLogsInWithUsernameAndPasswordAfterRedirectFromThePage() in /var/www/owncloud/testrunner/apps/oauth2/tests/acceptance/features/bootstrap/Oauth2Context.php:192
```
| test | acceptance test fails due to core changes for example and the user has correctly established an oauth session establishoauthsession behat testwork call exception fatalthrowableerror fatal error call to undefined method webuilogincontext theuserlogsinwithusernameandpasswordafterredirectfromthepage in var www owncloud testrunner apps tests acceptance features bootstrap php | 1 |
125,684 | 10,349,539,181 | IssuesEvent | 2019-09-04 22:54:13 | microsoft/AzureStorageExplorer | https://api.github.com/repos/microsoft/AzureStorageExplorer | closed | Add the icon of resource group before the opened resource group tab | :gear: disks 🧪 testing | **Storage Explorer Version:** 1.10.0
**Platform/OS:** Windows 10
**Architecture:** x64
**Commit:** f06deb7a6
**Regression From:** Not a regression
**Steps to reproduce:**
1. Expand 'Disk' node -> Open one resource group.
2. Check the opened tab.
**Expect Experience:**
There shows the icon of resource group for the opened tab.
**Actual Experience:**
No icon shows for the opened tab.

| 1.0 | Add the icon of resource group before the opened resource group tab - **Storage Explorer Version:** 1.10.0
**Platform/OS:** Windows 10
**Architecture:** x64
**Commit:** f06deb7a6
**Regression From:** Not a regression
**Steps to reproduce:**
1. Expand 'Disk' node -> Open one resource group.
2. Check the opened tab.
**Expect Experience:**
There shows the icon of resource group for the opened tab.
**Actual Experience:**
No icon shows for the opened tab.

| test | add the icon of resource group before the opened resource group tab storage explorer version platform os windows architecture commit regression from not a regression steps to reproduce expand disk node open one resource group check the opened tab expect experience there shows the icon of resource group for the opened tab actual experience no icon shows for the opened tab | 1 |
150,126 | 11,948,428,362 | IssuesEvent | 2020-04-03 11:50:46 | prestodb/presto | https://api.github.com/repos/prestodb/presto | closed | Flaky TestAllDatatypesFromHiveConnector.testSelectAllDatatypesAvro | stale tests | Is this another candidate to be moved to big_query:
```
2018-03-17 00:20:56 INFO: [143 of 420] com.facebook.presto.tests.hive.TestAllDatatypesFromHiveConnector.testSelectAllDatatypesAvro (Groups: hive_connector, jdbc, skip_on_cdh)
No output has been received in the last 40m0s, this potentially indicates a stalled build or something wrong with the build itself.
Check the details on how to adjust your build configuration on: https://docs.travis-ci.com/user/common-build-problems/#Build-times-out-because-no-output-was-received
The build has been terminated
``` | 1.0 | Flaky TestAllDatatypesFromHiveConnector.testSelectAllDatatypesAvro - Is this another candidate to be moved to big_query:
```
2018-03-17 00:20:56 INFO: [143 of 420] com.facebook.presto.tests.hive.TestAllDatatypesFromHiveConnector.testSelectAllDatatypesAvro (Groups: hive_connector, jdbc, skip_on_cdh)
No output has been received in the last 40m0s, this potentially indicates a stalled build or something wrong with the build itself.
Check the details on how to adjust your build configuration on: https://docs.travis-ci.com/user/common-build-problems/#Build-times-out-because-no-output-was-received
The build has been terminated
``` | test | flaky testalldatatypesfromhiveconnector testselectalldatatypesavro is this another candidate to be moved to big query info com facebook presto tests hive testalldatatypesfromhiveconnector testselectalldatatypesavro groups hive connector jdbc skip on cdh no output has been received in the last this potentially indicates a stalled build or something wrong with the build itself check the details on how to adjust your build configuration on the build has been terminated | 1 |
98,422 | 8,676,624,842 | IssuesEvent | 2018-11-30 14:39:17 | OHDSI/Atlas | https://api.github.com/repos/OHDSI/Atlas | closed | inconsistent graph behavior when no data available | bug data sources fixed - needs review/testing | ### Expected behavior
Charts should behave consistently when no data is available
### Actual behavior
Some charts show 'no data' message while others appear blank
### Steps to reproduce behavior
drill down to elements on the measurement report

| 1.0 | inconsistent graph behavior when no data available - ### Expected behavior
Charts should behave consistently when no data is available
### Actual behavior
Some charts show 'no data' message while others appear blank
### Steps to reproduce behavior
drill down to elements on the measurement report

| test | inconsistent graph behavior when no data available expected behavior charts should behave consistently when no data is available actual behavior some charts show no data message while others appear blank steps to reproduce behavior drill down to elements on the measurement report | 1 |
332,035 | 29,179,529,042 | IssuesEvent | 2023-05-19 10:40:37 | ClickHouse/ClickHouse | https://api.github.com/repos/ClickHouse/ClickHouse | closed | test 00992_system_parts_race_condition_zookeeper_long hangs | testing fuzz | (you don't have to strictly follow this form)
**Describe the bug**
test `00992_system_parts_race_condition_zookeeper_long` hangs, a mutation will stuck in the middle of test util test finishes and executes drop table.
It appears in CI tests recently.
CI failed link https://s3.amazonaws.com/clickhouse-test-reports/0/b29335199d4371534e97b47ff35f45b10c640045/stateless_tests__release__databaseordinary_.html
| 1.0 | test 00992_system_parts_race_condition_zookeeper_long hangs - (you don't have to strictly follow this form)
**Describe the bug**
test `00992_system_parts_race_condition_zookeeper_long` hangs, a mutation will stuck in the middle of test util test finishes and executes drop table.
It appears in CI tests recently.
CI failed link https://s3.amazonaws.com/clickhouse-test-reports/0/b29335199d4371534e97b47ff35f45b10c640045/stateless_tests__release__databaseordinary_.html
| test | test system parts race condition zookeeper long hangs you don t have to strictly follow this form describe the bug test system parts race condition zookeeper long hangs a mutation will stuck in the middle of test util test finishes and executes drop table it appears in ci tests recently ci failed link | 1 |
651,005 | 21,447,192,671 | IssuesEvent | 2022-04-25 07:45:42 | lowRISC/opentitan | https://api.github.com/repos/lowRISC/opentitan | closed | [pwm/dv] pwm failing V2 tests, potential corner case. | Component:DV Priority:P1 Type:Bug IP:pwm Milestone:V2 | There appears to be an intermittent failure occurring on V2 tests, this is occurring in approx 10% in 50 tests run.
The issue appears to be caused by the tlm fifo containing an uncompared item upon completion of the test.
Related PR: #11055 | 1.0 | [pwm/dv] pwm failing V2 tests, potential corner case. - There appears to be an intermittent failure occurring on V2 tests, this is occurring in approx 10% in 50 tests run.
The issue appears to be caused by the tlm fifo containing an uncompared item upon completion of the test.
Related PR: #11055 | non_test | pwm failing tests potential corner case there appears to be an intermittent failure occurring on tests this is occurring in approx in tests run the issue appears to be caused by the tlm fifo containing an uncompared item upon completion of the test related pr | 0 |
328,937 | 28,142,260,348 | IssuesEvent | 2023-04-02 03:51:57 | ALTA-LapakUMKM-Group-2/LapakUMKM-UITesting | https://api.github.com/repos/ALTA-LapakUMKM-Group-2/LapakUMKM-UITesting | closed | [Profile - 022] Update photo Profilee with new image | Automation UI Testing | - [x] Given Open the website LapakUMKM
- [x] When input email "[email protected]" and password "123456"
- [x] Then click button login
- [x] And already on Dashboard page
- [x] When user click button Profile on navbar
- [x] Then user click Profile on dropdown subbutton
- [x] And user already on Profilee page
- [x] When user click on poto Profilee
- [x] Then user click on choose file
- [x] And user click button Perbarui Profilee Photo
- [x] And photo Profilee succes to update | 1.0 | [Profile - 022] Update photo Profilee with new image - - [x] Given Open the website LapakUMKM
- [x] When input email "[email protected]" and password "123456"
- [x] Then click button login
- [x] And already on Dashboard page
- [x] When user click button Profile on navbar
- [x] Then user click Profile on dropdown subbutton
- [x] And user already on Profilee page
- [x] When user click on poto Profilee
- [x] Then user click on choose file
- [x] And user click button Perbarui Profilee Photo
- [x] And photo Profilee succes to update | test | update photo profilee with new image given open the website lapakumkm when input email gmail com and password then click button login and already on dashboard page when user click button profile on navbar then user click profile on dropdown subbutton and user already on profilee page when user click on poto profilee then user click on choose file and user click button perbarui profilee photo and photo profilee succes to update | 1 |
122,098 | 16,084,176,143 | IssuesEvent | 2021-04-26 09:14:17 | elementary/tasks | https://api.github.com/repos/elementary/tasks | opened | Tasks.org: Location based alerts | Needs Design | The way location based alerts are stored right now is not compatible with the Tasks.org Android app. That said, it would be great to also support its format in addition to the iOS way.
This is a specific implementation request and should fix #176 for now. Don't know how many different implementations are out there for Android though.
| 1.0 | Tasks.org: Location based alerts - The way location based alerts are stored right now is not compatible with the Tasks.org Android app. That said, it would be great to also support its format in addition to the iOS way.
This is a specific implementation request and should fix #176 for now. Don't know how many different implementations are out there for Android though.
| non_test | tasks org location based alerts the way location based alerts are stored right now is not compatible with the tasks org android app that said it would be great to also support its format in addition to the ios way this is a specific implementation request and should fix for now don t know how many different implementations are out there for android though | 0 |
626,060 | 19,784,282,707 | IssuesEvent | 2022-01-18 03:30:29 | bytedance/sonic | https://api.github.com/repos/bytedance/sonic | closed | HTML escape support | low-priority | encoding/json escapes and encodes HTML characters as the default behavior, but it seems that it is not supported yet.
When implementing this feature, I think that performance will be affected depending on the implementation, so it seems better to give priority to it.
### Reproducible code
Go Playground's example is [here](https://play.golang.org/p/i24XXZn2447)
```go
package main
import (
"bytes"
"encoding/json"
"fmt"
"github.com/bytedance/sonic"
)
func main() {
s := `<html>foo &` + "\xe2\x80\xa8 \xe2\x80\xa9" + `</html>`
expected, err := json.Marshal(s)
if err != nil {
panic(err)
}
got, err := sonic.Marshal(s)
if err != nil {
panic(err)
}
if !bytes.Equal(expected, got) {
fmt.Println("failed to encode contains escaped characters")
fmt.Println("expected:", string(expected))
fmt.Println("got :", string(got))
} else {
fmt.Println("successful")
}
}
```
| 1.0 | HTML escape support - encoding/json escapes and encodes HTML characters as the default behavior, but it seems that it is not supported yet.
When implementing this feature, I think that performance will be affected depending on the implementation, so it seems better to give priority to it.
### Reproducible code
Go Playground's example is [here](https://play.golang.org/p/i24XXZn2447)
```go
package main
import (
"bytes"
"encoding/json"
"fmt"
"github.com/bytedance/sonic"
)
func main() {
s := `<html>foo &` + "\xe2\x80\xa8 \xe2\x80\xa9" + `</html>`
expected, err := json.Marshal(s)
if err != nil {
panic(err)
}
got, err := sonic.Marshal(s)
if err != nil {
panic(err)
}
if !bytes.Equal(expected, got) {
fmt.Println("failed to encode contains escaped characters")
fmt.Println("expected:", string(expected))
fmt.Println("got :", string(got))
} else {
fmt.Println("successful")
}
}
```
| non_test | html escape support encoding json escapes and encodes html characters as the default behavior but it seems that it is not supported yet when implementing this feature i think that performance will be affected depending on the implementation so it seems better to give priority to it reproducible code go playground s example is go package main import bytes encoding json fmt github com bytedance sonic func main s foo expected err json marshal s if err nil panic err got err sonic marshal s if err nil panic err if bytes equal expected got fmt println failed to encode contains escaped characters fmt println expected string expected fmt println got string got else fmt println successful | 0 |
121,234 | 17,648,714,788 | IssuesEvent | 2021-08-20 10:02:58 | elastic/kibana | https://api.github.com/repos/elastic/kibana | opened | [Security Solution] "Kibana feature privileges required" page is displaying for a sec on alert page when manually refresh the page | bug impact:medium Team: SecuritySolution v7.15.0 | **Describe the bug**
"Kibana feature privileges required" page is displaying for a sec on alert page when manually refresh the page
**Build Details:**
```
Version : 7.15.0 BC1
Commit:d791226d9385122f33f4a5ca38fa5369012fbec3
Build: 43636
```
**Browser Details:**
N/A
**Preconditions**
1. Kibana users should be logged in.
2. Endpoint should be installed
3. Alerts should be generated
**Steps to Reproduce**
1. Create a alerts age under the security
2. Manually refresh the page.
3. Observe that "Kibana feature privileges required" page is displaying for a sec on alert page when manually refresh the page
**Actual Result**
"Kibana feature privileges required" page is displaying for a sec on alert page when manually refresh the page
**Expected Result**
"Kibana feature privileges required "should not be display on alert page when manually refresh the page
**What's Working**
- N/A
**What's Not Working**
N/A
**Screen-Shot**

https://user-images.githubusercontent.com/61860752/130216966-8e1fcdab-7c34-4fb1-b281-5512eba57385.mp4
| True | [Security Solution] "Kibana feature privileges required" page is displaying for a sec on alert page when manually refresh the page - **Describe the bug**
"Kibana feature privileges required" page is displaying for a sec on alert page when manually refresh the page
**Build Details:**
```
Version : 7.15.0 BC1
Commit:d791226d9385122f33f4a5ca38fa5369012fbec3
Build: 43636
```
**Browser Details:**
N/A
**Preconditions**
1. Kibana users should be logged in.
2. Endpoint should be installed
3. Alerts should be generated
**Steps to Reproduce**
1. Create a alerts age under the security
2. Manually refresh the page.
3. Observe that "Kibana feature privileges required" page is displaying for a sec on alert page when manually refresh the page
**Actual Result**
"Kibana feature privileges required" page is displaying for a sec on alert page when manually refresh the page
**Expected Result**
"Kibana feature privileges required "should not be display on alert page when manually refresh the page
**What's Working**
- N/A
**What's Not Working**
N/A
**Screen-Shot**

https://user-images.githubusercontent.com/61860752/130216966-8e1fcdab-7c34-4fb1-b281-5512eba57385.mp4
| non_test | kibana feature privileges required page is displaying for a sec on alert page when manually refresh the page describe the bug kibana feature privileges required page is displaying for a sec on alert page when manually refresh the page build details version commit build browser details n a preconditions kibana users should be logged in endpoint should be installed alerts should be generated steps to reproduce create a alerts age under the security manually refresh the page observe that kibana feature privileges required page is displaying for a sec on alert page when manually refresh the page actual result kibana feature privileges required page is displaying for a sec on alert page when manually refresh the page expected result kibana feature privileges required should not be display on alert page when manually refresh the page what s working n a what s not working n a screen shot | 0 |
Subsets and Splits