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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
104,019 | 8,958,291,124 | IssuesEvent | 2019-01-27 13:07:36 | SunwellWoW/Sunwell-TBC-Bugtracker | https://api.github.com/repos/SunwellWoW/Sunwell-TBC-Bugtracker | reopened | Mobs not dropping grey items | Loot Resolved - fix NOT live yet Resolved - retest required | Description:
Artifact seekers and felblade doomguards only drop white / green items
How it works:
The mobs only drop white / green items
How it should work:
They should have their whole loot table being able to drop
Source (you should point out proofs of your report, please give us some source):
http://db.excalibur.ws/?npc=19852 | 1.0 | Mobs not dropping grey items - Description:
Artifact seekers and felblade doomguards only drop white / green items
How it works:
The mobs only drop white / green items
How it should work:
They should have their whole loot table being able to drop
Source (you should point out proofs of your report, please give us some source):
http://db.excalibur.ws/?npc=19852 | test | mobs not dropping grey items description artifact seekers and felblade doomguards only drop white green items how it works the mobs only drop white green items how it should work they should have their whole loot table being able to drop source you should point out proofs of your report please give us some source | 1 |
611,498 | 18,956,985,088 | IssuesEvent | 2021-11-18 21:34:18 | carbon-design-system/carbon-for-ibm-dotcom | https://api.github.com/repos/carbon-design-system/carbon-for-ibm-dotcom | closed | [Leadspace] Create print-friendly style - DDS Consulting | Feature request dev priority: medium package: styles adopter: AEM owner: Hybrid Cloud | **Engineering info:**
- HC engineer: @proeung
- HC Jira Ticket: https://jsw.ibm.com/browse/HC-2297
- DDS consulting engineer: Ignacio Becerra
----
### The problem
This request originally stemmed from discussions with the case study team and the Afterburner experience guild team as we collaborated on the new case study article template. We wanted the Carbon for ibm.com components to be able to be assembled together in a way that when the user chooses to print the web page, it is visually aligned with what the components should look like. Specifically for case study team, this will allow the team to create custom PDFs for the more important case studies and rely on the print-friendly view for all other case studies. This use case seems applicable not just for the case study team, but for all other pages that uses the Carbon components (e.g. Learn, Solution).
### Additional information
- Design issue #6893
- Work should include Button Group
- The downstream test applications would need to be updated first before this can be properly tested: #6732
- Can apply these styles in the styles package so that this can be applied to both React and Web Components
- Testing can happen in the deploy previews of NextJS Test app and Web Components HTML App once all relevant components are added to those downstream applications
- The scope of this work includes updating the test applications to include the components being tested
- Lead space: https://ibm.ent.box.com/file/879963299367
- Button group: https://ibm.ent.box.com/file/879964531443
#### Acceptance criteria
- [ ]
| 1.0 | [Leadspace] Create print-friendly style - DDS Consulting - **Engineering info:**
- HC engineer: @proeung
- HC Jira Ticket: https://jsw.ibm.com/browse/HC-2297
- DDS consulting engineer: Ignacio Becerra
----
### The problem
This request originally stemmed from discussions with the case study team and the Afterburner experience guild team as we collaborated on the new case study article template. We wanted the Carbon for ibm.com components to be able to be assembled together in a way that when the user chooses to print the web page, it is visually aligned with what the components should look like. Specifically for case study team, this will allow the team to create custom PDFs for the more important case studies and rely on the print-friendly view for all other case studies. This use case seems applicable not just for the case study team, but for all other pages that uses the Carbon components (e.g. Learn, Solution).
### Additional information
- Design issue #6893
- Work should include Button Group
- The downstream test applications would need to be updated first before this can be properly tested: #6732
- Can apply these styles in the styles package so that this can be applied to both React and Web Components
- Testing can happen in the deploy previews of NextJS Test app and Web Components HTML App once all relevant components are added to those downstream applications
- The scope of this work includes updating the test applications to include the components being tested
- Lead space: https://ibm.ent.box.com/file/879963299367
- Button group: https://ibm.ent.box.com/file/879964531443
#### Acceptance criteria
- [ ]
| non_test | create print friendly style dds consulting engineering info hc engineer proeung hc jira ticket dds consulting engineer ignacio becerra the problem this request originally stemmed from discussions with the case study team and the afterburner experience guild team as we collaborated on the new case study article template we wanted the carbon for ibm com components to be able to be assembled together in a way that when the user chooses to print the web page it is visually aligned with what the components should look like specifically for case study team this will allow the team to create custom pdfs for the more important case studies and rely on the print friendly view for all other case studies this use case seems applicable not just for the case study team but for all other pages that uses the carbon components e g learn solution additional information design issue work should include button group the downstream test applications would need to be updated first before this can be properly tested can apply these styles in the styles package so that this can be applied to both react and web components testing can happen in the deploy previews of nextjs test app and web components html app once all relevant components are added to those downstream applications the scope of this work includes updating the test applications to include the components being tested lead space button group acceptance criteria | 0 |
292,739 | 25,234,082,726 | IssuesEvent | 2022-11-14 22:34:32 | paritytech/substrate | https://api.github.com/repos/paritytech/substrate | closed | [pallet_collective] Benchmark fails with `MaxProposals` greater `255` | I4-tests 🎯 Z1-mentor Q2-easy | Hey valuable Substrate maintainers,
the current benchmark of `pallet_collective` fails on `propose_proposed` with `DuplicateProposal`, when the `MaxProposals` number is set greater than `u8::MAX`. This happens because the proposal hash inside the benchmark is generated based on the `MaxProposals` number and produces duplicated (non-unique) hashes after the number of `255` is reached.
https://github.com/paritytech/substrate/blob/174735ea1bb5fc4513519c45181d8df63d86f613/frame/collective/src/benchmarking.rs#L199
The [ProposalIndex is not `u8`](https://github.com/paritytech/substrate/blob/174735ea1bb5fc4513519c45181d8df63d86f613/frame/collective/src/lib.rs#L72) to allow more than 255 proposals. | 1.0 | [pallet_collective] Benchmark fails with `MaxProposals` greater `255` - Hey valuable Substrate maintainers,
the current benchmark of `pallet_collective` fails on `propose_proposed` with `DuplicateProposal`, when the `MaxProposals` number is set greater than `u8::MAX`. This happens because the proposal hash inside the benchmark is generated based on the `MaxProposals` number and produces duplicated (non-unique) hashes after the number of `255` is reached.
https://github.com/paritytech/substrate/blob/174735ea1bb5fc4513519c45181d8df63d86f613/frame/collective/src/benchmarking.rs#L199
The [ProposalIndex is not `u8`](https://github.com/paritytech/substrate/blob/174735ea1bb5fc4513519c45181d8df63d86f613/frame/collective/src/lib.rs#L72) to allow more than 255 proposals. | test | benchmark fails with maxproposals greater hey valuable substrate maintainers the current benchmark of pallet collective fails on propose proposed with duplicateproposal when the maxproposals number is set greater than max this happens because the proposal hash inside the benchmark is generated based on the maxproposals number and produces duplicated non unique hashes after the number of is reached the to allow more than proposals | 1 |
88,708 | 8,175,181,820 | IssuesEvent | 2018-08-28 00:32:28 | jasonmunro/cypht | https://api.github.com/repos/jasonmunro/cypht | opened | FIx Safari tests in Selenium on Travis CI | tests | Safari in Browserstack is a bit temperamental. Most of the issues are resolved, need to figure out the rest and enable in Travis builds | 1.0 | FIx Safari tests in Selenium on Travis CI - Safari in Browserstack is a bit temperamental. Most of the issues are resolved, need to figure out the rest and enable in Travis builds | test | fix safari tests in selenium on travis ci safari in browserstack is a bit temperamental most of the issues are resolved need to figure out the rest and enable in travis builds | 1 |
380,982 | 11,271,500,546 | IssuesEvent | 2020-01-14 13:11:27 | googleapis/elixir-google-api | https://api.github.com/repos/googleapis/elixir-google-api | opened | Synthesis failed for Vault | autosynth failure priority: p1 type: bug | Hello! Autosynth couldn't regenerate Vault. :broken_heart:
Here's the output from running `synth.py`:
```
Cloning into 'working_repo'...
Switched to branch 'autosynth-vault'
Traceback (most recent call last):
File "/home/kbuilder/.pyenv/versions/3.6.1/lib/python3.6/runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
File "/home/kbuilder/.pyenv/versions/3.6.1/lib/python3.6/runpy.py", line 85, in _run_code
exec(code, run_globals)
File "/tmpfs/src/git/autosynth/autosynth/synth.py", line 256, in <module>
main()
File "/tmpfs/src/git/autosynth/autosynth/synth.py", line 196, in main
last_synth_commit_hash = get_last_metadata_commit(args.metadata_path)
File "/tmpfs/src/git/autosynth/autosynth/synth.py", line 149, in get_last_metadata_commit
text=True,
File "/home/kbuilder/.pyenv/versions/3.6.1/lib/python3.6/subprocess.py", line 403, in run
with Popen(*popenargs, **kwargs) as process:
TypeError: __init__() got an unexpected keyword argument 'text'
```
Google internal developers can see the full log [here](https://sponge/164839b8-e54e-409d-bb48-012d4d868e86).
| 1.0 | Synthesis failed for Vault - Hello! Autosynth couldn't regenerate Vault. :broken_heart:
Here's the output from running `synth.py`:
```
Cloning into 'working_repo'...
Switched to branch 'autosynth-vault'
Traceback (most recent call last):
File "/home/kbuilder/.pyenv/versions/3.6.1/lib/python3.6/runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
File "/home/kbuilder/.pyenv/versions/3.6.1/lib/python3.6/runpy.py", line 85, in _run_code
exec(code, run_globals)
File "/tmpfs/src/git/autosynth/autosynth/synth.py", line 256, in <module>
main()
File "/tmpfs/src/git/autosynth/autosynth/synth.py", line 196, in main
last_synth_commit_hash = get_last_metadata_commit(args.metadata_path)
File "/tmpfs/src/git/autosynth/autosynth/synth.py", line 149, in get_last_metadata_commit
text=True,
File "/home/kbuilder/.pyenv/versions/3.6.1/lib/python3.6/subprocess.py", line 403, in run
with Popen(*popenargs, **kwargs) as process:
TypeError: __init__() got an unexpected keyword argument 'text'
```
Google internal developers can see the full log [here](https://sponge/164839b8-e54e-409d-bb48-012d4d868e86).
| non_test | synthesis failed for vault hello autosynth couldn t regenerate vault broken heart here s the output from running synth py cloning into working repo switched to branch autosynth vault traceback most recent call last file home kbuilder pyenv versions lib runpy py line in run module as main main mod spec file home kbuilder pyenv versions lib runpy py line in run code exec code run globals file tmpfs src git autosynth autosynth synth py line in main file tmpfs src git autosynth autosynth synth py line in main last synth commit hash get last metadata commit args metadata path file tmpfs src git autosynth autosynth synth py line in get last metadata commit text true file home kbuilder pyenv versions lib subprocess py line in run with popen popenargs kwargs as process typeerror init got an unexpected keyword argument text google internal developers can see the full log | 0 |
44,738 | 5,642,170,902 | IssuesEvent | 2017-04-06 20:29:50 | research-resource/research_resource | https://api.github.com/repos/research-resource/research_resource | closed | Consent Page: Functionality for entering address for sending of saliva kit | please-test priority-2 T4h | As a user, I want to choose where my saliva kit is delivered to
- this will send an email / alert / somehow inform the TTRR team that a new saliva kit needs to be sent out.
As far as we are aware at the moment, they will just need the name and address of the person
| 1.0 | Consent Page: Functionality for entering address for sending of saliva kit - As a user, I want to choose where my saliva kit is delivered to
- this will send an email / alert / somehow inform the TTRR team that a new saliva kit needs to be sent out.
As far as we are aware at the moment, they will just need the name and address of the person
| test | consent page functionality for entering address for sending of saliva kit as a user i want to choose where my saliva kit is delivered to this will send an email alert somehow inform the ttrr team that a new saliva kit needs to be sent out as far as we are aware at the moment they will just need the name and address of the person | 1 |
111,027 | 17,009,692,869 | IssuesEvent | 2021-07-02 01:07:47 | tamirdahan/keycloak | https://api.github.com/repos/tamirdahan/keycloak | opened | CVE-2015-4852 (High) detected in commons-collections-3.2.1.jar | security vulnerability | ## CVE-2015-4852 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>commons-collections-3.2.1.jar</b></p></summary>
<p>Types that extend and augment the Java Collections Framework.</p>
<p>Path to dependency file: keycloak/examples/ldap/pom.xml</p>
<p>Path to vulnerable library: /home/wss-scanner/.m2/repository/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar,/home/wss-scanner/.m2/repository/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar,/home/wss-scanner/.m2/repository/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar,/home/wss-scanner/.m2/repository/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar,/home/wss-scanner/.m2/repository/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar</p>
<p>
Dependency Hierarchy:
- apacheds-core-annotations-2.0.0.AM26.jar (Root Library)
- mavibot-1.0.0-M8.jar
- :x: **commons-collections-3.2.1.jar** (Vulnerable Library)
<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>
The WLS Security component in Oracle WebLogic Server 10.3.6.0, 12.1.2.0, 12.1.3.0, and 12.2.1.0 allows remote attackers to execute arbitrary commands via a crafted serialized Java object in T3 protocol traffic to TCP port 7001, related to oracle_common/modules/com.bea.core.apache.commons.collections.jar. NOTE: the scope of this CVE is limited to the WebLogic Server product.
<p>Publish Date: 2015-11-18
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2015-4852>CVE-2015-4852</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 2 Score Details (<b>7.5</b>)</summary>
<p>
Base Score Metrics not available</p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://www.openwall.com/lists/oss-security/2015/11/17/19">https://www.openwall.com/lists/oss-security/2015/11/17/19</a></p>
<p>Release Date: 2015-11-18</p>
<p>Fix Resolution: commons-collections:commons-collections:3.2.2</p>
</p>
</details>
<p></p>
<!-- <REMEDIATE>{"isOpenPROnVulnerability":false,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"Java","groupId":"commons-collections","packageName":"commons-collections","packageVersion":"3.2.1","packageFilePaths":["/examples/ldap/pom.xml","/examples/kerberos/pom.xml","/util/embedded-ldap/pom.xml","/testsuite/utils/pom.xml","/testsuite/integration-arquillian/servers/auth-server/undertow/pom.xml"],"isTransitiveDependency":true,"dependencyTree":"org.apache.directory.server:apacheds-core-annotations:2.0.0.AM26;org.apache.directory.mavibot:mavibot:1.0.0-M8;commons-collections:commons-collections:3.2.1","isMinimumFixVersionAvailable":true,"minimumFixVersion":"commons-collections:commons-collections:3.2.2"}],"baseBranches":["master"],"vulnerabilityIdentifier":"CVE-2015-4852","vulnerabilityDetails":"The WLS Security component in Oracle WebLogic Server 10.3.6.0, 12.1.2.0, 12.1.3.0, and 12.2.1.0 allows remote attackers to execute arbitrary commands via a crafted serialized Java object in T3 protocol traffic to TCP port 7001, related to oracle_common/modules/com.bea.core.apache.commons.collections.jar. NOTE: the scope of this CVE is limited to the WebLogic Server product.","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2015-4852","cvss2Severity":"high","cvss2Score":"7.5","extraData":{}}</REMEDIATE> --> | True | CVE-2015-4852 (High) detected in commons-collections-3.2.1.jar - ## CVE-2015-4852 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>commons-collections-3.2.1.jar</b></p></summary>
<p>Types that extend and augment the Java Collections Framework.</p>
<p>Path to dependency file: keycloak/examples/ldap/pom.xml</p>
<p>Path to vulnerable library: /home/wss-scanner/.m2/repository/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar,/home/wss-scanner/.m2/repository/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar,/home/wss-scanner/.m2/repository/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar,/home/wss-scanner/.m2/repository/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar,/home/wss-scanner/.m2/repository/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar</p>
<p>
Dependency Hierarchy:
- apacheds-core-annotations-2.0.0.AM26.jar (Root Library)
- mavibot-1.0.0-M8.jar
- :x: **commons-collections-3.2.1.jar** (Vulnerable Library)
<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>
The WLS Security component in Oracle WebLogic Server 10.3.6.0, 12.1.2.0, 12.1.3.0, and 12.2.1.0 allows remote attackers to execute arbitrary commands via a crafted serialized Java object in T3 protocol traffic to TCP port 7001, related to oracle_common/modules/com.bea.core.apache.commons.collections.jar. NOTE: the scope of this CVE is limited to the WebLogic Server product.
<p>Publish Date: 2015-11-18
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2015-4852>CVE-2015-4852</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 2 Score Details (<b>7.5</b>)</summary>
<p>
Base Score Metrics not available</p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://www.openwall.com/lists/oss-security/2015/11/17/19">https://www.openwall.com/lists/oss-security/2015/11/17/19</a></p>
<p>Release Date: 2015-11-18</p>
<p>Fix Resolution: commons-collections:commons-collections:3.2.2</p>
</p>
</details>
<p></p>
<!-- <REMEDIATE>{"isOpenPROnVulnerability":false,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"Java","groupId":"commons-collections","packageName":"commons-collections","packageVersion":"3.2.1","packageFilePaths":["/examples/ldap/pom.xml","/examples/kerberos/pom.xml","/util/embedded-ldap/pom.xml","/testsuite/utils/pom.xml","/testsuite/integration-arquillian/servers/auth-server/undertow/pom.xml"],"isTransitiveDependency":true,"dependencyTree":"org.apache.directory.server:apacheds-core-annotations:2.0.0.AM26;org.apache.directory.mavibot:mavibot:1.0.0-M8;commons-collections:commons-collections:3.2.1","isMinimumFixVersionAvailable":true,"minimumFixVersion":"commons-collections:commons-collections:3.2.2"}],"baseBranches":["master"],"vulnerabilityIdentifier":"CVE-2015-4852","vulnerabilityDetails":"The WLS Security component in Oracle WebLogic Server 10.3.6.0, 12.1.2.0, 12.1.3.0, and 12.2.1.0 allows remote attackers to execute arbitrary commands via a crafted serialized Java object in T3 protocol traffic to TCP port 7001, related to oracle_common/modules/com.bea.core.apache.commons.collections.jar. NOTE: the scope of this CVE is limited to the WebLogic Server product.","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2015-4852","cvss2Severity":"high","cvss2Score":"7.5","extraData":{}}</REMEDIATE> --> | non_test | cve high detected in commons collections jar cve high severity vulnerability vulnerable library commons collections jar types that extend and augment the java collections framework path to dependency file keycloak examples ldap pom xml path to vulnerable library home wss scanner repository commons collections commons collections commons collections jar home wss scanner repository commons collections commons collections commons collections jar home wss scanner repository commons collections commons collections commons collections jar home wss scanner repository commons collections commons collections commons collections jar home wss scanner repository commons collections commons collections commons collections jar dependency hierarchy apacheds core annotations jar root library mavibot jar x commons collections jar vulnerable library found in base branch master vulnerability details the wls security component in oracle weblogic server and allows remote attackers to execute arbitrary commands via a crafted serialized java object in protocol traffic to tcp port related to oracle common modules com bea core apache commons collections jar note the scope of this cve is limited to the weblogic server product publish date url a href cvss score details base score metrics not available suggested fix type upgrade version origin a href release date fix resolution commons collections commons collections isopenpronvulnerability false ispackagebased true isdefaultbranch true packages istransitivedependency true dependencytree org apache directory server apacheds core annotations org apache directory mavibot mavibot commons collections commons collections isminimumfixversionavailable true minimumfixversion commons collections commons collections basebranches vulnerabilityidentifier cve vulnerabilitydetails the wls security component in oracle weblogic server and allows remote attackers to execute arbitrary commands via a crafted serialized java object in protocol traffic to tcp port related to oracle common modules com bea core apache commons collections jar note the scope of this cve is limited to the weblogic server product vulnerabilityurl | 0 |
211,323 | 16,196,089,552 | IssuesEvent | 2021-05-04 14:44:09 | mantidproject/mantid | https://api.github.com/repos/mantidproject/mantid | closed | Update ISIS SANS GUI manual test instructions with note on bug | ISIS Team: LSS Manual Tests SANS | This is only required if #30306 is not fixed in time for v6.1.
The unscripted testing instructions for ISIS SANS should be updated with a note to explain that there is a current bug (the documented behaviour is what it should be so I don't want to remove it, but we should update the doc to explain the situation to save testers' time in future). See the issue and comment on #30306 for details. | 1.0 | Update ISIS SANS GUI manual test instructions with note on bug - This is only required if #30306 is not fixed in time for v6.1.
The unscripted testing instructions for ISIS SANS should be updated with a note to explain that there is a current bug (the documented behaviour is what it should be so I don't want to remove it, but we should update the doc to explain the situation to save testers' time in future). See the issue and comment on #30306 for details. | test | update isis sans gui manual test instructions with note on bug this is only required if is not fixed in time for the unscripted testing instructions for isis sans should be updated with a note to explain that there is a current bug the documented behaviour is what it should be so i don t want to remove it but we should update the doc to explain the situation to save testers time in future see the issue and comment on for details | 1 |
238,037 | 19,692,965,940 | IssuesEvent | 2022-01-12 09:13:13 | epiphany-platform/epiphany | https://api.github.com/repos/epiphany-platform/epiphany | closed | QA - Automatic Hashicorp Vault Agent installation, configuration and Kubernetes - Hashicorp Vault integration | area/security area/testing area/vault | **Is your feature request related to a problem? Please describe.**
We don't have integration tests between Hashicorp Vault and Kubernetes.
**Describe the solution you'd like**
We want have integration tests between Hashicorp Vault and Kubernetes.
**Describe alternatives you've considered**
No alternatives.
**Additional context**
No additional context.
| 1.0 | QA - Automatic Hashicorp Vault Agent installation, configuration and Kubernetes - Hashicorp Vault integration - **Is your feature request related to a problem? Please describe.**
We don't have integration tests between Hashicorp Vault and Kubernetes.
**Describe the solution you'd like**
We want have integration tests between Hashicorp Vault and Kubernetes.
**Describe alternatives you've considered**
No alternatives.
**Additional context**
No additional context.
| test | qa automatic hashicorp vault agent installation configuration and kubernetes hashicorp vault integration is your feature request related to a problem please describe we don t have integration tests between hashicorp vault and kubernetes describe the solution you d like we want have integration tests between hashicorp vault and kubernetes describe alternatives you ve considered no alternatives additional context no additional context | 1 |
51,271 | 13,635,087,903 | IssuesEvent | 2020-09-25 01:51:23 | nasifimtiazohi/openmrs-core-2.3.0 | https://api.github.com/repos/nasifimtiazohi/openmrs-core-2.3.0 | opened | CVE-2018-1000632 (High) detected in dom4j-1.6.1.jar | security vulnerability | ## CVE-2018-1000632 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>dom4j-1.6.1.jar</b></p></summary>
<p>dom4j: the flexible XML framework for Java</p>
<p>Library home page: <a href="http://dom4j.org">http://dom4j.org</a></p>
<p>Path to dependency file: openmrs-core-2.3.0/web/pom.xml</p>
<p>Path to vulnerable library: /home/wss-scanner/.m2/repository/dom4j/dom4j/1.6.1/dom4j-1.6.1.jar,canner/.m2/repository/dom4j/dom4j/1.6.1/dom4j-1.6.1.jar,/home/wss-scanner/.m2/repository/dom4j/dom4j/1.6.1/dom4j-1.6.1.jar</p>
<p>
Dependency Hierarchy:
- :x: **dom4j-1.6.1.jar** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/nasifimtiazohi/openmrs-core-2.3.0/commit/51205552c13cbb164119762e0de32dd074f8ba6d">51205552c13cbb164119762e0de32dd074f8ba6d</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>
dom4j version prior to version 2.1.1 contains a CWE-91: XML Injection vulnerability in Class: Element. Methods: addElement, addAttribute that can result in an attacker tampering with XML documents through XML injection. This attack appear to be exploitable via an attacker specifying attributes or elements in the XML document. This vulnerability appears to have been fixed in 2.1.1 or later.
<p>Publish Date: 2018-08-20
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2018-1000632>CVE-2018-1000632</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: High
- 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-2018-1000632">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-1000632</a></p>
<p>Release Date: 2018-08-20</p>
<p>Fix Resolution: org.dom4j:dom4j:2.0.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 | CVE-2018-1000632 (High) detected in dom4j-1.6.1.jar - ## CVE-2018-1000632 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>dom4j-1.6.1.jar</b></p></summary>
<p>dom4j: the flexible XML framework for Java</p>
<p>Library home page: <a href="http://dom4j.org">http://dom4j.org</a></p>
<p>Path to dependency file: openmrs-core-2.3.0/web/pom.xml</p>
<p>Path to vulnerable library: /home/wss-scanner/.m2/repository/dom4j/dom4j/1.6.1/dom4j-1.6.1.jar,canner/.m2/repository/dom4j/dom4j/1.6.1/dom4j-1.6.1.jar,/home/wss-scanner/.m2/repository/dom4j/dom4j/1.6.1/dom4j-1.6.1.jar</p>
<p>
Dependency Hierarchy:
- :x: **dom4j-1.6.1.jar** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/nasifimtiazohi/openmrs-core-2.3.0/commit/51205552c13cbb164119762e0de32dd074f8ba6d">51205552c13cbb164119762e0de32dd074f8ba6d</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>
dom4j version prior to version 2.1.1 contains a CWE-91: XML Injection vulnerability in Class: Element. Methods: addElement, addAttribute that can result in an attacker tampering with XML documents through XML injection. This attack appear to be exploitable via an attacker specifying attributes or elements in the XML document. This vulnerability appears to have been fixed in 2.1.1 or later.
<p>Publish Date: 2018-08-20
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2018-1000632>CVE-2018-1000632</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: High
- 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-2018-1000632">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-1000632</a></p>
<p>Release Date: 2018-08-20</p>
<p>Fix Resolution: org.dom4j:dom4j:2.0.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 | cve high detected in jar cve high severity vulnerability vulnerable library jar the flexible xml framework for java library home page a href path to dependency file openmrs core web pom xml path to vulnerable library home wss scanner repository jar canner repository jar home wss scanner repository jar dependency hierarchy x jar vulnerable library found in head commit a href found in base branch master vulnerability details version prior to version contains a cwe xml injection vulnerability in class element methods addelement addattribute that can result in an attacker tampering with xml documents through xml injection this attack appear to be exploitable via an attacker specifying attributes or elements in the xml document this vulnerability appears to have been fixed in or later 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 high availability impact none for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution org step up your open source security game with whitesource | 0 |
280,574 | 24,316,765,871 | IssuesEvent | 2022-09-30 07:09:47 | cockroachdb/cockroach | https://api.github.com/repos/cockroachdb/cockroach | opened | roachtest: backup/2TB/n10cpu4 failed | C-test-failure O-robot O-roachtest branch-master release-blocker | roachtest.backup/2TB/n10cpu4 [failed](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_RoachtestNightlyGceBazel/6704781?buildTab=log) with [artifacts](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_RoachtestNightlyGceBazel/6704781?buildTab=artifacts#/backup/2TB/n10cpu4) on master @ [801bfc62afd7128be180e3396d21a1e0b2daa227](https://github.com/cockroachdb/cockroach/commits/801bfc62afd7128be180e3396d21a1e0b2daa227):
```
| golang.org/x/sync/errgroup.(*Group).Go.func1
| golang.org/x/sync/errgroup/external/org_golang_x_sync/errgroup/errgroup.go:74
| runtime.goexit
| GOROOT/src/runtime/asm_amd64.s:1594
Wraps: (2) output in run_065649.385085463_n1_cockroach_sql
Wraps: (3) ./cockroach sql --insecure -e "
| BACKUP bank.bank TO 'gs://cockroachdb-backup-testing/teamcity-6704781-1664515141-23-n10cpu4?AUTH=implicit'" returned
| stderr:
| ERROR: failed to run backup: exporting 1191 ranges: googleapi: got HTTP response code 503 with body: Service Unavailable
| Failed running "sql"
|
| stdout:
Wraps: (4) COMMAND_PROBLEM
Wraps: (5) Node 1. Command with error:
| ``````
| ./cockroach sql --insecure -e "
| BACKUP bank.bank TO 'gs://cockroachdb-backup-testing/teamcity-6704781-1664515141-23-n10cpu4?AUTH=implicit'"
| ``````
Wraps: (6) exit status 1
Error types: (1) *withstack.withStack (2) *errutil.withPrefix (3) *cluster.WithCommandDetails (4) errors.Cmd (5) *hintdetail.withDetail (6) *exec.ExitError
monitor.go:127,backup.go:647,test_runner.go:928: monitor failure: monitor task failed: t.Fatal() was called
(1) attached stack trace
-- stack trace:
| main.(*monitorImpl).WaitE
| main/pkg/cmd/roachtest/monitor.go:115
| main.(*monitorImpl).Wait
| main/pkg/cmd/roachtest/monitor.go:123
| github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.registerBackup.func1
| github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/backup.go:647
| main.(*testRunner).runTest.func2
| main/pkg/cmd/roachtest/test_runner.go:928
Wraps: (2) monitor failure
Wraps: (3) attached stack trace
-- stack trace:
| main.(*monitorImpl).wait.func2
| main/pkg/cmd/roachtest/monitor.go:171
Wraps: (4) monitor task failed
Wraps: (5) attached stack trace
-- stack trace:
| main.init
| main/pkg/cmd/roachtest/monitor.go:80
| runtime.doInit
| GOROOT/src/runtime/proc.go:6340
| runtime.main
| GOROOT/src/runtime/proc.go:233
| runtime.goexit
| GOROOT/src/runtime/asm_amd64.s:1594
Wraps: (6) t.Fatal() was called
Error types: (1) *withstack.withStack (2) *errutil.withPrefix (3) *withstack.withStack (4) *errutil.withPrefix (5) *withstack.withStack (6) *errutil.leafError
```
<p>Parameters: <code>ROACHTEST_cloud=gce</code>
, <code>ROACHTEST_cpu=4</code>
, <code>ROACHTEST_encrypted=false</code>
, <code>ROACHTEST_fs=ext4</code>
, <code>ROACHTEST_localSSD=true</code>
, <code>ROACHTEST_ssd=0</code>
</p>
<details><summary>Help</summary>
<p>
See: [roachtest README](https://github.com/cockroachdb/cockroach/blob/master/pkg/cmd/roachtest/README.md)
See: [How To Investigate \(internal\)](https://cockroachlabs.atlassian.net/l/c/SSSBr8c7)
</p>
</details>
<details><summary>Same failure on other branches</summary>
<p>
- #88900 roachtest: backup/2TB/n10cpu4 failed [C-test-failure O-roachtest O-robot T-disaster-recovery branch-release-22.1 release-blocker]
- #80030 roachtest: backup/2TB/n10cpu4 failed [C-test-failure O-roachtest O-robot T-disaster-recovery]
</p>
</details>
/cc @cockroachdb/disaster-recovery
<sub>
[This test on roachdash](https://roachdash.crdb.dev/?filter=status:open%20t:.*backup/2TB/n10cpu4.*&sort=title+created&display=lastcommented+project) | [Improve this report!](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues)
</sub>
| 2.0 | roachtest: backup/2TB/n10cpu4 failed - roachtest.backup/2TB/n10cpu4 [failed](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_RoachtestNightlyGceBazel/6704781?buildTab=log) with [artifacts](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_RoachtestNightlyGceBazel/6704781?buildTab=artifacts#/backup/2TB/n10cpu4) on master @ [801bfc62afd7128be180e3396d21a1e0b2daa227](https://github.com/cockroachdb/cockroach/commits/801bfc62afd7128be180e3396d21a1e0b2daa227):
```
| golang.org/x/sync/errgroup.(*Group).Go.func1
| golang.org/x/sync/errgroup/external/org_golang_x_sync/errgroup/errgroup.go:74
| runtime.goexit
| GOROOT/src/runtime/asm_amd64.s:1594
Wraps: (2) output in run_065649.385085463_n1_cockroach_sql
Wraps: (3) ./cockroach sql --insecure -e "
| BACKUP bank.bank TO 'gs://cockroachdb-backup-testing/teamcity-6704781-1664515141-23-n10cpu4?AUTH=implicit'" returned
| stderr:
| ERROR: failed to run backup: exporting 1191 ranges: googleapi: got HTTP response code 503 with body: Service Unavailable
| Failed running "sql"
|
| stdout:
Wraps: (4) COMMAND_PROBLEM
Wraps: (5) Node 1. Command with error:
| ``````
| ./cockroach sql --insecure -e "
| BACKUP bank.bank TO 'gs://cockroachdb-backup-testing/teamcity-6704781-1664515141-23-n10cpu4?AUTH=implicit'"
| ``````
Wraps: (6) exit status 1
Error types: (1) *withstack.withStack (2) *errutil.withPrefix (3) *cluster.WithCommandDetails (4) errors.Cmd (5) *hintdetail.withDetail (6) *exec.ExitError
monitor.go:127,backup.go:647,test_runner.go:928: monitor failure: monitor task failed: t.Fatal() was called
(1) attached stack trace
-- stack trace:
| main.(*monitorImpl).WaitE
| main/pkg/cmd/roachtest/monitor.go:115
| main.(*monitorImpl).Wait
| main/pkg/cmd/roachtest/monitor.go:123
| github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.registerBackup.func1
| github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/backup.go:647
| main.(*testRunner).runTest.func2
| main/pkg/cmd/roachtest/test_runner.go:928
Wraps: (2) monitor failure
Wraps: (3) attached stack trace
-- stack trace:
| main.(*monitorImpl).wait.func2
| main/pkg/cmd/roachtest/monitor.go:171
Wraps: (4) monitor task failed
Wraps: (5) attached stack trace
-- stack trace:
| main.init
| main/pkg/cmd/roachtest/monitor.go:80
| runtime.doInit
| GOROOT/src/runtime/proc.go:6340
| runtime.main
| GOROOT/src/runtime/proc.go:233
| runtime.goexit
| GOROOT/src/runtime/asm_amd64.s:1594
Wraps: (6) t.Fatal() was called
Error types: (1) *withstack.withStack (2) *errutil.withPrefix (3) *withstack.withStack (4) *errutil.withPrefix (5) *withstack.withStack (6) *errutil.leafError
```
<p>Parameters: <code>ROACHTEST_cloud=gce</code>
, <code>ROACHTEST_cpu=4</code>
, <code>ROACHTEST_encrypted=false</code>
, <code>ROACHTEST_fs=ext4</code>
, <code>ROACHTEST_localSSD=true</code>
, <code>ROACHTEST_ssd=0</code>
</p>
<details><summary>Help</summary>
<p>
See: [roachtest README](https://github.com/cockroachdb/cockroach/blob/master/pkg/cmd/roachtest/README.md)
See: [How To Investigate \(internal\)](https://cockroachlabs.atlassian.net/l/c/SSSBr8c7)
</p>
</details>
<details><summary>Same failure on other branches</summary>
<p>
- #88900 roachtest: backup/2TB/n10cpu4 failed [C-test-failure O-roachtest O-robot T-disaster-recovery branch-release-22.1 release-blocker]
- #80030 roachtest: backup/2TB/n10cpu4 failed [C-test-failure O-roachtest O-robot T-disaster-recovery]
</p>
</details>
/cc @cockroachdb/disaster-recovery
<sub>
[This test on roachdash](https://roachdash.crdb.dev/?filter=status:open%20t:.*backup/2TB/n10cpu4.*&sort=title+created&display=lastcommented+project) | [Improve this report!](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues)
</sub>
| test | roachtest backup failed roachtest backup with on master golang org x sync errgroup group go golang org x sync errgroup external org golang x sync errgroup errgroup go runtime goexit goroot src runtime asm s wraps output in run cockroach sql wraps cockroach sql insecure e backup bank bank to gs cockroachdb backup testing teamcity auth implicit returned stderr error failed to run backup exporting ranges googleapi got http response code with body service unavailable failed running sql stdout wraps command problem wraps node command with error cockroach sql insecure e backup bank bank to gs cockroachdb backup testing teamcity auth implicit wraps exit status error types withstack withstack errutil withprefix cluster withcommanddetails errors cmd hintdetail withdetail exec exiterror monitor go backup go test runner go monitor failure monitor task failed t fatal was called attached stack trace stack trace main monitorimpl waite main pkg cmd roachtest monitor go main monitorimpl wait main pkg cmd roachtest monitor go github com cockroachdb cockroach pkg cmd roachtest tests registerbackup github com cockroachdb cockroach pkg cmd roachtest tests backup go main testrunner runtest main pkg cmd roachtest test runner go wraps monitor failure wraps attached stack trace stack trace main monitorimpl wait main pkg cmd roachtest monitor go wraps monitor task failed wraps attached stack trace stack trace main init main pkg cmd roachtest monitor go runtime doinit goroot src runtime proc go runtime main goroot src runtime proc go runtime goexit goroot src runtime asm s wraps t fatal was called error types withstack withstack errutil withprefix withstack withstack errutil withprefix withstack withstack errutil leaferror parameters roachtest cloud gce roachtest cpu roachtest encrypted false roachtest fs roachtest localssd true roachtest ssd help see see same failure on other branches roachtest backup failed roachtest backup failed cc cockroachdb disaster recovery | 1 |
416,103 | 12,139,493,689 | IssuesEvent | 2020-04-23 18:56:55 | ChrisNZL/Tallowmere2 | https://api.github.com/repos/ChrisNZL/Tallowmere2 | opened | Dictionary key insert: T2.NetIDDatabase.InsertGibStruct | ⚠ priority 🌐 online 🔴 error | Auto bug report from 0.1.3.
Feedback ID: 20200422-8Y46N
Dictionary already contains a NetID for a Gib that already exists - probably a gold key or white key.
**Todo:** Add a `.ContainsKey` check when importing via `ImportRoomBlob` and/or `ImportSingleGibStruct`.
```
9:56:56, Frame 474037, EXCEPTION » ArgumentException: An item with the same key has already been added. Key: Master588
>>>>> CRITICAL ERROR >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
System.Collections.Generic.Dictionary`2[TKey,TValue].TryInsert (TKey key, TValue value, System.Collections.Generic.InsertionBehavior behavior)
System.Collections.Generic.Dictionary`2[TKey,TValue].Add (TKey key, TValue value)
T2.NetIDDatabase.InsertGibStruct (T2.GibStruct gibStruct)
T2.NetIDDatabase.ImportSingleGibStruct (T2.GibStruct gibStruct, T2.NetID parentDungeonRoomNetID)
T2.NetIDDatabase.ImportRoomBlob (T2.NetworkedRoomStructBlob blob)
T2.NetworkMessage_GetDungeonRoomStruct.ProcessReceivedPacket (T2.NetworkPeer recipient, LiteNetLib.NetPeer sender, LiteNetLib.Utils.NetDataReader reader, T2.GameStruct gameStruct)
T2.NetworkPeer.OnNetworkReceive (LiteNetLib.NetPeer peerThatSentMessage, LiteNetLib.Utils.NetDataReader reader)
LiteNetLib.NetManager.ProcessEvent (LiteNetLib.NetManager+NetEvent evt)
LiteNetLib.NetManager.PollEvents ()
T2.NetworkClient.Update ()
GameStates: InitialisingAsNetworkHost, RompingThroughDungeon, TransitioningToDungeonRoom
GameSetupMode: NetworkCoop
Players: 2
Room: 10 / 10
RoomModifiers: None
``` | 1.0 | Dictionary key insert: T2.NetIDDatabase.InsertGibStruct - Auto bug report from 0.1.3.
Feedback ID: 20200422-8Y46N
Dictionary already contains a NetID for a Gib that already exists - probably a gold key or white key.
**Todo:** Add a `.ContainsKey` check when importing via `ImportRoomBlob` and/or `ImportSingleGibStruct`.
```
9:56:56, Frame 474037, EXCEPTION » ArgumentException: An item with the same key has already been added. Key: Master588
>>>>> CRITICAL ERROR >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
System.Collections.Generic.Dictionary`2[TKey,TValue].TryInsert (TKey key, TValue value, System.Collections.Generic.InsertionBehavior behavior)
System.Collections.Generic.Dictionary`2[TKey,TValue].Add (TKey key, TValue value)
T2.NetIDDatabase.InsertGibStruct (T2.GibStruct gibStruct)
T2.NetIDDatabase.ImportSingleGibStruct (T2.GibStruct gibStruct, T2.NetID parentDungeonRoomNetID)
T2.NetIDDatabase.ImportRoomBlob (T2.NetworkedRoomStructBlob blob)
T2.NetworkMessage_GetDungeonRoomStruct.ProcessReceivedPacket (T2.NetworkPeer recipient, LiteNetLib.NetPeer sender, LiteNetLib.Utils.NetDataReader reader, T2.GameStruct gameStruct)
T2.NetworkPeer.OnNetworkReceive (LiteNetLib.NetPeer peerThatSentMessage, LiteNetLib.Utils.NetDataReader reader)
LiteNetLib.NetManager.ProcessEvent (LiteNetLib.NetManager+NetEvent evt)
LiteNetLib.NetManager.PollEvents ()
T2.NetworkClient.Update ()
GameStates: InitialisingAsNetworkHost, RompingThroughDungeon, TransitioningToDungeonRoom
GameSetupMode: NetworkCoop
Players: 2
Room: 10 / 10
RoomModifiers: None
``` | non_test | dictionary key insert netiddatabase insertgibstruct auto bug report from feedback id dictionary already contains a netid for a gib that already exists probably a gold key or white key todo add a containskey check when importing via importroomblob and or importsinglegibstruct frame exception » argumentexception an item with the same key has already been added key critical error system collections generic dictionary tryinsert tkey key tvalue value system collections generic insertionbehavior behavior system collections generic dictionary add tkey key tvalue value netiddatabase insertgibstruct gibstruct gibstruct netiddatabase importsinglegibstruct gibstruct gibstruct netid parentdungeonroomnetid netiddatabase importroomblob networkedroomstructblob blob networkmessage getdungeonroomstruct processreceivedpacket networkpeer recipient litenetlib netpeer sender litenetlib utils netdatareader reader gamestruct gamestruct networkpeer onnetworkreceive litenetlib netpeer peerthatsentmessage litenetlib utils netdatareader reader litenetlib netmanager processevent litenetlib netmanager netevent evt litenetlib netmanager pollevents networkclient update gamestates initialisingasnetworkhost rompingthroughdungeon transitioningtodungeonroom gamesetupmode networkcoop players room roommodifiers none | 0 |
636,108 | 20,592,070,273 | IssuesEvent | 2022-03-05 00:57:04 | CityOfDetroit/bloom | https://api.github.com/repos/CityOfDetroit/bloom | closed | Fix Users Invite Flow | high priority | Acceptance Criteria
* When I go to the users page, I can see a list of partner users and the ability to add users
* When I click add users, I can invite a new user to the system
### QA Review
1. go to https://detroit-partners-dev.netlify.app/users
2. see that the list loads
3. invite users | 1.0 | Fix Users Invite Flow - Acceptance Criteria
* When I go to the users page, I can see a list of partner users and the ability to add users
* When I click add users, I can invite a new user to the system
### QA Review
1. go to https://detroit-partners-dev.netlify.app/users
2. see that the list loads
3. invite users | non_test | fix users invite flow acceptance criteria when i go to the users page i can see a list of partner users and the ability to add users when i click add users i can invite a new user to the system qa review go to see that the list loads invite users | 0 |
370,949 | 25,931,523,432 | IssuesEvent | 2022-12-16 10:25:22 | developmentseed/osm-teams | https://api.github.com/repos/developmentseed/osm-teams | closed | Fix API Docs | Category: Documentation | Task `yarn docs:api` fails to generate API Docs. We should review API documentation implementation (maybe moving to apidocs module?) and consider hosting it somewhere. | 1.0 | Fix API Docs - Task `yarn docs:api` fails to generate API Docs. We should review API documentation implementation (maybe moving to apidocs module?) and consider hosting it somewhere. | non_test | fix api docs task yarn docs api fails to generate api docs we should review api documentation implementation maybe moving to apidocs module and consider hosting it somewhere | 0 |
135,038 | 12,652,098,472 | IssuesEvent | 2020-06-17 02:29:45 | gap-system/gap | https://api.github.com/repos/gap-system/gap | opened | Document what `^` does for group elements, link it in the index, and fix ^ index entries | good first issue kind: enhancement topic: documentation | Several closely related issues regarding the `^` operator:
- for a beginner it is needlessly difficult to find out what `g^h` does when `g` and `h` are group elements. Sure, for group theory people it is usually "clear" that this must be h^{-1}*g*h`, but there are books and communities where it is different, so I think it'd be helpful to state this explicitly *somewhere* in the manual
- ideally that place also would have an index entry for `^` so that `?^` would find it
- in https://www.gap-system.org/Manuals/doc/ref/chapInd.html I see two entries for `^` but sorted into different positions; the same happens for other operators such as `\<`:
```
...
\XYZ 27.2
^, for class functions 72.4
\< 31.11-1
for associative words 37.3-2
for nonassociative words 36.2-2
for pcwords 46.2-1
for permutations 42.2-1
for two elements in a f.p. group 47.3-2
for two strings 27.6-2
\* 31.12-1
for pcwords 46.2-2
\*, for transformations 53.4
...
\<, for transformations 53.4
...
\= 31.11-1
for associative words 37.3-1
for nonassociative words 36.2-1
for pcwords 46.2-1
for permutations 42.2-1
\=, for transformations 53.4
\=, for two elements in a f.p. group 47.3-1
for two elements in a f.p. semigroup 52.3-1
for two strings 27.6-1
...
\^ 31.12-1
for a field and a pair of integers 61.9-5
for a field and an integer 61.9-4
\^, for a positive integer and a transformation 53.4
for a transformation and a permutation 53.4
...
\{\} 21.3-1
\{\}\:\= 21.4-1
^ 4.13
abelian number field 60.2-3
...
```
| 1.0 | Document what `^` does for group elements, link it in the index, and fix ^ index entries - Several closely related issues regarding the `^` operator:
- for a beginner it is needlessly difficult to find out what `g^h` does when `g` and `h` are group elements. Sure, for group theory people it is usually "clear" that this must be h^{-1}*g*h`, but there are books and communities where it is different, so I think it'd be helpful to state this explicitly *somewhere* in the manual
- ideally that place also would have an index entry for `^` so that `?^` would find it
- in https://www.gap-system.org/Manuals/doc/ref/chapInd.html I see two entries for `^` but sorted into different positions; the same happens for other operators such as `\<`:
```
...
\XYZ 27.2
^, for class functions 72.4
\< 31.11-1
for associative words 37.3-2
for nonassociative words 36.2-2
for pcwords 46.2-1
for permutations 42.2-1
for two elements in a f.p. group 47.3-2
for two strings 27.6-2
\* 31.12-1
for pcwords 46.2-2
\*, for transformations 53.4
...
\<, for transformations 53.4
...
\= 31.11-1
for associative words 37.3-1
for nonassociative words 36.2-1
for pcwords 46.2-1
for permutations 42.2-1
\=, for transformations 53.4
\=, for two elements in a f.p. group 47.3-1
for two elements in a f.p. semigroup 52.3-1
for two strings 27.6-1
...
\^ 31.12-1
for a field and a pair of integers 61.9-5
for a field and an integer 61.9-4
\^, for a positive integer and a transformation 53.4
for a transformation and a permutation 53.4
...
\{\} 21.3-1
\{\}\:\= 21.4-1
^ 4.13
abelian number field 60.2-3
...
```
| non_test | document what does for group elements link it in the index and fix index entries several closely related issues regarding the operator for a beginner it is needlessly difficult to find out what g h does when g and h are group elements sure for group theory people it is usually clear that this must be h g h but there are books and communities where it is different so i think it d be helpful to state this explicitly somewhere in the manual ideally that place also would have an index entry for so that would find it in i see two entries for but sorted into different positions the same happens for other operators such as xyz for class functions for associative words for nonassociative words for pcwords for permutations for two elements in a f p group for two strings for pcwords for transformations for transformations for associative words for nonassociative words for pcwords for permutations for transformations for two elements in a f p group for two elements in a f p semigroup for two strings for a field and a pair of integers for a field and an integer for a positive integer and a transformation for a transformation and a permutation abelian number field | 0 |
64,695 | 6,917,350,199 | IssuesEvent | 2017-11-29 08:08:46 | edenlabllc/ehealth.api | https://api.github.com/repos/edenlabllc/ehealth.api | closed | Mithril admin portal Not found page error | FE/mithril kind/task priority/medium status/test | After you get the page 'Сторінку не знайдено' link 'На головну' doesn't work properly and start work normally only after refreshing. | 1.0 | Mithril admin portal Not found page error - After you get the page 'Сторінку не знайдено' link 'На головну' doesn't work properly and start work normally only after refreshing. | test | mithril admin portal not found page error after you get the page сторінку не знайдено link на головну doesn t work properly and start work normally only after refreshing | 1 |
170,372 | 13,185,065,475 | IssuesEvent | 2020-08-12 20:38:58 | 5zig-reborn/The-5zig-Mod | https://api.github.com/repos/5zig-reborn/The-5zig-Mod | closed | Mixin 0.8 support (Forge 1.14+) | Help wanted Latest P:Medium Version support | Mixin 0.8 is now on public preview, and 5zig will have to be tested against it.
This hopefully also brings Forge support to 1.13 and 1.14.
Related to #1 and #3.
Expect testing and fixes in the upcoming days. | 1.0 | Mixin 0.8 support (Forge 1.14+) - Mixin 0.8 is now on public preview, and 5zig will have to be tested against it.
This hopefully also brings Forge support to 1.13 and 1.14.
Related to #1 and #3.
Expect testing and fixes in the upcoming days. | test | mixin support forge mixin is now on public preview and will have to be tested against it this hopefully also brings forge support to and related to and expect testing and fixes in the upcoming days | 1 |
170,033 | 6,423,830,260 | IssuesEvent | 2017-08-09 12:06:57 | minishift/minishift | https://api.github.com/repos/minishift/minishift | closed | Minishift unable to add impersonation 'sudoer' role when try to provision OpenShift =< v1.5.1 | kind/bug priority/major | We have now a bug because we are using v3.6 oc version to provision openshift < 3.6 and when we try to provision v1.5.1 it failed to add sudoer role.
Code which we introduced for check openshift version and then according to it select which part of kubeconfig should be part of minishift_kubeconfig is broken. https://github.com/minishift/minishift/blob/master/pkg/minishift/clusterup/clusterup.go#L118 we might remove this whole addition code-base since now 3.6 is default.
```
The server is accessible via web console at:
https://192.168.42.117:8443
You are logged in as:
User: developer
Password: <any value>
To login as administrator:
oc login -u system:admin
Error during post cluster up configuration: Unable to add sudoer role
``` | 1.0 | Minishift unable to add impersonation 'sudoer' role when try to provision OpenShift =< v1.5.1 - We have now a bug because we are using v3.6 oc version to provision openshift < 3.6 and when we try to provision v1.5.1 it failed to add sudoer role.
Code which we introduced for check openshift version and then according to it select which part of kubeconfig should be part of minishift_kubeconfig is broken. https://github.com/minishift/minishift/blob/master/pkg/minishift/clusterup/clusterup.go#L118 we might remove this whole addition code-base since now 3.6 is default.
```
The server is accessible via web console at:
https://192.168.42.117:8443
You are logged in as:
User: developer
Password: <any value>
To login as administrator:
oc login -u system:admin
Error during post cluster up configuration: Unable to add sudoer role
``` | non_test | minishift unable to add impersonation sudoer role when try to provision openshift we have now a bug because we are using oc version to provision openshift and when we try to provision it failed to add sudoer role code which we introduced for check openshift version and then according to it select which part of kubeconfig should be part of minishift kubeconfig is broken we might remove this whole addition code base since now is default the server is accessible via web console at you are logged in as user developer password to login as administrator oc login u system admin error during post cluster up configuration unable to add sudoer role | 0 |
380,564 | 26,424,649,359 | IssuesEvent | 2023-01-14 02:20:25 | hyperledger/cello | https://api.github.com/repos/hyperledger/cello | closed | no 8080 port | Documentation | When I run make setup-master,setup-worker and make run.

How to proceed like docs
| 1.0 | no 8080 port - When I run make setup-master,setup-worker and make run.

How to proceed like docs
| non_test | no port when i run make setup master setup worker and make run how to proceed like docs | 0 |
131,437 | 5,148,431,865 | IssuesEvent | 2017-01-13 11:14:10 | Metaswitch/crest | https://api.github.com/repos/Metaswitch/crest | closed | Crest may throw ZeroDivisionError when multiple requests get stacked up | bug critical medium-priority | #### Symptoms
Attempted to sync Ellis's database. Ellis made a huge number of requests to Homestead, which caused it to become overloaded. During the overload, Homestead threw ZeroDivisionErrors:
```
09-09-2016 09:50:29.577 UTC ERROR base.py:341: Traceback (most recent call last):
File "/usr/share/clearwater/crest/env/local/lib/python2.7/site-packages/Twisted-16.3.0-py2.7-linux-x86_64.egg/twisted/internet/defer.py", line 393, in callback
self._startRunCallbacks(result)
File "/usr/share/clearwater/crest/env/local/lib/python2.7/site-packages/Twisted-16.3.0-py2.7-linux-x86_64.egg/twisted/internet/defer.py", line 501, in _startRunCallbacks
self._runCallbacks()
File "/usr/share/clearwater/crest/env/local/lib/python2.7/site-packages/Twisted-16.3.0-py2.7-linux-x86_64.egg/twisted/internet/defer.py", line 588, in _runCallbacks
current.result = callback(current.result, *args, **kw)
File "/usr/share/clearwater/crest/env/local/lib/python2.7/site-packages/Twisted-16.3.0-py2.7-linux-x86_64.egg/twisted/internet/defer.py", line 1184, in gotResult
_inlineCallbacks(r, g, deferred)
--- <exception caught here> ---
File "/usr/share/clearwater/crest/env/local/lib/python2.7/site-packages/Twisted-16.3.0-py2.7-linux-x86_64.egg/twisted/internet/defer.py", line 1128, in _inlineCallbacks
result = g.send(result)
File "/usr/share/clearwater/homestead/python/packages/homestead_prov-0.1-py2.7.egg/metaswitch/homestead_prov/provisioning/handlers/public.py", line 163, in get
self.send_json({JSON_PRIVATE_IDS: private_ids})
File "/usr/share/clearwater/crest/env/lib/python2.7/site-packages/crest-0.1-py2.7.egg/metaswitch/crest/api/base.py", line 421, in send_json
self.finish()
File "/usr/share/clearwater/crest/env/local/lib/python2.7/site-packages/cyclone-1.0-py2.7.egg/cyclone/web.py", line 652, in finish
return self.on_finish()
File "/usr/share/clearwater/crest/env/lib/python2.7/site-packages/crest-0.1-py2.7.egg/metaswitch/crest/api/base.py", line 279, in on_finish
loadmonitor.update_latency(latency)
File "/usr/share/clearwater/crest/env/lib/python2.7/site-packages/crest-0.1-py2.7.egg/metaswitch/crest/api/base.py", line 176, in update_latency
accepted_percent = 100 * (float(self.accepted) / float(self.accepted + self.rejected))
exceptions.ZeroDivisionError: float division by zero
```
#### Impact
This prevents overload checking working correctly, potentially blocking legitimate requests
#### Release and environment
AWS EC2 deployment spun up using Chef - Sprint Missingno
#### Steps to reproduce
Run sync_database.py on Ellis
| 1.0 | Crest may throw ZeroDivisionError when multiple requests get stacked up - #### Symptoms
Attempted to sync Ellis's database. Ellis made a huge number of requests to Homestead, which caused it to become overloaded. During the overload, Homestead threw ZeroDivisionErrors:
```
09-09-2016 09:50:29.577 UTC ERROR base.py:341: Traceback (most recent call last):
File "/usr/share/clearwater/crest/env/local/lib/python2.7/site-packages/Twisted-16.3.0-py2.7-linux-x86_64.egg/twisted/internet/defer.py", line 393, in callback
self._startRunCallbacks(result)
File "/usr/share/clearwater/crest/env/local/lib/python2.7/site-packages/Twisted-16.3.0-py2.7-linux-x86_64.egg/twisted/internet/defer.py", line 501, in _startRunCallbacks
self._runCallbacks()
File "/usr/share/clearwater/crest/env/local/lib/python2.7/site-packages/Twisted-16.3.0-py2.7-linux-x86_64.egg/twisted/internet/defer.py", line 588, in _runCallbacks
current.result = callback(current.result, *args, **kw)
File "/usr/share/clearwater/crest/env/local/lib/python2.7/site-packages/Twisted-16.3.0-py2.7-linux-x86_64.egg/twisted/internet/defer.py", line 1184, in gotResult
_inlineCallbacks(r, g, deferred)
--- <exception caught here> ---
File "/usr/share/clearwater/crest/env/local/lib/python2.7/site-packages/Twisted-16.3.0-py2.7-linux-x86_64.egg/twisted/internet/defer.py", line 1128, in _inlineCallbacks
result = g.send(result)
File "/usr/share/clearwater/homestead/python/packages/homestead_prov-0.1-py2.7.egg/metaswitch/homestead_prov/provisioning/handlers/public.py", line 163, in get
self.send_json({JSON_PRIVATE_IDS: private_ids})
File "/usr/share/clearwater/crest/env/lib/python2.7/site-packages/crest-0.1-py2.7.egg/metaswitch/crest/api/base.py", line 421, in send_json
self.finish()
File "/usr/share/clearwater/crest/env/local/lib/python2.7/site-packages/cyclone-1.0-py2.7.egg/cyclone/web.py", line 652, in finish
return self.on_finish()
File "/usr/share/clearwater/crest/env/lib/python2.7/site-packages/crest-0.1-py2.7.egg/metaswitch/crest/api/base.py", line 279, in on_finish
loadmonitor.update_latency(latency)
File "/usr/share/clearwater/crest/env/lib/python2.7/site-packages/crest-0.1-py2.7.egg/metaswitch/crest/api/base.py", line 176, in update_latency
accepted_percent = 100 * (float(self.accepted) / float(self.accepted + self.rejected))
exceptions.ZeroDivisionError: float division by zero
```
#### Impact
This prevents overload checking working correctly, potentially blocking legitimate requests
#### Release and environment
AWS EC2 deployment spun up using Chef - Sprint Missingno
#### Steps to reproduce
Run sync_database.py on Ellis
| non_test | crest may throw zerodivisionerror when multiple requests get stacked up symptoms attempted to sync ellis s database ellis made a huge number of requests to homestead which caused it to become overloaded during the overload homestead threw zerodivisionerrors utc error base py traceback most recent call last file usr share clearwater crest env local lib site packages twisted linux egg twisted internet defer py line in callback self startruncallbacks result file usr share clearwater crest env local lib site packages twisted linux egg twisted internet defer py line in startruncallbacks self runcallbacks file usr share clearwater crest env local lib site packages twisted linux egg twisted internet defer py line in runcallbacks current result callback current result args kw file usr share clearwater crest env local lib site packages twisted linux egg twisted internet defer py line in gotresult inlinecallbacks r g deferred file usr share clearwater crest env local lib site packages twisted linux egg twisted internet defer py line in inlinecallbacks result g send result file usr share clearwater homestead python packages homestead prov egg metaswitch homestead prov provisioning handlers public py line in get self send json json private ids private ids file usr share clearwater crest env lib site packages crest egg metaswitch crest api base py line in send json self finish file usr share clearwater crest env local lib site packages cyclone egg cyclone web py line in finish return self on finish file usr share clearwater crest env lib site packages crest egg metaswitch crest api base py line in on finish loadmonitor update latency latency file usr share clearwater crest env lib site packages crest egg metaswitch crest api base py line in update latency accepted percent float self accepted float self accepted self rejected exceptions zerodivisionerror float division by zero impact this prevents overload checking working correctly potentially blocking legitimate requests release and environment aws deployment spun up using chef sprint missingno steps to reproduce run sync database py on ellis | 0 |
323,643 | 27,743,310,867 | IssuesEvent | 2023-03-15 15:33:19 | pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas | closed | BUG: inconsistent creation of IntegerArray from boolean values | good first issue ExtensionArray Needs Tests Constructors NA - MaskedArrays | When creating a nullable integer array from boolean values, we are being inconsistent between a boolean numpy array and a object array with bools:
```python
>>> pd.array(np.array([True, False]), dtype="Int64")
<IntegerArray>
[1, 0]
Length: 2, dtype: Int64
>>> pd.array(np.array([True, False], dtype=object), dtype="Int64")
---------------------------------------------------------------------------
TypeError Traceback (most recent call last)
<ipython-input-33-bc23b09ea959> in <module>
----> 1 pd.array(np.array([True, False], dtype=object), dtype="Int64")
~/scipy/pandas/pandas/core/construction.py in array(data, dtype, copy)
282 if is_extension_array_dtype(dtype):
283 cls = cast(ExtensionDtype, dtype).construct_array_type()
--> 284 return cls._from_sequence(data, dtype=dtype, copy=copy)
285
286 if dtype is None:
~/scipy/pandas/pandas/core/arrays/integer.py in _from_sequence(cls, scalars, dtype, copy)
346 @classmethod
347 def _from_sequence(cls, scalars, dtype=None, copy=False):
--> 348 return integer_array(scalars, dtype=dtype, copy=copy)
349
350 @classmethod
~/scipy/pandas/pandas/core/arrays/integer.py in integer_array(values, dtype, copy)
127 TypeError if incompatible types
128 """
--> 129 values, mask = coerce_to_array(values, dtype=dtype, copy=copy)
130 return IntegerArray(values, mask)
131
~/scipy/pandas/pandas/core/arrays/integer.py in coerce_to_array(values, dtype, mask, copy)
210 "mixed-integer-float",
211 ]:
--> 212 raise TypeError(f"{values.dtype} cannot be converted to an IntegerDtype")
213
214 elif is_bool_dtype(values) and is_integer_dtype(dtype):
TypeError: object cannot be converted to an IntegerDtype
``` | 1.0 | BUG: inconsistent creation of IntegerArray from boolean values - When creating a nullable integer array from boolean values, we are being inconsistent between a boolean numpy array and a object array with bools:
```python
>>> pd.array(np.array([True, False]), dtype="Int64")
<IntegerArray>
[1, 0]
Length: 2, dtype: Int64
>>> pd.array(np.array([True, False], dtype=object), dtype="Int64")
---------------------------------------------------------------------------
TypeError Traceback (most recent call last)
<ipython-input-33-bc23b09ea959> in <module>
----> 1 pd.array(np.array([True, False], dtype=object), dtype="Int64")
~/scipy/pandas/pandas/core/construction.py in array(data, dtype, copy)
282 if is_extension_array_dtype(dtype):
283 cls = cast(ExtensionDtype, dtype).construct_array_type()
--> 284 return cls._from_sequence(data, dtype=dtype, copy=copy)
285
286 if dtype is None:
~/scipy/pandas/pandas/core/arrays/integer.py in _from_sequence(cls, scalars, dtype, copy)
346 @classmethod
347 def _from_sequence(cls, scalars, dtype=None, copy=False):
--> 348 return integer_array(scalars, dtype=dtype, copy=copy)
349
350 @classmethod
~/scipy/pandas/pandas/core/arrays/integer.py in integer_array(values, dtype, copy)
127 TypeError if incompatible types
128 """
--> 129 values, mask = coerce_to_array(values, dtype=dtype, copy=copy)
130 return IntegerArray(values, mask)
131
~/scipy/pandas/pandas/core/arrays/integer.py in coerce_to_array(values, dtype, mask, copy)
210 "mixed-integer-float",
211 ]:
--> 212 raise TypeError(f"{values.dtype} cannot be converted to an IntegerDtype")
213
214 elif is_bool_dtype(values) and is_integer_dtype(dtype):
TypeError: object cannot be converted to an IntegerDtype
``` | test | bug inconsistent creation of integerarray from boolean values when creating a nullable integer array from boolean values we are being inconsistent between a boolean numpy array and a object array with bools python pd array np array dtype length dtype pd array np array dtype object dtype typeerror traceback most recent call last in pd array np array dtype object dtype scipy pandas pandas core construction py in array data dtype copy if is extension array dtype dtype cls cast extensiondtype dtype construct array type return cls from sequence data dtype dtype copy copy if dtype is none scipy pandas pandas core arrays integer py in from sequence cls scalars dtype copy classmethod def from sequence cls scalars dtype none copy false return integer array scalars dtype dtype copy copy classmethod scipy pandas pandas core arrays integer py in integer array values dtype copy typeerror if incompatible types values mask coerce to array values dtype dtype copy copy return integerarray values mask scipy pandas pandas core arrays integer py in coerce to array values dtype mask copy mixed integer float raise typeerror f values dtype cannot be converted to an integerdtype elif is bool dtype values and is integer dtype dtype typeerror object cannot be converted to an integerdtype | 1 |
24,453 | 11,035,131,678 | IssuesEvent | 2019-12-07 11:24:34 | Ignitus/Ignitus-client | https://api.github.com/repos/Ignitus/Ignitus-client | opened | CVE-2018-20821 (Medium) detected in opennms-opennms-source-24.1.3-1 | security vulnerability | ## CVE-2018-20821 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>opennmsopennms-source-24.1.3-1</b></p></summary>
<p>
<p>A Java based fault and performance management system</p>
<p>Library home page: <a href=https://sourceforge.net/projects/opennms/>https://sourceforge.net/projects/opennms/</a></p>
<p>Found in HEAD commit: <a href="https://github.com/Ignitus/Ignitus-client/commit/4a136622e36d4bca4d34d3a5d332b6d73cdda58d">4a136622e36d4bca4d34d3a5d332b6d73cdda58d</a></p>
</p>
</details>
</p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Library Source Files (86)</summary>
<p></p>
<p> * The source files were matched to this source library based on a best effort match. Source libraries are selected from a list of probable public libraries.</p>
<p>
- /Ignitus-client/node_modules/nan/nan_callbacks_pre_12_inl.h
- /Ignitus-client/node_modules/node-sass/src/libsass/src/expand.hpp
- /Ignitus-client/node_modules/node-sass/src/libsass/src/expand.cpp
- /Ignitus-client/node_modules/node-sass/src/binding.cpp
- /Ignitus-client/node_modules/node-sass/src/sass_types/factory.cpp
- /Ignitus-client/node_modules/nan/nan_maybe_pre_43_inl.h
- /Ignitus-client/node_modules/node-sass/src/libsass/src/parser.cpp
- /Ignitus-client/node_modules/node-sass/src/sass_types/boolean.cpp
- /Ignitus-client/node_modules/node-sass/src/libsass/src/util.hpp
- /Ignitus-client/node_modules/node-sass/src/sass_types/value.h
- /Ignitus-client/node_modules/node-sass/src/libsass/src/emitter.hpp
- /Ignitus-client/node_modules/nan/nan_converters_pre_43_inl.h
- /Ignitus-client/node_modules/node-sass/src/libsass/include/sass/context.h
- /Ignitus-client/node_modules/node-sass/src/libsass/src/file.hpp
- /Ignitus-client/node_modules/node-sass/src/callback_bridge.h
- /Ignitus-client/node_modules/node-sass/src/libsass/src/sass.cpp
- /Ignitus-client/node_modules/nan/nan_persistent_12_inl.h
- /Ignitus-client/node_modules/node-sass/src/libsass/src/operation.hpp
- /Ignitus-client/node_modules/node-sass/src/libsass/src/operators.cpp
- /Ignitus-client/node_modules/nan/nan_persistent_pre_12_inl.h
- /Ignitus-client/node_modules/node-sass/src/libsass/src/operators.hpp
- /Ignitus-client/node_modules/node-sass/src/libsass/src/constants.hpp
- /Ignitus-client/node_modules/node-sass/src/libsass/src/error_handling.hpp
- /Ignitus-client/node_modules/nan/nan_implementation_pre_12_inl.h
- /Ignitus-client/node_modules/node-sass/src/libsass/src/inspect.cpp
- /Ignitus-client/node_modules/node-sass/src/custom_importer_bridge.cpp
- /Ignitus-client/node_modules/node-sass/src/libsass/src/parser.hpp
- /Ignitus-client/node_modules/node-sass/src/libsass/src/constants.cpp
- /Ignitus-client/node_modules/node-sass/src/sass_types/list.cpp
- /Ignitus-client/node_modules/node-sass/src/libsass/src/cssize.cpp
- /Ignitus-client/node_modules/node-sass/src/libsass/src/functions.hpp
- /Ignitus-client/node_modules/node-sass/src/libsass/src/util.cpp
- /Ignitus-client/node_modules/node-sass/src/custom_function_bridge.cpp
- /Ignitus-client/node_modules/node-sass/src/libsass/src/context.hpp
- /Ignitus-client/node_modules/nan/nan_typedarray_contents.h
- /Ignitus-client/node_modules/node-sass/src/libsass/src/sass_context.hpp
- /Ignitus-client/node_modules/node-sass/src/custom_importer_bridge.h
- /Ignitus-client/node_modules/node-sass/src/libsass/src/bind.cpp
- /Ignitus-client/node_modules/nan/nan_json.h
- /Ignitus-client/node_modules/node-sass/src/libsass/src/eval.hpp
- /Ignitus-client/node_modules/nan/nan_converters.h
- /Ignitus-client/node_modules/node-sass/src/libsass/src/backtrace.cpp
- /Ignitus-client/node_modules/node-sass/src/libsass/src/extend.cpp
- /Ignitus-client/node_modules/node-sass/src/sass_context_wrapper.h
- /Ignitus-client/node_modules/node-sass/src/sass_types/sass_value_wrapper.h
- /Ignitus-client/node_modules/node-sass/src/libsass/src/error_handling.cpp
- /Ignitus-client/node_modules/nan/nan_converters_43_inl.h
- /Ignitus-client/node_modules/node-sass/src/libsass/src/file.cpp
- /Ignitus-client/node_modules/node-sass/src/libsass/src/debugger.hpp
- /Ignitus-client/node_modules/node-sass/src/libsass/src/context.cpp
- /Ignitus-client/node_modules/node-sass/src/libsass/src/emitter.cpp
- /Ignitus-client/node_modules/node-sass/src/sass_types/number.cpp
- /Ignitus-client/node_modules/node-sass/src/sass_types/color.h
- /Ignitus-client/node_modules/nan/nan_weak.h
- /Ignitus-client/node_modules/nan/nan_new.h
- /Ignitus-client/node_modules/node-sass/src/libsass/src/sass_values.cpp
- /Ignitus-client/node_modules/node-sass/src/libsass/src/ast.hpp
- /Ignitus-client/node_modules/node-sass/src/libsass/src/output.cpp
- /Ignitus-client/node_modules/node-sass/src/libsass/src/check_nesting.cpp
- /Ignitus-client/node_modules/node-sass/src/sass_types/null.cpp
- /Ignitus-client/node_modules/node-sass/src/libsass/src/ast_def_macros.hpp
- /Ignitus-client/node_modules/node-sass/src/libsass/src/functions.cpp
- /Ignitus-client/node_modules/node-sass/src/libsass/src/cssize.hpp
- /Ignitus-client/node_modules/node-sass/src/libsass/src/prelexer.cpp
- /Ignitus-client/node_modules/node-sass/src/libsass/src/ast.cpp
- /Ignitus-client/node_modules/node-sass/src/libsass/src/to_c.cpp
- /Ignitus-client/node_modules/node-sass/src/libsass/src/to_value.hpp
- /Ignitus-client/node_modules/node-sass/src/libsass/src/ast_fwd_decl.hpp
- /Ignitus-client/node_modules/nan/nan_callbacks.h
- /Ignitus-client/node_modules/node-sass/src/libsass/src/inspect.hpp
- /Ignitus-client/node_modules/node-sass/src/sass_types/color.cpp
- /Ignitus-client/node_modules/node-sass/src/libsass/src/values.cpp
- /Ignitus-client/node_modules/node-sass/src/sass_context_wrapper.cpp
- /Ignitus-client/node_modules/node-sass/src/libsass/src/sass_context.cpp
- /Ignitus-client/node_modules/nan/nan_object_wrap.h
- /Ignitus-client/node_modules/node-sass/src/sass_types/list.h
- /Ignitus-client/node_modules/node-sass/src/libsass/src/check_nesting.hpp
- /Ignitus-client/node_modules/nan/nan_define_own_property_helper.h
- /Ignitus-client/node_modules/node-sass/src/sass_types/map.cpp
- /Ignitus-client/node_modules/node-sass/src/libsass/src/to_value.cpp
- /Ignitus-client/node_modules/node-sass/src/sass_types/string.cpp
- /Ignitus-client/node_modules/node-sass/src/libsass/src/prelexer.hpp
- /Ignitus-client/node_modules/nan/nan_maybe_43_inl.h
- /Ignitus-client/node_modules/node-sass/src/sass_types/boolean.h
- /Ignitus-client/node_modules/nan/nan_private.h
- /Ignitus-client/node_modules/node-sass/src/libsass/src/eval.cpp
</p>
</details>
<p></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 parsing component in LibSass through 3.5.5 allows attackers to cause a denial-of-service (uncontrolled recursion in Sass::Parser::parse_css_variable_value in parser.cpp).
<p>Publish Date: 2019-04-23
<p>URL: <a href=https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-20821>CVE-2018-20821</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.5</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: Required
- 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://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-20821">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-20821</a></p>
<p>Release Date: 2019-04-23</p>
<p>Fix Resolution: 3.6.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-2018-20821 (Medium) detected in opennms-opennms-source-24.1.3-1 - ## CVE-2018-20821 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>opennmsopennms-source-24.1.3-1</b></p></summary>
<p>
<p>A Java based fault and performance management system</p>
<p>Library home page: <a href=https://sourceforge.net/projects/opennms/>https://sourceforge.net/projects/opennms/</a></p>
<p>Found in HEAD commit: <a href="https://github.com/Ignitus/Ignitus-client/commit/4a136622e36d4bca4d34d3a5d332b6d73cdda58d">4a136622e36d4bca4d34d3a5d332b6d73cdda58d</a></p>
</p>
</details>
</p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Library Source Files (86)</summary>
<p></p>
<p> * The source files were matched to this source library based on a best effort match. Source libraries are selected from a list of probable public libraries.</p>
<p>
- /Ignitus-client/node_modules/nan/nan_callbacks_pre_12_inl.h
- /Ignitus-client/node_modules/node-sass/src/libsass/src/expand.hpp
- /Ignitus-client/node_modules/node-sass/src/libsass/src/expand.cpp
- /Ignitus-client/node_modules/node-sass/src/binding.cpp
- /Ignitus-client/node_modules/node-sass/src/sass_types/factory.cpp
- /Ignitus-client/node_modules/nan/nan_maybe_pre_43_inl.h
- /Ignitus-client/node_modules/node-sass/src/libsass/src/parser.cpp
- /Ignitus-client/node_modules/node-sass/src/sass_types/boolean.cpp
- /Ignitus-client/node_modules/node-sass/src/libsass/src/util.hpp
- /Ignitus-client/node_modules/node-sass/src/sass_types/value.h
- /Ignitus-client/node_modules/node-sass/src/libsass/src/emitter.hpp
- /Ignitus-client/node_modules/nan/nan_converters_pre_43_inl.h
- /Ignitus-client/node_modules/node-sass/src/libsass/include/sass/context.h
- /Ignitus-client/node_modules/node-sass/src/libsass/src/file.hpp
- /Ignitus-client/node_modules/node-sass/src/callback_bridge.h
- /Ignitus-client/node_modules/node-sass/src/libsass/src/sass.cpp
- /Ignitus-client/node_modules/nan/nan_persistent_12_inl.h
- /Ignitus-client/node_modules/node-sass/src/libsass/src/operation.hpp
- /Ignitus-client/node_modules/node-sass/src/libsass/src/operators.cpp
- /Ignitus-client/node_modules/nan/nan_persistent_pre_12_inl.h
- /Ignitus-client/node_modules/node-sass/src/libsass/src/operators.hpp
- /Ignitus-client/node_modules/node-sass/src/libsass/src/constants.hpp
- /Ignitus-client/node_modules/node-sass/src/libsass/src/error_handling.hpp
- /Ignitus-client/node_modules/nan/nan_implementation_pre_12_inl.h
- /Ignitus-client/node_modules/node-sass/src/libsass/src/inspect.cpp
- /Ignitus-client/node_modules/node-sass/src/custom_importer_bridge.cpp
- /Ignitus-client/node_modules/node-sass/src/libsass/src/parser.hpp
- /Ignitus-client/node_modules/node-sass/src/libsass/src/constants.cpp
- /Ignitus-client/node_modules/node-sass/src/sass_types/list.cpp
- /Ignitus-client/node_modules/node-sass/src/libsass/src/cssize.cpp
- /Ignitus-client/node_modules/node-sass/src/libsass/src/functions.hpp
- /Ignitus-client/node_modules/node-sass/src/libsass/src/util.cpp
- /Ignitus-client/node_modules/node-sass/src/custom_function_bridge.cpp
- /Ignitus-client/node_modules/node-sass/src/libsass/src/context.hpp
- /Ignitus-client/node_modules/nan/nan_typedarray_contents.h
- /Ignitus-client/node_modules/node-sass/src/libsass/src/sass_context.hpp
- /Ignitus-client/node_modules/node-sass/src/custom_importer_bridge.h
- /Ignitus-client/node_modules/node-sass/src/libsass/src/bind.cpp
- /Ignitus-client/node_modules/nan/nan_json.h
- /Ignitus-client/node_modules/node-sass/src/libsass/src/eval.hpp
- /Ignitus-client/node_modules/nan/nan_converters.h
- /Ignitus-client/node_modules/node-sass/src/libsass/src/backtrace.cpp
- /Ignitus-client/node_modules/node-sass/src/libsass/src/extend.cpp
- /Ignitus-client/node_modules/node-sass/src/sass_context_wrapper.h
- /Ignitus-client/node_modules/node-sass/src/sass_types/sass_value_wrapper.h
- /Ignitus-client/node_modules/node-sass/src/libsass/src/error_handling.cpp
- /Ignitus-client/node_modules/nan/nan_converters_43_inl.h
- /Ignitus-client/node_modules/node-sass/src/libsass/src/file.cpp
- /Ignitus-client/node_modules/node-sass/src/libsass/src/debugger.hpp
- /Ignitus-client/node_modules/node-sass/src/libsass/src/context.cpp
- /Ignitus-client/node_modules/node-sass/src/libsass/src/emitter.cpp
- /Ignitus-client/node_modules/node-sass/src/sass_types/number.cpp
- /Ignitus-client/node_modules/node-sass/src/sass_types/color.h
- /Ignitus-client/node_modules/nan/nan_weak.h
- /Ignitus-client/node_modules/nan/nan_new.h
- /Ignitus-client/node_modules/node-sass/src/libsass/src/sass_values.cpp
- /Ignitus-client/node_modules/node-sass/src/libsass/src/ast.hpp
- /Ignitus-client/node_modules/node-sass/src/libsass/src/output.cpp
- /Ignitus-client/node_modules/node-sass/src/libsass/src/check_nesting.cpp
- /Ignitus-client/node_modules/node-sass/src/sass_types/null.cpp
- /Ignitus-client/node_modules/node-sass/src/libsass/src/ast_def_macros.hpp
- /Ignitus-client/node_modules/node-sass/src/libsass/src/functions.cpp
- /Ignitus-client/node_modules/node-sass/src/libsass/src/cssize.hpp
- /Ignitus-client/node_modules/node-sass/src/libsass/src/prelexer.cpp
- /Ignitus-client/node_modules/node-sass/src/libsass/src/ast.cpp
- /Ignitus-client/node_modules/node-sass/src/libsass/src/to_c.cpp
- /Ignitus-client/node_modules/node-sass/src/libsass/src/to_value.hpp
- /Ignitus-client/node_modules/node-sass/src/libsass/src/ast_fwd_decl.hpp
- /Ignitus-client/node_modules/nan/nan_callbacks.h
- /Ignitus-client/node_modules/node-sass/src/libsass/src/inspect.hpp
- /Ignitus-client/node_modules/node-sass/src/sass_types/color.cpp
- /Ignitus-client/node_modules/node-sass/src/libsass/src/values.cpp
- /Ignitus-client/node_modules/node-sass/src/sass_context_wrapper.cpp
- /Ignitus-client/node_modules/node-sass/src/libsass/src/sass_context.cpp
- /Ignitus-client/node_modules/nan/nan_object_wrap.h
- /Ignitus-client/node_modules/node-sass/src/sass_types/list.h
- /Ignitus-client/node_modules/node-sass/src/libsass/src/check_nesting.hpp
- /Ignitus-client/node_modules/nan/nan_define_own_property_helper.h
- /Ignitus-client/node_modules/node-sass/src/sass_types/map.cpp
- /Ignitus-client/node_modules/node-sass/src/libsass/src/to_value.cpp
- /Ignitus-client/node_modules/node-sass/src/sass_types/string.cpp
- /Ignitus-client/node_modules/node-sass/src/libsass/src/prelexer.hpp
- /Ignitus-client/node_modules/nan/nan_maybe_43_inl.h
- /Ignitus-client/node_modules/node-sass/src/sass_types/boolean.h
- /Ignitus-client/node_modules/nan/nan_private.h
- /Ignitus-client/node_modules/node-sass/src/libsass/src/eval.cpp
</p>
</details>
<p></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 parsing component in LibSass through 3.5.5 allows attackers to cause a denial-of-service (uncontrolled recursion in Sass::Parser::parse_css_variable_value in parser.cpp).
<p>Publish Date: 2019-04-23
<p>URL: <a href=https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-20821>CVE-2018-20821</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.5</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: Required
- 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://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-20821">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-20821</a></p>
<p>Release Date: 2019-04-23</p>
<p>Fix Resolution: 3.6.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 opennms opennms source cve medium severity vulnerability vulnerable library opennmsopennms source a java based fault and performance management system library home page a href found in head commit a href library source files the source files were matched to this source library based on a best effort match source libraries are selected from a list of probable public libraries ignitus client node modules nan nan callbacks pre inl h ignitus client node modules node sass src libsass src expand hpp ignitus client node modules node sass src libsass src expand cpp ignitus client node modules node sass src binding cpp ignitus client node modules node sass src sass types factory cpp ignitus client node modules nan nan maybe pre inl h ignitus client node modules node sass src libsass src parser cpp ignitus client node modules node sass src sass types boolean cpp ignitus client node modules node sass src libsass src util hpp ignitus client node modules node sass src sass types value h ignitus client node modules node sass src libsass src emitter hpp ignitus client node modules nan nan converters pre inl h ignitus client node modules node sass src libsass include sass context h ignitus client node modules node sass src libsass src file hpp ignitus client node modules node sass src callback bridge h ignitus client node modules node sass src libsass src sass cpp ignitus client node modules nan nan persistent inl h ignitus client node modules node sass src libsass src operation hpp ignitus client node modules node sass src libsass src operators cpp ignitus client node modules nan nan persistent pre inl h ignitus client node modules node sass src libsass src operators hpp ignitus client node modules node sass src libsass src constants hpp ignitus client node modules node sass src libsass src error handling hpp ignitus client node modules nan nan implementation pre inl h ignitus client node modules node sass src libsass src inspect cpp ignitus client node modules node sass src custom importer bridge cpp ignitus client node modules node sass src libsass src parser hpp ignitus client node modules node sass src libsass src constants cpp ignitus client node modules node sass src sass types list cpp ignitus client node modules node sass src libsass src cssize cpp ignitus client node modules node sass src libsass src functions hpp ignitus client node modules node sass src libsass src util cpp ignitus client node modules node sass src custom function bridge cpp ignitus client node modules node sass src libsass src context hpp ignitus client node modules nan nan typedarray contents h ignitus client node modules node sass src libsass src sass context hpp ignitus client node modules node sass src custom importer bridge h ignitus client node modules node sass src libsass src bind cpp ignitus client node modules nan nan json h ignitus client node modules node sass src libsass src eval hpp ignitus client node modules nan nan converters h ignitus client node modules node sass src libsass src backtrace cpp ignitus client node modules node sass src libsass src extend cpp ignitus client node modules node sass src sass context wrapper h ignitus client node modules node sass src sass types sass value wrapper h ignitus client node modules node sass src libsass src error handling cpp ignitus client node modules nan nan converters inl h ignitus client node modules node sass src libsass src file cpp ignitus client node modules node sass src libsass src debugger hpp ignitus client node modules node sass src libsass src context cpp ignitus client node modules node sass src libsass src emitter cpp ignitus client node modules node sass src sass types number cpp ignitus client node modules node sass src sass types color h ignitus client node modules nan nan weak h ignitus client node modules nan nan new h ignitus client node modules node sass src libsass src sass values cpp ignitus client node modules node sass src libsass src ast hpp ignitus client node modules node sass src libsass src output cpp ignitus client node modules node sass src libsass src check nesting cpp ignitus client node modules node sass src sass types null cpp ignitus client node modules node sass src libsass src ast def macros hpp ignitus client node modules node sass src libsass src functions cpp ignitus client node modules node sass src libsass src cssize hpp ignitus client node modules node sass src libsass src prelexer cpp ignitus client node modules node sass src libsass src ast cpp ignitus client node modules node sass src libsass src to c cpp ignitus client node modules node sass src libsass src to value hpp ignitus client node modules node sass src libsass src ast fwd decl hpp ignitus client node modules nan nan callbacks h ignitus client node modules node sass src libsass src inspect hpp ignitus client node modules node sass src sass types color cpp ignitus client node modules node sass src libsass src values cpp ignitus client node modules node sass src sass context wrapper cpp ignitus client node modules node sass src libsass src sass context cpp ignitus client node modules nan nan object wrap h ignitus client node modules node sass src sass types list h ignitus client node modules node sass src libsass src check nesting hpp ignitus client node modules nan nan define own property helper h ignitus client node modules node sass src sass types map cpp ignitus client node modules node sass src libsass src to value cpp ignitus client node modules node sass src sass types string cpp ignitus client node modules node sass src libsass src prelexer hpp ignitus client node modules nan nan maybe inl h ignitus client node modules node sass src sass types boolean h ignitus client node modules nan nan private h ignitus client node modules node sass src libsass src eval cpp vulnerability details the parsing component in libsass through allows attackers to cause a denial of service uncontrolled recursion in sass parser parse css variable value in parser cpp 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 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 |
316,806 | 23,649,654,081 | IssuesEvent | 2022-08-26 04:38:48 | zio/zio | https://api.github.com/repos/zio/zio | closed | Add Example of Dynamically Constructing Tests to ZIO Test Documentation | documentation tests | It would be good to have an example of dynamically loading a collection of tests based on information from a file. | 1.0 | Add Example of Dynamically Constructing Tests to ZIO Test Documentation - It would be good to have an example of dynamically loading a collection of tests based on information from a file. | non_test | add example of dynamically constructing tests to zio test documentation it would be good to have an example of dynamically loading a collection of tests based on information from a file | 0 |
245,620 | 26,549,308,726 | IssuesEvent | 2023-01-20 05:30:37 | nidhi7598/linux-3.0.35_CVE-2022-45934 | https://api.github.com/repos/nidhi7598/linux-3.0.35_CVE-2022-45934 | opened | CVE-2016-5828 (High) detected in linux-stable-rtv3.8.6 | security vulnerability | ## CVE-2016-5828 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linux-stable-rtv3.8.6</b></p></summary>
<p>
<p>Julia Cartwright's fork of linux-stable-rt.git</p>
<p>Library home page: <a href=https://git.kernel.org/pub/scm/linux/kernel/git/julia/linux-stable-rt.git>https://git.kernel.org/pub/scm/linux/kernel/git/julia/linux-stable-rt.git</a></p>
<p>Found in HEAD commit: <a href="https://github.com/nidhi7598/linux-3.0.35_CVE-2022-45934/commit/5e23b7f9d2dd0154edd54986754eecd5b5308571">5e23b7f9d2dd0154edd54986754eecd5b5308571</a></p>
<p>Found in base branch: <b>master</b></p></p>
</details>
</p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Source Files (1)</summary>
<p></p>
<p>
</p>
</details>
<p></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
The start_thread function in arch/powerpc/kernel/process.c in the Linux kernel through 4.6.3 on powerpc platforms mishandles transactional state, which allows local users to cause a denial of service (invalid process state or TM Bad Thing exception, and system crash) or possibly have unspecified other impact by starting and suspending a transaction before an exec system call.
<p>Publish Date: 2016-06-27
<p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2016-5828>CVE-2016-5828</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.8</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Local
- Attack Complexity: Low
- Privileges Required: Low
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: High
- Integrity Impact: 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="http://web.nvd.nist.gov/view/vuln/deta?il?vulnId=CVE-2016-5828">http://web.nvd.nist.gov/view/vuln/deta?il?vulnId=CVE-2016-5828</a></p>
<p>Release Date: 2016-06-27</p>
<p>Fix Resolution: v4.7-rc6</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | True | CVE-2016-5828 (High) detected in linux-stable-rtv3.8.6 - ## CVE-2016-5828 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linux-stable-rtv3.8.6</b></p></summary>
<p>
<p>Julia Cartwright's fork of linux-stable-rt.git</p>
<p>Library home page: <a href=https://git.kernel.org/pub/scm/linux/kernel/git/julia/linux-stable-rt.git>https://git.kernel.org/pub/scm/linux/kernel/git/julia/linux-stable-rt.git</a></p>
<p>Found in HEAD commit: <a href="https://github.com/nidhi7598/linux-3.0.35_CVE-2022-45934/commit/5e23b7f9d2dd0154edd54986754eecd5b5308571">5e23b7f9d2dd0154edd54986754eecd5b5308571</a></p>
<p>Found in base branch: <b>master</b></p></p>
</details>
</p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Source Files (1)</summary>
<p></p>
<p>
</p>
</details>
<p></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
The start_thread function in arch/powerpc/kernel/process.c in the Linux kernel through 4.6.3 on powerpc platforms mishandles transactional state, which allows local users to cause a denial of service (invalid process state or TM Bad Thing exception, and system crash) or possibly have unspecified other impact by starting and suspending a transaction before an exec system call.
<p>Publish Date: 2016-06-27
<p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2016-5828>CVE-2016-5828</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.8</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Local
- Attack Complexity: Low
- Privileges Required: Low
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: High
- Integrity Impact: 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="http://web.nvd.nist.gov/view/vuln/deta?il?vulnId=CVE-2016-5828">http://web.nvd.nist.gov/view/vuln/deta?il?vulnId=CVE-2016-5828</a></p>
<p>Release Date: 2016-06-27</p>
<p>Fix Resolution: v4.7-rc6</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | non_test | cve high detected in linux stable cve high severity vulnerability vulnerable library linux stable julia cartwright s fork of linux stable rt git library home page a href found in head commit a href found in base branch master vulnerable source files vulnerability details the start thread function in arch powerpc kernel process c in the linux kernel through on powerpc platforms mishandles transactional state which allows local users to cause a denial of service invalid process state or tm bad thing exception and system crash or possibly have unspecified other impact by starting and suspending a transaction before an exec system call publish date url a href cvss score details base score metrics exploitability metrics attack vector local attack complexity low privileges required low user interaction none scope unchanged impact metrics confidentiality impact high integrity impact high availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution step up your open source security game with mend | 0 |
58,824 | 6,621,273,919 | IssuesEvent | 2017-09-21 18:32:15 | kytos/python-openflow | https://api.github.com/repos/kytos/python-openflow | closed | CI should fail when linters do | test | setup.py must exit with a non-successful code when linters fail. | 1.0 | CI should fail when linters do - setup.py must exit with a non-successful code when linters fail. | test | ci should fail when linters do setup py must exit with a non successful code when linters fail | 1 |
24,874 | 7,575,046,179 | IssuesEvent | 2018-04-23 23:29:26 | monero-project/kovri | https://api.github.com/repos/monero-project/kovri | closed | miniupnp | blocker build ecosystem | ---
**By submitting this issue, I confirm the following:**
- I have read and understood the contributor guide in [kovri-docs](https://github.com/monero-project/kovri-docs).
- I have checked that the issue I am reporting can be replicated or that the feature I am suggesting is not present.
- I have checked opened or recently closed [pull requests](https://github.com/monero-project/kovri/pulls) for existing solutions/implementations to my issue/suggestion.
---
https://github.com/monero-project/monero/pull/3668 | 1.0 | miniupnp - ---
**By submitting this issue, I confirm the following:**
- I have read and understood the contributor guide in [kovri-docs](https://github.com/monero-project/kovri-docs).
- I have checked that the issue I am reporting can be replicated or that the feature I am suggesting is not present.
- I have checked opened or recently closed [pull requests](https://github.com/monero-project/kovri/pulls) for existing solutions/implementations to my issue/suggestion.
---
https://github.com/monero-project/monero/pull/3668 | non_test | miniupnp by submitting this issue i confirm the following i have read and understood the contributor guide in i have checked that the issue i am reporting can be replicated or that the feature i am suggesting is not present i have checked opened or recently closed for existing solutions implementations to my issue suggestion | 0 |
125,271 | 10,339,651,068 | IssuesEvent | 2019-09-03 19:52:46 | elastic/kibana | https://api.github.com/repos/elastic/kibana | closed | Failing test: X-Pack Mocha Tests.x-pack/plugins/reporting/server/lib/esqueue/__tests__/worker·js - Worker class job failures worker failure workerFn rejects promise should emit worker execution error | failed-test | A test failed on a tracked branch
```
[Error: timeout of 2000ms exceeded. Ensure the done() callback is being called in this test.]
```
First failure: [Jenkins Build](https://kibana-ci.elastic.co/job/elastic+kibana+master/JOB=x-pack-intake,node=immutable/1432/)
<!-- kibanaCiData = {"failed-test":{"test.class":"X-Pack Mocha Tests.x-pack/plugins/reporting/server/lib/esqueue/__tests__/worker·js","test.name":"Worker class job failures worker failure workerFn rejects promise should emit worker execution error","test.failCount":2}} --> | 1.0 | Failing test: X-Pack Mocha Tests.x-pack/plugins/reporting/server/lib/esqueue/__tests__/worker·js - Worker class job failures worker failure workerFn rejects promise should emit worker execution error - A test failed on a tracked branch
```
[Error: timeout of 2000ms exceeded. Ensure the done() callback is being called in this test.]
```
First failure: [Jenkins Build](https://kibana-ci.elastic.co/job/elastic+kibana+master/JOB=x-pack-intake,node=immutable/1432/)
<!-- kibanaCiData = {"failed-test":{"test.class":"X-Pack Mocha Tests.x-pack/plugins/reporting/server/lib/esqueue/__tests__/worker·js","test.name":"Worker class job failures worker failure workerFn rejects promise should emit worker execution error","test.failCount":2}} --> | test | failing test x pack mocha tests x pack plugins reporting server lib esqueue tests worker·js worker class job failures worker failure workerfn rejects promise should emit worker execution error a test failed on a tracked branch first failure | 1 |
54,509 | 11,254,465,495 | IssuesEvent | 2020-01-11 23:59:28 | happycube/ld-decode | https://api.github.com/repos/happycube/ld-decode | opened | Crash in refine_linelocs_hsync when hsync_area is empty | ld-decode | While decoding a clip from the middle of [EE1053](https://www.lddb.com/laserdisc/19051/EE-1053/Nikita):
```
$ ld-decode --pal ee1053-lineloc-crash.raw.oga out/tmp
file frame 1 CLV timecode 41:06.09 frame 61659
file frame 2 CLV timecode 41:06.10 frame 61660
file frame 3 CLV timecode 41:06.11 frame 61661
[...]
file frame 147 CLV timecode 41:12.06 frame 61806
file frame 148 CLV timecode 41:12.07 frame 61807
file frame 149 CLV timecode 41:12.08 frame 61808
ERROR - please paste the following into a bug report:
current sample: 240714034.2967033
arguments: Namespace(MTF=None, MTF_offset=None, WibbleRemover=False, daa=False, ignoreleadout=False, infile='ee1053-lineloc-crash.raw.oga', inputfreq=None, length=110000, lowband=False, nodod=False, noefm=False, ntsc=False, ntscj=False, outfile='out/tmp', pal=True, seek=-1, start=0, start_fileloc=-1, threads=5, vbpf_high=None, verboseVITS=False, vlpf=None)
Exception: zero-size array to reduction operation minimum which has no identity Traceback:
File "/home/ats/pkg/ld-decode/bin/ld-decode", line 129, in <module>
f = ldd.readfield()
File "/home/ats/src/ld-decode/lddecode/core.py", line 2607, in readfield
f, offset = self.decodefield(initphase = initphase)
File "/home/ats/src/ld-decode/lddecode/core.py", line 2590, in decodefield
f = self.FieldClass(self.rf, self.rawdecode, audio_offset = self.audio_offset, prevfield = self.curfield, initphase = initphase)
File "/home/ats/src/ld-decode/lddecode/core.py", line 2047, in __init__
super(FieldPAL, self).__init__(*args, **kwargs)
File "/home/ats/src/ld-decode/lddecode/core.py", line 1823, in __init__
self.linelocs2 = self.refine_linelocs_hsync()
File "/home/ats/src/ld-decode/lddecode/core.py", line 1630, in refine_linelocs_hsync
if nb_min(hsync_area) < self.rf.iretohz(-55) or nb_max(hsync_area) > self.rf.iretohz(30):
File "/gar/lib/python3.8/site-packages/numba/targets/arraymath.py", line 502, in array_min_impl
raise ValueError(MSG)
```
Starting later just produces `ERROR:root:Skipped field` on the offending field.
I've put ee1053-lineloc-crash.raw.oga in sftp:adamsampson/Faults. | 1.0 | Crash in refine_linelocs_hsync when hsync_area is empty - While decoding a clip from the middle of [EE1053](https://www.lddb.com/laserdisc/19051/EE-1053/Nikita):
```
$ ld-decode --pal ee1053-lineloc-crash.raw.oga out/tmp
file frame 1 CLV timecode 41:06.09 frame 61659
file frame 2 CLV timecode 41:06.10 frame 61660
file frame 3 CLV timecode 41:06.11 frame 61661
[...]
file frame 147 CLV timecode 41:12.06 frame 61806
file frame 148 CLV timecode 41:12.07 frame 61807
file frame 149 CLV timecode 41:12.08 frame 61808
ERROR - please paste the following into a bug report:
current sample: 240714034.2967033
arguments: Namespace(MTF=None, MTF_offset=None, WibbleRemover=False, daa=False, ignoreleadout=False, infile='ee1053-lineloc-crash.raw.oga', inputfreq=None, length=110000, lowband=False, nodod=False, noefm=False, ntsc=False, ntscj=False, outfile='out/tmp', pal=True, seek=-1, start=0, start_fileloc=-1, threads=5, vbpf_high=None, verboseVITS=False, vlpf=None)
Exception: zero-size array to reduction operation minimum which has no identity Traceback:
File "/home/ats/pkg/ld-decode/bin/ld-decode", line 129, in <module>
f = ldd.readfield()
File "/home/ats/src/ld-decode/lddecode/core.py", line 2607, in readfield
f, offset = self.decodefield(initphase = initphase)
File "/home/ats/src/ld-decode/lddecode/core.py", line 2590, in decodefield
f = self.FieldClass(self.rf, self.rawdecode, audio_offset = self.audio_offset, prevfield = self.curfield, initphase = initphase)
File "/home/ats/src/ld-decode/lddecode/core.py", line 2047, in __init__
super(FieldPAL, self).__init__(*args, **kwargs)
File "/home/ats/src/ld-decode/lddecode/core.py", line 1823, in __init__
self.linelocs2 = self.refine_linelocs_hsync()
File "/home/ats/src/ld-decode/lddecode/core.py", line 1630, in refine_linelocs_hsync
if nb_min(hsync_area) < self.rf.iretohz(-55) or nb_max(hsync_area) > self.rf.iretohz(30):
File "/gar/lib/python3.8/site-packages/numba/targets/arraymath.py", line 502, in array_min_impl
raise ValueError(MSG)
```
Starting later just produces `ERROR:root:Skipped field` on the offending field.
I've put ee1053-lineloc-crash.raw.oga in sftp:adamsampson/Faults. | non_test | crash in refine linelocs hsync when hsync area is empty while decoding a clip from the middle of ld decode pal lineloc crash raw oga out tmp file frame clv timecode frame file frame clv timecode frame file frame clv timecode frame file frame clv timecode frame file frame clv timecode frame file frame clv timecode frame error please paste the following into a bug report current sample arguments namespace mtf none mtf offset none wibbleremover false daa false ignoreleadout false infile lineloc crash raw oga inputfreq none length lowband false nodod false noefm false ntsc false ntscj false outfile out tmp pal true seek start start fileloc threads vbpf high none verbosevits false vlpf none exception zero size array to reduction operation minimum which has no identity traceback file home ats pkg ld decode bin ld decode line in f ldd readfield file home ats src ld decode lddecode core py line in readfield f offset self decodefield initphase initphase file home ats src ld decode lddecode core py line in decodefield f self fieldclass self rf self rawdecode audio offset self audio offset prevfield self curfield initphase initphase file home ats src ld decode lddecode core py line in init super fieldpal self init args kwargs file home ats src ld decode lddecode core py line in init self self refine linelocs hsync file home ats src ld decode lddecode core py line in refine linelocs hsync if nb min hsync area self rf iretohz file gar lib site packages numba targets arraymath py line in array min impl raise valueerror msg starting later just produces error root skipped field on the offending field i ve put lineloc crash raw oga in sftp adamsampson faults | 0 |
31,569 | 11,954,061,846 | IssuesEvent | 2020-04-03 22:25:05 | Watemlifts/odoo | https://api.github.com/repos/Watemlifts/odoo | opened | CVE-2020-5313 (High) detected in Pillow-4.0.0-cp27-cp27mu-manylinux1_x86_64.whl | security vulnerability | ## CVE-2020-5313 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>Pillow-4.0.0-cp27-cp27mu-manylinux1_x86_64.whl</b></p></summary>
<p>Python Imaging Library (Fork)</p>
<p>Library home page: <a href="https://files.pythonhosted.org/packages/89/99/0e3522a9764fe371bf9f7729404b1ef7d9c4fc49cbe5f1761c6e07812345/Pillow-4.0.0-cp27-cp27mu-manylinux1_x86_64.whl">https://files.pythonhosted.org/packages/89/99/0e3522a9764fe371bf9f7729404b1ef7d9c4fc49cbe5f1761c6e07812345/Pillow-4.0.0-cp27-cp27mu-manylinux1_x86_64.whl</a></p>
<p>Path to dependency file: /tmp/ws-scm/odoo/requirements.txt</p>
<p>Path to vulnerable library: /odoo/requirements.txt</p>
<p>
Dependency Hierarchy:
- :x: **Pillow-4.0.0-cp27-cp27mu-manylinux1_x86_64.whl** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/Watemlifts/odoo/commit/4caf7323cb2b0a6972e0d65df7af2f05ff26816b">4caf7323cb2b0a6972e0d65df7af2f05ff26816b</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
libImaging/FliDecode.c in Pillow before 6.2.2 has an FLI buffer overflow.
<p>Publish Date: 2020-01-03
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-5313>CVE-2020-5313</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.1</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: Required
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: Low
- 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://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-5313">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-5313</a></p>
<p>Release Date: 2020-01-03</p>
<p>Fix Resolution: Pillow - 6.2.2</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-2020-5313 (High) detected in Pillow-4.0.0-cp27-cp27mu-manylinux1_x86_64.whl - ## CVE-2020-5313 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>Pillow-4.0.0-cp27-cp27mu-manylinux1_x86_64.whl</b></p></summary>
<p>Python Imaging Library (Fork)</p>
<p>Library home page: <a href="https://files.pythonhosted.org/packages/89/99/0e3522a9764fe371bf9f7729404b1ef7d9c4fc49cbe5f1761c6e07812345/Pillow-4.0.0-cp27-cp27mu-manylinux1_x86_64.whl">https://files.pythonhosted.org/packages/89/99/0e3522a9764fe371bf9f7729404b1ef7d9c4fc49cbe5f1761c6e07812345/Pillow-4.0.0-cp27-cp27mu-manylinux1_x86_64.whl</a></p>
<p>Path to dependency file: /tmp/ws-scm/odoo/requirements.txt</p>
<p>Path to vulnerable library: /odoo/requirements.txt</p>
<p>
Dependency Hierarchy:
- :x: **Pillow-4.0.0-cp27-cp27mu-manylinux1_x86_64.whl** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/Watemlifts/odoo/commit/4caf7323cb2b0a6972e0d65df7af2f05ff26816b">4caf7323cb2b0a6972e0d65df7af2f05ff26816b</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
libImaging/FliDecode.c in Pillow before 6.2.2 has an FLI buffer overflow.
<p>Publish Date: 2020-01-03
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-5313>CVE-2020-5313</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.1</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: Required
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: Low
- 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://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-5313">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-5313</a></p>
<p>Release Date: 2020-01-03</p>
<p>Fix Resolution: Pillow - 6.2.2</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 pillow whl cve high severity vulnerability vulnerable library pillow whl python imaging library fork library home page a href path to dependency file tmp ws scm odoo requirements txt path to vulnerable library odoo requirements txt dependency hierarchy x pillow whl vulnerable library found in head commit a href vulnerability details libimaging flidecode c in pillow before has an fli buffer overflow 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 unchanged impact metrics confidentiality impact low 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 pillow step up your open source security game with whitesource | 0 |
337,939 | 30,272,669,706 | IssuesEvent | 2023-07-07 16:39:20 | ita-social-projects/StreetCode | https://api.github.com/repos/ita-social-projects/StreetCode | opened | Admin [Interesting facts block] Verify if Admin can delete existing facts via "trash" icon | Test case | **Priority:* hight*
**Description:**
Test case verifies if Admin can delete existing facts via "trash" icon
**Preconditions**
1.Go to http://185.230.138.173/admin-panel
2. Login as 'adminStreetcode ' , password - 'pH2603VkN4d'
3. Go to the Interesting facts block - WOW - факти
4. A WOW- факт is added
**Steps to reproduce**
1. Click on "trash" icon on WOW - факт
2. Click on "Скасувати" button
3. Сheck that this WOW - факт has not been deleted
4. Click again on "trash" icon on WOW - факт
5. Click on "Гаразд" button
**Expected result**
WOW - факт is deleted
**User story:**
#123
**Related bug:**
| 1.0 | Admin [Interesting facts block] Verify if Admin can delete existing facts via "trash" icon - **Priority:* hight*
**Description:**
Test case verifies if Admin can delete existing facts via "trash" icon
**Preconditions**
1.Go to http://185.230.138.173/admin-panel
2. Login as 'adminStreetcode ' , password - 'pH2603VkN4d'
3. Go to the Interesting facts block - WOW - факти
4. A WOW- факт is added
**Steps to reproduce**
1. Click on "trash" icon on WOW - факт
2. Click on "Скасувати" button
3. Сheck that this WOW - факт has not been deleted
4. Click again on "trash" icon on WOW - факт
5. Click on "Гаразд" button
**Expected result**
WOW - факт is deleted
**User story:**
#123
**Related bug:**
| test | admin verify if admin can delete existing facts via trash icon priority hight description test case verifies if admin can delete existing facts via trash icon preconditions go to login as adminstreetcode password go to the interesting facts block wow факти a wow факт is added steps to reproduce click on trash icon on wow факт click on скасувати button сheck that this wow факт has not been deleted click again on trash icon on wow факт click on гаразд button expected result wow факт is deleted user story related bug | 1 |
102,798 | 8,854,806,570 | IssuesEvent | 2019-01-09 03:07:25 | ElementsProject/lightning | https://api.github.com/repos/ElementsProject/lightning | closed | Expand memleak detection to subdaemons | enhancement testing | We currently only do memory leak detection on the main daemon: but some subdaemons are longlived too, so they should be monitored as well. | 1.0 | Expand memleak detection to subdaemons - We currently only do memory leak detection on the main daemon: but some subdaemons are longlived too, so they should be monitored as well. | test | expand memleak detection to subdaemons we currently only do memory leak detection on the main daemon but some subdaemons are longlived too so they should be monitored as well | 1 |
196,750 | 14,888,641,736 | IssuesEvent | 2021-01-20 20:09:53 | dapr/components-contrib | https://api.github.com/repos/dapr/components-contrib | closed | Conformance Tests - Implement API test for SecretStore | P1 area/test/conformance | ## Describe the proposal
Implement the API test suite for secret store.
Use Kubernetes Secret Store.
Make sure the tests are abstract and can be easily extended to other secret stores.
Component setup is external to this for now.
List and create issues for other tests that need to implemented as needed.
#404 | 1.0 | Conformance Tests - Implement API test for SecretStore - ## Describe the proposal
Implement the API test suite for secret store.
Use Kubernetes Secret Store.
Make sure the tests are abstract and can be easily extended to other secret stores.
Component setup is external to this for now.
List and create issues for other tests that need to implemented as needed.
#404 | test | conformance tests implement api test for secretstore describe the proposal implement the api test suite for secret store use kubernetes secret store make sure the tests are abstract and can be easily extended to other secret stores component setup is external to this for now list and create issues for other tests that need to implemented as needed | 1 |
358,391 | 25,190,246,996 | IssuesEvent | 2022-11-11 23:22:41 | deislabs/ratify | https://api.github.com/repos/deislabs/ratify | closed | ECR and Cosign Walkthrough is Broken | bug documentation | - Cosign verification flow doesn't work with changes to ORAS store
- Fix must catch the 404 error returned by ECR when referrers API is queried
- Previous ORAS implementation: https://github.com/deislabs/ratify/blob/ee5d9d8213bf267721eb74934f61eee37a982311/pkg/referrerstore/oras/oras.go#L119 | 1.0 | ECR and Cosign Walkthrough is Broken - - Cosign verification flow doesn't work with changes to ORAS store
- Fix must catch the 404 error returned by ECR when referrers API is queried
- Previous ORAS implementation: https://github.com/deislabs/ratify/blob/ee5d9d8213bf267721eb74934f61eee37a982311/pkg/referrerstore/oras/oras.go#L119 | non_test | ecr and cosign walkthrough is broken cosign verification flow doesn t work with changes to oras store fix must catch the error returned by ecr when referrers api is queried previous oras implementation | 0 |
288,125 | 31,857,024,190 | IssuesEvent | 2023-09-15 08:13:42 | nidhi7598/linux-4.19.72_CVE-2022-3564 | https://api.github.com/repos/nidhi7598/linux-4.19.72_CVE-2022-3564 | closed | CVE-2020-11668 (High) detected in linuxlinux-4.19.294 - autoclosed | Mend: dependency security vulnerability | ## CVE-2020-11668 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linuxlinux-4.19.294</b></p></summary>
<p>
<p>The Linux Kernel</p>
<p>Library home page: <a href=https://mirrors.edge.kernel.org/pub/linux/kernel/v4.x/?wsslib=linux>https://mirrors.edge.kernel.org/pub/linux/kernel/v4.x/?wsslib=linux</a></p>
<p>Found in HEAD commit: <a href="https://github.com/nidhi7598/linux-4.19.72_CVE-2022-3564/commit/454c7dacf6fa9a6de86d4067f5a08f25cffa519b">454c7dacf6fa9a6de86d4067f5a08f25cffa519b</a></p>
<p>Found in base branch: <b>main</b></p></p>
</details>
</p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Source Files (2)</summary>
<p></p>
<p>
<img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/drivers/media/usb/gspca/xirlink_cit.c</b>
<img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/drivers/media/usb/gspca/xirlink_cit.c</b>
</p>
</details>
<p></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png?' width=19 height=20> Vulnerability Details</summary>
<p>
In the Linux kernel before 5.6.1, drivers/media/usb/gspca/xirlink_cit.c (aka the Xirlink camera USB driver) mishandles invalid descriptors, aka CID-a246b4d54770.
<p>Publish Date: 2020-04-09
<p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2020-11668>CVE-2020-11668</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.1</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Local
- Attack Complexity: Low
- Privileges Required: Low
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- 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://nvd.nist.gov/vuln/detail/CVE-2020-11668">https://nvd.nist.gov/vuln/detail/CVE-2020-11668</a></p>
<p>Release Date: 2020-06-10</p>
<p>Fix Resolution: kernel-cross-headers - 4.18.0-240,4.18.0-240,4.18.0-240;kernel-debug-debuginfo - 4.18.0-240,3.10.0-1160.36.2;kernel-debug - 4.18.0-240,4.18.0-240,3.10.0-1160.36.2,4.18.0-240,4.18.0-240,3.10.0-1160.36.2,3.10.0-1160.36.2;kernel-devel - 4.18.0-240,3.10.0-1160.36.2,4.18.0-240,4.18.0-240,3.10.0-1160.36.2,3.10.0-1160.36.2,4.18.0-240;kernel - 4.18.0-240,3.10.0-1160.36.2,3.10.0-1160.36.2,4.18.0-240,4.18.0-240,4.18.0-240,4.18.0-240,3.10.0-1160.36.2,3.10.0-1160.36.2;bpftool-debuginfo - 4.18.0-240,3.10.0-1160.36.2;kernel-zfcpdump-core - 4.18.0-240;kernel-debug-core - 4.18.0-240,4.18.0-240,4.18.0-240,4.18.0-240;kernel-modules-extra - 4.18.0-240,4.18.0-240,4.18.0-240,4.18.0-240;kernel-rt-debug-devel - 4.18.0-240.rt7.54,3.10.0-1160.36.2.rt56.1179;python-perf - 3.10.0-1160.36.2,3.10.0-1160.36.2,3.10.0-1160.36.2;kernel-core - 4.18.0-240,4.18.0-240,4.18.0-240,4.18.0-240;kernel-rt-debug - 4.18.0-240.rt7.54,3.10.0-1160.36.2.rt56.1179;kernel-rt-devel - 4.18.0-240.rt7.54,3.10.0-1160.36.2.rt56.1179;kernel-debuginfo-common-ppc64 - 3.10.0-1160.36.2;python3-perf - 4.18.0-240,4.18.0-240,4.18.0-240,4.18.0-240;kernel-tools - 3.10.0-1160.36.2,3.10.0-1160.36.2,4.18.0-240,3.10.0-1160.36.2,4.18.0-240,4.18.0-240;kernel-debug-modules - 4.18.0-240,4.18.0-240,4.18.0-240,4.18.0-240;kernel-rt-trace-kvm - 3.10.0-1160.36.2.rt56.1179;kernel-rt-debuginfo-common-x86_64 - 4.18.0-240.rt7.54;kernel-tools-libs-devel - 3.10.0-1160.36.2,3.10.0-1160.36.2,3.10.0-1160.36.2;kernel-modules - 4.18.0-240,4.18.0-240,4.18.0-240,4.18.0-240;kernel-tools-debuginfo - 3.10.0-1160.36.2,4.18.0-240,3.10.0-1160.36.2;kernel-rt-modules - 4.18.0-240.rt7.54;kernel-rt-doc - 3.10.0-1160.36.2.rt56.1179;kernel-rt-kvm - 4.18.0-240.rt7.54,3.10.0-1160.36.2.rt56.1179;python-perf-debuginfo - 3.10.0-1160.36.2,3.10.0-1160.36.2;kernel-headers - 4.18.0-240,3.10.0-1160.36.2,4.18.0-240,4.18.0-240,4.18.0-240,3.10.0-1160.36.2,3.10.0-1160.36.2;kernel-rt-trace - 3.10.0-1160.36.2.rt56.1179;kernel-debuginfo-common-x86_64 - 3.10.0-1160.36.2,4.18.0-240;kernel-rt - 4.18.0-240.rt7.54,4.18.0-240.rt7.54,3.10.0-1160.36.2.rt56.1179,3.10.0-1160.36.2.rt56.1179;kernel-zfcpdump - 4.18.0-240;kernel-rt-debug-modules-extra - 4.18.0-240.rt7.54;python3-perf-debuginfo - 4.18.0-240;kernel-rt-modules-extra - 4.18.0-240.rt7.54;kernel-doc - 4.18.0-240,3.10.0-1160.36.2;kernel-rt-core - 4.18.0-240.rt7.54;kernel-rt-debug-debuginfo - 4.18.0-240.rt7.54;kernel-abi-whitelists - 3.10.0-1160.36.2,4.18.0-240;kernel-zfcpdump-modules - 4.18.0-240;kernel-rt-trace-devel - 3.10.0-1160.36.2.rt56.1179;kernel-debug-modules-extra - 4.18.0-240,4.18.0-240,4.18.0-240,4.18.0-240;kernel-rt-debug-kvm - 4.18.0-240.rt7.54,3.10.0-1160.36.2.rt56.1179;kernel-bootwrapper - 3.10.0-1160.36.2,3.10.0-1160.36.2;kernel-rt-debuginfo - 4.18.0-240.rt7.54;kernel-rt-debug-modules - 4.18.0-240.rt7.54;kernel-zfcpdump-devel - 4.18.0-240;perf - 4.18.0-240,3.10.0-1160.36.2,4.18.0-240,4.18.0-240,4.18.0-240,3.10.0-1160.36.2,3.10.0-1160.36.2;kernel-zfcpdump-modules-extra - 4.18.0-240;kernel-debuginfo - 3.10.0-1160.36.2,4.18.0-240,3.10.0-1160.36.2;kernel-debug-devel - 4.18.0-240,3.10.0-1160.36.2,3.10.0-1160.36.2,4.18.0-240,4.18.0-240,4.18.0-240,3.10.0-1160.36.2;bpftool - 3.10.0-1160.36.2,4.18.0-240,3.10.0-1160.36.2,3.10.0-1160.36.2,4.18.0-240,4.18.0-240,4.18.0-240;kernel-rt-debug-core - 4.18.0-240.rt7.54;kernel-tools-libs - 4.18.0-240,3.10.0-1160.36.2,4.18.0-240,3.10.0-1160.36.2,3.10.0-1160.36.2,4.18.0-240;perf-debuginfo - 4.18.0-240,3.10.0-1160.36.2,3.10.0-1160.36.2;kernel-cross-headers - 4.18.0-240;kernel-debug-debuginfo - 3.10.0-1160.36.2</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | True | CVE-2020-11668 (High) detected in linuxlinux-4.19.294 - autoclosed - ## CVE-2020-11668 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linuxlinux-4.19.294</b></p></summary>
<p>
<p>The Linux Kernel</p>
<p>Library home page: <a href=https://mirrors.edge.kernel.org/pub/linux/kernel/v4.x/?wsslib=linux>https://mirrors.edge.kernel.org/pub/linux/kernel/v4.x/?wsslib=linux</a></p>
<p>Found in HEAD commit: <a href="https://github.com/nidhi7598/linux-4.19.72_CVE-2022-3564/commit/454c7dacf6fa9a6de86d4067f5a08f25cffa519b">454c7dacf6fa9a6de86d4067f5a08f25cffa519b</a></p>
<p>Found in base branch: <b>main</b></p></p>
</details>
</p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Source Files (2)</summary>
<p></p>
<p>
<img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/drivers/media/usb/gspca/xirlink_cit.c</b>
<img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/drivers/media/usb/gspca/xirlink_cit.c</b>
</p>
</details>
<p></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png?' width=19 height=20> Vulnerability Details</summary>
<p>
In the Linux kernel before 5.6.1, drivers/media/usb/gspca/xirlink_cit.c (aka the Xirlink camera USB driver) mishandles invalid descriptors, aka CID-a246b4d54770.
<p>Publish Date: 2020-04-09
<p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2020-11668>CVE-2020-11668</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.1</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Local
- Attack Complexity: Low
- Privileges Required: Low
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- 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://nvd.nist.gov/vuln/detail/CVE-2020-11668">https://nvd.nist.gov/vuln/detail/CVE-2020-11668</a></p>
<p>Release Date: 2020-06-10</p>
<p>Fix Resolution: kernel-cross-headers - 4.18.0-240,4.18.0-240,4.18.0-240;kernel-debug-debuginfo - 4.18.0-240,3.10.0-1160.36.2;kernel-debug - 4.18.0-240,4.18.0-240,3.10.0-1160.36.2,4.18.0-240,4.18.0-240,3.10.0-1160.36.2,3.10.0-1160.36.2;kernel-devel - 4.18.0-240,3.10.0-1160.36.2,4.18.0-240,4.18.0-240,3.10.0-1160.36.2,3.10.0-1160.36.2,4.18.0-240;kernel - 4.18.0-240,3.10.0-1160.36.2,3.10.0-1160.36.2,4.18.0-240,4.18.0-240,4.18.0-240,4.18.0-240,3.10.0-1160.36.2,3.10.0-1160.36.2;bpftool-debuginfo - 4.18.0-240,3.10.0-1160.36.2;kernel-zfcpdump-core - 4.18.0-240;kernel-debug-core - 4.18.0-240,4.18.0-240,4.18.0-240,4.18.0-240;kernel-modules-extra - 4.18.0-240,4.18.0-240,4.18.0-240,4.18.0-240;kernel-rt-debug-devel - 4.18.0-240.rt7.54,3.10.0-1160.36.2.rt56.1179;python-perf - 3.10.0-1160.36.2,3.10.0-1160.36.2,3.10.0-1160.36.2;kernel-core - 4.18.0-240,4.18.0-240,4.18.0-240,4.18.0-240;kernel-rt-debug - 4.18.0-240.rt7.54,3.10.0-1160.36.2.rt56.1179;kernel-rt-devel - 4.18.0-240.rt7.54,3.10.0-1160.36.2.rt56.1179;kernel-debuginfo-common-ppc64 - 3.10.0-1160.36.2;python3-perf - 4.18.0-240,4.18.0-240,4.18.0-240,4.18.0-240;kernel-tools - 3.10.0-1160.36.2,3.10.0-1160.36.2,4.18.0-240,3.10.0-1160.36.2,4.18.0-240,4.18.0-240;kernel-debug-modules - 4.18.0-240,4.18.0-240,4.18.0-240,4.18.0-240;kernel-rt-trace-kvm - 3.10.0-1160.36.2.rt56.1179;kernel-rt-debuginfo-common-x86_64 - 4.18.0-240.rt7.54;kernel-tools-libs-devel - 3.10.0-1160.36.2,3.10.0-1160.36.2,3.10.0-1160.36.2;kernel-modules - 4.18.0-240,4.18.0-240,4.18.0-240,4.18.0-240;kernel-tools-debuginfo - 3.10.0-1160.36.2,4.18.0-240,3.10.0-1160.36.2;kernel-rt-modules - 4.18.0-240.rt7.54;kernel-rt-doc - 3.10.0-1160.36.2.rt56.1179;kernel-rt-kvm - 4.18.0-240.rt7.54,3.10.0-1160.36.2.rt56.1179;python-perf-debuginfo - 3.10.0-1160.36.2,3.10.0-1160.36.2;kernel-headers - 4.18.0-240,3.10.0-1160.36.2,4.18.0-240,4.18.0-240,4.18.0-240,3.10.0-1160.36.2,3.10.0-1160.36.2;kernel-rt-trace - 3.10.0-1160.36.2.rt56.1179;kernel-debuginfo-common-x86_64 - 3.10.0-1160.36.2,4.18.0-240;kernel-rt - 4.18.0-240.rt7.54,4.18.0-240.rt7.54,3.10.0-1160.36.2.rt56.1179,3.10.0-1160.36.2.rt56.1179;kernel-zfcpdump - 4.18.0-240;kernel-rt-debug-modules-extra - 4.18.0-240.rt7.54;python3-perf-debuginfo - 4.18.0-240;kernel-rt-modules-extra - 4.18.0-240.rt7.54;kernel-doc - 4.18.0-240,3.10.0-1160.36.2;kernel-rt-core - 4.18.0-240.rt7.54;kernel-rt-debug-debuginfo - 4.18.0-240.rt7.54;kernel-abi-whitelists - 3.10.0-1160.36.2,4.18.0-240;kernel-zfcpdump-modules - 4.18.0-240;kernel-rt-trace-devel - 3.10.0-1160.36.2.rt56.1179;kernel-debug-modules-extra - 4.18.0-240,4.18.0-240,4.18.0-240,4.18.0-240;kernel-rt-debug-kvm - 4.18.0-240.rt7.54,3.10.0-1160.36.2.rt56.1179;kernel-bootwrapper - 3.10.0-1160.36.2,3.10.0-1160.36.2;kernel-rt-debuginfo - 4.18.0-240.rt7.54;kernel-rt-debug-modules - 4.18.0-240.rt7.54;kernel-zfcpdump-devel - 4.18.0-240;perf - 4.18.0-240,3.10.0-1160.36.2,4.18.0-240,4.18.0-240,4.18.0-240,3.10.0-1160.36.2,3.10.0-1160.36.2;kernel-zfcpdump-modules-extra - 4.18.0-240;kernel-debuginfo - 3.10.0-1160.36.2,4.18.0-240,3.10.0-1160.36.2;kernel-debug-devel - 4.18.0-240,3.10.0-1160.36.2,3.10.0-1160.36.2,4.18.0-240,4.18.0-240,4.18.0-240,3.10.0-1160.36.2;bpftool - 3.10.0-1160.36.2,4.18.0-240,3.10.0-1160.36.2,3.10.0-1160.36.2,4.18.0-240,4.18.0-240,4.18.0-240;kernel-rt-debug-core - 4.18.0-240.rt7.54;kernel-tools-libs - 4.18.0-240,3.10.0-1160.36.2,4.18.0-240,3.10.0-1160.36.2,3.10.0-1160.36.2,4.18.0-240;perf-debuginfo - 4.18.0-240,3.10.0-1160.36.2,3.10.0-1160.36.2;kernel-cross-headers - 4.18.0-240;kernel-debug-debuginfo - 3.10.0-1160.36.2</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | non_test | cve high detected in linuxlinux autoclosed cve high severity vulnerability vulnerable library linuxlinux the linux kernel library home page a href found in head commit a href found in base branch main vulnerable source files drivers media usb gspca xirlink cit c drivers media usb gspca xirlink cit c vulnerability details in the linux kernel before drivers media usb gspca xirlink cit c aka the xirlink camera usb driver mishandles invalid descriptors aka cid publish date url a href cvss score details base score metrics exploitability metrics attack vector local attack complexity low privileges required low user interaction none scope unchanged impact metrics confidentiality impact none 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 kernel cross headers kernel debug debuginfo kernel debug kernel devel kernel bpftool debuginfo kernel zfcpdump core kernel debug core kernel modules extra kernel rt debug devel python perf kernel core kernel rt debug kernel rt devel kernel debuginfo common perf kernel tools kernel debug modules kernel rt trace kvm kernel rt debuginfo common kernel tools libs devel kernel modules kernel tools debuginfo kernel rt modules kernel rt doc kernel rt kvm python perf debuginfo kernel headers kernel rt trace kernel debuginfo common kernel rt kernel zfcpdump kernel rt debug modules extra perf debuginfo kernel rt modules extra kernel doc kernel rt core kernel rt debug debuginfo kernel abi whitelists kernel zfcpdump modules kernel rt trace devel kernel debug modules extra kernel rt debug kvm kernel bootwrapper kernel rt debuginfo kernel rt debug modules kernel zfcpdump devel perf kernel zfcpdump modules extra kernel debuginfo kernel debug devel bpftool kernel rt debug core kernel tools libs perf debuginfo kernel cross headers kernel debug debuginfo step up your open source security game with mend | 0 |
194,707 | 14,685,782,223 | IssuesEvent | 2021-01-01 11:20:22 | linq2db/linq2db | https://api.github.com/repos/linq2db/linq2db | closed | No coercion operator is defined between types 'System.String' and 'System.Nullable`1[System.Int32]' | severity: regression status: has-pr status: has-tests type: bug | Hi,
I found the error in object.
I'm using linq2access rel. 3.2.2.
```
Exception message: System.InvalidOperationException: 'No coercion operator is defined between types 'System.String' and 'System.Nullable`1[System.Int32].'
Stack trace:
This exception was originally thrown at this call stack:
[External Code]
area_iso_it.scadenzeCorsi.popolaDDLLavoratore() in scadenzeCorsi.aspx.vb
area_iso_it.scadenzeCorsi.gdv_RowCommand(Object, System.Web.UI.WebControls.GridViewCommandEventArgs) in scadenzeCorsi.aspx.vb
[External Code]
```
### Steps to reproduce
```Vb.NET
Dim q = DC.AnWorkers.Where(Function(w) w.FkIDCompany.HasValue AndAlso w.FkIDCompany.Value = CType(ddlCliente.SelectedValue, Integer) AndAlso w.IsActive).OrderBy(Function(w) w.Description)
ddlLavoratore.DataSource = q.ToList()` '<-- Error here!
```
----
The error arised when I upgraded to rel. 3.2.2.
So I made a downgrade to 3.1.6 and all works correctly.
I found other coercion operator error in other points of my software...
I think is a problem of rel. 3.2.0 and successive...
### Environment details
linq2db version: 3.2.2.
Database Server: MS Access
Database Provider: *?*
Operating system: Windows 10 Pro (ITA)
.NET Framework: *?* 4.5
| 1.0 | No coercion operator is defined between types 'System.String' and 'System.Nullable`1[System.Int32]' - Hi,
I found the error in object.
I'm using linq2access rel. 3.2.2.
```
Exception message: System.InvalidOperationException: 'No coercion operator is defined between types 'System.String' and 'System.Nullable`1[System.Int32].'
Stack trace:
This exception was originally thrown at this call stack:
[External Code]
area_iso_it.scadenzeCorsi.popolaDDLLavoratore() in scadenzeCorsi.aspx.vb
area_iso_it.scadenzeCorsi.gdv_RowCommand(Object, System.Web.UI.WebControls.GridViewCommandEventArgs) in scadenzeCorsi.aspx.vb
[External Code]
```
### Steps to reproduce
```Vb.NET
Dim q = DC.AnWorkers.Where(Function(w) w.FkIDCompany.HasValue AndAlso w.FkIDCompany.Value = CType(ddlCliente.SelectedValue, Integer) AndAlso w.IsActive).OrderBy(Function(w) w.Description)
ddlLavoratore.DataSource = q.ToList()` '<-- Error here!
```
----
The error arised when I upgraded to rel. 3.2.2.
So I made a downgrade to 3.1.6 and all works correctly.
I found other coercion operator error in other points of my software...
I think is a problem of rel. 3.2.0 and successive...
### Environment details
linq2db version: 3.2.2.
Database Server: MS Access
Database Provider: *?*
Operating system: Windows 10 Pro (ITA)
.NET Framework: *?* 4.5
| test | no coercion operator is defined between types system string and system nullable hi i found the error in object i m using rel exception message system invalidoperationexception no coercion operator is defined between types system string and system nullable stack trace this exception was originally thrown at this call stack area iso it scadenzecorsi popoladdllavoratore in scadenzecorsi aspx vb area iso it scadenzecorsi gdv rowcommand object system web ui webcontrols gridviewcommandeventargs in scadenzecorsi aspx vb steps to reproduce vb net dim q dc anworkers where function w w fkidcompany hasvalue andalso w fkidcompany value ctype ddlcliente selectedvalue integer andalso w isactive orderby function w w description ddllavoratore datasource q tolist error here the error arised when i upgraded to rel so i made a downgrade to and all works correctly i found other coercion operator error in other points of my software i think is a problem of rel and successive environment details version database server ms access database provider operating system windows pro ita net framework | 1 |
169,429 | 13,146,762,441 | IssuesEvent | 2020-08-08 11:53:09 | clarity-h2020/csis | https://api.github.com/repos/clarity-h2020/csis | opened | Mortality validation against Urban SIS | testing | Urban SIS has mortality for Stockholm and AFAIK two more cities. Their mortality model is supposed to be accurate and has been validated according to SMHI, so we could /should try to validate our model against it.
I don't expect exactly the same results, but the trends in space, time and climate scenarios should be correct.
WDYT? | 1.0 | Mortality validation against Urban SIS - Urban SIS has mortality for Stockholm and AFAIK two more cities. Their mortality model is supposed to be accurate and has been validated according to SMHI, so we could /should try to validate our model against it.
I don't expect exactly the same results, but the trends in space, time and climate scenarios should be correct.
WDYT? | test | mortality validation against urban sis urban sis has mortality for stockholm and afaik two more cities their mortality model is supposed to be accurate and has been validated according to smhi so we could should try to validate our model against it i don t expect exactly the same results but the trends in space time and climate scenarios should be correct wdyt | 1 |
263,504 | 23,063,126,460 | IssuesEvent | 2022-07-25 11:43:09 | cockroachdb/cockroach | https://api.github.com/repos/cockroachdb/cockroach | opened | sql: properly assert the emission of structured logging events in event log SQL tests | C-bug A-testing T-sql-experience A-sql-logging-and-telemetry | **Describe the problem**
The `system.eventlog` mechanism is slated for removal in v23.1 (#84983). Yet the misc SQL logging tests in
`pkg/sql/logictest/testdata/logic_test/event_log` still uses it to assert the output of a structured logging event.
**Expected behavior**
The test should assert that a structured event was emitted on the various SQL-related logging channels.
| 1.0 | sql: properly assert the emission of structured logging events in event log SQL tests - **Describe the problem**
The `system.eventlog` mechanism is slated for removal in v23.1 (#84983). Yet the misc SQL logging tests in
`pkg/sql/logictest/testdata/logic_test/event_log` still uses it to assert the output of a structured logging event.
**Expected behavior**
The test should assert that a structured event was emitted on the various SQL-related logging channels.
| test | sql properly assert the emission of structured logging events in event log sql tests describe the problem the system eventlog mechanism is slated for removal in yet the misc sql logging tests in pkg sql logictest testdata logic test event log still uses it to assert the output of a structured logging event expected behavior the test should assert that a structured event was emitted on the various sql related logging channels | 1 |
120,905 | 17,644,403,431 | IssuesEvent | 2021-08-20 02:23:30 | AlexRogalskiy/screenshots | https://api.github.com/repos/AlexRogalskiy/screenshots | opened | CVE-2021-37699 (Medium) detected in next-10.2.3.tgz | security vulnerability | ## CVE-2021-37699 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>next-10.2.3.tgz</b></p></summary>
<p>The React Framework</p>
<p>Library home page: <a href="https://registry.npmjs.org/next/-/next-10.2.3.tgz">https://registry.npmjs.org/next/-/next-10.2.3.tgz</a></p>
<p>Path to dependency file: screenshots/tilt_modules/tilt_inspector/package.json</p>
<p>Path to vulnerable library: screenshots/tilt_modules/tilt_inspector/node_modules/next/package.json</p>
<p>
Dependency Hierarchy:
- tilt-inspector-0.1.6.tgz (Root Library)
- :x: **next-10.2.3.tgz** (Vulnerable Library)
<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>
Next.js is an open source website development framework to be used with the React library. In affected versions specially encoded paths could be used when pages/_error.js was statically generated allowing an open redirect to occur to an external site. In general, this redirect does not directly harm users although can allow for phishing attacks by redirecting to an attacker's domain from a trusted domain. We recommend everyone to upgrade regardless of whether you can reproduce the issue or not. The issue has been patched in release 11.1.0.
<p>Publish Date: 2021-08-12
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-37699>CVE-2021-37699</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.9</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: High
- Privileges Required: None
- User Interaction: Required
- Scope: Changed
- Impact Metrics:
- Confidentiality Impact: High
- 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/vercel/next.js/security/advisories/GHSA-vxf5-wxwp-m7g9">https://github.com/vercel/next.js/security/advisories/GHSA-vxf5-wxwp-m7g9</a></p>
<p>Release Date: 2021-08-12</p>
<p>Fix Resolution: next - 11.1.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-2021-37699 (Medium) detected in next-10.2.3.tgz - ## CVE-2021-37699 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>next-10.2.3.tgz</b></p></summary>
<p>The React Framework</p>
<p>Library home page: <a href="https://registry.npmjs.org/next/-/next-10.2.3.tgz">https://registry.npmjs.org/next/-/next-10.2.3.tgz</a></p>
<p>Path to dependency file: screenshots/tilt_modules/tilt_inspector/package.json</p>
<p>Path to vulnerable library: screenshots/tilt_modules/tilt_inspector/node_modules/next/package.json</p>
<p>
Dependency Hierarchy:
- tilt-inspector-0.1.6.tgz (Root Library)
- :x: **next-10.2.3.tgz** (Vulnerable Library)
<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>
Next.js is an open source website development framework to be used with the React library. In affected versions specially encoded paths could be used when pages/_error.js was statically generated allowing an open redirect to occur to an external site. In general, this redirect does not directly harm users although can allow for phishing attacks by redirecting to an attacker's domain from a trusted domain. We recommend everyone to upgrade regardless of whether you can reproduce the issue or not. The issue has been patched in release 11.1.0.
<p>Publish Date: 2021-08-12
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-37699>CVE-2021-37699</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.9</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: High
- Privileges Required: None
- User Interaction: Required
- Scope: Changed
- Impact Metrics:
- Confidentiality Impact: High
- 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/vercel/next.js/security/advisories/GHSA-vxf5-wxwp-m7g9">https://github.com/vercel/next.js/security/advisories/GHSA-vxf5-wxwp-m7g9</a></p>
<p>Release Date: 2021-08-12</p>
<p>Fix Resolution: next - 11.1.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 next tgz cve medium severity vulnerability vulnerable library next tgz the react framework library home page a href path to dependency file screenshots tilt modules tilt inspector package json path to vulnerable library screenshots tilt modules tilt inspector node modules next package json dependency hierarchy tilt inspector tgz root library x next tgz vulnerable library found in base branch master vulnerability details next js is an open source website development framework to be used with the react library in affected versions specially encoded paths could be used when pages error js was statically generated allowing an open redirect to occur to an external site in general this redirect does not directly harm users although can allow for phishing attacks by redirecting to an attacker s domain from a trusted domain we recommend everyone to upgrade regardless of whether you can reproduce the issue or not the issue has been patched in release publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity high privileges required none user interaction required scope changed impact metrics confidentiality impact high 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 next step up your open source security game with whitesource | 0 |
159,725 | 12,489,245,381 | IssuesEvent | 2020-05-31 17:54:23 | OpenMined/PyDP | https://api.github.com/repos/OpenMined/PyDP | closed | Tests are failing | Priority: 2 - High :cold_sweat: Type: Bug :bug: Type: Testing :test_tube: | ### Expected Behavior
Running one of these commands should execute all tests and the tests should pass:
`make test`, `tox`, `pytest tests`.
### Current Behavior
Only one test is executed with `make test` (a formatting test which
passes), `tox` produces lots of errors mostly related to this import:
```
ImportError while importing test module '/root/PyDP/tests/algorithms/test_count.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
algorithms/test_count.py:2: in <module>
import pydp as dp
../.tox/py36/lib/python3.6/site-packages/pydp/__init__.py:1: in <module>
from .pydp import *
E ModuleNotFoundError: No module named 'pydp.pydp'
```
and when I run `pytest tests` 7/40 tests are failing.
### Steps to Reproduce Behavior
Run `make test`, `tox` and `pytest tests`.
### Logs
Here's the output of `pytest tests`:
```
============================= test session starts ==============================
platform linux -- Python 3.6.10, pytest-5.4.1, py-1.8.1, pluggy-0.13.1
rootdir: /root/PyDP
collected 40 items
tests/algorithms/test_bounded_mean.py . [ 2%]
tests/algorithms/test_count.py ......FF [ 22%]
tests/algorithms/test_distributions.py ... [ 30%]
tests/algorithms/test_order_statistics.py ..... [ 42%]
tests/base/test_logging.py FFFFF [ 55%]
tests/base/test_percentile.py ............ [ 85%]
tests/base/test_status.py ...... [100%]
=================================== FAILURES ===================================
_____________________ TestPercentile.test_memory[CountInt] _____________________
self = <test_count.TestPercentile object at 0x7f2d707d1358>
input_class = <class 'pydp.pydp.CountInt'>
def test_memory(self, input_class):
count = input_class()
> assert count.memory_used() == 0
E assert 96 == 0
E + where 96 = <bound method PyCapsule.memory_used of <pydp.pydp.CountInt object at 0x7f2d707d15a8>>()
E + where <bound method PyCapsule.memory_used of <pydp.pydp.CountInt object at 0x7f2d707d15a8>> = <pydp.pydp.CountInt object at 0x7f2d707d15a8>.memory_used
tests/algorithms/test_count.py:48: AssertionError
----------------------------- Captured stdout call -----------------------------
2020-05-05 11:04:00 WARNING algorithm.h : 179 : Default epsilon of 1.09861 is being used. Consider setting your own epsilon based on privacy considerations.
___________________ TestPercentile.test_memory[CountDouble] ____________________
self = <test_count.TestPercentile object at 0x7f2d707d1668>
input_class = <class 'pydp.pydp.CountDouble'>
def test_memory(self, input_class):
count = input_class()
> assert count.memory_used() == 0
E assert 96 == 0
E + where 96 = <bound method PyCapsule.memory_used of <pydp.pydp.CountDouble object at 0x7f2d707d1960>>()
E + where <bound method PyCapsule.memory_used of <pydp.pydp.CountDouble object at 0x7f2d707d1960>> = <pydp.pydp.CountDouble object at 0x7f2d707d1960>.memory_used
tests/algorithms/test_count.py:48: AssertionError
----------------------------- Captured stdout call -----------------------------
2020-05-05 11:04:00 WARNING algorithm.h : 179 : Default epsilon of 1.09861 is being used. Consider setting your own epsilon based on privacy considerations.
___________________________ TestLogging.test_logging ___________________________
self = <tests.base.test_logging.TestLogging object at 0x7f2d707f51d0>
def test_logging(self):
directory = "tests"
vlog_level = 3
success = pd.Logging(directory, "log_test", vlog_level)
> assert success is True
E assert <pydp.pydp.Logging object at 0x7f2d707f5298> is True
tests/base/test_logging.py:10: AssertionError
__________________________ TestLogging.test_logging1 ___________________________
self = <tests.base.test_logging.TestLogging object at 0x7f2d707f5668>
def test_logging1(self):
directory = ""
vlog_level = 3
success = pd.Logging(directory, "log_test.txt", vlog_level)
> assert success is False
E assert <pydp.pydp.Logging object at 0x7f2d707f5848> is False
tests/base/test_logging.py:16: AssertionError
__________________________ TestLogging.test_logging2 ___________________________
self = <tests.base.test_logging.TestLogging object at 0x7f2d70765358>
def test_logging2(self):
directory = "tests"
vlog_level = 3
success = pd.Logging(directory, "", vlog_level)
> assert success is False
E assert <pydp.pydp.Logging object at 0x7f2d70765110> is False
tests/base/test_logging.py:22: AssertionError
_________________________ TestLogging.test_vlog_level __________________________
self = <tests.base.test_logging.TestLogging object at 0x7f2d707d1860>
def test_vlog_level(self):
directory = "tests"
vlog_level = 1
> success = Logging(directory, "log_test.txt", vlog_level)
E NameError: name 'Logging' is not defined
tests/base/test_logging.py:27: NameError
_______________________ TestLogging.test_vlog_directory ________________________
self = <tests.base.test_logging.TestLogging object at 0x7f2d707654e0>
def test_vlog_directory(self):
directory = "tests"
vlog_level = 1
> success = pd.logging.init_logging(directory, "log_test.txt", vlog_level)
E AttributeError: module 'pydp' has no attribute 'logging'
tests/base/test_logging.py:33: AttributeError
=========================== short test summary info ============================
FAILED tests/algorithms/test_count.py::TestPercentile::test_memory[CountInt]
FAILED tests/algorithms/test_count.py::TestPercentile::test_memory[CountDouble]
FAILED tests/base/test_logging.py::TestLogging::test_logging - assert <pydp.p...
FAILED tests/base/test_logging.py::TestLogging::test_logging1 - assert <pydp....
FAILED tests/base/test_logging.py::TestLogging::test_logging2 - assert <pydp....
FAILED tests/base/test_logging.py::TestLogging::test_vlog_level - NameError: ...
FAILED tests/base/test_logging.py::TestLogging::test_vlog_directory - Attribu...
========================= 7 failed, 33 passed in 0.30s =========================
```
### System information
I run everything in a Docker container.
* PyDP version: commit 2c1d36bee5540cb3ca0d7f07a74366fece275d33
* Python version: 3.6 from Docker base image python:3.6-slim-buster
* Bazel version: 2.1.0 installed during image building
* Operating System: Docker base image is python:3.6-slim-buster | 2.0 | Tests are failing - ### Expected Behavior
Running one of these commands should execute all tests and the tests should pass:
`make test`, `tox`, `pytest tests`.
### Current Behavior
Only one test is executed with `make test` (a formatting test which
passes), `tox` produces lots of errors mostly related to this import:
```
ImportError while importing test module '/root/PyDP/tests/algorithms/test_count.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
algorithms/test_count.py:2: in <module>
import pydp as dp
../.tox/py36/lib/python3.6/site-packages/pydp/__init__.py:1: in <module>
from .pydp import *
E ModuleNotFoundError: No module named 'pydp.pydp'
```
and when I run `pytest tests` 7/40 tests are failing.
### Steps to Reproduce Behavior
Run `make test`, `tox` and `pytest tests`.
### Logs
Here's the output of `pytest tests`:
```
============================= test session starts ==============================
platform linux -- Python 3.6.10, pytest-5.4.1, py-1.8.1, pluggy-0.13.1
rootdir: /root/PyDP
collected 40 items
tests/algorithms/test_bounded_mean.py . [ 2%]
tests/algorithms/test_count.py ......FF [ 22%]
tests/algorithms/test_distributions.py ... [ 30%]
tests/algorithms/test_order_statistics.py ..... [ 42%]
tests/base/test_logging.py FFFFF [ 55%]
tests/base/test_percentile.py ............ [ 85%]
tests/base/test_status.py ...... [100%]
=================================== FAILURES ===================================
_____________________ TestPercentile.test_memory[CountInt] _____________________
self = <test_count.TestPercentile object at 0x7f2d707d1358>
input_class = <class 'pydp.pydp.CountInt'>
def test_memory(self, input_class):
count = input_class()
> assert count.memory_used() == 0
E assert 96 == 0
E + where 96 = <bound method PyCapsule.memory_used of <pydp.pydp.CountInt object at 0x7f2d707d15a8>>()
E + where <bound method PyCapsule.memory_used of <pydp.pydp.CountInt object at 0x7f2d707d15a8>> = <pydp.pydp.CountInt object at 0x7f2d707d15a8>.memory_used
tests/algorithms/test_count.py:48: AssertionError
----------------------------- Captured stdout call -----------------------------
2020-05-05 11:04:00 WARNING algorithm.h : 179 : Default epsilon of 1.09861 is being used. Consider setting your own epsilon based on privacy considerations.
___________________ TestPercentile.test_memory[CountDouble] ____________________
self = <test_count.TestPercentile object at 0x7f2d707d1668>
input_class = <class 'pydp.pydp.CountDouble'>
def test_memory(self, input_class):
count = input_class()
> assert count.memory_used() == 0
E assert 96 == 0
E + where 96 = <bound method PyCapsule.memory_used of <pydp.pydp.CountDouble object at 0x7f2d707d1960>>()
E + where <bound method PyCapsule.memory_used of <pydp.pydp.CountDouble object at 0x7f2d707d1960>> = <pydp.pydp.CountDouble object at 0x7f2d707d1960>.memory_used
tests/algorithms/test_count.py:48: AssertionError
----------------------------- Captured stdout call -----------------------------
2020-05-05 11:04:00 WARNING algorithm.h : 179 : Default epsilon of 1.09861 is being used. Consider setting your own epsilon based on privacy considerations.
___________________________ TestLogging.test_logging ___________________________
self = <tests.base.test_logging.TestLogging object at 0x7f2d707f51d0>
def test_logging(self):
directory = "tests"
vlog_level = 3
success = pd.Logging(directory, "log_test", vlog_level)
> assert success is True
E assert <pydp.pydp.Logging object at 0x7f2d707f5298> is True
tests/base/test_logging.py:10: AssertionError
__________________________ TestLogging.test_logging1 ___________________________
self = <tests.base.test_logging.TestLogging object at 0x7f2d707f5668>
def test_logging1(self):
directory = ""
vlog_level = 3
success = pd.Logging(directory, "log_test.txt", vlog_level)
> assert success is False
E assert <pydp.pydp.Logging object at 0x7f2d707f5848> is False
tests/base/test_logging.py:16: AssertionError
__________________________ TestLogging.test_logging2 ___________________________
self = <tests.base.test_logging.TestLogging object at 0x7f2d70765358>
def test_logging2(self):
directory = "tests"
vlog_level = 3
success = pd.Logging(directory, "", vlog_level)
> assert success is False
E assert <pydp.pydp.Logging object at 0x7f2d70765110> is False
tests/base/test_logging.py:22: AssertionError
_________________________ TestLogging.test_vlog_level __________________________
self = <tests.base.test_logging.TestLogging object at 0x7f2d707d1860>
def test_vlog_level(self):
directory = "tests"
vlog_level = 1
> success = Logging(directory, "log_test.txt", vlog_level)
E NameError: name 'Logging' is not defined
tests/base/test_logging.py:27: NameError
_______________________ TestLogging.test_vlog_directory ________________________
self = <tests.base.test_logging.TestLogging object at 0x7f2d707654e0>
def test_vlog_directory(self):
directory = "tests"
vlog_level = 1
> success = pd.logging.init_logging(directory, "log_test.txt", vlog_level)
E AttributeError: module 'pydp' has no attribute 'logging'
tests/base/test_logging.py:33: AttributeError
=========================== short test summary info ============================
FAILED tests/algorithms/test_count.py::TestPercentile::test_memory[CountInt]
FAILED tests/algorithms/test_count.py::TestPercentile::test_memory[CountDouble]
FAILED tests/base/test_logging.py::TestLogging::test_logging - assert <pydp.p...
FAILED tests/base/test_logging.py::TestLogging::test_logging1 - assert <pydp....
FAILED tests/base/test_logging.py::TestLogging::test_logging2 - assert <pydp....
FAILED tests/base/test_logging.py::TestLogging::test_vlog_level - NameError: ...
FAILED tests/base/test_logging.py::TestLogging::test_vlog_directory - Attribu...
========================= 7 failed, 33 passed in 0.30s =========================
```
### System information
I run everything in a Docker container.
* PyDP version: commit 2c1d36bee5540cb3ca0d7f07a74366fece275d33
* Python version: 3.6 from Docker base image python:3.6-slim-buster
* Bazel version: 2.1.0 installed during image building
* Operating System: Docker base image is python:3.6-slim-buster | test | tests are failing expected behavior running one of these commands should execute all tests and the tests should pass make test tox pytest tests current behavior only one test is executed with make test a formatting test which passes tox produces lots of errors mostly related to this import importerror while importing test module root pydp tests algorithms test count py hint make sure your test modules packages have valid python names traceback algorithms test count py in import pydp as dp tox lib site packages pydp init py in from pydp import e modulenotfounderror no module named pydp pydp and when i run pytest tests tests are failing steps to reproduce behavior run make test tox and pytest tests logs here s the output of pytest tests test session starts platform linux python pytest py pluggy rootdir root pydp collected items tests algorithms test bounded mean py tests algorithms test count py ff tests algorithms test distributions py tests algorithms test order statistics py tests base test logging py fffff tests base test percentile py tests base test status py failures testpercentile test memory self input class def test memory self input class count input class assert count memory used e assert e where e where memory used tests algorithms test count py assertionerror captured stdout call warning algorithm h default epsilon of is being used consider setting your own epsilon based on privacy considerations testpercentile test memory self input class def test memory self input class count input class assert count memory used e assert e where e where memory used tests algorithms test count py assertionerror captured stdout call warning algorithm h default epsilon of is being used consider setting your own epsilon based on privacy considerations testlogging test logging self def test logging self directory tests vlog level success pd logging directory log test vlog level assert success is true e assert is true tests base test logging py assertionerror testlogging test self def test self directory vlog level success pd logging directory log test txt vlog level assert success is false e assert is false tests base test logging py assertionerror testlogging test self def test self directory tests vlog level success pd logging directory vlog level assert success is false e assert is false tests base test logging py assertionerror testlogging test vlog level self def test vlog level self directory tests vlog level success logging directory log test txt vlog level e nameerror name logging is not defined tests base test logging py nameerror testlogging test vlog directory self def test vlog directory self directory tests vlog level success pd logging init logging directory log test txt vlog level e attributeerror module pydp has no attribute logging tests base test logging py attributeerror short test summary info failed tests algorithms test count py testpercentile test memory failed tests algorithms test count py testpercentile test memory failed tests base test logging py testlogging test logging assert pydp p failed tests base test logging py testlogging test assert pydp failed tests base test logging py testlogging test assert pydp failed tests base test logging py testlogging test vlog level nameerror failed tests base test logging py testlogging test vlog directory attribu failed passed in system information i run everything in a docker container pydp version commit python version from docker base image python slim buster bazel version installed during image building operating system docker base image is python slim buster | 1 |
292,006 | 25,192,056,010 | IssuesEvent | 2022-11-12 03:31:59 | shridhar-tl/jira-assistant | https://api.github.com/repos/shridhar-tl/jira-assistant | closed | Improvement: Worklog Report: Add Column: Parent Ticket Summary | enhancement in live testing | It would be more beneficial to see the Summary from the Parent Ticket. This information is more helpful in seeing the stories that I have worked on within a sprint than the summary from the sub-tasks. | 1.0 | Improvement: Worklog Report: Add Column: Parent Ticket Summary - It would be more beneficial to see the Summary from the Parent Ticket. This information is more helpful in seeing the stories that I have worked on within a sprint than the summary from the sub-tasks. | test | improvement worklog report add column parent ticket summary it would be more beneficial to see the summary from the parent ticket this information is more helpful in seeing the stories that i have worked on within a sprint than the summary from the sub tasks | 1 |
47,338 | 5,887,373,149 | IssuesEvent | 2017-05-17 07:14:06 | hazelcast/hazelcast | https://api.github.com/repos/hazelcast/hazelcast | closed | ExtractionInCollectionSpecTest.comparable_primitive_comparedToNull | Team: Core Type: Test-Failure | ```
com.hazelcast.core.HazelcastInstanceNotActiveException: State: PASSIVE Operation: class com.hazelcast.map.impl.operation.AddIndexOperation
at com.hazelcast.spi.impl.operationservice.impl.Invocation.engineActive(Invocation.java:467)
at com.hazelcast.spi.impl.operationservice.impl.Invocation.doInvoke(Invocation.java:500)
at com.hazelcast.spi.impl.operationservice.impl.Invocation.invoke0(Invocation.java:490)
at com.hazelcast.spi.impl.operationservice.impl.Invocation.invoke(Invocation.java:200)
at com.hazelcast.spi.impl.operationservice.impl.InvocationBuilderImpl.invoke(InvocationBuilderImpl.java:59)
at com.hazelcast.spi.impl.operationservice.impl.InvokeOnPartitions.retryFailedPartitions(InvokeOnPartitions.java:137)
at com.hazelcast.spi.impl.operationservice.impl.InvokeOnPartitions.invoke(InvokeOnPartitions.java:73)
at com.hazelcast.spi.impl.operationservice.impl.OperationServiceImpl.invokeOnAllPartitions(OperationServiceImpl.java:369)
at com.hazelcast.map.impl.proxy.MapProxySupport.addIndex(MapProxySupport.java:1110)
at com.hazelcast.map.impl.proxy.MapProxyImpl.addIndex(MapProxyImpl.java:101)
at com.hazelcast.map.impl.proxy.MapProxySupport.initializeIndexes(MapProxySupport.java:291)
at com.hazelcast.map.impl.proxy.MapProxySupport.initialize(MapProxySupport.java:225)
at com.hazelcast.map.impl.proxy.MapProxyImpl.initialize(MapProxyImpl.java:101)
at com.hazelcast.spi.impl.proxyservice.impl.ProxyRegistry.doCreateProxy(ProxyRegistry.java:194)
at com.hazelcast.spi.impl.proxyservice.impl.ProxyRegistry.createProxy(ProxyRegistry.java:184)
at com.hazelcast.spi.impl.proxyservice.impl.ProxyRegistry.getOrCreateProxyFuture(ProxyRegistry.java:154)
at com.hazelcast.spi.impl.proxyservice.impl.ProxyRegistry.getOrCreateProxy(ProxyRegistry.java:135)
at com.hazelcast.spi.impl.proxyservice.impl.ProxyServiceImpl.getDistributedObject(ProxyServiceImpl.java:147)
at com.hazelcast.instance.HazelcastInstanceImpl.getDistributedObject(HazelcastInstanceImpl.java:380)
at com.hazelcast.instance.HazelcastInstanceImpl.getMap(HazelcastInstanceImpl.java:186)
at com.hazelcast.instance.HazelcastInstanceProxy.getMap(HazelcastInstanceProxy.java:96)
at com.hazelcast.query.impl.extractor.AbstractExtractionTest.setupInstance(AbstractExtractionTest.java:119)
at com.hazelcast.query.impl.extractor.AbstractExtractionTest.setup(AbstractExtractionTest.java:81)
at com.hazelcast.query.impl.extractor.AbstractExtractionTest.execute(AbstractExtractionTest.java:187)
at com.hazelcast.query.impl.extractor.specification.ExtractionInCollectionSpecTest.comparable_primitive_comparedToNull(ExtractionInCollectionSpecTest.java:265)
```
https://hazelcast-l337.ci.cloudbees.com/view/Hazelcast/job/Hazelcast-3.x-IbmJDK1.8/com.hazelcast$hazelcast/587/testReport/junit/com.hazelcast.query.impl.extractor.specification/ExtractionInCollectionSpecTest/comparable_primitive_comparedToNull_4__BINARY__UNORDERED__LIST_/ | 1.0 | ExtractionInCollectionSpecTest.comparable_primitive_comparedToNull - ```
com.hazelcast.core.HazelcastInstanceNotActiveException: State: PASSIVE Operation: class com.hazelcast.map.impl.operation.AddIndexOperation
at com.hazelcast.spi.impl.operationservice.impl.Invocation.engineActive(Invocation.java:467)
at com.hazelcast.spi.impl.operationservice.impl.Invocation.doInvoke(Invocation.java:500)
at com.hazelcast.spi.impl.operationservice.impl.Invocation.invoke0(Invocation.java:490)
at com.hazelcast.spi.impl.operationservice.impl.Invocation.invoke(Invocation.java:200)
at com.hazelcast.spi.impl.operationservice.impl.InvocationBuilderImpl.invoke(InvocationBuilderImpl.java:59)
at com.hazelcast.spi.impl.operationservice.impl.InvokeOnPartitions.retryFailedPartitions(InvokeOnPartitions.java:137)
at com.hazelcast.spi.impl.operationservice.impl.InvokeOnPartitions.invoke(InvokeOnPartitions.java:73)
at com.hazelcast.spi.impl.operationservice.impl.OperationServiceImpl.invokeOnAllPartitions(OperationServiceImpl.java:369)
at com.hazelcast.map.impl.proxy.MapProxySupport.addIndex(MapProxySupport.java:1110)
at com.hazelcast.map.impl.proxy.MapProxyImpl.addIndex(MapProxyImpl.java:101)
at com.hazelcast.map.impl.proxy.MapProxySupport.initializeIndexes(MapProxySupport.java:291)
at com.hazelcast.map.impl.proxy.MapProxySupport.initialize(MapProxySupport.java:225)
at com.hazelcast.map.impl.proxy.MapProxyImpl.initialize(MapProxyImpl.java:101)
at com.hazelcast.spi.impl.proxyservice.impl.ProxyRegistry.doCreateProxy(ProxyRegistry.java:194)
at com.hazelcast.spi.impl.proxyservice.impl.ProxyRegistry.createProxy(ProxyRegistry.java:184)
at com.hazelcast.spi.impl.proxyservice.impl.ProxyRegistry.getOrCreateProxyFuture(ProxyRegistry.java:154)
at com.hazelcast.spi.impl.proxyservice.impl.ProxyRegistry.getOrCreateProxy(ProxyRegistry.java:135)
at com.hazelcast.spi.impl.proxyservice.impl.ProxyServiceImpl.getDistributedObject(ProxyServiceImpl.java:147)
at com.hazelcast.instance.HazelcastInstanceImpl.getDistributedObject(HazelcastInstanceImpl.java:380)
at com.hazelcast.instance.HazelcastInstanceImpl.getMap(HazelcastInstanceImpl.java:186)
at com.hazelcast.instance.HazelcastInstanceProxy.getMap(HazelcastInstanceProxy.java:96)
at com.hazelcast.query.impl.extractor.AbstractExtractionTest.setupInstance(AbstractExtractionTest.java:119)
at com.hazelcast.query.impl.extractor.AbstractExtractionTest.setup(AbstractExtractionTest.java:81)
at com.hazelcast.query.impl.extractor.AbstractExtractionTest.execute(AbstractExtractionTest.java:187)
at com.hazelcast.query.impl.extractor.specification.ExtractionInCollectionSpecTest.comparable_primitive_comparedToNull(ExtractionInCollectionSpecTest.java:265)
```
https://hazelcast-l337.ci.cloudbees.com/view/Hazelcast/job/Hazelcast-3.x-IbmJDK1.8/com.hazelcast$hazelcast/587/testReport/junit/com.hazelcast.query.impl.extractor.specification/ExtractionInCollectionSpecTest/comparable_primitive_comparedToNull_4__BINARY__UNORDERED__LIST_/ | test | extractionincollectionspectest comparable primitive comparedtonull com hazelcast core hazelcastinstancenotactiveexception state passive operation class com hazelcast map impl operation addindexoperation at com hazelcast spi impl operationservice impl invocation engineactive invocation java at com hazelcast spi impl operationservice impl invocation doinvoke invocation java at com hazelcast spi impl operationservice impl invocation invocation java at com hazelcast spi impl operationservice impl invocation invoke invocation java at com hazelcast spi impl operationservice impl invocationbuilderimpl invoke invocationbuilderimpl java at com hazelcast spi impl operationservice impl invokeonpartitions retryfailedpartitions invokeonpartitions java at com hazelcast spi impl operationservice impl invokeonpartitions invoke invokeonpartitions java at com hazelcast spi impl operationservice impl operationserviceimpl invokeonallpartitions operationserviceimpl java at com hazelcast map impl proxy mapproxysupport addindex mapproxysupport java at com hazelcast map impl proxy mapproxyimpl addindex mapproxyimpl java at com hazelcast map impl proxy mapproxysupport initializeindexes mapproxysupport java at com hazelcast map impl proxy mapproxysupport initialize mapproxysupport java at com hazelcast map impl proxy mapproxyimpl initialize mapproxyimpl java at com hazelcast spi impl proxyservice impl proxyregistry docreateproxy proxyregistry java at com hazelcast spi impl proxyservice impl proxyregistry createproxy proxyregistry java at com hazelcast spi impl proxyservice impl proxyregistry getorcreateproxyfuture proxyregistry java at com hazelcast spi impl proxyservice impl proxyregistry getorcreateproxy proxyregistry java at com hazelcast spi impl proxyservice impl proxyserviceimpl getdistributedobject proxyserviceimpl java at com hazelcast instance hazelcastinstanceimpl getdistributedobject hazelcastinstanceimpl java at com hazelcast instance hazelcastinstanceimpl getmap hazelcastinstanceimpl java at com hazelcast instance hazelcastinstanceproxy getmap hazelcastinstanceproxy java at com hazelcast query impl extractor abstractextractiontest setupinstance abstractextractiontest java at com hazelcast query impl extractor abstractextractiontest setup abstractextractiontest java at com hazelcast query impl extractor abstractextractiontest execute abstractextractiontest java at com hazelcast query impl extractor specification extractionincollectionspectest comparable primitive comparedtonull extractionincollectionspectest java | 1 |
152,801 | 24,018,747,734 | IssuesEvent | 2022-09-15 05:11:14 | stores-cedcommerce/Trista-Store-Design | https://api.github.com/repos/stores-cedcommerce/Trista-Store-Design | opened | For the mobile view, when we click on the search icon then the search page is not opening. | Mobile Design / UI / UX Functional / bug | **Actual result:**
For the mobile view, when we click on the search icon then the search page is not opening.

**Expected result:**
Search should e visible. | 1.0 | For the mobile view, when we click on the search icon then the search page is not opening. - **Actual result:**
For the mobile view, when we click on the search icon then the search page is not opening.

**Expected result:**
Search should e visible. | non_test | for the mobile view when we click on the search icon then the search page is not opening actual result for the mobile view when we click on the search icon then the search page is not opening expected result search should e visible | 0 |
82,641 | 7,846,245,127 | IssuesEvent | 2018-06-19 15:00:04 | whamcloud/integrated-manager-for-lustre | https://api.github.com/repos/whamcloud/integrated-manager-for-lustre | closed | SSI: internal error returned because can't locate target | bug failing tests stale | http://jenkins.lotus.hpdd.lab.intel.com/job/integration-tests-shared-storage-configuration/5895/arch=x86_64,distro=el7//consoleFull
```
test: DEBUG: command for None complete: {u'jobs': [u'/api/job/70/', u'/api/job/71/', u'/api/job/72/'], u'complete': True, u'created_at': u'2018-06-03T07:21:34.594424', u'message': u'Start file system testfs', u'cancelled': True, u'errored': True, u'resource_uri': u'/api/command/28/', u'id': 28, u'logs': u"\n\n\n\n\nStarted testfs-OST0000_7558b0 but now can't locate it!\n"}
```
```
===================================================================
FAIL: test_writeconf_conf_params (tests.integration.shared_storage_configuration.test_conf_params.TestConfParams)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/share/chroma-manager/tests/integration/shared_storage_configuration/test_conf_params.py", line 85, in test_writeconf_conf_params
self.set_state(fs['resource_uri'], 'available')
File "/usr/share/chroma-manager/tests/integration/core/api_testcase_with_test_reset.py", line 465, in set_state
msg)
File "/usr/share/chroma-manager/tests/integration/core/api_testcase_with_test_reset.py", line 450, in set_value
timeout=LONG_TEST_TIMEOUT)
File "/usr/share/chroma-manager/tests/integration/core/api_testcase_with_test_reset.py", line 257, in wait_for_command
self._print_command(command, "FAILED", msg)
File "/usr/share/chroma-manager/tests/integration/core/api_testcase_with_test_reset.py", line 188, in _print_command
job_steps = [self.get_json_by_uri(s) for s in job['steps']]
File "/usr/share/chroma-manager/tests/integration/core/api_testcase_with_test_reset.py", line 355, in get_json_by_uri
return self.get_by_uri(uri, args, verify_successful).json
File "/usr/share/chroma-manager/tests/integration/core/api_testcase_with_test_reset.py", line 344, in get_by_uri
self.assertEqual(response.status_code, 200, response.content)
AssertionError: {"error_message": "Sorry, this request could not be processed. Please try again later."}
``` | 1.0 | SSI: internal error returned because can't locate target - http://jenkins.lotus.hpdd.lab.intel.com/job/integration-tests-shared-storage-configuration/5895/arch=x86_64,distro=el7//consoleFull
```
test: DEBUG: command for None complete: {u'jobs': [u'/api/job/70/', u'/api/job/71/', u'/api/job/72/'], u'complete': True, u'created_at': u'2018-06-03T07:21:34.594424', u'message': u'Start file system testfs', u'cancelled': True, u'errored': True, u'resource_uri': u'/api/command/28/', u'id': 28, u'logs': u"\n\n\n\n\nStarted testfs-OST0000_7558b0 but now can't locate it!\n"}
```
```
===================================================================
FAIL: test_writeconf_conf_params (tests.integration.shared_storage_configuration.test_conf_params.TestConfParams)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/share/chroma-manager/tests/integration/shared_storage_configuration/test_conf_params.py", line 85, in test_writeconf_conf_params
self.set_state(fs['resource_uri'], 'available')
File "/usr/share/chroma-manager/tests/integration/core/api_testcase_with_test_reset.py", line 465, in set_state
msg)
File "/usr/share/chroma-manager/tests/integration/core/api_testcase_with_test_reset.py", line 450, in set_value
timeout=LONG_TEST_TIMEOUT)
File "/usr/share/chroma-manager/tests/integration/core/api_testcase_with_test_reset.py", line 257, in wait_for_command
self._print_command(command, "FAILED", msg)
File "/usr/share/chroma-manager/tests/integration/core/api_testcase_with_test_reset.py", line 188, in _print_command
job_steps = [self.get_json_by_uri(s) for s in job['steps']]
File "/usr/share/chroma-manager/tests/integration/core/api_testcase_with_test_reset.py", line 355, in get_json_by_uri
return self.get_by_uri(uri, args, verify_successful).json
File "/usr/share/chroma-manager/tests/integration/core/api_testcase_with_test_reset.py", line 344, in get_by_uri
self.assertEqual(response.status_code, 200, response.content)
AssertionError: {"error_message": "Sorry, this request could not be processed. Please try again later."}
``` | test | ssi internal error returned because can t locate target test debug command for none complete u jobs u complete true u created at u u message u start file system testfs u cancelled true u errored true u resource uri u api command u id u logs u n n n n nstarted testfs but now can t locate it n fail test writeconf conf params tests integration shared storage configuration test conf params testconfparams traceback most recent call last file usr share chroma manager tests integration shared storage configuration test conf params py line in test writeconf conf params self set state fs available file usr share chroma manager tests integration core api testcase with test reset py line in set state msg file usr share chroma manager tests integration core api testcase with test reset py line in set value timeout long test timeout file usr share chroma manager tests integration core api testcase with test reset py line in wait for command self print command command failed msg file usr share chroma manager tests integration core api testcase with test reset py line in print command job steps file usr share chroma manager tests integration core api testcase with test reset py line in get json by uri return self get by uri uri args verify successful json file usr share chroma manager tests integration core api testcase with test reset py line in get by uri self assertequal response status code response content assertionerror error message sorry this request could not be processed please try again later | 1 |
77,349 | 26,937,431,765 | IssuesEvent | 2023-02-07 22:00:03 | FreeRADIUS/freeradius-server | https://api.github.com/repos/FreeRADIUS/freeradius-server | closed | [defect]: Certificate order in 3.2 for outbound radsec | defect v3.2.x | ### What type of defect/bug is this?
Unexpected behaviour (obvious or verified by project member)
### How can the issue be reproduced?
https://lists.freeradius.org/pipermail/freeradius-users/2022-June/101972.html
the "server" certificate attributes get populated with the *issuer* certificate details; and then the "client" certificate ones get the server cert.
The root cause is that the code in `cbtls_verify()` gets different things from OpenSSL for inbound and outbound connections:
```incoming
[0] = client cert
[1] = server
[2] = issuer...
outgoing
no client cert, you already have that!
[0] = server
[1] = issuer
```
We need to have a configuration option for 3.2 which says "use the correct offset for outbound connections", and then when that's set, don't create the client cert attributes for outbound connections, and only create the server cert attributes.
We might just use something like ` SSL_get_ex_data(ssl, FR_TLS_EX_INDEX_OUTBOUND);` which would be set in `proxy_new_listener()` or `tls_new_client_session()`, based on a configuration option.
And then checked in `cbtls_verify()` If the flag exists, then (a) ignore client certs, and (b) server cert is at offset `0`, not `1`. i.e. `if index outbound, then lookup=1`
### Log output from the FreeRADIUS daemon
```shell
See the link to the mailint list.
```
### Relevant log output from client utilities
_No response_
### Backtrace from LLDB or GDB
_No response_ | 1.0 | [defect]: Certificate order in 3.2 for outbound radsec - ### What type of defect/bug is this?
Unexpected behaviour (obvious or verified by project member)
### How can the issue be reproduced?
https://lists.freeradius.org/pipermail/freeradius-users/2022-June/101972.html
the "server" certificate attributes get populated with the *issuer* certificate details; and then the "client" certificate ones get the server cert.
The root cause is that the code in `cbtls_verify()` gets different things from OpenSSL for inbound and outbound connections:
```incoming
[0] = client cert
[1] = server
[2] = issuer...
outgoing
no client cert, you already have that!
[0] = server
[1] = issuer
```
We need to have a configuration option for 3.2 which says "use the correct offset for outbound connections", and then when that's set, don't create the client cert attributes for outbound connections, and only create the server cert attributes.
We might just use something like ` SSL_get_ex_data(ssl, FR_TLS_EX_INDEX_OUTBOUND);` which would be set in `proxy_new_listener()` or `tls_new_client_session()`, based on a configuration option.
And then checked in `cbtls_verify()` If the flag exists, then (a) ignore client certs, and (b) server cert is at offset `0`, not `1`. i.e. `if index outbound, then lookup=1`
### Log output from the FreeRADIUS daemon
```shell
See the link to the mailint list.
```
### Relevant log output from client utilities
_No response_
### Backtrace from LLDB or GDB
_No response_ | non_test | certificate order in for outbound radsec what type of defect bug is this unexpected behaviour obvious or verified by project member how can the issue be reproduced the server certificate attributes get populated with the issuer certificate details and then the client certificate ones get the server cert the root cause is that the code in cbtls verify gets different things from openssl for inbound and outbound connections incoming client cert server issuer outgoing no client cert you already have that server issuer we need to have a configuration option for which says use the correct offset for outbound connections and then when that s set don t create the client cert attributes for outbound connections and only create the server cert attributes we might just use something like ssl get ex data ssl fr tls ex index outbound which would be set in proxy new listener or tls new client session based on a configuration option and then checked in cbtls verify if the flag exists then a ignore client certs and b server cert is at offset not i e if index outbound then lookup log output from the freeradius daemon shell see the link to the mailint list relevant log output from client utilities no response backtrace from lldb or gdb no response | 0 |
79,749 | 10,141,261,874 | IssuesEvent | 2019-08-03 12:33:00 | AlexZhukovich/coffee-drinks-rest-api | https://api.github.com/repos/AlexZhukovich/coffee-drinks-rest-api | closed | Add link to "Refresh token" documentation to "Use cases" section | documentation enhancement | * Add a link to "Refresh token" documentation to "Use cases" section | 1.0 | Add link to "Refresh token" documentation to "Use cases" section - * Add a link to "Refresh token" documentation to "Use cases" section | non_test | add link to refresh token documentation to use cases section add a link to refresh token documentation to use cases section | 0 |
246,931 | 20,926,075,041 | IssuesEvent | 2022-03-24 23:09:44 | apache/tvm | https://api.github.com/repos/apache/tvm | opened | [Flaky Test] `tests/python/contrib/test_ethosu/test_lut_optimizer.py::test_lut_optimizer_runs_in_compilation_pipeline` | test: flaky | These tests were found to be flaky (intermittently failing on `main` or failed in a PR with unrelated changes). As per [the docs](https://github.com/apache/tvm/blob/main/docs/contribute/ci.rst#handling-flaky-failures], these failures will be disabled in a PR that references this issue until the test owners can fix the source of the flakiness.
### Test(s)
- `tests/python/contrib/test_ethosu/test_lut_optimizer.py::test_lut_optimizer_runs_in_compilation_pipeline` - failed with a segfault
### Jenkins Links
- https://ci.tlcpack.ai/blue/organizations/jenkins/tvm/detail/main/2854/pipeline
| 1.0 | [Flaky Test] `tests/python/contrib/test_ethosu/test_lut_optimizer.py::test_lut_optimizer_runs_in_compilation_pipeline` - These tests were found to be flaky (intermittently failing on `main` or failed in a PR with unrelated changes). As per [the docs](https://github.com/apache/tvm/blob/main/docs/contribute/ci.rst#handling-flaky-failures], these failures will be disabled in a PR that references this issue until the test owners can fix the source of the flakiness.
### Test(s)
- `tests/python/contrib/test_ethosu/test_lut_optimizer.py::test_lut_optimizer_runs_in_compilation_pipeline` - failed with a segfault
### Jenkins Links
- https://ci.tlcpack.ai/blue/organizations/jenkins/tvm/detail/main/2854/pipeline
| test | tests python contrib test ethosu test lut optimizer py test lut optimizer runs in compilation pipeline these tests were found to be flaky intermittently failing on main or failed in a pr with unrelated changes as per these failures will be disabled in a pr that references this issue until the test owners can fix the source of the flakiness test s tests python contrib test ethosu test lut optimizer py test lut optimizer runs in compilation pipeline failed with a segfault jenkins links | 1 |
35,387 | 14,677,676,805 | IssuesEvent | 2020-12-31 00:16:20 | microsoft/BotFramework-Composer | https://api.github.com/repos/microsoft/BotFramework-Composer | closed | Chatbot for webchat and teams in single project | Bot Services Support Type: Question customer-replied-to customer-reported | I need to develop a bot which should work for both webchat and teams. How should I approach this since both will require a different set of adaptive cards to display. It will be a nightmare to put if(channel) condition everywhere in the activities. | 1.0 | Chatbot for webchat and teams in single project - I need to develop a bot which should work for both webchat and teams. How should I approach this since both will require a different set of adaptive cards to display. It will be a nightmare to put if(channel) condition everywhere in the activities. | non_test | chatbot for webchat and teams in single project i need to develop a bot which should work for both webchat and teams how should i approach this since both will require a different set of adaptive cards to display it will be a nightmare to put if channel condition everywhere in the activities | 0 |
207,640 | 7,132,025,856 | IssuesEvent | 2018-01-22 13:16:38 | handsontable/handsontable | https://api.github.com/repos/handsontable/handsontable | closed | Scrolling with huge data | Core: performance Priority: normal | Why the more scrolling the worse it work, with more data.
for example at area of 0-30k all is ok, but after 50 k it get worse and worse to edit and scrolling too.
http://jsfiddle.net/co9tscsk/
it mean that i can't use table with 500k data? i just saw this post and cant understand how
https://groups.google.com/forum/#!topic/handsontable/c0nUX4ckrSA
| 1.0 | Scrolling with huge data - Why the more scrolling the worse it work, with more data.
for example at area of 0-30k all is ok, but after 50 k it get worse and worse to edit and scrolling too.
http://jsfiddle.net/co9tscsk/
it mean that i can't use table with 500k data? i just saw this post and cant understand how
https://groups.google.com/forum/#!topic/handsontable/c0nUX4ckrSA
| non_test | scrolling with huge data why the more scrolling the worse it work with more data for example at area of all is ok but after k it get worse and worse to edit and scrolling too it mean that i can t use table with data i just saw this post and cant understand how | 0 |
164,862 | 12,815,247,031 | IssuesEvent | 2020-07-05 00:50:45 | snext1220/stext | https://api.github.com/repos/snext1220/stext | closed | 【PgFlow】シーンidの変更機能 | Testing enhancement | 従来、一度設定したシーンidは変更できませんでしたが、[シーン]タブの[変更]ボタンから修正できるようにしました。関連するリンクにも自動反映されます。
| 1.0 | 【PgFlow】シーンidの変更機能 - 従来、一度設定したシーンidは変更できませんでしたが、[シーン]タブの[変更]ボタンから修正できるようにしました。関連するリンクにも自動反映されます。
| test | 【pgflow】シーンidの変更機能 従来、一度設定したシーンidは変更できませんでしたが、[シーン]タブの[変更]ボタンから修正できるようにしました。関連するリンクにも自動反映されます。 | 1 |
254,166 | 21,766,963,127 | IssuesEvent | 2022-05-13 03:51:08 | metaplex-foundation/metaplex | https://api.github.com/repos/metaplex-foundation/metaplex | closed | [Bug]: NIT: referencing fork instead of main repository | needs tests bug Stale | ### Which package is this bug report for?
candy machine ui
### Issue description
https://github.com/metaplex-foundation/metaplex/blob/df790a5e5ec3f9f8f428fe1defa84cf383ac1e1c/js/packages/candy-machine-ui/package.json#L36
This (edit: presumably) shouldn't be pointed to pit-v's repo.
### Command
_No response_
### Relevant log output
_No response_
### Operating system
Irrelevant
### Priority this issue should have
Low (slightly annoying)
### Check the Docs First
- [X] I have checked the docs and it didn't solve my issue | 1.0 | [Bug]: NIT: referencing fork instead of main repository - ### Which package is this bug report for?
candy machine ui
### Issue description
https://github.com/metaplex-foundation/metaplex/blob/df790a5e5ec3f9f8f428fe1defa84cf383ac1e1c/js/packages/candy-machine-ui/package.json#L36
This (edit: presumably) shouldn't be pointed to pit-v's repo.
### Command
_No response_
### Relevant log output
_No response_
### Operating system
Irrelevant
### Priority this issue should have
Low (slightly annoying)
### Check the Docs First
- [X] I have checked the docs and it didn't solve my issue | test | nit referencing fork instead of main repository which package is this bug report for candy machine ui issue description this edit presumably shouldn t be pointed to pit v s repo command no response relevant log output no response operating system irrelevant priority this issue should have low slightly annoying check the docs first i have checked the docs and it didn t solve my issue | 1 |
252,960 | 21,641,900,304 | IssuesEvent | 2022-05-05 19:44:05 | rancher/qa-tasks | https://api.github.com/repos/rancher/qa-tasks | closed | Validate `External cloud provider` on RKE2 harvester downstream cluster | team/area2 [zube]: To Test kind/task QA/S status/awaiting-harvester area/harvester | - Create a downstream cluster with 3 worker, 1 etcd, 1 cp Harvester node driver cluster RKE2
- In the cloud provider config → select `external` (Add information if any other config is provided during cluster provisioning)
- Verify the nodes come up active
- Create a volume with the respective cloud provider option - Storage clas or PV
- Associate to a workload storage options
- Write data by executing into the workload deployment pod | 1.0 | Validate `External cloud provider` on RKE2 harvester downstream cluster - - Create a downstream cluster with 3 worker, 1 etcd, 1 cp Harvester node driver cluster RKE2
- In the cloud provider config → select `external` (Add information if any other config is provided during cluster provisioning)
- Verify the nodes come up active
- Create a volume with the respective cloud provider option - Storage clas or PV
- Associate to a workload storage options
- Write data by executing into the workload deployment pod | test | validate external cloud provider on harvester downstream cluster create a downstream cluster with worker etcd cp harvester node driver cluster in the cloud provider config → select external add information if any other config is provided during cluster provisioning verify the nodes come up active create a volume with the respective cloud provider option storage clas or pv associate to a workload storage options write data by executing into the workload deployment pod | 1 |
19,726 | 3,249,302,986 | IssuesEvent | 2015-10-18 02:05:08 | TASVideos/BizHawk | https://api.github.com/repos/TASVideos/BizHawk | closed | SNES Hires / Laced modes Jumpy | auto-migrated Core-BSNES Type-Defect | ```
What steps will reproduce the problem?
1. Load Power Drive
2. Watch Intro
3. or play for a bit and view car repair screen.
What is the expected output? What do you see instead?
I expect to see a steady image. Instead these hires (laced?) screens are
jumpy. The effect can be seen on
What version of the product are you using? On what operating system?
Bizhawk SVN8515. I have tried Bsnes and Higan emulators and they seem to
display ok although I can tell if they are opening a hires mode as it does not
switch between lowres and hires modes. (I am using double low res mode in
bizhawk)
Please provide any additional information below.
I have tried Bsnes and Higan emulators and they seem to display ok although I
can tell if they are opening a hires mode as it does not switch between lowres
and hires modes. (I am using double low res mode in bizhawk). The effect can
also be seen in the game Syvalion as hires is used for the dialogue sections.
https://www.youtube.com/watch?v=uzWuq8zs4ZU&feature=youtu.be
I have attached a video where you can see the effect in action. You will need
to select 50 fps mode in youtube options to see it.
Maybe it is supposed to be this way, I don't know which is why I have posted
here and hope I am not wasting anyone's time with this.
```
Original issue reported on code.google.com by `MThompso...@gmail.com` on 17 Dec 2014 at 2:19 | 1.0 | SNES Hires / Laced modes Jumpy - ```
What steps will reproduce the problem?
1. Load Power Drive
2. Watch Intro
3. or play for a bit and view car repair screen.
What is the expected output? What do you see instead?
I expect to see a steady image. Instead these hires (laced?) screens are
jumpy. The effect can be seen on
What version of the product are you using? On what operating system?
Bizhawk SVN8515. I have tried Bsnes and Higan emulators and they seem to
display ok although I can tell if they are opening a hires mode as it does not
switch between lowres and hires modes. (I am using double low res mode in
bizhawk)
Please provide any additional information below.
I have tried Bsnes and Higan emulators and they seem to display ok although I
can tell if they are opening a hires mode as it does not switch between lowres
and hires modes. (I am using double low res mode in bizhawk). The effect can
also be seen in the game Syvalion as hires is used for the dialogue sections.
https://www.youtube.com/watch?v=uzWuq8zs4ZU&feature=youtu.be
I have attached a video where you can see the effect in action. You will need
to select 50 fps mode in youtube options to see it.
Maybe it is supposed to be this way, I don't know which is why I have posted
here and hope I am not wasting anyone's time with this.
```
Original issue reported on code.google.com by `MThompso...@gmail.com` on 17 Dec 2014 at 2:19 | non_test | snes hires laced modes jumpy what steps will reproduce the problem load power drive watch intro or play for a bit and view car repair screen what is the expected output what do you see instead i expect to see a steady image instead these hires laced screens are jumpy the effect can be seen on what version of the product are you using on what operating system bizhawk i have tried bsnes and higan emulators and they seem to display ok although i can tell if they are opening a hires mode as it does not switch between lowres and hires modes i am using double low res mode in bizhawk please provide any additional information below i have tried bsnes and higan emulators and they seem to display ok although i can tell if they are opening a hires mode as it does not switch between lowres and hires modes i am using double low res mode in bizhawk the effect can also be seen in the game syvalion as hires is used for the dialogue sections i have attached a video where you can see the effect in action you will need to select fps mode in youtube options to see it maybe it is supposed to be this way i don t know which is why i have posted here and hope i am not wasting anyone s time with this original issue reported on code google com by mthompso gmail com on dec at | 0 |
109,033 | 9,359,501,450 | IssuesEvent | 2019-04-02 07:03:42 | autc04/executor | https://api.github.com/repos/autc04/executor | opened | Test case failure: FileTest.SetFInfo_CrDat | has test | Creation dates are not currently emulated.
Standard UNIX does not track creation dates, but they are of course available on macOS, and AppleDouble stores them within the file. | 1.0 | Test case failure: FileTest.SetFInfo_CrDat - Creation dates are not currently emulated.
Standard UNIX does not track creation dates, but they are of course available on macOS, and AppleDouble stores them within the file. | test | test case failure filetest setfinfo crdat creation dates are not currently emulated standard unix does not track creation dates but they are of course available on macos and appledouble stores them within the file | 1 |
178,118 | 13,764,034,422 | IssuesEvent | 2020-10-07 11:27:45 | ZupIT/beagle | https://api.github.com/repos/ZupIT/beagle | opened | [Integration Test] Condition action | Integration Test android backend iOS web | ### Scenarios:
1. Execute the action by passing true and check if the action list of the true field has been executed (you can use an alert to know if it was executed)
2. Execute the action by passing false and check if the action list of the false field has been executed (you can use an alert to know if it was executed)
3. Perform the action by passing an expression (you can use an operation) and check if the list of actions has been performed (you can use an alert to see if it has been performed)
4. Execute the action by passing an invalid expression and check if the list of actions on false has been executed (you can use an alert to know if it was executed) | 1.0 | [Integration Test] Condition action - ### Scenarios:
1. Execute the action by passing true and check if the action list of the true field has been executed (you can use an alert to know if it was executed)
2. Execute the action by passing false and check if the action list of the false field has been executed (you can use an alert to know if it was executed)
3. Perform the action by passing an expression (you can use an operation) and check if the list of actions has been performed (you can use an alert to see if it has been performed)
4. Execute the action by passing an invalid expression and check if the list of actions on false has been executed (you can use an alert to know if it was executed) | test | condition action scenarios execute the action by passing true and check if the action list of the true field has been executed you can use an alert to know if it was executed execute the action by passing false and check if the action list of the false field has been executed you can use an alert to know if it was executed perform the action by passing an expression you can use an operation and check if the list of actions has been performed you can use an alert to see if it has been performed execute the action by passing an invalid expression and check if the list of actions on false has been executed you can use an alert to know if it was executed | 1 |
332,736 | 10,109,903,626 | IssuesEvent | 2019-07-30 09:04:54 | iNZightVIT/iNZightTools | https://api.github.com/repos/iNZightVIT/iNZightTools | closed | Meta data factor issues | bug low-priority | Factor order not being respected, for example
```
@factor year[jan=1,feb=2, ...]
```
results in factor with levels `{1, 10, 11, ...}`.
Additionally, first statement being ignored (only @factor? Or anything?). | 1.0 | Meta data factor issues - Factor order not being respected, for example
```
@factor year[jan=1,feb=2, ...]
```
results in factor with levels `{1, 10, 11, ...}`.
Additionally, first statement being ignored (only @factor? Or anything?). | non_test | meta data factor issues factor order not being respected for example factor year results in factor with levels additionally first statement being ignored only factor or anything | 0 |
431,074 | 30,216,568,356 | IssuesEvent | 2023-07-05 15:58:45 | zeeshanrafiqrana/data-engineering-zoomcampDT | https://api.github.com/repos/zeeshanrafiqrana/data-engineering-zoomcampDT | closed | New Milestone : Week 1: Introduction & Prerequisites Queue | documentation | Boss!
New Milestone is awaiting for you please complete task asap:
Task: recxiZrqH1hzj6Dtn
Title: Week 1: Introduction & Prerequisites
Status: Queue
Thanks | 1.0 | New Milestone : Week 1: Introduction & Prerequisites Queue - Boss!
New Milestone is awaiting for you please complete task asap:
Task: recxiZrqH1hzj6Dtn
Title: Week 1: Introduction & Prerequisites
Status: Queue
Thanks | non_test | new milestone week introduction prerequisites queue boss new milestone is awaiting for you please complete task asap task title week introduction prerequisites status queue thanks | 0 |
191,710 | 14,595,553,427 | IssuesEvent | 2020-12-20 12:04:07 | github-vet/rangeloop-pointer-findings | https://api.github.com/repos/github-vet/rangeloop-pointer-findings | closed | jerrinsg/go-pmem: src/crypto/tls/handshake_client_test.go; 30 LoC | fresh small test |
Found a possible issue in [jerrinsg/go-pmem](https://www.github.com/jerrinsg/go-pmem) at [src/crypto/tls/handshake_client_test.go](https://github.com/jerrinsg/go-pmem/blob/35da56fed65ecec7fce3310d537b250238d3c1a8/src/crypto/tls/handshake_client_test.go#L1364-L1393)
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 test used in defer or goroutine at line 1376
[Click here to see the code in its original context.](https://github.com/jerrinsg/go-pmem/blob/35da56fed65ecec7fce3310d537b250238d3c1a8/src/crypto/tls/handshake_client_test.go#L1364-L1393)
<details>
<summary>Click here to show the 30 line(s) of Go which triggered the analyzer.</summary>
```go
for i, test := range tests {
c, s := localPipe(t)
done := make(chan error)
var clientCalled, serverCalled bool
go func() {
config := testConfig.Clone()
config.ServerName = "example.golang"
config.ClientAuth = RequireAndVerifyClientCert
config.ClientCAs = rootCAs
config.Time = now
test.configureServer(config, &serverCalled)
err = Server(s, config).Handshake()
s.Close()
done <- err
}()
config := testConfig.Clone()
config.ServerName = "example.golang"
config.RootCAs = rootCAs
config.Time = now
test.configureClient(config, &clientCalled)
clientErr := Client(c, config).Handshake()
c.Close()
serverErr := <-done
test.validate(t, i, clientCalled, serverCalled, clientErr, serverErr)
}
```
</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: 35da56fed65ecec7fce3310d537b250238d3c1a8
| 1.0 | jerrinsg/go-pmem: src/crypto/tls/handshake_client_test.go; 30 LoC -
Found a possible issue in [jerrinsg/go-pmem](https://www.github.com/jerrinsg/go-pmem) at [src/crypto/tls/handshake_client_test.go](https://github.com/jerrinsg/go-pmem/blob/35da56fed65ecec7fce3310d537b250238d3c1a8/src/crypto/tls/handshake_client_test.go#L1364-L1393)
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 test used in defer or goroutine at line 1376
[Click here to see the code in its original context.](https://github.com/jerrinsg/go-pmem/blob/35da56fed65ecec7fce3310d537b250238d3c1a8/src/crypto/tls/handshake_client_test.go#L1364-L1393)
<details>
<summary>Click here to show the 30 line(s) of Go which triggered the analyzer.</summary>
```go
for i, test := range tests {
c, s := localPipe(t)
done := make(chan error)
var clientCalled, serverCalled bool
go func() {
config := testConfig.Clone()
config.ServerName = "example.golang"
config.ClientAuth = RequireAndVerifyClientCert
config.ClientCAs = rootCAs
config.Time = now
test.configureServer(config, &serverCalled)
err = Server(s, config).Handshake()
s.Close()
done <- err
}()
config := testConfig.Clone()
config.ServerName = "example.golang"
config.RootCAs = rootCAs
config.Time = now
test.configureClient(config, &clientCalled)
clientErr := Client(c, config).Handshake()
c.Close()
serverErr := <-done
test.validate(t, i, clientCalled, serverCalled, clientErr, serverErr)
}
```
</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: 35da56fed65ecec7fce3310d537b250238d3c1a8
| test | jerrinsg go pmem src crypto tls handshake client 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 test used in defer or goroutine at line click here to show the line s of go which triggered the analyzer go for i test range tests c s localpipe t done make chan error var clientcalled servercalled bool go func config testconfig clone config servername example golang config clientauth requireandverifyclientcert config clientcas rootcas config time now test configureserver config servercalled err server s config handshake s close done err config testconfig clone config servername example golang config rootcas rootcas config time now test configureclient config clientcalled clienterr client c config handshake c close servererr done test validate t i clientcalled servercalled clienterr servererr 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 |
171,250 | 13,225,032,945 | IssuesEvent | 2020-08-17 20:21:15 | UTA-FabLab/fabapp | https://api.github.com/repos/UTA-FabLab/fabapp | closed | Pickup total fail tickets do not remove from storage | Bug Merged into dev Verified on Test | If a ticket is put into storage, then picked up and marked as total fail, it does not remove the object from storage.
This is overlooked because all other ticket statuses proceed to ~/pages/pay.php where it is removed.
This can be fixed by adding a removal call in the if statement https://github.com/UTA-FabLab/fabapp/blob/bd1b5eed5575a92f922e72b25172f9bced09c76e/pages/pickup.php#L65 | 1.0 | Pickup total fail tickets do not remove from storage - If a ticket is put into storage, then picked up and marked as total fail, it does not remove the object from storage.
This is overlooked because all other ticket statuses proceed to ~/pages/pay.php where it is removed.
This can be fixed by adding a removal call in the if statement https://github.com/UTA-FabLab/fabapp/blob/bd1b5eed5575a92f922e72b25172f9bced09c76e/pages/pickup.php#L65 | test | pickup total fail tickets do not remove from storage if a ticket is put into storage then picked up and marked as total fail it does not remove the object from storage this is overlooked because all other ticket statuses proceed to pages pay php where it is removed this can be fixed by adding a removal call in the if statement | 1 |
295,657 | 25,492,160,999 | IssuesEvent | 2022-11-27 07:48:22 | chaineresearch/datastreams | https://api.github.com/repos/chaineresearch/datastreams | closed | When creating a new subscription the first item in the Duration select doesn’t save | bug testing | When the Publisher creates a new subscription row and edits the fields, the first select item is already selected. In the current setup the item is ‘sec(s)’. If the publisher then creates a subscription for 1 second, or 5 seconds, the value of the Duration doesn’t save. It comes up empty in the table.

The workaround is to edit the just created subscription, change the Duration value from ‘sec(s)’ to something else, and save. Then edit the row again, change the Duration value back to ‘sec(s)’ and save. Then the value will appear in the table.
The easiest way to fix this bug is to remove the select list and make the field a simple text input like in the mockup. Then the Publisher can create any Duration (like “day”, or “dayz”, or “epoch”, etc).
| 1.0 | When creating a new subscription the first item in the Duration select doesn’t save - When the Publisher creates a new subscription row and edits the fields, the first select item is already selected. In the current setup the item is ‘sec(s)’. If the publisher then creates a subscription for 1 second, or 5 seconds, the value of the Duration doesn’t save. It comes up empty in the table.

The workaround is to edit the just created subscription, change the Duration value from ‘sec(s)’ to something else, and save. Then edit the row again, change the Duration value back to ‘sec(s)’ and save. Then the value will appear in the table.
The easiest way to fix this bug is to remove the select list and make the field a simple text input like in the mockup. Then the Publisher can create any Duration (like “day”, or “dayz”, or “epoch”, etc).
| test | when creating a new subscription the first item in the duration select doesn’t save when the publisher creates a new subscription row and edits the fields the first select item is already selected in the current setup the item is ‘sec s ’ if the publisher then creates a subscription for second or seconds the value of the duration doesn’t save it comes up empty in the table the workaround is to edit the just created subscription change the duration value from ‘sec s ’ to something else and save then edit the row again change the duration value back to ‘sec s ’ and save then the value will appear in the table the easiest way to fix this bug is to remove the select list and make the field a simple text input like in the mockup then the publisher can create any duration like “day” or “dayz” or “epoch” etc | 1 |
90,071 | 8,228,212,350 | IssuesEvent | 2018-09-07 03:45:40 | d33pspace/RenewalWebsite | https://api.github.com/repos/d33pspace/RenewalWebsite | closed | The workflow of email subscription. | ready for testing | Hi @d33pspace,
I subscribed my email long time ago and received the 1st email. However, in order to test that email in Chinese again, I tried lot unsubscribe (through the link in the email) and subscribe again (through the home page of Renewal). But the testing was failed as I waited but couldn't receive the email afterwards.
Is this a bug or how does the workflow look like? | 1.0 | The workflow of email subscription. - Hi @d33pspace,
I subscribed my email long time ago and received the 1st email. However, in order to test that email in Chinese again, I tried lot unsubscribe (through the link in the email) and subscribe again (through the home page of Renewal). But the testing was failed as I waited but couldn't receive the email afterwards.
Is this a bug or how does the workflow look like? | test | the workflow of email subscription hi i subscribed my email long time ago and received the email however in order to test that email in chinese again i tried lot unsubscribe through the link in the email and subscribe again through the home page of renewal but the testing was failed as i waited but couldn t receive the email afterwards is this a bug or how does the workflow look like | 1 |
211,126 | 16,175,192,765 | IssuesEvent | 2021-05-03 05:02:13 | istio/istio | https://api.github.com/repos/istio/istio | closed | Large number of secret fetcher warnings in the ingressgateway log | area/security area/test and release feature/Virtual-machine kind/enhancement lifecycle/stale |
**Describe the feature request**
In our project, we deploy Istio as our baseline, and we have a larger number of secrets created in the istio namespace. Therefore, in our ingressgateway log, we received a larger number of warning messages like
```
warn secretfetcher failed load server cert/key pair from secret server-cert-secret1: server cert or private key is empty
warn secretfetcher failed load server cert/key pair from secret server-cert-secret2: server cert or private key is empty
...
```
For our analysis, we think if we created or update secrets that are not in the Istio expected format, i.e., not has cert/key pair or cacert in the data field. Istio will complain with the warning messages.
Since we really have a large number of (hundreds of) secrets in our project, we think having all these warning messages in the log really disturbs us from debugging and developing.
We have tested with latest Istio 1.7.3, it also has the same behavior as above
```
~/istio-1.7.3$ istioctl install --set profile=demo
Detected that your cluster does not support third party JWT authentication. Falling back to less secure first party JWT. See https://istio.io/docs/ops/best-practices/security/#configure-third-party-service-account-tokens for details.
? Istio core installed
? Istiod installed
? Egress gateways installed
? Ingress gateways installed
? Installation complete ~/istio-1.7.3$ kubectl get all -n istio-system
NAME READY STATUS RESTARTS AGE
pod/istio-egressgateway-7bf76dd59-czrlz 1/1 Running 0 27s
pod/istio-ingressgateway-586dbbc45d-7hn5h 1/1 Running 0 27s
pod/istiod-6cc5758d8c-9pjpn 1/1 Running 0 33s
~/istio-1.7.3$ kubectl -n istio-system create secret generic armdocker --from-file=.dockerconfigjson=$HOME/.docker/config.json --type=kubernetes.io/dockerconfigjson
secret/armdocker created
~/istio-1.7.3$ kubectl logs istio-ingressgateway-586dbbc45d-7hn5h -n istio-system | grep "fetcher"
2020-10-13T09:32:01.284349Z warn secretfetcher failed load server cert/key pair from secret armdocker: server cert or private key is empty
~/istio-1.7.3$ cat <<EOF | kubectl apply -n istio-system -f -
> apiVersion: v1
> data:
> ca-chain.cert.pem: xxxxx # I hide the certs here for space reason
> kind: Secret
> metadata:
> annotations:
> name: mysecret
> type: Opaque
> EOF
secret/mysecret created
~/istio-1.7.3$ kubectl logs istio-ingressgateway-586dbbc45d-7hn5h -n istio-system | grep "fetcher"
2020-10-13T09:32:01.284349Z warn secretfetcher failed load server cert/key pair from secret armdocker: server cert or private key is empty
2020-10-13T09:32:20.843201Z warn secretfetcher failed load server cert/key pair from secret mysecret: server cert or private key is empty
~/istio-1.7.3$ cat <<EOF | kubectl apply -n istio-system -f -
> apiVersion: v1
> data:
> ca-chain.cert.pem: xxxxx # I hide the certs here for space reason
> kind: Secret
> metadata:
> annotations:
> name: mysecret
> type: Opaque
> EOF
secret/mysecret configured
~/istio-1.7.3$ kubectl logs istio-ingressgateway-586dbbc45d-7hn5h -n istio-system | grep "fetcher"
2020-10-13T09:32:01.284349Z warn secretfetcher failed load server cert/key pair from secret armdocker: server cert or private key is empty
2020-10-13T09:32:20.843201Z warn secretfetcher failed load server cert/key pair from secret mysecret: server cert or private key is empty
2020-10-13T09:32:39.763631Z info secretfetcher scrtUpdated is called on kubernetes secret mysecret
2020-10-13T09:32:39.763661Z warn secretfetcher failed load server cert/key pair from secret mysecret: server cert or private key is empty
2020-10-13T09:32:39.763664Z warn secretfetcher failed load server cert/key pair from secret mysecret: server cert or private key is empty
2020-10-13T09:32:39.763668Z info secretfetcher secret mysecret does not change, skip update
```
**Describe alternatives you've considered**
We know this might be not considered as a BUG, since the message itself is at a warning level. We want the alternative is to check/monitor the secret in a smart way, i.e., Istio can still read all the secret in its namespace, but only check and print the warning message for those secrets being acutally configured/used, instead of warning all of them.
[ ] Docs
[ ] Installation
[ ] Networking
[ ] Performance and Scalability
[ ] Extensions and Telemetry
[X] Security
[ ] Test and Release
[X] User Experience
[X] Developer Infrastructure
**Additional context** | 1.0 | Large number of secret fetcher warnings in the ingressgateway log -
**Describe the feature request**
In our project, we deploy Istio as our baseline, and we have a larger number of secrets created in the istio namespace. Therefore, in our ingressgateway log, we received a larger number of warning messages like
```
warn secretfetcher failed load server cert/key pair from secret server-cert-secret1: server cert or private key is empty
warn secretfetcher failed load server cert/key pair from secret server-cert-secret2: server cert or private key is empty
...
```
For our analysis, we think if we created or update secrets that are not in the Istio expected format, i.e., not has cert/key pair or cacert in the data field. Istio will complain with the warning messages.
Since we really have a large number of (hundreds of) secrets in our project, we think having all these warning messages in the log really disturbs us from debugging and developing.
We have tested with latest Istio 1.7.3, it also has the same behavior as above
```
~/istio-1.7.3$ istioctl install --set profile=demo
Detected that your cluster does not support third party JWT authentication. Falling back to less secure first party JWT. See https://istio.io/docs/ops/best-practices/security/#configure-third-party-service-account-tokens for details.
? Istio core installed
? Istiod installed
? Egress gateways installed
? Ingress gateways installed
? Installation complete ~/istio-1.7.3$ kubectl get all -n istio-system
NAME READY STATUS RESTARTS AGE
pod/istio-egressgateway-7bf76dd59-czrlz 1/1 Running 0 27s
pod/istio-ingressgateway-586dbbc45d-7hn5h 1/1 Running 0 27s
pod/istiod-6cc5758d8c-9pjpn 1/1 Running 0 33s
~/istio-1.7.3$ kubectl -n istio-system create secret generic armdocker --from-file=.dockerconfigjson=$HOME/.docker/config.json --type=kubernetes.io/dockerconfigjson
secret/armdocker created
~/istio-1.7.3$ kubectl logs istio-ingressgateway-586dbbc45d-7hn5h -n istio-system | grep "fetcher"
2020-10-13T09:32:01.284349Z warn secretfetcher failed load server cert/key pair from secret armdocker: server cert or private key is empty
~/istio-1.7.3$ cat <<EOF | kubectl apply -n istio-system -f -
> apiVersion: v1
> data:
> ca-chain.cert.pem: xxxxx # I hide the certs here for space reason
> kind: Secret
> metadata:
> annotations:
> name: mysecret
> type: Opaque
> EOF
secret/mysecret created
~/istio-1.7.3$ kubectl logs istio-ingressgateway-586dbbc45d-7hn5h -n istio-system | grep "fetcher"
2020-10-13T09:32:01.284349Z warn secretfetcher failed load server cert/key pair from secret armdocker: server cert or private key is empty
2020-10-13T09:32:20.843201Z warn secretfetcher failed load server cert/key pair from secret mysecret: server cert or private key is empty
~/istio-1.7.3$ cat <<EOF | kubectl apply -n istio-system -f -
> apiVersion: v1
> data:
> ca-chain.cert.pem: xxxxx # I hide the certs here for space reason
> kind: Secret
> metadata:
> annotations:
> name: mysecret
> type: Opaque
> EOF
secret/mysecret configured
~/istio-1.7.3$ kubectl logs istio-ingressgateway-586dbbc45d-7hn5h -n istio-system | grep "fetcher"
2020-10-13T09:32:01.284349Z warn secretfetcher failed load server cert/key pair from secret armdocker: server cert or private key is empty
2020-10-13T09:32:20.843201Z warn secretfetcher failed load server cert/key pair from secret mysecret: server cert or private key is empty
2020-10-13T09:32:39.763631Z info secretfetcher scrtUpdated is called on kubernetes secret mysecret
2020-10-13T09:32:39.763661Z warn secretfetcher failed load server cert/key pair from secret mysecret: server cert or private key is empty
2020-10-13T09:32:39.763664Z warn secretfetcher failed load server cert/key pair from secret mysecret: server cert or private key is empty
2020-10-13T09:32:39.763668Z info secretfetcher secret mysecret does not change, skip update
```
**Describe alternatives you've considered**
We know this might be not considered as a BUG, since the message itself is at a warning level. We want the alternative is to check/monitor the secret in a smart way, i.e., Istio can still read all the secret in its namespace, but only check and print the warning message for those secrets being acutally configured/used, instead of warning all of them.
[ ] Docs
[ ] Installation
[ ] Networking
[ ] Performance and Scalability
[ ] Extensions and Telemetry
[X] Security
[ ] Test and Release
[X] User Experience
[X] Developer Infrastructure
**Additional context** | test | large number of secret fetcher warnings in the ingressgateway log describe the feature request in our project we deploy istio as our baseline and we have a larger number of secrets created in the istio namespace therefore in our ingressgateway log we received a larger number of warning messages like warn secretfetcher failed load server cert key pair from secret server cert server cert or private key is empty warn secretfetcher failed load server cert key pair from secret server cert server cert or private key is empty for our analysis we think if we created or update secrets that are not in the istio expected format i e not has cert key pair or cacert in the data field istio will complain with the warning messages since we really have a large number of hundreds of secrets in our project we think having all these warning messages in the log really disturbs us from debugging and developing we have tested with latest istio it also has the same behavior as above istio istioctl install set profile demo detected that your cluster does not support third party jwt authentication falling back to less secure first party jwt see for details istio core installed istiod installed egress gateways installed ingress gateways installed installation complete istio kubectl get all n istio system name ready status restarts age pod istio egressgateway czrlz running pod istio ingressgateway running pod istiod running istio kubectl n istio system create secret generic armdocker from file dockerconfigjson home docker config json type kubernetes io dockerconfigjson secret armdocker created istio kubectl logs istio ingressgateway n istio system grep fetcher warn secretfetcher failed load server cert key pair from secret armdocker server cert or private key is empty istio cat eof kubectl apply n istio system f apiversion data ca chain cert pem xxxxx i hide the certs here for space reason kind secret metadata annotations name mysecret type opaque eof secret mysecret created istio kubectl logs istio ingressgateway n istio system grep fetcher warn secretfetcher failed load server cert key pair from secret armdocker server cert or private key is empty warn secretfetcher failed load server cert key pair from secret mysecret server cert or private key is empty istio cat eof kubectl apply n istio system f apiversion data ca chain cert pem xxxxx i hide the certs here for space reason kind secret metadata annotations name mysecret type opaque eof secret mysecret configured istio kubectl logs istio ingressgateway n istio system grep fetcher warn secretfetcher failed load server cert key pair from secret armdocker server cert or private key is empty warn secretfetcher failed load server cert key pair from secret mysecret server cert or private key is empty info secretfetcher scrtupdated is called on kubernetes secret mysecret warn secretfetcher failed load server cert key pair from secret mysecret server cert or private key is empty warn secretfetcher failed load server cert key pair from secret mysecret server cert or private key is empty info secretfetcher secret mysecret does not change skip update describe alternatives you ve considered we know this might be not considered as a bug since the message itself is at a warning level we want the alternative is to check monitor the secret in a smart way i e istio can still read all the secret in its namespace but only check and print the warning message for those secrets being acutally configured used instead of warning all of them docs installation networking performance and scalability extensions and telemetry security test and release user experience developer infrastructure additional context | 1 |
167,320 | 13,019,741,288 | IssuesEvent | 2020-07-27 00:22:48 | labexp/osmtracker-android | https://api.github.com/repos/labexp/osmtracker-android | closed | DownloadLayoutTest downloads layout but shows and error | test | DownloadLayoutTest passes but the message `"The layout can't be downloaded, try again later"` is shown on a toast after clicking "Download". Although the error message, the layout is correctly downloaded and that the test passes.
To test this I added this line at the end of `clickButtonsToDownloadLayout` function:
`TestUtils.checkToastIsShownWith(TestUtils.getStringResource(R.string.available_layouts_successful_download));` | 1.0 | DownloadLayoutTest downloads layout but shows and error - DownloadLayoutTest passes but the message `"The layout can't be downloaded, try again later"` is shown on a toast after clicking "Download". Although the error message, the layout is correctly downloaded and that the test passes.
To test this I added this line at the end of `clickButtonsToDownloadLayout` function:
`TestUtils.checkToastIsShownWith(TestUtils.getStringResource(R.string.available_layouts_successful_download));` | test | downloadlayouttest downloads layout but shows and error downloadlayouttest passes but the message the layout can t be downloaded try again later is shown on a toast after clicking download although the error message the layout is correctly downloaded and that the test passes to test this i added this line at the end of clickbuttonstodownloadlayout function testutils checktoastisshownwith testutils getstringresource r string available layouts successful download | 1 |
132,909 | 10,773,336,164 | IssuesEvent | 2019-11-02 20:00:45 | mattimaier/bnote | https://api.github.com/repos/mattimaier/bnote | closed | Repertoire-Export funktioniert nicht | User Request bug to test | Beim Aufruf des "CSV-Export" im Modul Repertoire wird folgender Fehler angezeigt:
Diese Seite funktioniert nicht / HTTP ERROR 500
Die aufgerufene URL: https://bnote.#####.de/BNote/src/export/repertoire.csv | 1.0 | Repertoire-Export funktioniert nicht - Beim Aufruf des "CSV-Export" im Modul Repertoire wird folgender Fehler angezeigt:
Diese Seite funktioniert nicht / HTTP ERROR 500
Die aufgerufene URL: https://bnote.#####.de/BNote/src/export/repertoire.csv | test | repertoire export funktioniert nicht beim aufruf des csv export im modul repertoire wird folgender fehler angezeigt diese seite funktioniert nicht http error die aufgerufene url | 1 |
58,479 | 3,089,665,943 | IssuesEvent | 2015-08-25 22:51:58 | empirical-org/Empirical-Core | https://api.github.com/repos/empirical-org/Empirical-Core | closed | Bug - Continue Button Broken | Priority: ★ | If you are signed in as a student and load a sentence writing activity, you cannot continue past the first question as the button disappears. If you are not signed in the bug is not present. My guess is that this bug is somehow connected to the anonymous sessions, as it seems the bug started over the weekend.
# Solutions
Could we please try to get one of these solutions implemented ASAP?
1. Apply a Hotfix
2. Maintenance Mode
3. Rollback to the pre-Friday update?
# Steps to repo:
1. Sign in with the user/pass Student/Student
2. Click on the activity "I've, that's,..."
3. Complete the first question.
4. The button is then gone.

| 1.0 | Bug - Continue Button Broken - If you are signed in as a student and load a sentence writing activity, you cannot continue past the first question as the button disappears. If you are not signed in the bug is not present. My guess is that this bug is somehow connected to the anonymous sessions, as it seems the bug started over the weekend.
# Solutions
Could we please try to get one of these solutions implemented ASAP?
1. Apply a Hotfix
2. Maintenance Mode
3. Rollback to the pre-Friday update?
# Steps to repo:
1. Sign in with the user/pass Student/Student
2. Click on the activity "I've, that's,..."
3. Complete the first question.
4. The button is then gone.

| non_test | bug continue button broken if you are signed in as a student and load a sentence writing activity you cannot continue past the first question as the button disappears if you are not signed in the bug is not present my guess is that this bug is somehow connected to the anonymous sessions as it seems the bug started over the weekend solutions could we please try to get one of these solutions implemented asap apply a hotfix maintenance mode rollback to the pre friday update steps to repo sign in with the user pass student student click on the activity i ve that s complete the first question the button is then gone | 0 |
227,902 | 18,108,492,820 | IssuesEvent | 2021-09-22 22:26:23 | mfem/mfem | https://api.github.com/repos/mfem/mfem | opened | Parallel unit test failure with CUDA enbaled | testing GPU | When both MFEM and HYPRE are build with CUDA, `make test` fails in the unit test
```console
mpirun -np 1 punit_tests
```
The error is in a new test added after MFEM v4.3 in PR #1046, here: https://github.com/mfem/mfem/blob/9a73c2d94c5ecff6dd64c9f7f575e55da0b250cf/tests/unit/fem/test_eigs.cpp#L261
| 1.0 | Parallel unit test failure with CUDA enbaled - When both MFEM and HYPRE are build with CUDA, `make test` fails in the unit test
```console
mpirun -np 1 punit_tests
```
The error is in a new test added after MFEM v4.3 in PR #1046, here: https://github.com/mfem/mfem/blob/9a73c2d94c5ecff6dd64c9f7f575e55da0b250cf/tests/unit/fem/test_eigs.cpp#L261
| test | parallel unit test failure with cuda enbaled when both mfem and hypre are build with cuda make test fails in the unit test console mpirun np punit tests the error is in a new test added after mfem in pr here | 1 |
35,952 | 4,705,393,178 | IssuesEvent | 2016-10-13 14:24:55 | vector-im/vector-ios | https://api.github.com/repos/vector-im/vector-ios | opened | New typing notification look & feel | design P3 | We probably need a new design for typing notification like for the web: https://zpl.io/ZV63Md | 1.0 | New typing notification look & feel - We probably need a new design for typing notification like for the web: https://zpl.io/ZV63Md | non_test | new typing notification look feel we probably need a new design for typing notification like for the web | 0 |
715,334 | 24,594,743,284 | IssuesEvent | 2022-10-14 07:18:28 | webcompat/web-bugs | https://api.github.com/repos/webcompat/web-bugs | closed | www.homedepot.com - site is not usable | browser-firefox priority-important engine-gecko | <!-- @browser: Firefox 105.0 -->
<!-- @ua_header: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:105.0) Gecko/20100101 Firefox/105.0 -->
<!-- @reported_with: unknown -->
<!-- @public_url: https://github.com/webcompat/web-bugs/issues/112280 -->
**URL**: https://www.homedepot.com/b/Tools/N-5yc1vZc1xy
**Browser / Version**: Firefox 105.0
**Operating System**: Windows 10
**Tested Another Browser**: Yes Edge
**Problem type**: Site is not usable
**Description**: Page not loading correctly
**Steps to Reproduce**:
top level site page loads correctly: homedepot.com.
Browsing to any product or product category page on this shopping site results in a blank page.
I tried 'troubleshooting' mode, with no success.
<details>
<summary>View the screenshot</summary>
<img alt="Screenshot" src="https://webcompat.com/uploads/2022/10/112d1620-da5d-44df-9ed8-5f99489d027f.jpeg">
</details>
<details>
<summary>Browser Configuration</summary>
<ul>
<li>None</li>
</ul>
</details>
_From [webcompat.com](https://webcompat.com/) with ❤️_ | 1.0 | www.homedepot.com - site is not usable - <!-- @browser: Firefox 105.0 -->
<!-- @ua_header: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:105.0) Gecko/20100101 Firefox/105.0 -->
<!-- @reported_with: unknown -->
<!-- @public_url: https://github.com/webcompat/web-bugs/issues/112280 -->
**URL**: https://www.homedepot.com/b/Tools/N-5yc1vZc1xy
**Browser / Version**: Firefox 105.0
**Operating System**: Windows 10
**Tested Another Browser**: Yes Edge
**Problem type**: Site is not usable
**Description**: Page not loading correctly
**Steps to Reproduce**:
top level site page loads correctly: homedepot.com.
Browsing to any product or product category page on this shopping site results in a blank page.
I tried 'troubleshooting' mode, with no success.
<details>
<summary>View the screenshot</summary>
<img alt="Screenshot" src="https://webcompat.com/uploads/2022/10/112d1620-da5d-44df-9ed8-5f99489d027f.jpeg">
</details>
<details>
<summary>Browser Configuration</summary>
<ul>
<li>None</li>
</ul>
</details>
_From [webcompat.com](https://webcompat.com/) with ❤️_ | non_test | site is not usable url browser version firefox operating system windows tested another browser yes edge problem type site is not usable description page not loading correctly steps to reproduce top level site page loads correctly homedepot com browsing to any product or product category page on this shopping site results in a blank page i tried troubleshooting mode with no success view the screenshot img alt screenshot src browser configuration none from with ❤️ | 0 |
248,735 | 21,054,540,596 | IssuesEvent | 2022-04-01 00:52:33 | Archana90663/New_PasteBin | https://api.github.com/repos/Archana90663/New_PasteBin | closed | (Cypress) Test to see that logged-in users can pick "Private" tag option | Front End Testing | Use Cypress to assess if only logged-in users have the ability to pick the "Private" tag option. They can pick other tags as well, but non-logged in users cannot pick "Private" for their pastes. | 1.0 | (Cypress) Test to see that logged-in users can pick "Private" tag option - Use Cypress to assess if only logged-in users have the ability to pick the "Private" tag option. They can pick other tags as well, but non-logged in users cannot pick "Private" for their pastes. | test | cypress test to see that logged in users can pick private tag option use cypress to assess if only logged in users have the ability to pick the private tag option they can pick other tags as well but non logged in users cannot pick private for their pastes | 1 |
33,705 | 12,216,834,877 | IssuesEvent | 2020-05-01 15:56:51 | OSWeekends/status.osweekends.com | https://api.github.com/repos/OSWeekends/status.osweekends.com | opened | CVE-2018-14040 (Medium) detected in bootstrap-4.1.1.min.js | security vulnerability | ## CVE-2018-14040 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>bootstrap-4.1.1.min.js</b></p></summary>
<p>The most popular front-end framework for developing responsive, mobile first projects on the web.</p>
<p>Library home page: <a href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.1.1/js/bootstrap.min.js">https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.1.1/js/bootstrap.min.js</a></p>
<p>Path to dependency file: /tmp/ws-scm/status.osweekends.com/public/index.html</p>
<p>Path to vulnerable library: /status.osweekends.com/public/index.html</p>
<p>
Dependency Hierarchy:
- :x: **bootstrap-4.1.1.min.js** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/OSWeekends/status.osweekends.com/commit/b4e4bf161a5c8989bbb340b6754576721b5e1241">b4e4bf161a5c8989bbb340b6754576721b5e1241</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
In Bootstrap before 4.1.2, XSS is possible in the collapse data-parent attribute.
<p>Publish Date: 2018-07-13
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2018-14040>CVE-2018-14040</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/twbs/bootstrap/pull/26630">https://github.com/twbs/bootstrap/pull/26630</a></p>
<p>Release Date: 2018-07-13</p>
<p>Fix Resolution: org.webjars.npm:bootstrap:4.1.2,org.webjars:bootstrap: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-2018-14040 (Medium) detected in bootstrap-4.1.1.min.js - ## CVE-2018-14040 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>bootstrap-4.1.1.min.js</b></p></summary>
<p>The most popular front-end framework for developing responsive, mobile first projects on the web.</p>
<p>Library home page: <a href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.1.1/js/bootstrap.min.js">https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.1.1/js/bootstrap.min.js</a></p>
<p>Path to dependency file: /tmp/ws-scm/status.osweekends.com/public/index.html</p>
<p>Path to vulnerable library: /status.osweekends.com/public/index.html</p>
<p>
Dependency Hierarchy:
- :x: **bootstrap-4.1.1.min.js** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/OSWeekends/status.osweekends.com/commit/b4e4bf161a5c8989bbb340b6754576721b5e1241">b4e4bf161a5c8989bbb340b6754576721b5e1241</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
In Bootstrap before 4.1.2, XSS is possible in the collapse data-parent attribute.
<p>Publish Date: 2018-07-13
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2018-14040>CVE-2018-14040</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/twbs/bootstrap/pull/26630">https://github.com/twbs/bootstrap/pull/26630</a></p>
<p>Release Date: 2018-07-13</p>
<p>Fix Resolution: org.webjars.npm:bootstrap:4.1.2,org.webjars:bootstrap: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 bootstrap min js cve medium severity vulnerability vulnerable library bootstrap min js the most popular front end framework for developing responsive mobile first projects on the web library home page a href path to dependency file tmp ws scm status osweekends com public index html path to vulnerable library status osweekends com public index html dependency hierarchy x bootstrap min js vulnerable library found in head commit a href vulnerability details in bootstrap before xss is possible in the collapse data parent attribute 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 org webjars npm bootstrap org webjars bootstrap step up your open source security game with whitesource | 0 |
9,585 | 3,059,221,122 | IssuesEvent | 2015-08-14 13:52:40 | Dynious/RefinedRelocation | https://api.github.com/repos/Dynious/RefinedRelocation | closed | Wireless Block Extender Power Transfer Not Working | bug test | running 1.7.10-1.0.7d of Refined Relocation.
Trying to send power wirelessly, but the block extender doesn't see any power connected to it. It used to work when the server had mekanism, but that is no longer the case.
Also the power limiter block doesn't see any cells or EnderIO capacitors connected to it either (I suspect the issues are related?).
If you need more info plz let me know. Thanks!
| 1.0 | Wireless Block Extender Power Transfer Not Working - running 1.7.10-1.0.7d of Refined Relocation.
Trying to send power wirelessly, but the block extender doesn't see any power connected to it. It used to work when the server had mekanism, but that is no longer the case.
Also the power limiter block doesn't see any cells or EnderIO capacitors connected to it either (I suspect the issues are related?).
If you need more info plz let me know. Thanks!
| test | wireless block extender power transfer not working running of refined relocation trying to send power wirelessly but the block extender doesn t see any power connected to it it used to work when the server had mekanism but that is no longer the case also the power limiter block doesn t see any cells or enderio capacitors connected to it either i suspect the issues are related if you need more info plz let me know thanks | 1 |
179,375 | 13,878,589,092 | IssuesEvent | 2020-10-17 10:20:37 | lanl/parthenon | https://api.github.com/repos/lanl/parthenon | closed | MPI results incorrect? | bug ci testing | It looks like results (in the 3D regression test) differ for runs with different number of MPI procs.
```
36: -------------------------------------------
36: Filename=advection_3d.out0.00001.phdf
36: -------------------------------------------
36: Time=1.0000
36: NCycle=854
36: NumDims=3
36: MaxLevel=1
36: NumBlocks=529
36: MeshBlockSize=[8 8 8]
36: CellsPerBlock=512
36: TotalCells=270848
36: TotalCellsReal=270848
36: NumPE=4
36: BlocksPerPE=[132 132 132 133]
36: NGhost=2
36: IncludesGhost=0
36: Coordinates=b'UniformCartesian'
36: --------------------------------------------
36: Variables=['Info', 'Locations', 'advected', 'one_minus_advected', 'one_minus_advected_sq', 'one_minus_sqrt_one_minus_advected_sq_12', 'one_minus_sqrt_one_minus_advected_sq_37']
36: --------------------------------------------
36:
36:
36: -------------------------------------------
36: Filename=/home/pgrete/src/parthenon-master/tst/regression/test_suites/output_hdf5/../../../../tst/regression/gold_standard/advection_3d.out0.00001.phdf
36: -------------------------------------------
36: Time=1.0000
36: NCycle=214
36: NumDims=3
36: MaxLevel=1
36: NumBlocks=204
36: MeshBlockSize=[8 8 8]
36: CellsPerBlock=512
36: TotalCells=104448
36: TotalCellsReal=104448
36: NumPE=1
36: BlocksPerPE=[204]
36: NGhost=2
36: IncludesGhost=0
36: Coordinates=b'UniformCartesian'
36: --------------------------------------------
36: Variables=['Info', 'Locations', 'advected', 'one_minus_advected', 'one_minus_advected_sq', 'one_minus_sqrt_one_minus_advected_sq_12', 'one_minus_sqrt_one_minus_advected_sq_37']
36: --------------------------------------------
```
2D seems to be fine. | 1.0 | MPI results incorrect? - It looks like results (in the 3D regression test) differ for runs with different number of MPI procs.
```
36: -------------------------------------------
36: Filename=advection_3d.out0.00001.phdf
36: -------------------------------------------
36: Time=1.0000
36: NCycle=854
36: NumDims=3
36: MaxLevel=1
36: NumBlocks=529
36: MeshBlockSize=[8 8 8]
36: CellsPerBlock=512
36: TotalCells=270848
36: TotalCellsReal=270848
36: NumPE=4
36: BlocksPerPE=[132 132 132 133]
36: NGhost=2
36: IncludesGhost=0
36: Coordinates=b'UniformCartesian'
36: --------------------------------------------
36: Variables=['Info', 'Locations', 'advected', 'one_minus_advected', 'one_minus_advected_sq', 'one_minus_sqrt_one_minus_advected_sq_12', 'one_minus_sqrt_one_minus_advected_sq_37']
36: --------------------------------------------
36:
36:
36: -------------------------------------------
36: Filename=/home/pgrete/src/parthenon-master/tst/regression/test_suites/output_hdf5/../../../../tst/regression/gold_standard/advection_3d.out0.00001.phdf
36: -------------------------------------------
36: Time=1.0000
36: NCycle=214
36: NumDims=3
36: MaxLevel=1
36: NumBlocks=204
36: MeshBlockSize=[8 8 8]
36: CellsPerBlock=512
36: TotalCells=104448
36: TotalCellsReal=104448
36: NumPE=1
36: BlocksPerPE=[204]
36: NGhost=2
36: IncludesGhost=0
36: Coordinates=b'UniformCartesian'
36: --------------------------------------------
36: Variables=['Info', 'Locations', 'advected', 'one_minus_advected', 'one_minus_advected_sq', 'one_minus_sqrt_one_minus_advected_sq_12', 'one_minus_sqrt_one_minus_advected_sq_37']
36: --------------------------------------------
```
2D seems to be fine. | test | mpi results incorrect it looks like results in the regression test differ for runs with different number of mpi procs filename advection phdf time ncycle numdims maxlevel numblocks meshblocksize cellsperblock totalcells totalcellsreal numpe blocksperpe nghost includesghost coordinates b uniformcartesian variables filename home pgrete src parthenon master tst regression test suites output tst regression gold standard advection phdf time ncycle numdims maxlevel numblocks meshblocksize cellsperblock totalcells totalcellsreal numpe blocksperpe nghost includesghost coordinates b uniformcartesian variables seems to be fine | 1 |
61,026 | 6,721,536,403 | IssuesEvent | 2017-10-16 12:09:03 | SCADA-LTS/Scada-LTS | https://api.github.com/repos/SCADA-LTS/Scada-LTS | reopened | Test - v0.0.8 | test | | Nr | Title | Passed? |
| ------------- |:-------------:| :-----:|
| 1 | User access to data points and graphical views V2. | ❌ |
| 2 | Access to the data point details for non-admin users. | ✔ |
| 3 | Disable/enable data source with points with event handler in context. | ✔ |
| 4 | Display of warnings depending on alarm level. | ✔ |
| 5 | Language change. | ❌ |
| 6 | Create new User. | ✔ |
| 7 | Event Handler saving | ✔ |
| 8 | Watchlist | ⚠ |
| 9 | Point Hierarchy | ✔ |
| 10 | Graphic views | |
| 11 | "Help ?" icon | |
| 12 | Login Controller(new UI) | |
| 1.0 | Test - v0.0.8 - | Nr | Title | Passed? |
| ------------- |:-------------:| :-----:|
| 1 | User access to data points and graphical views V2. | ❌ |
| 2 | Access to the data point details for non-admin users. | ✔ |
| 3 | Disable/enable data source with points with event handler in context. | ✔ |
| 4 | Display of warnings depending on alarm level. | ✔ |
| 5 | Language change. | ❌ |
| 6 | Create new User. | ✔ |
| 7 | Event Handler saving | ✔ |
| 8 | Watchlist | ⚠ |
| 9 | Point Hierarchy | ✔ |
| 10 | Graphic views | |
| 11 | "Help ?" icon | |
| 12 | Login Controller(new UI) | |
| test | test nr title passed user access to data points and graphical views ❌ access to the data point details for non admin users ✔ disable enable data source with points with event handler in context ✔ display of warnings depending on alarm level ✔ language change ❌ create new user ✔ event handler saving ✔ watchlist ⚠ point hierarchy ✔ graphic views help icon login controller new ui | 1 |
172,985 | 13,369,549,209 | IssuesEvent | 2020-09-01 08:59:46 | SAPDocuments/Tutorials | https://api.github.com/repos/SAPDocuments/Tutorials | closed | Create and Deploy HTML5 and SAP Fiori Launchpad Site Modules | SCPTest | Tutorial URL: https://developers.sap.com/tutorials/abap-environment-deploy-cf-production.html
Please specify the step you are referring to : Step 5 - Create HTML module
8. Change the screenshot for template in webide
Expected :

Actual:

Regards,
Nidhi | 1.0 | Create and Deploy HTML5 and SAP Fiori Launchpad Site Modules - Tutorial URL: https://developers.sap.com/tutorials/abap-environment-deploy-cf-production.html
Please specify the step you are referring to : Step 5 - Create HTML module
8. Change the screenshot for template in webide
Expected :

Actual:

Regards,
Nidhi | test | create and deploy and sap fiori launchpad site modules tutorial url please specify the step you are referring to step create html module change the screenshot for template in webide expected actual regards nidhi | 1 |
165,910 | 12,883,932,450 | IssuesEvent | 2020-07-13 00:59:20 | appium/appium | https://api.github.com/repos/appium/appium | closed | Test execution slow on Appium 1.17.1 and iOS 13.5.1 | NeedsInfo ThirdParty XCUITest | ## The problem
Upgraded Appium version to the latest 1.17.1 and upgraded iOS to 13.5.1 on my test device.
Test execution is very slow compare to iOS 12.
I have tried different version of iOS from / Appium but it's still very slow on all versions.
## Environment
* Appium version (or git revision) that exhibits the issue: 1.17.1
* Last Appium version that did not exhibit the issue (if applicable):
* Desktop OS/version used to run Appium: macOS Catalina Version: 10.15.5
* Node.js version (unless using Appium.app|exe): v10.21.0
* Npm or Yarn package manager: npm 6.14.4
* Mobile platform/version under test: 13.5.1
* Real device or emulator/simulator: real device
* Appium CLI or Appium.app|exe:
## Details
Since upgrading iOS versions and also upgrading Appium version I have found that the test runs really slow.
Some objects takes really long time to find. In the added logs you can see that finding objects such as:
[39m Calling AppiumDriver.findElement() with args: ["-ios predicate string","type == 'XCUIElementTypeButton' AND name == 'Agenda'","xxxx"]
and
[39m Calling AppiumDriver.findElement() with args: ["-ios predicate string","type == 'XCUIElementTypeNavigationBar' AND name == 'More'","xxxx"]
takes very long time to find.
## Link to Appium logs
https://gist.github.com/63bandersson/559090c153cb0eaa8e996b6c78aaf71c
## Code To Reproduce Issue [ Good To Have ]
Please remember that with sample code it's easier to reproduce the bug and it's much faster to fix it.
Please git clone https://github.com/appium/appium and from the `sample-code` directory, use one of your favourite languages and sample apps to reproduce the issue.
In case a similar scenario is missing in sample-code, please submit a PR with one of the sample apps provided.
| 1.0 | Test execution slow on Appium 1.17.1 and iOS 13.5.1 - ## The problem
Upgraded Appium version to the latest 1.17.1 and upgraded iOS to 13.5.1 on my test device.
Test execution is very slow compare to iOS 12.
I have tried different version of iOS from / Appium but it's still very slow on all versions.
## Environment
* Appium version (or git revision) that exhibits the issue: 1.17.1
* Last Appium version that did not exhibit the issue (if applicable):
* Desktop OS/version used to run Appium: macOS Catalina Version: 10.15.5
* Node.js version (unless using Appium.app|exe): v10.21.0
* Npm or Yarn package manager: npm 6.14.4
* Mobile platform/version under test: 13.5.1
* Real device or emulator/simulator: real device
* Appium CLI or Appium.app|exe:
## Details
Since upgrading iOS versions and also upgrading Appium version I have found that the test runs really slow.
Some objects takes really long time to find. In the added logs you can see that finding objects such as:
[39m Calling AppiumDriver.findElement() with args: ["-ios predicate string","type == 'XCUIElementTypeButton' AND name == 'Agenda'","xxxx"]
and
[39m Calling AppiumDriver.findElement() with args: ["-ios predicate string","type == 'XCUIElementTypeNavigationBar' AND name == 'More'","xxxx"]
takes very long time to find.
## Link to Appium logs
https://gist.github.com/63bandersson/559090c153cb0eaa8e996b6c78aaf71c
## Code To Reproduce Issue [ Good To Have ]
Please remember that with sample code it's easier to reproduce the bug and it's much faster to fix it.
Please git clone https://github.com/appium/appium and from the `sample-code` directory, use one of your favourite languages and sample apps to reproduce the issue.
In case a similar scenario is missing in sample-code, please submit a PR with one of the sample apps provided.
| test | test execution slow on appium and ios the problem upgraded appium version to the latest and upgraded ios to on my test device test execution is very slow compare to ios i have tried different version of ios from appium but it s still very slow on all versions environment appium version or git revision that exhibits the issue last appium version that did not exhibit the issue if applicable desktop os version used to run appium macos catalina version node js version unless using appium app exe npm or yarn package manager npm mobile platform version under test real device or emulator simulator real device appium cli or appium app exe details since upgrading ios versions and also upgrading appium version i have found that the test runs really slow some objects takes really long time to find in the added logs you can see that finding objects such as and takes very long time to find link to appium logs code to reproduce issue please remember that with sample code it s easier to reproduce the bug and it s much faster to fix it please git clone and from the sample code directory use one of your favourite languages and sample apps to reproduce the issue in case a similar scenario is missing in sample code please submit a pr with one of the sample apps provided | 1 |
264,107 | 23,099,662,074 | IssuesEvent | 2022-07-27 00:23:23 | MPMG-DCC-UFMG/F01 | https://api.github.com/repos/MPMG-DCC-UFMG/F01 | closed | Teste de generalizacao para a tag Servidores - Registro da remuneração - Cristália | generalization test development template-Síntese tecnologia informatica tag-Servidores subtag-Registro da remuneração | DoD: Realizar o teste de Generalização do validador da tag Servidores - Registro da remuneração para o Município de Cristália. | 1.0 | Teste de generalizacao para a tag Servidores - Registro da remuneração - Cristália - DoD: Realizar o teste de Generalização do validador da tag Servidores - Registro da remuneração para o Município de Cristália. | test | teste de generalizacao para a tag servidores registro da remuneração cristália dod realizar o teste de generalização do validador da tag servidores registro da remuneração para o município de cristália | 1 |
141,063 | 5,428,742,472 | IssuesEvent | 2017-03-03 16:37:20 | 18F/web-design-standards | https://api.github.com/repos/18F/web-design-standards | closed | Basic header mobile nav fills the screen | [Priority] Major [Skill] Front end [Type] Bug | Our friend @mgwalker appears to have stumbled on a nasty bug with our CSS that, for some reason, doesn't reveal itself in our page templates. He showed us a bare-bones page with a stock header nested in a couple of divs that mysteriously extended to the height of the entire page:

I thought it might have something to do with nesting and selector specificity, but after messing around in the inspector I ruled that out and discovered that [this combination of position and size](https://github.com/18F/web-design-standards/blob/06d34219096071d859ed78fe3d0ea0812e9dc67e/src/stylesheets/components/_navigation.scss#L42-L43) produces CSS that does the wrong thing:
```css
.usa-nav {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: auto;
height: 100%;
/* ... */
}
```
Specifically, the `height: 100%` is redundant because we've already specified `top` and `bottom`. At large screen widths we [revert the `position` and `width`](https://github.com/18F/web-design-standards/blob/06d34219096071d859ed78fe3d0ea0812e9dc67e/src/stylesheets/components/_navigation.scss#L63-L64), but not `height`. For some reason, the 100% height doesn't expand to fill the page in our page templates, but in the test case it does. Disabling that rule in the inspector fixes it, and doesn't affect the fixed-position mobile layout because the height is implied by setting `top` and `bottom`.
(Aside: This is a _really_ good example of an issue that would be easier to detect and debug if we had a standalone test page for our header. [Fractal], anyone?)
I haven't seen anyone else report this, but it's reasonable to assume that other users have run into this issue, and I would like to categorize it as a major bug because it tripped me up, and I'm a maintainer!
[Fractal]: http://fractal.build | 1.0 | Basic header mobile nav fills the screen - Our friend @mgwalker appears to have stumbled on a nasty bug with our CSS that, for some reason, doesn't reveal itself in our page templates. He showed us a bare-bones page with a stock header nested in a couple of divs that mysteriously extended to the height of the entire page:

I thought it might have something to do with nesting and selector specificity, but after messing around in the inspector I ruled that out and discovered that [this combination of position and size](https://github.com/18F/web-design-standards/blob/06d34219096071d859ed78fe3d0ea0812e9dc67e/src/stylesheets/components/_navigation.scss#L42-L43) produces CSS that does the wrong thing:
```css
.usa-nav {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: auto;
height: 100%;
/* ... */
}
```
Specifically, the `height: 100%` is redundant because we've already specified `top` and `bottom`. At large screen widths we [revert the `position` and `width`](https://github.com/18F/web-design-standards/blob/06d34219096071d859ed78fe3d0ea0812e9dc67e/src/stylesheets/components/_navigation.scss#L63-L64), but not `height`. For some reason, the 100% height doesn't expand to fill the page in our page templates, but in the test case it does. Disabling that rule in the inspector fixes it, and doesn't affect the fixed-position mobile layout because the height is implied by setting `top` and `bottom`.
(Aside: This is a _really_ good example of an issue that would be easier to detect and debug if we had a standalone test page for our header. [Fractal], anyone?)
I haven't seen anyone else report this, but it's reasonable to assume that other users have run into this issue, and I would like to categorize it as a major bug because it tripped me up, and I'm a maintainer!
[Fractal]: http://fractal.build | non_test | basic header mobile nav fills the screen our friend mgwalker appears to have stumbled on a nasty bug with our css that for some reason doesn t reveal itself in our page templates he showed us a bare bones page with a stock header nested in a couple of divs that mysteriously extended to the height of the entire page i thought it might have something to do with nesting and selector specificity but after messing around in the inspector i ruled that out and discovered that produces css that does the wrong thing css usa nav position fixed top right bottom left auto height specifically the height is redundant because we ve already specified top and bottom at large screen widths we but not height for some reason the height doesn t expand to fill the page in our page templates but in the test case it does disabling that rule in the inspector fixes it and doesn t affect the fixed position mobile layout because the height is implied by setting top and bottom aside this is a really good example of an issue that would be easier to detect and debug if we had a standalone test page for our header anyone i haven t seen anyone else report this but it s reasonable to assume that other users have run into this issue and i would like to categorize it as a major bug because it tripped me up and i m a maintainer | 0 |
348,832 | 24,924,904,319 | IssuesEvent | 2022-10-31 06:13:06 | dgilleland/DMIT-1508-Workbook | https://api.github.com/repos/dgilleland/DMIT-1508-Workbook | opened | Tips for Self-Checking Normalizations | documentation enhancement | - [ ] List a set of "normalization smells", such as
- [ ] Having an entity with just one column (any good entity will have two or more columns)
- [ ] Having two or more entities with the same primary key (based on the *meaning* of the PK, not merely the same PK attribute name(s)) | 1.0 | Tips for Self-Checking Normalizations - - [ ] List a set of "normalization smells", such as
- [ ] Having an entity with just one column (any good entity will have two or more columns)
- [ ] Having two or more entities with the same primary key (based on the *meaning* of the PK, not merely the same PK attribute name(s)) | non_test | tips for self checking normalizations list a set of normalization smells such as having an entity with just one column any good entity will have two or more columns having two or more entities with the same primary key based on the meaning of the pk not merely the same pk attribute name s | 0 |
91,672 | 26,460,648,423 | IssuesEvent | 2023-01-16 17:15:04 | skypjack/uvw | https://api.github.com/repos/skypjack/uvw | closed | The library targets are not versioned. | build system static-shared-libs portability | Working on the Yocto Project [meta-layer](https://github.com/stefanofiorentino/meta-uvw.git) to natively list `uvw` in the OpenEmbedded Layer index and this [sample application](https://github.com/stefanofiorentino/uvw_static_lib_client.git) (the application delivered by `uvw` inside the test folder, brought in a separated repo), I got the error that the libraries provided (and installed) by this CMake-based project are not versioned (best-practice is that the libuvw.so lib is a symlink to the versioned "concrete" libuvw.so.2.11.2).
I'll work on it. | 1.0 | The library targets are not versioned. - Working on the Yocto Project [meta-layer](https://github.com/stefanofiorentino/meta-uvw.git) to natively list `uvw` in the OpenEmbedded Layer index and this [sample application](https://github.com/stefanofiorentino/uvw_static_lib_client.git) (the application delivered by `uvw` inside the test folder, brought in a separated repo), I got the error that the libraries provided (and installed) by this CMake-based project are not versioned (best-practice is that the libuvw.so lib is a symlink to the versioned "concrete" libuvw.so.2.11.2).
I'll work on it. | non_test | the library targets are not versioned working on the yocto project to natively list uvw in the openembedded layer index and this the application delivered by uvw inside the test folder brought in a separated repo i got the error that the libraries provided and installed by this cmake based project are not versioned best practice is that the libuvw so lib is a symlink to the versioned concrete libuvw so i ll work on it | 0 |
197,524 | 14,930,943,924 | IssuesEvent | 2021-01-25 04:28:10 | Social-Media-Public-Analysis/dozent | https://api.github.com/repos/Social-Media-Public-Analysis/dozent | opened | Implement End-to-End test | testing | We currently do not have a way to test our app as a whole (we only have unit tests)
We need to write a test that will download 2 - 4 small (< 100 MB) files from 2 - 4 links.
To do this, we need to:
- [ ] Store 4 small (< 100 MB) files in S3 (or Google Drive)
- [ ] Add the download links to dozent/twitter-archive-stream-links.json
- [ ] Write an end-to-end test for Dozent | 1.0 | Implement End-to-End test - We currently do not have a way to test our app as a whole (we only have unit tests)
We need to write a test that will download 2 - 4 small (< 100 MB) files from 2 - 4 links.
To do this, we need to:
- [ ] Store 4 small (< 100 MB) files in S3 (or Google Drive)
- [ ] Add the download links to dozent/twitter-archive-stream-links.json
- [ ] Write an end-to-end test for Dozent | test | implement end to end test we currently do not have a way to test our app as a whole we only have unit tests we need to write a test that will download small mb files from links to do this we need to store small mb files in or google drive add the download links to dozent twitter archive stream links json write an end to end test for dozent | 1 |
87,970 | 3,770,012,613 | IssuesEvent | 2016-03-16 13:09:37 | Alexey-Yakovenko/deadbeef | https://api.github.com/repos/Alexey-Yakovenko/deadbeef | closed | Display metadata field only if present | enhancement Priority-Medium | Original [issue 745](https://code.google.com/p/ddb/issues/detail?id=745) created by Alexey-Yakovenko on 2012-04-19T11:52:10.000Z:
submitted by: nobody
Date: 2011-08-06 00:44:51
This feature is found in foobar2000. If you wrap metadata fields in brackets (I believe foobar uses '[' and ']'), it is only displayed if that field has a value in the file. Currently deadbeef shows the value of fields without a value as a '?'
For example, for the "group by" option, using '{' and '}' as the display-only-if-present brackets:
%a - [%y] %b{ | disc %@disc@%}
The album Dark Side of the Moon would render as
Pink Floyd - [1973] Dark Side of the Moon
and the double album The Wall would render as
Pink Floyd - [1979] The Wall | disc 1
and
Pink Floyd - [1979] The Wall | disc 2 | 1.0 | Display metadata field only if present - Original [issue 745](https://code.google.com/p/ddb/issues/detail?id=745) created by Alexey-Yakovenko on 2012-04-19T11:52:10.000Z:
submitted by: nobody
Date: 2011-08-06 00:44:51
This feature is found in foobar2000. If you wrap metadata fields in brackets (I believe foobar uses '[' and ']'), it is only displayed if that field has a value in the file. Currently deadbeef shows the value of fields without a value as a '?'
For example, for the "group by" option, using '{' and '}' as the display-only-if-present brackets:
%a - [%y] %b{ | disc %@disc@%}
The album Dark Side of the Moon would render as
Pink Floyd - [1973] Dark Side of the Moon
and the double album The Wall would render as
Pink Floyd - [1979] The Wall | disc 1
and
Pink Floyd - [1979] The Wall | disc 2 | non_test | display metadata field only if present original created by alexey yakovenko on submitted by nobody date this feature is found in if you wrap metadata fields in brackets i believe foobar uses it is only displayed if that field has a value in the file currently deadbeef shows the value of fields without a value as a for example for the quot group by quot option using and as the display only if present brackets a b disc disc the album dark side of the moon would render as pink floyd dark side of the moon and the double album the wall would render as pink floyd the wall disc and pink floyd the wall disc | 0 |
189,785 | 14,522,994,243 | IssuesEvent | 2020-12-14 09:32:46 | proarc/proarc | https://api.github.com/repos/proarc/proarc | closed | 3.5.18 - export CEJSH - chybějící metadata | 1 chyba 6 k testování 7 návrh na zavření Release-3.5.19 Release-3.6.1 | V exportu do CEJSH chybí u článků podnázvy. V ostré verzi ProArcu (3.5.7) ale jsou.
ProArc 3.5.7:

Stejný článek ProArc 3.5.18:

S tím souvisí dotaz, kde a jak přesně se dá prosím nastavit, co přesně v tom exportu bude? | 1.0 | 3.5.18 - export CEJSH - chybějící metadata - V exportu do CEJSH chybí u článků podnázvy. V ostré verzi ProArcu (3.5.7) ale jsou.
ProArc 3.5.7:

Stejný článek ProArc 3.5.18:

S tím souvisí dotaz, kde a jak přesně se dá prosím nastavit, co přesně v tom exportu bude? | test | export cejsh chybějící metadata v exportu do cejsh chybí u článků podnázvy v ostré verzi proarcu ale jsou proarc stejný článek proarc s tím souvisí dotaz kde a jak přesně se dá prosím nastavit co přesně v tom exportu bude | 1 |
593,413 | 18,006,424,037 | IssuesEvent | 2021-09-16 00:36:28 | GoogleCloudPlatform/fourkeys | https://api.github.com/repos/GoogleCloudPlatform/fourkeys | closed | Data Studio Connector is Unverified | priority: p2 | Today I found I can't browse our dashboards created before.
When opening the dashboards, following pop-up appeared.
<image width=600, src=https://user-images.githubusercontent.com/23391543/109130810-7fa0a900-7795-11eb-9f3a-f2334fe5e409.png />
And clicking "承認(Approval)", then following pop-up appeared.
<image width=400 src=https://user-images.githubusercontent.com/23391543/109131319-0786b300-7796-11eb-91d2-50ff69bc6a69.png />
What happened on "connector" ? (Honestly, I'm not familiar with "connector")
Maybe is it related to "publishing connector" ? -> https://github.com/GoogleCloudPlatform/fourkeys/issues/42#issuecomment-772827518
Or anything wrong with me ? | 1.0 | Data Studio Connector is Unverified - Today I found I can't browse our dashboards created before.
When opening the dashboards, following pop-up appeared.
<image width=600, src=https://user-images.githubusercontent.com/23391543/109130810-7fa0a900-7795-11eb-9f3a-f2334fe5e409.png />
And clicking "承認(Approval)", then following pop-up appeared.
<image width=400 src=https://user-images.githubusercontent.com/23391543/109131319-0786b300-7796-11eb-91d2-50ff69bc6a69.png />
What happened on "connector" ? (Honestly, I'm not familiar with "connector")
Maybe is it related to "publishing connector" ? -> https://github.com/GoogleCloudPlatform/fourkeys/issues/42#issuecomment-772827518
Or anything wrong with me ? | non_test | data studio connector is unverified today i found i can t browse our dashboards created before when opening the dashboards following pop up appeared and clicking 承認 approval then following pop up appeared what happened on connector honestly i m not familiar with connector maybe is it related to publishing connector or anything wrong with me | 0 |
585,985 | 17,552,178,350 | IssuesEvent | 2021-08-13 00:09:40 | brave/brave-browser | https://api.github.com/repos/brave/brave-browser | closed | Fix TypeError Durring Wallet Onboarding | priority/P3 QA/No release-notes/exclude feature/wallet OS/Desktop | Currently we are getting multiple TypeErrors after enabling `Experimental Wallet` and navigating to `brave://wallet`

| 1.0 | Fix TypeError Durring Wallet Onboarding - Currently we are getting multiple TypeErrors after enabling `Experimental Wallet` and navigating to `brave://wallet`

| non_test | fix typeerror durring wallet onboarding currently we are getting multiple typeerrors after enabling experimental wallet and navigating to brave wallet | 0 |
448,718 | 31,810,031,327 | IssuesEvent | 2023-09-13 16:11:08 | vijayk3327/Integration | https://api.github.com/repos/vijayk3327/Integration | opened | How to call an external REST API to get data from API and passing the variables from REST API to apex | documentation question | In this post we are going to learn about How to call an external REST API to get data from API and passing the variables from REST API to apex method and inserting a record into custom object in Salesforce using Apex REST Post Methods.
This example we are passing the variables from REST API to apex method and putting the value into custom object’s fields that is returns from API Using Apex REST post method.
To access the external REST API, First we need to Adding the Remote Site Settings
Follow the Steps:-
Setup ➡ Remote Site Settings ➡ Remote Site Name ➡ Enter the URL for the remote site
**[👉 Get source code live demo link:-](https://www.w3web.net/rest-api-passing-the-variables-to-apex-method/)**
<img src="https://www.w3web.net/wp-content/uploads/2021/06/restApiPostMethodCmp-optimize.gif"/>
**Find the below steps:-
Create Lightning Component
Step 1:- Create Lightning Component : restApiPostMethodCmp.cmp**
`<aura:component controller="restApiPostMethodCmpCtrl" implements="force:appHostable,flexipage:availableForAllPageTypes,flexipage:availableForRecordHome,force:hasRecordId,forceCommunity:availableForAllPageTypes,force:lightningQuickAction" access="global" >
<aura:attribute name="response" type="Map"/>
<aura:attribute name="panResponse" type="Pan_Verification__c"/>
<aura:attribute name="mySpinner" type="boolean" default="false"/>
<div class="slds slds-p-around--medium">
<div class="slds-section__title-action slds-p-around--small">
<h2><strong>Uses of Apex REST Post Methods</strong></h2>
</div>
<div class="slds-grid slds-wrap">
<div class="slds-col slds-size_4-of-12 slds-p-horizontal--small slds-m-bottom--small">
<div class="slds-form-element">
<label class="slds-form-element__label">Name</label>
<div class="slds-form-element__controller">
<ui:inputText class="slds-input" aura:id="userName"/>
</div>
</div>
</div>
<div class="slds-col slds-size_4-of-12 slds-p-horizontal--small slds-m-bottom--small">
<div class="slds-form-element">
<div class="slds-form-element__controller">
<lightning:input type="date" name="userDateBirth" label="Date Of Birth" aura:id="userDateBirth"/>
</div>
</div>
</div>
<div class="slds-col slds-size_4-of-12 slds-p-horizontal--small slds-m-bottom--small">
<div class="slds-form-element">
<label class="slds-form-element__label">Pan Number</label>
<div class="slds-form-element__controller">
<ui:inputText class="slds-input" aura:id="panNumber"/>
</div>
</div>
</div>
</div>
<div class="slds-text-align--center slds-m-top--medium slds-m-bottom--medium slds-p-horizontal--small">
<button class="slds-button slds-button--brand" onclick="{!c.calloutCtrl}">Submit</button>
</div>
<br/><br/><br/>
<table class="slds-table slds-table_bordered slds-table_col-bordered mystles" style="border:1px #ddd solid;">
<thead>
<th>API Name</th>
<th>Application Number</th>
<th>Success Status</th>
<th>Process Status</th>
<th>Pan Number</th>
<th>Name</th>
<th>Date of birth</th>
</thead>
<tbody>
<tr>
<td>{!v.panResponse.API_Name__c}</td>
<td>{!v.panResponse.Application_Number__c}</td>
<td>{!v.panResponse.Success_Status__c}</td>
<td>{!v.panResponse.Process_Status__c}</td>
<td>{!v.panResponse.Pan_Number__c}</td>
<td>{!v.panResponse.User_Name__c}</td>
<td>{!v.panResponse.DOB__c}</td>
</tr>
</tbody>
</table>
<aura:if isTrue="{!v.mySpinner}">
<section class="slds-modal slds-fade-in-open" aura:id="modalFade">
<div class="slds-spinner_container">
<div role="status" class="slds-spinner slds-spinner_medium slds-spinner_brand">
<span class="slds-assistive-text">Loading</span>
<div class="slds-spinner__dot-a"></div>
<div class="slds-spinner__dot-b"></div>
</div>
</div>
</section>
<div class="slds-backdrop slds-backdrop_open"></div>
</aura:if>
<br/><br/>
<!--Start RelatedTopics Section-->
<div style="border:1px #ddd solid; padding:10px; background:#eee; margin:40px 0;">
<p data-aura-rendered-by="435:0"><img src="https://www.w3web.net/wp-content/uploads/2021/05/thumbsUpLike.png" width="25" height="25" style="vertical-align:top; margin-right:10px;" data-aura-rendered-by="436:0"><strong data-aura-rendered-by="437:0"><span style="font-size:16px; font-style:italic; display:inline-block; margin-right:5px;">Don't forget to check out:-</span><a href="https://www.w3web.net/" target="_blank" rel="noopener noreferrer" style="text-decoration:none;" data-aura-rendered-by="440:0">An easy way to learn step-by-step online free Salesforce tutorial, To know more Click <span style="color:#ff8000; font-size:18px;" data-aura-rendered-by="442:0">Here..</span></a></strong></p>
<br/><br/>
<p data-aura-rendered-by="435:0"><img src="https://www.w3web.net/wp-content/uploads/2021/07/tickMarkIcon.png" width="25" height="25" style="vertical-align:top; margin-right:10px;" data-aura-rendered-by="436:0"><strong data-aura-rendered-by="437:0"><span style="font-size:17px; font-style:italic; display:inline-block; margin-right:5px; color:rgb(255 128 0);">You May Also Like →</span> </strong></p>
<div style="display:block; overflow:hidden;">
<div style="width: 50%; float:left; display:inline-block">
<ul style="list-style-type: square; font-size: 16px; margin: 0 0 0 54px; padding: 0;">
<li><a href="https://www.w3web.net/lwc-get-set-lightning-checkbox-value/" target="_blank" rel="noopener noreferrer">How to get selected checkbox value in lwc</a></li>
<li><a href="https://www.w3web.net/display-account-related-contacts-in-lwc/" target="_blank" rel="noopener noreferrer">how to display account related contacts based on AccountId in lwc</a></li>
<li><a href="https://www.w3web.net/create-lightning-datatable-row-actions-in-lwc/" target="_blank" rel="noopener noreferrer">how to create lightning datatable row actions in lwc</a></li>
<li><a href="https://www.w3web.net/if-and-else-condition-in-lwc/" target="_blank" rel="noopener noreferrer">how to use if and else condition in lwc</a></li>
<li><a href="https://www.w3web.net/get-selected-radio-button-value-and-checked-default-in-lwc/" target="_blank" rel="noopener noreferrer">how to display selected radio button value in lwc</a></li>
</ul>
</div>
<div style="width: 50%; float:left; display:inline-block">
<ul style="list-style-type: square; font-size: 16px; margin: 0 0 0 54px; padding: 0;">
<li><a href="https://www.w3web.net/display-account-related-contacts-lwc/" target="_blank" rel="noopener noreferrer">display account related contacts based on account name in lwc</a></li>
<li><a href="https://www.w3web.net/create-lightning-datatable-row-actions-in-lwc/" target="_blank" rel="noopener noreferrer">how to insert a record of account Using apex class in LWC</a></li>
<li><a href="https://www.w3web.net/fetch-picklist-values-dynamic-in-lwc/" target="_blank" rel="noopener noreferrer">how to get picklist values dynamically in lwc</a></li>
<li><a href="https://www.w3web.net/edit-save-and-remove-rows-dynamically-in-lightning-component/" target="_blank" rel="noopener noreferrer">how to edit/save row dynamically in lightning component</a></li>
<li><a href="https://www.w3web.net/update-parent-object-from-child/" target="_blank" rel="noopener noreferrer">update parent field from child using apex trigger</a></li>
</ul>
</div>
<div style="clear:both;"></div>
<br/>
<div class="youtubeIcon">
<a href="https://www.youtube.com/channel/UCW62gTen2zniILj9xE6LmOg" target="_blank" rel="noopener noreferrer"><img src="https://www.w3web.net/wp-content/uploads/2021/11/youtubeIcon.png" width="25" height="25" style="vertical-align:top; margin-right:10px;"/> <strong>TechW3web:-</strong> To know more, Use this <span style="color: #ff8000; font-weight: bold;">Link</span> </a>
</div>
</div>
</div>
<!--End RelatedTopics Section-->
</div>
</aura:component>`
**Create Component JavaScript Controller
Step 2:- Create Lightning Component : restApiPostMethodCmpController.js**
`({
calloutCtrl : function(component, event, helper) {
helper.getResponse(component, event, helper);
},
})`
**Create Component JavaScript Helper
Step 3:- Create Lightning Component : restApiPostMethodCmpHelper.js**
`({
getResponse: function(component, event, helper) {
var action = component.get("c.getPanVerification");
var appNumberVal = "100";
var userName = component.find('userName');
var userNameVal = component.find('userName').get('v.value');
var userDateBirth = component.find('userDateBirth');
var userDateBirthVal = component.find('userDateBirth').get('v.value');
var panNumber = component.find('panNumber');
var panNumberVal = component.find('panNumber').get('v.value');
// alert('userDateBirthVal ' + userDateBirthVal);
action.setParams({
"url": 'http://test.com/api/restApiPostMethodRemote',
"nameStr":userNameVal,
"dobStr":userDateBirthVal,
"panStr":panNumberVal
});
component.set("v.mySpinner",true);
action.setCallback(this, function(response) {
var state = response.getState();
// alert('state_1 ' + state );
if (state === "SUCCESS") {
component.set("v.mySpinner",false);
var results = response.getReturnValue();
var getResponse = JSON.stringify(results);
alert('AAAA' + JSON.stringify(results));
component.set("v.response", getResponse);
component.set("v.panResponse", results);
//var getAllValue = component.get("v.response")["apiName"];
// console.log('getAllValue ' + getAllValue);
console.log('getResponse ' + getResponse);
}
else if(state === "ERROR"){
component.set("v.mySpinner",false);
}
});
$A.enqueueAction(action);
},
})`
**Create Apex Class Controller
Step 4:- Create Apex Class : restApiPostMethodCmpCtrl.apxc**
`@RestResource(urlMapping='/restApiPostMethodRemote/')
global WITH sharing class restApiPostMethodCmpCtrl {
@AuraEnabled
global static Pan_Verification__c getPanVerification(String url, String nameStr, String dobStr, String panStr) {
Pan_Verification__c panObj = NEW Pan_Verification__c();
// Instantiate a NEW http object
Http h = NEW Http();
// Instantiate a NEW HTTP request, specify the method (GET) AS well AS the endpoint
HttpRequest req = NEW HttpRequest();
req.setEndpoint(url);
req.setTimeout(120000);
req.setMethod('POST');
req.setHeader('Content-Type', 'application/json;charset=UTF-8');
req.setHeader('Subscription-key', '12tcasAPI96Lpmakm');
req.setBody('{"callBackEndPoint" : null,"apiName": "pan-Verification","requestBody": {"applicantDetails": {"consent": "Y","dateOfBirth": "'+ dobStr +'","applicantName": "'+nameStr+'","panNumber": "'+ panStr +'"},"applicationDetails": {"applicationNumber": "100"}}}');
// Send the request, AND RETURN a response
HttpResponse res = h.send(req);
System.debug('response:--> ' + res.getBody());
// Deserialize the JSON string INTO collections OF primitive DATA types.
Map < String, Object > resultsMap = (Map < String, Object > ) JSON.deserializeUntyped(res.getBody());
Map<String, Object> resultsBody = (Map<String, Object>) resultsMap.get('responseBody');
Map<String, Object> resultsProData = (Map<String, Object>) resultsBody.get('processData');
system.debug('resultsProData$$$$2 ' + resultsProData);
string apiStr = String.valueof(resultsMap.get('apiName'));
string applicationNumberStr = String.valueof(resultsMap.get('applicationNumber'));
string successStr = String.valueof(resultsMap.get('success'));
string processStatusStr = String.valueof(resultsBody.get('processStatus'));
string processDataPanStr = String.valueof(resultsProData.get('pan'));
string processDataNameStr = String.valueof(resultsProData.get('name'));
string processDataDobStr = String.valueof(resultsProData.get('dob'));
panObj.API_Name__c = apiStr;
panObj.Application_Number__c = applicationNumberStr;
panObj.Success_Status__c = successStr;
panObj.Process_Status__c = processStatusStr;
panObj.Pan_Number__c = processDataPanStr;
panObj.DOB__c = processDataDobStr;
panObj.User_Name__c = processDataNameStr;
INSERT panObj;
system.debug('panObj#### ' + panObj);
RETURN panObj;
}
}`
**Create Lightning Application
Step 5:- Create Lightning Application : restApiPostMethodApp.app**
`<aura:application extends="force:slds">
<c:lwcResetForm/>
</aura:application>`
**[👉 Get source code live demo link:-](https://www.w3web.net/rest-api-passing-the-variables-to-apex-method/)** | 1.0 | How to call an external REST API to get data from API and passing the variables from REST API to apex - In this post we are going to learn about How to call an external REST API to get data from API and passing the variables from REST API to apex method and inserting a record into custom object in Salesforce using Apex REST Post Methods.
This example we are passing the variables from REST API to apex method and putting the value into custom object’s fields that is returns from API Using Apex REST post method.
To access the external REST API, First we need to Adding the Remote Site Settings
Follow the Steps:-
Setup ➡ Remote Site Settings ➡ Remote Site Name ➡ Enter the URL for the remote site
**[👉 Get source code live demo link:-](https://www.w3web.net/rest-api-passing-the-variables-to-apex-method/)**
<img src="https://www.w3web.net/wp-content/uploads/2021/06/restApiPostMethodCmp-optimize.gif"/>
**Find the below steps:-
Create Lightning Component
Step 1:- Create Lightning Component : restApiPostMethodCmp.cmp**
`<aura:component controller="restApiPostMethodCmpCtrl" implements="force:appHostable,flexipage:availableForAllPageTypes,flexipage:availableForRecordHome,force:hasRecordId,forceCommunity:availableForAllPageTypes,force:lightningQuickAction" access="global" >
<aura:attribute name="response" type="Map"/>
<aura:attribute name="panResponse" type="Pan_Verification__c"/>
<aura:attribute name="mySpinner" type="boolean" default="false"/>
<div class="slds slds-p-around--medium">
<div class="slds-section__title-action slds-p-around--small">
<h2><strong>Uses of Apex REST Post Methods</strong></h2>
</div>
<div class="slds-grid slds-wrap">
<div class="slds-col slds-size_4-of-12 slds-p-horizontal--small slds-m-bottom--small">
<div class="slds-form-element">
<label class="slds-form-element__label">Name</label>
<div class="slds-form-element__controller">
<ui:inputText class="slds-input" aura:id="userName"/>
</div>
</div>
</div>
<div class="slds-col slds-size_4-of-12 slds-p-horizontal--small slds-m-bottom--small">
<div class="slds-form-element">
<div class="slds-form-element__controller">
<lightning:input type="date" name="userDateBirth" label="Date Of Birth" aura:id="userDateBirth"/>
</div>
</div>
</div>
<div class="slds-col slds-size_4-of-12 slds-p-horizontal--small slds-m-bottom--small">
<div class="slds-form-element">
<label class="slds-form-element__label">Pan Number</label>
<div class="slds-form-element__controller">
<ui:inputText class="slds-input" aura:id="panNumber"/>
</div>
</div>
</div>
</div>
<div class="slds-text-align--center slds-m-top--medium slds-m-bottom--medium slds-p-horizontal--small">
<button class="slds-button slds-button--brand" onclick="{!c.calloutCtrl}">Submit</button>
</div>
<br/><br/><br/>
<table class="slds-table slds-table_bordered slds-table_col-bordered mystles" style="border:1px #ddd solid;">
<thead>
<th>API Name</th>
<th>Application Number</th>
<th>Success Status</th>
<th>Process Status</th>
<th>Pan Number</th>
<th>Name</th>
<th>Date of birth</th>
</thead>
<tbody>
<tr>
<td>{!v.panResponse.API_Name__c}</td>
<td>{!v.panResponse.Application_Number__c}</td>
<td>{!v.panResponse.Success_Status__c}</td>
<td>{!v.panResponse.Process_Status__c}</td>
<td>{!v.panResponse.Pan_Number__c}</td>
<td>{!v.panResponse.User_Name__c}</td>
<td>{!v.panResponse.DOB__c}</td>
</tr>
</tbody>
</table>
<aura:if isTrue="{!v.mySpinner}">
<section class="slds-modal slds-fade-in-open" aura:id="modalFade">
<div class="slds-spinner_container">
<div role="status" class="slds-spinner slds-spinner_medium slds-spinner_brand">
<span class="slds-assistive-text">Loading</span>
<div class="slds-spinner__dot-a"></div>
<div class="slds-spinner__dot-b"></div>
</div>
</div>
</section>
<div class="slds-backdrop slds-backdrop_open"></div>
</aura:if>
<br/><br/>
<!--Start RelatedTopics Section-->
<div style="border:1px #ddd solid; padding:10px; background:#eee; margin:40px 0;">
<p data-aura-rendered-by="435:0"><img src="https://www.w3web.net/wp-content/uploads/2021/05/thumbsUpLike.png" width="25" height="25" style="vertical-align:top; margin-right:10px;" data-aura-rendered-by="436:0"><strong data-aura-rendered-by="437:0"><span style="font-size:16px; font-style:italic; display:inline-block; margin-right:5px;">Don't forget to check out:-</span><a href="https://www.w3web.net/" target="_blank" rel="noopener noreferrer" style="text-decoration:none;" data-aura-rendered-by="440:0">An easy way to learn step-by-step online free Salesforce tutorial, To know more Click <span style="color:#ff8000; font-size:18px;" data-aura-rendered-by="442:0">Here..</span></a></strong></p>
<br/><br/>
<p data-aura-rendered-by="435:0"><img src="https://www.w3web.net/wp-content/uploads/2021/07/tickMarkIcon.png" width="25" height="25" style="vertical-align:top; margin-right:10px;" data-aura-rendered-by="436:0"><strong data-aura-rendered-by="437:0"><span style="font-size:17px; font-style:italic; display:inline-block; margin-right:5px; color:rgb(255 128 0);">You May Also Like →</span> </strong></p>
<div style="display:block; overflow:hidden;">
<div style="width: 50%; float:left; display:inline-block">
<ul style="list-style-type: square; font-size: 16px; margin: 0 0 0 54px; padding: 0;">
<li><a href="https://www.w3web.net/lwc-get-set-lightning-checkbox-value/" target="_blank" rel="noopener noreferrer">How to get selected checkbox value in lwc</a></li>
<li><a href="https://www.w3web.net/display-account-related-contacts-in-lwc/" target="_blank" rel="noopener noreferrer">how to display account related contacts based on AccountId in lwc</a></li>
<li><a href="https://www.w3web.net/create-lightning-datatable-row-actions-in-lwc/" target="_blank" rel="noopener noreferrer">how to create lightning datatable row actions in lwc</a></li>
<li><a href="https://www.w3web.net/if-and-else-condition-in-lwc/" target="_blank" rel="noopener noreferrer">how to use if and else condition in lwc</a></li>
<li><a href="https://www.w3web.net/get-selected-radio-button-value-and-checked-default-in-lwc/" target="_blank" rel="noopener noreferrer">how to display selected radio button value in lwc</a></li>
</ul>
</div>
<div style="width: 50%; float:left; display:inline-block">
<ul style="list-style-type: square; font-size: 16px; margin: 0 0 0 54px; padding: 0;">
<li><a href="https://www.w3web.net/display-account-related-contacts-lwc/" target="_blank" rel="noopener noreferrer">display account related contacts based on account name in lwc</a></li>
<li><a href="https://www.w3web.net/create-lightning-datatable-row-actions-in-lwc/" target="_blank" rel="noopener noreferrer">how to insert a record of account Using apex class in LWC</a></li>
<li><a href="https://www.w3web.net/fetch-picklist-values-dynamic-in-lwc/" target="_blank" rel="noopener noreferrer">how to get picklist values dynamically in lwc</a></li>
<li><a href="https://www.w3web.net/edit-save-and-remove-rows-dynamically-in-lightning-component/" target="_blank" rel="noopener noreferrer">how to edit/save row dynamically in lightning component</a></li>
<li><a href="https://www.w3web.net/update-parent-object-from-child/" target="_blank" rel="noopener noreferrer">update parent field from child using apex trigger</a></li>
</ul>
</div>
<div style="clear:both;"></div>
<br/>
<div class="youtubeIcon">
<a href="https://www.youtube.com/channel/UCW62gTen2zniILj9xE6LmOg" target="_blank" rel="noopener noreferrer"><img src="https://www.w3web.net/wp-content/uploads/2021/11/youtubeIcon.png" width="25" height="25" style="vertical-align:top; margin-right:10px;"/> <strong>TechW3web:-</strong> To know more, Use this <span style="color: #ff8000; font-weight: bold;">Link</span> </a>
</div>
</div>
</div>
<!--End RelatedTopics Section-->
</div>
</aura:component>`
**Create Component JavaScript Controller
Step 2:- Create Lightning Component : restApiPostMethodCmpController.js**
`({
calloutCtrl : function(component, event, helper) {
helper.getResponse(component, event, helper);
},
})`
**Create Component JavaScript Helper
Step 3:- Create Lightning Component : restApiPostMethodCmpHelper.js**
`({
getResponse: function(component, event, helper) {
var action = component.get("c.getPanVerification");
var appNumberVal = "100";
var userName = component.find('userName');
var userNameVal = component.find('userName').get('v.value');
var userDateBirth = component.find('userDateBirth');
var userDateBirthVal = component.find('userDateBirth').get('v.value');
var panNumber = component.find('panNumber');
var panNumberVal = component.find('panNumber').get('v.value');
// alert('userDateBirthVal ' + userDateBirthVal);
action.setParams({
"url": 'http://test.com/api/restApiPostMethodRemote',
"nameStr":userNameVal,
"dobStr":userDateBirthVal,
"panStr":panNumberVal
});
component.set("v.mySpinner",true);
action.setCallback(this, function(response) {
var state = response.getState();
// alert('state_1 ' + state );
if (state === "SUCCESS") {
component.set("v.mySpinner",false);
var results = response.getReturnValue();
var getResponse = JSON.stringify(results);
alert('AAAA' + JSON.stringify(results));
component.set("v.response", getResponse);
component.set("v.panResponse", results);
//var getAllValue = component.get("v.response")["apiName"];
// console.log('getAllValue ' + getAllValue);
console.log('getResponse ' + getResponse);
}
else if(state === "ERROR"){
component.set("v.mySpinner",false);
}
});
$A.enqueueAction(action);
},
})`
**Create Apex Class Controller
Step 4:- Create Apex Class : restApiPostMethodCmpCtrl.apxc**
`@RestResource(urlMapping='/restApiPostMethodRemote/')
global WITH sharing class restApiPostMethodCmpCtrl {
@AuraEnabled
global static Pan_Verification__c getPanVerification(String url, String nameStr, String dobStr, String panStr) {
Pan_Verification__c panObj = NEW Pan_Verification__c();
// Instantiate a NEW http object
Http h = NEW Http();
// Instantiate a NEW HTTP request, specify the method (GET) AS well AS the endpoint
HttpRequest req = NEW HttpRequest();
req.setEndpoint(url);
req.setTimeout(120000);
req.setMethod('POST');
req.setHeader('Content-Type', 'application/json;charset=UTF-8');
req.setHeader('Subscription-key', '12tcasAPI96Lpmakm');
req.setBody('{"callBackEndPoint" : null,"apiName": "pan-Verification","requestBody": {"applicantDetails": {"consent": "Y","dateOfBirth": "'+ dobStr +'","applicantName": "'+nameStr+'","panNumber": "'+ panStr +'"},"applicationDetails": {"applicationNumber": "100"}}}');
// Send the request, AND RETURN a response
HttpResponse res = h.send(req);
System.debug('response:--> ' + res.getBody());
// Deserialize the JSON string INTO collections OF primitive DATA types.
Map < String, Object > resultsMap = (Map < String, Object > ) JSON.deserializeUntyped(res.getBody());
Map<String, Object> resultsBody = (Map<String, Object>) resultsMap.get('responseBody');
Map<String, Object> resultsProData = (Map<String, Object>) resultsBody.get('processData');
system.debug('resultsProData$$$$2 ' + resultsProData);
string apiStr = String.valueof(resultsMap.get('apiName'));
string applicationNumberStr = String.valueof(resultsMap.get('applicationNumber'));
string successStr = String.valueof(resultsMap.get('success'));
string processStatusStr = String.valueof(resultsBody.get('processStatus'));
string processDataPanStr = String.valueof(resultsProData.get('pan'));
string processDataNameStr = String.valueof(resultsProData.get('name'));
string processDataDobStr = String.valueof(resultsProData.get('dob'));
panObj.API_Name__c = apiStr;
panObj.Application_Number__c = applicationNumberStr;
panObj.Success_Status__c = successStr;
panObj.Process_Status__c = processStatusStr;
panObj.Pan_Number__c = processDataPanStr;
panObj.DOB__c = processDataDobStr;
panObj.User_Name__c = processDataNameStr;
INSERT panObj;
system.debug('panObj#### ' + panObj);
RETURN panObj;
}
}`
**Create Lightning Application
Step 5:- Create Lightning Application : restApiPostMethodApp.app**
`<aura:application extends="force:slds">
<c:lwcResetForm/>
</aura:application>`
**[👉 Get source code live demo link:-](https://www.w3web.net/rest-api-passing-the-variables-to-apex-method/)** | non_test | how to call an external rest api to get data from api and passing the variables from rest api to apex in this post we are going to learn about how to call an external rest api to get data from api and passing the variables from rest api to apex method and inserting a record into custom object in salesforce using apex rest post methods this example we are passing the variables from rest api to apex method and putting the value into custom object’s fields that is returns from api using apex rest post method to access the external rest api first we need to adding the remote site settings follow the steps setup ➡ remote site settings ➡ remote site name ➡ enter the url for the remote site img src find the below steps create lightning component step create lightning component restapipostmethodcmp cmp uses of apex rest post methods name pan number submit api name application number success status process status pan number name date of birth v panresponse api name c v panresponse application number c v panresponse success status c v panresponse process status c v panresponse pan number c v panresponse user name c v panresponse dob c loading don t forget to check out an easy way to learn step by step online free salesforce tutorial to know more click here you may also like → how to get selected checkbox value in lwc how to display account related contacts based on accountid in lwc how to create lightning datatable row actions in lwc how to use if and else condition in lwc how to display selected radio button value in lwc display account related contacts based on account name in lwc how to insert a record of account using apex class in lwc how to get picklist values dynamically in lwc how to edit save row dynamically in lightning component update parent field from child using apex trigger to know more use this link create component javascript controller step create lightning component restapipostmethodcmpcontroller js calloutctrl function component event helper helper getresponse component event helper create component javascript helper step create lightning component restapipostmethodcmphelper js getresponse function component event helper var action component get c getpanverification var appnumberval var username component find username var usernameval component find username get v value var userdatebirth component find userdatebirth var userdatebirthval component find userdatebirth get v value var pannumber component find pannumber var pannumberval component find pannumber get v value alert userdatebirthval userdatebirthval action setparams url namestr usernameval dobstr userdatebirthval panstr pannumberval component set v myspinner true action setcallback this function response var state response getstate alert state state if state success component set v myspinner false var results response getreturnvalue var getresponse json stringify results alert aaaa json stringify results component set v response getresponse component set v panresponse results var getallvalue component get v response console log getallvalue getallvalue console log getresponse getresponse else if state error component set v myspinner false a enqueueaction action create apex class controller step create apex class restapipostmethodcmpctrl apxc restresource urlmapping restapipostmethodremote global with sharing class restapipostmethodcmpctrl auraenabled global static pan verification c getpanverification string url string namestr string dobstr string panstr pan verification c panobj new pan verification c instantiate a new http object http h new http instantiate a new http request specify the method get as well as the endpoint httprequest req new httprequest req setendpoint url req settimeout req setmethod post req setheader content type application json charset utf req setheader subscription key req setbody callbackendpoint null apiname pan verification requestbody applicantdetails consent y dateofbirth dobstr applicantname namestr pannumber panstr applicationdetails applicationnumber send the request and return a response httpresponse res h send req system debug response res getbody deserialize the json string into collections of primitive data types map resultsmap map json deserializeuntyped res getbody map resultsbody map resultsmap get responsebody map resultsprodata map resultsbody get processdata system debug resultsprodata resultsprodata string apistr string valueof resultsmap get apiname string applicationnumberstr string valueof resultsmap get applicationnumber string successstr string valueof resultsmap get success string processstatusstr string valueof resultsbody get processstatus string processdatapanstr string valueof resultsprodata get pan string processdatanamestr string valueof resultsprodata get name string processdatadobstr string valueof resultsprodata get dob panobj api name c apistr panobj application number c applicationnumberstr panobj success status c successstr panobj process status c processstatusstr panobj pan number c processdatapanstr panobj dob c processdatadobstr panobj user name c processdatanamestr insert panobj system debug panobj panobj return panobj create lightning application step create lightning application restapipostmethodapp app | 0 |
121,732 | 10,194,112,249 | IssuesEvent | 2019-08-12 15:01:40 | langcog/web-cdi | https://api.github.com/repos/langcog/web-cdi | closed | French Questionnaires have some English text | Tested - Ready for Production in progress | There is a bit of English appearing on the French form. In both versions of the French form (Mots et Gestes as well as Mots et Enoncés), the first bullet point in the first section "Directives pour remplir l'inventaire de communication" reads: "Try to complete the inventory when you have at least 10-15 quiet minutes, without interruptions. An example might be when your child is sleeping." Instead, it should read: "**Essayez de compléter l’inventaire lorsque vous avez au moins 30 minutes sans interruptions. Un exemple pourrait être lorsque votre enfant dort.**" The other bullet points and the header are correctly written in French. | 1.0 | French Questionnaires have some English text - There is a bit of English appearing on the French form. In both versions of the French form (Mots et Gestes as well as Mots et Enoncés), the first bullet point in the first section "Directives pour remplir l'inventaire de communication" reads: "Try to complete the inventory when you have at least 10-15 quiet minutes, without interruptions. An example might be when your child is sleeping." Instead, it should read: "**Essayez de compléter l’inventaire lorsque vous avez au moins 30 minutes sans interruptions. Un exemple pourrait être lorsque votre enfant dort.**" The other bullet points and the header are correctly written in French. | test | french questionnaires have some english text there is a bit of english appearing on the french form in both versions of the french form mots et gestes as well as mots et enoncés the first bullet point in the first section directives pour remplir l inventaire de communication reads try to complete the inventory when you have at least quiet minutes without interruptions an example might be when your child is sleeping instead it should read essayez de compléter l’inventaire lorsque vous avez au moins minutes sans interruptions un exemple pourrait être lorsque votre enfant dort the other bullet points and the header are correctly written in french | 1 |
146,443 | 23,069,392,441 | IssuesEvent | 2022-07-25 16:32:29 | department-of-veterans-affairs/vets-design-system-documentation | https://api.github.com/repos/department-of-veterans-affairs/vets-design-system-documentation | closed | OMB Info - Design | component-update vsp-design-system-team va-omb-info |
## Description
Create design for OMB Info.
If this is a pattern or component that is already in existence, check the Design System Team backlog for outstanding design issues. If you find any, link to them in a comment on this ticket. If possible, address any outstanding issues with this design and link to this issue from the original issue. If not, indicate that in the original issue.
## Details
[add links to any tickets or documents with details about the design]
[add links to any research documents related to the component]
## Tasks
- [x] Review DST backlog for outstanding design issues with this component, if necessary
- [x] Create designs for component
- [x] Review designs with PO and/or DSC
- [x] Review designs with an accessibility specialist
- [x] Review designs with DST members (Carol can help schedule this)
- [x] Address any comments from reviews, if necessary
- [x] Comment on this ticket with any accessibility considerations engineers may need to know
- [x] Comment on this ticket with a link to the designs and post in DST Slack channel
## Acceptance Criteria
- [x] Component design is complete and has been reviewed
- [x] Accessibility considerations have been added to this ticket, if necessary
- [x] Link to design has been added to this ticket and shared in Slack | 1.0 | OMB Info - Design -
## Description
Create design for OMB Info.
If this is a pattern or component that is already in existence, check the Design System Team backlog for outstanding design issues. If you find any, link to them in a comment on this ticket. If possible, address any outstanding issues with this design and link to this issue from the original issue. If not, indicate that in the original issue.
## Details
[add links to any tickets or documents with details about the design]
[add links to any research documents related to the component]
## Tasks
- [x] Review DST backlog for outstanding design issues with this component, if necessary
- [x] Create designs for component
- [x] Review designs with PO and/or DSC
- [x] Review designs with an accessibility specialist
- [x] Review designs with DST members (Carol can help schedule this)
- [x] Address any comments from reviews, if necessary
- [x] Comment on this ticket with any accessibility considerations engineers may need to know
- [x] Comment on this ticket with a link to the designs and post in DST Slack channel
## Acceptance Criteria
- [x] Component design is complete and has been reviewed
- [x] Accessibility considerations have been added to this ticket, if necessary
- [x] Link to design has been added to this ticket and shared in Slack | non_test | omb info design description create design for omb info if this is a pattern or component that is already in existence check the design system team backlog for outstanding design issues if you find any link to them in a comment on this ticket if possible address any outstanding issues with this design and link to this issue from the original issue if not indicate that in the original issue details tasks review dst backlog for outstanding design issues with this component if necessary create designs for component review designs with po and or dsc review designs with an accessibility specialist review designs with dst members carol can help schedule this address any comments from reviews if necessary comment on this ticket with any accessibility considerations engineers may need to know comment on this ticket with a link to the designs and post in dst slack channel acceptance criteria component design is complete and has been reviewed accessibility considerations have been added to this ticket if necessary link to design has been added to this ticket and shared in slack | 0 |
47,043 | 5,846,736,180 | IssuesEvent | 2017-05-10 16:50:17 | kubernetes-incubator/service-catalog | https://api.github.com/repos/kubernetes-incubator/service-catalog | closed | Integrate E2E tests into jenkins | testing | As a follow-up to #741, we need to integrate the e2e tests with the jenkins workflow. | 1.0 | Integrate E2E tests into jenkins - As a follow-up to #741, we need to integrate the e2e tests with the jenkins workflow. | test | integrate tests into jenkins as a follow up to we need to integrate the tests with the jenkins workflow | 1 |
38,091 | 5,166,037,271 | IssuesEvent | 2017-01-17 15:17:55 | cockroachdb/cockroach | https://api.github.com/repos/cockroachdb/cockroach | closed | github.com/cockroachdb/cockroach/pkg/sql: TestLeaseManagerDrain failed under stress | Robot test-failure | SHA: https://github.com/cockroachdb/cockroach/commits/ffc0c336351e06b68e7982b5ac6008ba75aa0a66
Parameters:
```
COCKROACH_PROPOSER_EVALUATED_KV=true
TAGS=deadlock
GOFLAGS=
```
Stress build found a failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=120178&tab=buildLog
```
W170117 09:58:19.958888 2303835 server/status/runtime.go:116 Could not parse build timestamp: parsing time "" as "2006/01/02 15:04:05": cannot parse "" as "2006"
I170117 09:58:19.960153 2303835 server/config.go:456 1 storage engine initialized
I170117 09:58:19.962167 2303835 server/node.go:426 [n?] store [n0,s0] not bootstrapped
I170117 09:58:19.969451 2303835 server/node.go:355 [n?] **** cluster fead5626-ec22-488e-9ffb-b7134ebfc73d has been created
I170117 09:58:19.969717 2303835 server/node.go:356 [n?] **** add additional nodes by specifying --join=127.0.0.1:42471
I170117 09:58:19.980859 2303835 storage/store.go:1250 [n1] [n1,s1]: failed initial metrics computation: [n1,s1]: system config not yet available
I170117 09:58:19.981373 2303835 server/node.go:439 [n1] initialized store [n1,s1]: {Capacity:536870912 Available:536870912 RangeCount:1 LeaseCount:0}
I170117 09:58:19.981532 2303835 server/node.go:324 [n1] node ID 1 initialized
I170117 09:58:19.981715 2303835 gossip/gossip.go:292 [n1] NodeDescriptor set to node_id:1 address:<network_field:"tcp" address_field:"127.0.0.1:42471" > attrs:<> locality:<>
I170117 09:58:19.981978 2303835 storage/stores.go:296 [n1] read 0 node addresses from persistent storage
I170117 09:58:19.982092 2303835 server/node.go:571 [n1] connecting to gossip network to verify cluster ID...
I170117 09:58:19.982179 2303835 server/node.go:595 [n1] node connected via gossip and verified as part of cluster "fead5626-ec22-488e-9ffb-b7134ebfc73d"
I170117 09:58:19.982257 2303835 server/node.go:374 [n1] node=1: started with [[]=] engine(s) and attributes []
I170117 09:58:19.982352 2303835 sql/executor.go:322 [n1] creating distSQLPlanner with address {tcp 127.0.0.1:42471}
I170117 09:58:19.984494 2303835 server/server.go:629 [n1] starting https server at 127.0.0.1:55352
I170117 09:58:19.984552 2303835 server/server.go:630 [n1] starting grpc/postgres server at 127.0.0.1:42471
I170117 09:58:19.985639 2303835 server/server.go:631 [n1] advertising CockroachDB node at 127.0.0.1:42471
I170117 09:58:19.986834 2304994 storage/split_queue.go:99 [split,n1,s1,r1/1:/M{in-ax},@c435be8000] splitting at keys [/Table/11/0 /Table/12/0 /Table/13/0 /Table/14/0]
I170117 09:58:19.998810 2304994 storage/replica_command.go:2354 [split,n1,s1,r1/1:/M{in-ax},@c435be8000] initiating a split of this range at key /Table/11 [r2]
E170117 09:58:20.025942 2304995 storage/queue.go:599 [replicate,n1,s1,r1/1:/{Min-Table/11},@c435be8000] range requires a replication change, but lacks a quorum of live replicas (0/1)
E170117 09:58:20.027554 2304994 storage/queue.go:599 [split,n1,s1,r1/1:/{Min-Table/11},@c435be8000] unable to split [n1,s1,r1/1:/{Min-Table/11}] at key "/Table/12/0": key range /Table/12/0-/Table/12/0 outside of bounds of range /Min-/Max
I170117 09:58:20.028695 2304994 storage/split_queue.go:99 [split,n1,s1,r2/1:/{Table/11-Max},@c433d24000] splitting at keys [/Table/12/0 /Table/13/0 /Table/14/0]
I170117 09:58:20.028831 2304994 storage/replica_command.go:2354 [split,n1,s1,r2/1:/{Table/11-Max},@c433d24000] initiating a split of this range at key /Table/12 [r3]
I170117 09:58:20.059932 2305124 sql/event_log.go:95 [n1] Event: "node_join", target: 1, info: {Descriptor:{NodeID:1 Address:{NetworkField:tcp AddressField:127.0.0.1:42471} Attrs: Locality:} ClusterID:fead5626-ec22-488e-9ffb-b7134ebfc73d StartedAt:1484647099982225379}
E170117 09:58:20.081382 2304994 storage/queue.go:599 [split,n1,s1,r2/1:/Table/1{1-2},@c433d24000] unable to split [n1,s1,r2/1:/Table/1{1-2}] at key "/Table/13/0": key range /Table/13/0-/Table/13/0 outside of bounds of range /Table/11-/Max
I170117 09:58:20.087500 2303835 sql/event_log.go:95 [n1] Event: "alter_table", target: 12, info: {TableName:eventlog Statement:ALTER TABLE system.eventlog ALTER COLUMN uniqueID SET DEFAULT uuid_v4() User:node MutationID:0 CascadeDroppedViews:[]}
I170117 09:58:20.093214 2304994 storage/split_queue.go:99 [split,n1,s1,r3/1:/{Table/12-Max},@c431794f00] splitting at keys [/Table/13/0 /Table/14/0]
I170117 09:58:20.093405 2304994 storage/replica_command.go:2354 [split,n1,s1,r3/1:/{Table/12-Max},@c431794f00] initiating a split of this range at key /Table/13 [r4]
I170117 09:58:20.124700 2303835 server/server.go:686 [n1] done ensuring all necessary migrations have run
I170117 09:58:20.124769 2303835 server/server.go:688 [n1] serving sql connections
E170117 09:58:20.138878 2304994 storage/queue.go:599 [split,n1,s1,r3/1:/Table/1{2-3},@c431794f00] unable to split [n1,s1,r3/1:/Table/1{2-3}] at key "/Table/14/0": key range /Table/14/0-/Table/14/0 outside of bounds of range /Table/12-/Max
I170117 09:58:20.139550 2304994 storage/split_queue.go:99 [split,n1,s1,r4/1:/{Table/13-Max},@c4309b8000] splitting at keys [/Table/14/0]
I170117 09:58:20.139666 2304994 storage/replica_command.go:2354 [split,n1,s1,r4/1:/{Table/13-Max},@c4309b8000] initiating a split of this range at key /Table/14 [r5]
POTENTIAL DEADLOCK: Inconsistent locking. saw this ordering in one goroutine:
happened before
lease.go:714 sql.(*tableState).release { t.mu.Lock() } <<<<<
lease.go:1153 sql.(*LeaseManager).Release { return t.release(lease, m) }
lease_test.go:133 sql_test.(*leaseTest).release { return t.node(nodeID).Release(lease) }
lease_test.go:147 sql_test.(*leaseTest).mustRelease { if err := t.release(nodeID, lease); err != nil { }
lease_test.go:427 sql_test.TestLeaseManagerDrain { t.mustRelease(1, l1, nil) }
happened after
lease.go:1157 sql.(*LeaseManager).isDraining { m.mu.Lock() } <<<<<
lease.go:732 sql.(*tableState).release.func1 { m.isDraining() || }
lease.go:751 sql.(*tableState).release { if decRefcount(s) { }
lease.go:1153 sql.(*LeaseManager).Release { return t.release(lease, m) }
lease_test.go:133 sql_test.(*leaseTest).release { return t.node(nodeID).Release(lease) }
lease_test.go:147 sql_test.(*leaseTest).mustRelease { if err := t.release(nodeID, lease); err != nil { }
lease_test.go:427 sql_test.TestLeaseManagerDrain { t.mustRelease(1, l1, nil) }
in another goroutine: happened before
lease.go:1165 sql.(*LeaseManager).SetDraining { m.mu.Lock() } <<<<<
lease_test.go:434 sql_test.TestLeaseManagerDrain { t.nodes[1].SetDraining(true) }
happend after
lease.go:1172 sql.(*LeaseManager).SetDraining { t.mu.Lock() } <<<<<
lease_test.go:434 sql_test.TestLeaseManagerDrain { t.nodes[1].SetDraining(true) }
Other goroutines holding locks:
goroutine 2303835 lock 0xc42c70b258
lease.go:1165 sql.(*LeaseManager).SetDraining { m.mu.Lock() } <<<<<
lease_test.go:434 sql_test.TestLeaseManagerDrain { t.nodes[1].SetDraining(true) }
ERROR: exit status 2
make: *** [stress] Error 1
1 runs completed, 1 failures, over 57s
Makefile:147: recipe for target 'stress' failed
``` | 1.0 | github.com/cockroachdb/cockroach/pkg/sql: TestLeaseManagerDrain failed under stress - SHA: https://github.com/cockroachdb/cockroach/commits/ffc0c336351e06b68e7982b5ac6008ba75aa0a66
Parameters:
```
COCKROACH_PROPOSER_EVALUATED_KV=true
TAGS=deadlock
GOFLAGS=
```
Stress build found a failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=120178&tab=buildLog
```
W170117 09:58:19.958888 2303835 server/status/runtime.go:116 Could not parse build timestamp: parsing time "" as "2006/01/02 15:04:05": cannot parse "" as "2006"
I170117 09:58:19.960153 2303835 server/config.go:456 1 storage engine initialized
I170117 09:58:19.962167 2303835 server/node.go:426 [n?] store [n0,s0] not bootstrapped
I170117 09:58:19.969451 2303835 server/node.go:355 [n?] **** cluster fead5626-ec22-488e-9ffb-b7134ebfc73d has been created
I170117 09:58:19.969717 2303835 server/node.go:356 [n?] **** add additional nodes by specifying --join=127.0.0.1:42471
I170117 09:58:19.980859 2303835 storage/store.go:1250 [n1] [n1,s1]: failed initial metrics computation: [n1,s1]: system config not yet available
I170117 09:58:19.981373 2303835 server/node.go:439 [n1] initialized store [n1,s1]: {Capacity:536870912 Available:536870912 RangeCount:1 LeaseCount:0}
I170117 09:58:19.981532 2303835 server/node.go:324 [n1] node ID 1 initialized
I170117 09:58:19.981715 2303835 gossip/gossip.go:292 [n1] NodeDescriptor set to node_id:1 address:<network_field:"tcp" address_field:"127.0.0.1:42471" > attrs:<> locality:<>
I170117 09:58:19.981978 2303835 storage/stores.go:296 [n1] read 0 node addresses from persistent storage
I170117 09:58:19.982092 2303835 server/node.go:571 [n1] connecting to gossip network to verify cluster ID...
I170117 09:58:19.982179 2303835 server/node.go:595 [n1] node connected via gossip and verified as part of cluster "fead5626-ec22-488e-9ffb-b7134ebfc73d"
I170117 09:58:19.982257 2303835 server/node.go:374 [n1] node=1: started with [[]=] engine(s) and attributes []
I170117 09:58:19.982352 2303835 sql/executor.go:322 [n1] creating distSQLPlanner with address {tcp 127.0.0.1:42471}
I170117 09:58:19.984494 2303835 server/server.go:629 [n1] starting https server at 127.0.0.1:55352
I170117 09:58:19.984552 2303835 server/server.go:630 [n1] starting grpc/postgres server at 127.0.0.1:42471
I170117 09:58:19.985639 2303835 server/server.go:631 [n1] advertising CockroachDB node at 127.0.0.1:42471
I170117 09:58:19.986834 2304994 storage/split_queue.go:99 [split,n1,s1,r1/1:/M{in-ax},@c435be8000] splitting at keys [/Table/11/0 /Table/12/0 /Table/13/0 /Table/14/0]
I170117 09:58:19.998810 2304994 storage/replica_command.go:2354 [split,n1,s1,r1/1:/M{in-ax},@c435be8000] initiating a split of this range at key /Table/11 [r2]
E170117 09:58:20.025942 2304995 storage/queue.go:599 [replicate,n1,s1,r1/1:/{Min-Table/11},@c435be8000] range requires a replication change, but lacks a quorum of live replicas (0/1)
E170117 09:58:20.027554 2304994 storage/queue.go:599 [split,n1,s1,r1/1:/{Min-Table/11},@c435be8000] unable to split [n1,s1,r1/1:/{Min-Table/11}] at key "/Table/12/0": key range /Table/12/0-/Table/12/0 outside of bounds of range /Min-/Max
I170117 09:58:20.028695 2304994 storage/split_queue.go:99 [split,n1,s1,r2/1:/{Table/11-Max},@c433d24000] splitting at keys [/Table/12/0 /Table/13/0 /Table/14/0]
I170117 09:58:20.028831 2304994 storage/replica_command.go:2354 [split,n1,s1,r2/1:/{Table/11-Max},@c433d24000] initiating a split of this range at key /Table/12 [r3]
I170117 09:58:20.059932 2305124 sql/event_log.go:95 [n1] Event: "node_join", target: 1, info: {Descriptor:{NodeID:1 Address:{NetworkField:tcp AddressField:127.0.0.1:42471} Attrs: Locality:} ClusterID:fead5626-ec22-488e-9ffb-b7134ebfc73d StartedAt:1484647099982225379}
E170117 09:58:20.081382 2304994 storage/queue.go:599 [split,n1,s1,r2/1:/Table/1{1-2},@c433d24000] unable to split [n1,s1,r2/1:/Table/1{1-2}] at key "/Table/13/0": key range /Table/13/0-/Table/13/0 outside of bounds of range /Table/11-/Max
I170117 09:58:20.087500 2303835 sql/event_log.go:95 [n1] Event: "alter_table", target: 12, info: {TableName:eventlog Statement:ALTER TABLE system.eventlog ALTER COLUMN uniqueID SET DEFAULT uuid_v4() User:node MutationID:0 CascadeDroppedViews:[]}
I170117 09:58:20.093214 2304994 storage/split_queue.go:99 [split,n1,s1,r3/1:/{Table/12-Max},@c431794f00] splitting at keys [/Table/13/0 /Table/14/0]
I170117 09:58:20.093405 2304994 storage/replica_command.go:2354 [split,n1,s1,r3/1:/{Table/12-Max},@c431794f00] initiating a split of this range at key /Table/13 [r4]
I170117 09:58:20.124700 2303835 server/server.go:686 [n1] done ensuring all necessary migrations have run
I170117 09:58:20.124769 2303835 server/server.go:688 [n1] serving sql connections
E170117 09:58:20.138878 2304994 storage/queue.go:599 [split,n1,s1,r3/1:/Table/1{2-3},@c431794f00] unable to split [n1,s1,r3/1:/Table/1{2-3}] at key "/Table/14/0": key range /Table/14/0-/Table/14/0 outside of bounds of range /Table/12-/Max
I170117 09:58:20.139550 2304994 storage/split_queue.go:99 [split,n1,s1,r4/1:/{Table/13-Max},@c4309b8000] splitting at keys [/Table/14/0]
I170117 09:58:20.139666 2304994 storage/replica_command.go:2354 [split,n1,s1,r4/1:/{Table/13-Max},@c4309b8000] initiating a split of this range at key /Table/14 [r5]
POTENTIAL DEADLOCK: Inconsistent locking. saw this ordering in one goroutine:
happened before
lease.go:714 sql.(*tableState).release { t.mu.Lock() } <<<<<
lease.go:1153 sql.(*LeaseManager).Release { return t.release(lease, m) }
lease_test.go:133 sql_test.(*leaseTest).release { return t.node(nodeID).Release(lease) }
lease_test.go:147 sql_test.(*leaseTest).mustRelease { if err := t.release(nodeID, lease); err != nil { }
lease_test.go:427 sql_test.TestLeaseManagerDrain { t.mustRelease(1, l1, nil) }
happened after
lease.go:1157 sql.(*LeaseManager).isDraining { m.mu.Lock() } <<<<<
lease.go:732 sql.(*tableState).release.func1 { m.isDraining() || }
lease.go:751 sql.(*tableState).release { if decRefcount(s) { }
lease.go:1153 sql.(*LeaseManager).Release { return t.release(lease, m) }
lease_test.go:133 sql_test.(*leaseTest).release { return t.node(nodeID).Release(lease) }
lease_test.go:147 sql_test.(*leaseTest).mustRelease { if err := t.release(nodeID, lease); err != nil { }
lease_test.go:427 sql_test.TestLeaseManagerDrain { t.mustRelease(1, l1, nil) }
in another goroutine: happened before
lease.go:1165 sql.(*LeaseManager).SetDraining { m.mu.Lock() } <<<<<
lease_test.go:434 sql_test.TestLeaseManagerDrain { t.nodes[1].SetDraining(true) }
happend after
lease.go:1172 sql.(*LeaseManager).SetDraining { t.mu.Lock() } <<<<<
lease_test.go:434 sql_test.TestLeaseManagerDrain { t.nodes[1].SetDraining(true) }
Other goroutines holding locks:
goroutine 2303835 lock 0xc42c70b258
lease.go:1165 sql.(*LeaseManager).SetDraining { m.mu.Lock() } <<<<<
lease_test.go:434 sql_test.TestLeaseManagerDrain { t.nodes[1].SetDraining(true) }
ERROR: exit status 2
make: *** [stress] Error 1
1 runs completed, 1 failures, over 57s
Makefile:147: recipe for target 'stress' failed
``` | test | github com cockroachdb cockroach pkg sql testleasemanagerdrain failed under stress sha parameters cockroach proposer evaluated kv true tags deadlock goflags stress build found a failed test server status runtime go could not parse build timestamp parsing time as cannot parse as server config go storage engine initialized server node go store not bootstrapped server node go cluster has been created server node go add additional nodes by specifying join storage store go failed initial metrics computation system config not yet available server node go initialized store capacity available rangecount leasecount server node go node id initialized gossip gossip go nodedescriptor set to node id address attrs locality storage stores go read node addresses from persistent storage server node go connecting to gossip network to verify cluster id server node go node connected via gossip and verified as part of cluster server node go node started with engine s and attributes sql executor go creating distsqlplanner with address tcp server server go starting https server at server server go starting grpc postgres server at server server go advertising cockroachdb node at storage split queue go splitting at keys storage replica command go initiating a split of this range at key table storage queue go range requires a replication change but lacks a quorum of live replicas storage queue go unable to split at key table key range table table outside of bounds of range min max storage split queue go splitting at keys storage replica command go initiating a split of this range at key table sql event log go event node join target info descriptor nodeid address networkfield tcp addressfield attrs locality clusterid startedat storage queue go unable to split at key table key range table table outside of bounds of range table max sql event log go event alter table target info tablename eventlog statement alter table system eventlog alter column uniqueid set default uuid user node mutationid cascadedroppedviews storage split queue go splitting at keys storage replica command go initiating a split of this range at key table server server go done ensuring all necessary migrations have run server server go serving sql connections storage queue go unable to split at key table key range table table outside of bounds of range table max storage split queue go splitting at keys storage replica command go initiating a split of this range at key table potential deadlock inconsistent locking saw this ordering in one goroutine happened before lease go sql tablestate release t mu lock lease go sql leasemanager release return t release lease m lease test go sql test leasetest release return t node nodeid release lease lease test go sql test leasetest mustrelease if err t release nodeid lease err nil lease test go sql test testleasemanagerdrain t mustrelease nil happened after lease go sql leasemanager isdraining m mu lock lease go sql tablestate release m isdraining lease go sql tablestate release if decrefcount s lease go sql leasemanager release return t release lease m lease test go sql test leasetest release return t node nodeid release lease lease test go sql test leasetest mustrelease if err t release nodeid lease err nil lease test go sql test testleasemanagerdrain t mustrelease nil in another goroutine happened before lease go sql leasemanager setdraining m mu lock lease test go sql test testleasemanagerdrain t nodes setdraining true happend after lease go sql leasemanager setdraining t mu lock lease test go sql test testleasemanagerdrain t nodes setdraining true other goroutines holding locks goroutine lock lease go sql leasemanager setdraining m mu lock lease test go sql test testleasemanagerdrain t nodes setdraining true error exit status make error runs completed failures over makefile recipe for target stress failed | 1 |
337,269 | 30,247,342,096 | IssuesEvent | 2023-07-06 17:32:23 | unifyai/ivy | https://api.github.com/repos/unifyai/ivy | reopened | Fix math.test_tensorflow_acos | TensorFlow Frontend Sub Task Failing Test | | | |
|---|---|
|jax|<a href="https://github.com/unifyai/ivy/actions/runs/5459775654/jobs/9936102748"><img src=https://img.shields.io/badge/-success-success></a>
|numpy|<a href="https://github.com/unifyai/ivy/actions/runs/5459775654/jobs/9936102748"><img src=https://img.shields.io/badge/-success-success></a>
|tensorflow|<a href="https://github.com/unifyai/ivy/actions/runs/5459775654/jobs/9936102748"><img src=https://img.shields.io/badge/-success-success></a>
|torch|<a href="https://github.com/unifyai/ivy/actions/runs/5478319447"><img src=https://img.shields.io/badge/-failure-red></a>
|paddle|<a href="https://github.com/unifyai/ivy/actions/runs/5473078102"><img src=https://img.shields.io/badge/-success-success></a>
| 1.0 | Fix math.test_tensorflow_acos - | | |
|---|---|
|jax|<a href="https://github.com/unifyai/ivy/actions/runs/5459775654/jobs/9936102748"><img src=https://img.shields.io/badge/-success-success></a>
|numpy|<a href="https://github.com/unifyai/ivy/actions/runs/5459775654/jobs/9936102748"><img src=https://img.shields.io/badge/-success-success></a>
|tensorflow|<a href="https://github.com/unifyai/ivy/actions/runs/5459775654/jobs/9936102748"><img src=https://img.shields.io/badge/-success-success></a>
|torch|<a href="https://github.com/unifyai/ivy/actions/runs/5478319447"><img src=https://img.shields.io/badge/-failure-red></a>
|paddle|<a href="https://github.com/unifyai/ivy/actions/runs/5473078102"><img src=https://img.shields.io/badge/-success-success></a>
| test | fix math test tensorflow acos jax a href src numpy a href src tensorflow a href src torch a href src paddle a href src | 1 |
57,930 | 6,561,377,552 | IssuesEvent | 2017-09-07 13:07:15 | imixs/imixs-workflow | https://api.github.com/repos/imixs/imixs-workflow | closed | DocumentService add count methods | enhancement testing | Add the missing implementation of count methods:
- int count(String query)
- int countPages(String query, int pageSize
```
public int countPages(String query, int pageSize) throws QueryException {
double pages = 1;
double count = count(query);
if (count > 0) {
pages = Math.ceil(count / pageSize);
}
return ((int) pages);
}
```
The count method need to ask lucene for the result without loading the data into memory
| 1.0 | DocumentService add count methods - Add the missing implementation of count methods:
- int count(String query)
- int countPages(String query, int pageSize
```
public int countPages(String query, int pageSize) throws QueryException {
double pages = 1;
double count = count(query);
if (count > 0) {
pages = Math.ceil(count / pageSize);
}
return ((int) pages);
}
```
The count method need to ask lucene for the result without loading the data into memory
| test | documentservice add count methods add the missing implementation of count methods int count string query int countpages string query int pagesize public int countpages string query int pagesize throws queryexception double pages double count count query if count pages math ceil count pagesize return int pages the count method need to ask lucene for the result without loading the data into memory | 1 |
172,307 | 14,356,891,779 | IssuesEvent | 2020-11-30 12:15:30 | DigitalExcellence/dex-frontend | https://api.github.com/repos/DigitalExcellence/dex-frontend | opened | Wiki - Github - Add Community Guidelines | documentation | **Is your feature request related to a problem? Please describe.**
We currently have no official guidelines on how to contribute, how to communicate and things like that.
**Describe the solution you'd like**
Add community guidelines following the Github standard: https://docs.github.com/en/free-pro-team@latest/github/building-a-strong-community/setting-guidelines-for-repository-contributors
It might also be nice to add them to the wiki and getting started.
**Additional context**
This is required for both the frontend and the backend
| 1.0 | Wiki - Github - Add Community Guidelines - **Is your feature request related to a problem? Please describe.**
We currently have no official guidelines on how to contribute, how to communicate and things like that.
**Describe the solution you'd like**
Add community guidelines following the Github standard: https://docs.github.com/en/free-pro-team@latest/github/building-a-strong-community/setting-guidelines-for-repository-contributors
It might also be nice to add them to the wiki and getting started.
**Additional context**
This is required for both the frontend and the backend
| non_test | wiki github add community guidelines is your feature request related to a problem please describe we currently have no official guidelines on how to contribute how to communicate and things like that describe the solution you d like add community guidelines following the github standard it might also be nice to add them to the wiki and getting started additional context this is required for both the frontend and the backend | 0 |
49,944 | 6,046,915,096 | IssuesEvent | 2017-06-12 13:21:20 | telerik/kendo-ui-core | https://api.github.com/repos/telerik/kendo-ui-core | closed | kendo.support.browser miss 'edge' and 'mozilla' flags in TypeScript definitions | Bug In Testing Kendo2 | ### Environment
* **Kendo UI version:** 2017.1.223
Also 'edge' flag is not documented here: http://docs.telerik.com/kendo-ui/api/javascript/kendo
```javascript
browser: {
msie: boolean;
webkit: boolean;
safari: boolean;
opera: boolean;
version: string;
};
````
but should be
```javascript
browser: {
msie: boolean;
webkit: boolean;
safari: boolean;
opera: boolean;
edge: boolean;
mozilla: boolean;
version: string;
};
````
| 1.0 | kendo.support.browser miss 'edge' and 'mozilla' flags in TypeScript definitions - ### Environment
* **Kendo UI version:** 2017.1.223
Also 'edge' flag is not documented here: http://docs.telerik.com/kendo-ui/api/javascript/kendo
```javascript
browser: {
msie: boolean;
webkit: boolean;
safari: boolean;
opera: boolean;
version: string;
};
````
but should be
```javascript
browser: {
msie: boolean;
webkit: boolean;
safari: boolean;
opera: boolean;
edge: boolean;
mozilla: boolean;
version: string;
};
````
| test | kendo support browser miss edge and mozilla flags in typescript definitions environment kendo ui version also edge flag is not documented here javascript browser msie boolean webkit boolean safari boolean opera boolean version string but should be javascript browser msie boolean webkit boolean safari boolean opera boolean edge boolean mozilla boolean version string | 1 |
367,932 | 25,769,480,052 | IssuesEvent | 2022-12-09 06:25:19 | freesewing/freesewing | https://api.github.com/repos/freesewing/freesewing | opened | [docs]: Point.slope() documentation is missing | :book: documentation | ### Where can we see the problem? 🤔
https://freesewing.dev/reference/api/point
### Are you a FreeSewing patron? 😃
No, I am not 😞
### Suggested content
_No response_
### Additional context
_No response_ | 1.0 | [docs]: Point.slope() documentation is missing - ### Where can we see the problem? 🤔
https://freesewing.dev/reference/api/point
### Are you a FreeSewing patron? 😃
No, I am not 😞
### Suggested content
_No response_
### Additional context
_No response_ | non_test | point slope documentation is missing where can we see the problem 🤔 are you a freesewing patron 😃 no i am not 😞 suggested content no response additional context no response | 0 |
686 | 2,508,487,485 | IssuesEvent | 2015-01-13 03:06:04 | pilrhealth/pilrhealth-issues | https://api.github.com/repos/pilrhealth/pilrhealth-issues | closed | Job preview with period fetches wrong data | bug ready 4 test | This is similar to the issues of filtering data by period in the Search Data page. The period filter seems to work on the Search page now, but still is incorrect on the Job Preview page. It seems to cut off the end day data. | 1.0 | Job preview with period fetches wrong data - This is similar to the issues of filtering data by period in the Search Data page. The period filter seems to work on the Search page now, but still is incorrect on the Job Preview page. It seems to cut off the end day data. | test | job preview with period fetches wrong data this is similar to the issues of filtering data by period in the search data page the period filter seems to work on the search page now but still is incorrect on the job preview page it seems to cut off the end day data | 1 |
148,953 | 13,251,523,797 | IssuesEvent | 2020-08-20 02:25:52 | martin-azpillaga/M | https://api.github.com/repos/martin-azpillaga/M | opened | Select LSP capabilities | a documentation task | Vital:
Diagnostics
Completions
Hover
Signature help
Semantic highlighting
Document formatting
Range formatting
Automatic formatting with }
Workspaces (use rootUri and workspaceFolders in initializeParams)
Secondary:
Code actions (Fix warnings)
Find references (All places where a variable, a component or a function is used)
Outline (Document symbols, workspace symbols)
Document highlights (Highlight all the symbols with the given name in a document)
Folding
No:
Hm! Searches are not equivalent to symbols because they can match substrings!
Go to definition / declaration / implementation because mostly global scoped symbols
Document symbol provider because symbols cant be redefined and is equivalent to search
Workspace symbol provider because similarly is equivalent to a search
Rename equivalent to search and replace
Color provider because no literals
Document links because no links no imports
Not decided:
Code lens: Maybe for translations English -> Euskara
| 1.0 | Select LSP capabilities - Vital:
Diagnostics
Completions
Hover
Signature help
Semantic highlighting
Document formatting
Range formatting
Automatic formatting with }
Workspaces (use rootUri and workspaceFolders in initializeParams)
Secondary:
Code actions (Fix warnings)
Find references (All places where a variable, a component or a function is used)
Outline (Document symbols, workspace symbols)
Document highlights (Highlight all the symbols with the given name in a document)
Folding
No:
Hm! Searches are not equivalent to symbols because they can match substrings!
Go to definition / declaration / implementation because mostly global scoped symbols
Document symbol provider because symbols cant be redefined and is equivalent to search
Workspace symbol provider because similarly is equivalent to a search
Rename equivalent to search and replace
Color provider because no literals
Document links because no links no imports
Not decided:
Code lens: Maybe for translations English -> Euskara
| non_test | select lsp capabilities vital diagnostics completions hover signature help semantic highlighting document formatting range formatting automatic formatting with workspaces use rooturi and workspacefolders in initializeparams secondary code actions fix warnings find references all places where a variable a component or a function is used outline document symbols workspace symbols document highlights highlight all the symbols with the given name in a document folding no hm searches are not equivalent to symbols because they can match substrings go to definition declaration implementation because mostly global scoped symbols document symbol provider because symbols cant be redefined and is equivalent to search workspace symbol provider because similarly is equivalent to a search rename equivalent to search and replace color provider because no literals document links because no links no imports not decided code lens maybe for translations english euskara | 0 |
108,907 | 9,335,754,059 | IssuesEvent | 2019-03-28 19:23:45 | elastic/kibana | https://api.github.com/repos/elastic/kibana | closed | Failing test: X-Pack API Integration Tests.x-pack/test/api_integration/apis/management/rollup/rollup·js - apis management rollup Rollup jobs "after all" hook | Rollups failed-test | A test failed on a tracked branch
```
[Error: the object {
"_events": {}
"_eventsCount": 0
"_maxListeners": [undefined]
"accepted": false
"badRequest": true
"body": {
"error": "Bad Request"
"message": "Could not delete job [rzllqg-1552534431259] because indexer state is [ABORTING]. Job must be [STOPPED] before deletion."
"statusCode": 400
}
"buffered": true
"charset": "utf-8"
"clientError": true
"error": "Error: cannot POST /api/rollup/delete (400)"
"files": [undefined]
"forbidden": false
"header": {
"cache-control": "no-cache"
"connection": "close"
"content-length": "173"
"content-type": "application/json; charset=utf-8"
"date": "Thu, 14 Mar 2019 03:33:53 GMT"
"kbn-name": "kibana"
"kbn-xpack-sig": "aab5d0196dcd2297d461610d030e290e"
}
"headers": {
"cache-control": "no-cache"
"connection": "close"
"content-length": "173"
"content-type": "application/json; charset=utf-8"
"date": "Thu, 14 Mar 2019 03:33:53 GMT"
"kbn-name": "kibana"
"kbn-xpack-sig": "aab5d0196dcd2297d461610d030e290e"
}
"info": false
"links": {}
"noContent": false
"notAcceptable": false
"notFound": false
"ok": false
"redirect": false
"redirects": []
"req": {
"_contentLength": 323
"_ended": true
"_events": {
"drain": {
"listener": [Function]
}
"error": {
"listener": [Function]
}
"prefinish": [Function]
}
"_eventsCount": 3
"_hasBody": true
"_header": "POST /api/rollup/delete HTTP/1.1\r\nHost: localhost:5620\r\nAccept-Encoding: gzip, deflate\r\nUser-Agent: node-superagent/3.8.2\r\nkbn-xsrf: xxx\r\nContent-Type: application/json\r\nAuthorization: Basic ZWxhc3RpYzpjaGFuZ2VtZQ==\r\nContent-Length: 323\r\nConnection: close\r\n\r\n"
"_headerSent": true
"_last": true
"_maxListeners": [undefined]
"_onPendingData": [Function]
"_removedConnection": false
"_removedContLen": false
"_removedTE": false
"_trailer": ""
"aborted": [undefined]
"agent": {
"_events": {
"free": [Function]
}
"_eventsCount": 1
"_maxListeners": [undefined]
"defaultPort": 80
"freeSockets": {}
"keepAlive": false
"keepAliveMsecs": 1000
"maxFreeSockets": 256
"maxSockets": Infinity
"options": {
"path": [null]
}
"protocol": "http:"
"requests": {}
"sockets": {
"localhost:5620:": [
{
"_events": {
"agentRemove": [Function]
"close": [
[Function]
[Function]
]
"drain": [Function]
"end": [Function]
"error": [Function]
"finish": {
"listener": [Function]
}
"free": [Function]
}
"_eventsCount": 7
"_hadError": false
"_handle": "[object TCP]"
"_host": "localhost"
"_httpMessage": [Circular]
"_maxListeners": [undefined]
"_parent": [null]
"_pendingData": [null]
"_pendingEncoding": ""
"_readableState": {
"awaitDrain": 0
"buffer": {
"head": [null]
"length": 0
"tail": [null]
}
"decoder": [null]
"defaultEncoding": "utf8"
"destroyed": false
"emitClose": false
"emittedReadable": false
"encoding": [null]
"endEmitted": false
"ended": false
"flowing": true
"highWaterMark": 16384
"length": 0
"needReadable": true
"objectMode": false
"paused": false
"pipes": [null]
"pipesCount": 0
"readableListening": false
"reading": true
"readingMore": false
"resumeScheduled": false
"sync": false
}
"_server": [null]
"_sockname": [null]
"_writableState": {
"bufferProcessing": false
"bufferedRequest": [null]
"bufferedRequestCount": 0
"corked": 0
"corkedRequestsFree": {
"entry": [null]
"finish": [Function]
"next": {
"entry": [null]
"finish": [Function]
"next": [null]
}
}
"decodeStrings": false
"defaultEncoding": "utf8"
"destroyed": false
"emitClose": false
"ended": true
"ending": true
"errorEmitted": false
"finalCalled": true
"finished": false
"highWaterMark": 16384
"lastBufferedRequest": [null]
"length": 0
"needDrain": false
"objectMode": false
"onwrite": [Function]
"pendingcb": 1
"prefinished": false
"sync": false
"writecb": [null]
"writelen": 0
"writing": false
}
"allowHalfOpen": false
"connecting": false
"parser": [null]
"readable": true
"server": [null]
"writable": false
}
]
}
}
"chunkedEncoding": false
"connection": {
"_events": {
"agentRemove": [Function]
"close": [
[Function]
[Function]
]
"drain": [Function]
"end": [Function]
"error": [Function]
"finish": {
"listener": [Function]
}
"free": [Function]
}
"_eventsCount": 7
"_hadError": false
"_handle": "[object TCP]"
"_host": "localhost"
"_httpMessage": [Circular]
"_maxListeners": [undefined]
"_parent": [null]
"_pendingData": [null]
"_pendingEncoding": ""
"_readableState": {
"awaitDrain": 0
"buffer": {
"head": [null]
"length": 0
"tail": [null]
}
"decoder": [null]
"defaultEncoding": "utf8"
"destroyed": false
"emitClose": false
"emittedReadable": false
"encoding": [null]
"endEmitted": false
"ended": false
"flowing": true
"highWaterMark": 16384
"length": 0
"needReadable": true
"objectMode": false
"paused": false
"pipes": [null]
"pipesCount": 0
"readableListening": false
"reading": true
"readingMore": false
"resumeScheduled": false
"sync": false
}
"_server": [null]
"_sockname": [null]
"_writableState": {
"bufferProcessing": false
"bufferedRequest": [null]
"bufferedRequestCount": 0
"corked": 0
"corkedRequestsFree": {
"entry": [null]
"finish": [Function]
"next": {
"entry": [null]
"finish": [Function]
"next": [null]
}
}
"decodeStrings": false
"defaultEncoding": "utf8"
"destroyed": false
"emitClose": false
"ended": true
"ending": true
"errorEmitted": false
"finalCalled": true
"finished": false
"highWaterMark": 16384
"lastBufferedRequest": [null]
"length": 0
"needDrain": false
"objectMode": false
"onwrite": [Function]
"pendingcb": 1
"prefinished": false
"sync": false
"writecb": [null]
"writelen": 0
"writing": false
}
"allowHalfOpen": false
"connecting": false
"parser": [null]
"readable": true
"server": [null]
"writable": false
}
"finished": true
"maxHeadersCount": [null]
"method": "POST"
"output": []
"outputCallbacks": []
"outputEncodings": []
"outputSize": 0
"parser": [null]
"path": "/api/rollup/delete"
"res": {
"_consuming": false
"_dumped": false
"_events": {
"close": [Function]
"data": [
[Function]
[Function]
[Function]
]
"end": [
[Function]
[Function]
[Function]
]
"error": [
{
"listener": [Function]
}
[Function]
]
}
"_eventsCount": 4
"_maxListeners": [undefined]
"_readableState": {
"awaitDrain": 0
"buffer": {
"head": [null]
"length": 0
"tail": [null]
}
"decoder": {
"encoding": "utf8"
}
"defaultEncoding": "utf8"
"destroyed": false
"emitClose": true
"emittedReadable": false
"encoding": "utf8"
"endEmitted": true
"ended": true
"flowing": true
"highWaterMark": 16384
"length": 0
"needReadable": false
"objectMode": false
"paused": false
"pipes": [null]
"pipesCount": 0
"readableListening": false
"reading": false
"readingMore": true
"resumeScheduled": false
"sync": true
}
"aborted": false
"client": {
"_events": {
"agentRemove": [Function]
"close": [
[Function]
[Function]
]
"drain": [Function]
"end": [Function]
"error": [Function]
"finish": {
"listener": [Function]
}
"free": [Function]
}
"_eventsCount": 7
"_hadError": false
"_handle": "[object TCP]"
"_host": "localhost"
"_httpMessage": [Circular]
"_maxListeners": [undefined]
"_parent": [null]
"_pendingData": [null]
"_pendingEncoding": ""
"_readableState": {
"awaitDrain": 0
"buffer": {
"head": [null]
"length": 0
"tail": [null]
}
"decoder": [null]
"defaultEncoding": "utf8"
"destroyed": false
"emitClose": false
"emittedReadable": false
"encoding": [null]
"endEmitted": false
"ended": false
"flowing": true
"highWaterMark": 16384
"length": 0
"needReadable": true
"objectMode": false
"paused": false
"pipes": [null]
"pipesCount": 0
"readableListening": false
"reading": true
"readingMore": false
"resumeScheduled": false
"sync": false
}
"_server": [null]
"_sockname": [null]
"_writableState": {
"bufferProcessing": false
"bufferedRequest": [null]
"bufferedRequestCount": 0
"corked": 0
"corkedRequestsFree": {
"entry": [null]
"finish": [Function]
"next": {
"entry": [null]
"finish": [Function]
"next": [null]
}
}
"decodeStrings": false
"defaultEncoding": "utf8"
"destroyed": false
"emitClose": false
"ended": true
"ending": true
"errorEmitted": false
"finalCalled": true
"finished": false
"highWaterMark": 16384
"lastBufferedRequest": [null]
"length": 0
"needDrain": false
"objectMode": false
"onwrite": [Function]
"pendingcb": 1
"prefinished": false
"sync": false
"writecb": [null]
"writelen": 0
"writing": false
}
"allowHalfOpen": false
"connecting": false
"parser": [null]
"readable": true
"server": [null]
"writable": false
}
"complete": true
"connection": {
"_events": {
"agentRemove": [Function]
"close": [
[Function]
[Function]
]
"drain": [Function]
"end": [Function]
"error": [Function]
"finish": {
"listener": [Function]
}
"free": [Function]
}
"_eventsCount": 7
"_hadError": false
"_handle": "[object TCP]"
"_host": "localhost"
"_httpMessage": [Circular]
"_maxListeners": [undefined]
"_parent": [null]
"_pendingData": [null]
"_pendingEncoding": ""
"_readableState": {
"awaitDrain": 0
"buffer": {
"head": [null]
"length": 0
"tail": [null]
}
"decoder": [null]
"defaultEncoding": "utf8"
"destroyed": false
"emitClose": false
"emittedReadable": false
"encoding": [null]
"endEmitted": false
"ended": false
"flowing": true
"highWaterMark": 16384
"length": 0
"needReadable": true
"objectMode": false
"paused": false
"pipes": [null]
"pipesCount": 0
"readableListening": false
"reading": true
"readingMore": false
"resumeScheduled": false
"sync": false
}
"_server": [null]
"_sockname": [null]
"_writableState": {
"bufferProcessing": false
"bufferedRequest": [null]
"bufferedRequestCount": 0
"corked": 0
"corkedRequestsFree": {
"entry": [null]
"finish": [Function]
"next": {
"entry": [null]
"finish": [Function]
"next": [null]
}
}
"decodeStrings": false
"defaultEncoding": "utf8"
"destroyed": false
"emitClose": false
"ended": true
"ending": true
"errorEmitted": false
"finalCalled": true
"finished": false
"highWaterMark": 16384
"lastBufferedRequest": [null]
"length": 0
"needDrain": false
"objectMode": false
"onwrite": [Function]
"pendingcb": 1
"prefinished": false
"sync": false
"writecb": [null]
"writelen": 0
"writing": false
}
"allowHalfOpen": false
"connecting": false
"parser": [null]
"readable": true
"server": [null]
"writable": false
}
"headers": {
"cache-control": "no-cache"
"connection": "close"
"content-length": "173"
"content-type": "application/json; charset=utf-8"
"date": "Thu, 14 Mar 2019 03:33:53 GMT"
"kbn-name": "kibana"
"kbn-xpack-sig": "aab5d0196dcd2297d461610d030e290e"
}
"httpVersion": "1.1"
"httpVersionMajor": 1
"httpVersionMinor": 1
"method": [null]
"rawHeaders": [
"kbn-name"
"kibana"
"kbn-xpack-sig"
"aab5d0196dcd2297d461610d030e290e"
"content-type"
"application/json; charset=utf-8"
"cache-control"
"no-cache"
"content-length"
"173"
"connection"
"close"
"Date"
"Thu, 14 Mar 2019 03:33:53 GMT"
]
"rawTrailers": []
"readable": false
"req": [Circular]
"socket": {
"_events": {
"agentRemove": [Function]
"close": [
[Function]
[Function]
]
"drain": [Function]
"end": [Function]
"error": [Function]
"finish": {
"listener": [Function]
}
"free": [Function]
}
"_eventsCount": 7
"_hadError": false
"_handle": "[object TCP]"
"_host": "localhost"
"_httpMessage": [Circular]
"_maxListeners": [undefined]
"_parent": [null]
"_pendingData": [null]
"_pendingEncoding": ""
"_readableState": {
"awaitDrain": 0
"buffer": {
"head": [null]
"length": 0
"tail": [null]
}
"decoder": [null]
"defaultEncoding": "utf8"
"destroyed": false
"emitClose": false
"emittedReadable": false
"encoding": [null]
"endEmitted": false
"ended": false
"flowing": true
"highWaterMark": 16384
"length": 0
"needReadable": true
"objectMode": false
"paused": false
"pipes": [null]
"pipesCount": 0
"readableListening": false
"reading": true
"readingMore": false
"resumeScheduled": false
"sync": false
}
"_server": [null]
"_sockname": [null]
"_writableState": {
"bufferProcessing": false
"bufferedRequest": [null]
"bufferedRequestCount": 0
"corked": 0
"corkedRequestsFree": {
"entry": [null]
"finish": [Function]
"next": {
"entry": [null]
"finish": [Function]
"next": [null]
}
}
"decodeStrings": false
"defaultEncoding": "utf8"
"destroyed": false
"emitClose": false
"ended": true
"ending": true
"errorEmitted": false
"finalCalled": true
"finished": false
"highWaterMark": 16384
"lastBufferedRequest": [null]
"length": 0
"needDrain": false
"objectMode": false
"onwrite": [Function]
"pendingcb": 1
"prefinished": false
"sync": false
"writecb": [null]
"writelen": 0
"writing": false
}
"allowHalfOpen": false
"connecting": false
"parser": [null]
"readable": true
"server": [null]
"writable": false
}
"statusCode": 400
"statusMessage": "Bad Request"
"text": "{\"statusCode\":400,\"error\":\"Bad Request\",\"message\":\"Could not delete job [rzllqg-1552534431259] because indexer state is [ABORTING]. Job must be [STOPPED] before deletion.\"}"
"trailers": {}
"upgrade": false
"url": ""
}
"sendDate": false
"shouldKeepAlive": false
"socket": {
"_events": {
"agentRemove": [Function]
"close": [
[Function]
[Function]
]
"drain": [Function]
"end": [Function]
"error": [Function]
"finish": {
"listener": [Function]
}
"free": [Function]
}
"_eventsCount": 7
"_hadError": false
"_handle": "[object TCP]"
"_host": "localhost"
"_httpMessage": [Circular]
"_maxListeners": [undefined]
"_parent": [null]
"_pendingData": [null]
"_pendingEncoding": ""
"_readableState": {
"awaitDrain": 0
"buffer": {
"head": [null]
"length": 0
"tail": [null]
}
"decoder": [null]
"defaultEncoding": "utf8"
"destroyed": false
"emitClose": false
"emittedReadable": false
"encoding": [null]
"endEmitted": false
"ended": false
"flowing": true
"highWaterMark": 16384
"length": 0
"needReadable": true
"objectMode": false
"paused": false
"pipes": [null]
"pipesCount": 0
"readableListening": false
"reading": true
"readingMore": false
"resumeScheduled": false
"sync": false
}
"_server": [null]
"_sockname": [null]
"_writableState": {
"bufferProcessing": false
"bufferedRequest": [null]
"bufferedRequestCount": 0
"corked": 0
"corkedRequestsFree": {
"entry": [null]
"finish": [Function]
"next": {
"entry": [null]
"finish": [Function]
"next": [null]
}
}
"decodeStrings": false
"defaultEncoding": "utf8"
"destroyed": false
"emitClose": false
"ended": true
"ending": true
"errorEmitted": false
"finalCalled": true
"finished": false
"highWaterMark": 16384
"lastBufferedRequest": [null]
"length": 0
"needDrain": false
"objectMode": false
"onwrite": [Function]
"pendingcb": 1
"prefinished": false
"sync": false
"writecb": [null]
"writelen": 0
"writing": false
}
"allowHalfOpen": false
"connecting": false
"parser": [null]
"readable": true
"server": [null]
"writable": false
}
"socketPath": [undefined]
"timeout": [undefined]
"timeoutCb": [null]
"upgradeOrConnect": false
"useChunkedEncodingByDefault": true
"writable": true
}
"request": {
"_agent": false
"_asserts": []
"_buffer": true
"_callback": [Function]
"_data": {
"jobIds": [
"ijhxmeo-1552534430950"
"rzllqg-1552534431259"
"rzllqg-1552534431259"
"abc"
"wfiugeinopoxpbfkiytl-1552534431657"
"khkdszjbeoqujdobrdtn-1552534431881"
"nnzsmstqsjitzrpuvlwk-1552534432104"
"hnsaygwpsi-1552534432338"
"ljjbgfqewqascrjh-1552534432675"
"cvcuygrqlgxxrpeiuswg-1552534432961"
"amnpbkbkka-1552534433322"
]
}
"_endCalled": true
"_events": {}
"_eventsCount": 0
"_formData": [null]
"_header": {
"authorization": "Basic ZWxhc3RpYzpjaGFuZ2VtZQ=="
"content-type": "application/json"
"kbn-xsrf": "xxx"
"user-agent": "node-superagent/3.8.2"
}
"_maxListeners": [undefined]
"_maxRedirects": 0
"_query": []
"_redirectList": []
"_redirects": 0
"_streamRequest": false
"app": "http://elastic:changeme@localhost:5620"
"called": true
"catch": [Function]
"cookies": ""
"header": {
"Authorization": "Basic ZWxhc3RpYzpjaGFuZ2VtZQ=="
"Content-Type": "application/json"
"User-Agent": "node-superagent/3.8.2"
"kbn-xsrf": "xxx"
}
"host": "localhost:5620"
"method": "POST"
"protocol": "http:"
"qs": {}
"qsRaw": []
"req": {
"_contentLength": 323
"_ended": true
"_events": {
"drain": {
"listener": [Function]
}
"error": {
"listener": [Function]
}
"prefinish": [Function]
}
"_eventsCount": 3
"_hasBody": true
"_header": "POST /api/rollup/delete HTTP/1.1\r\nHost: localhost:5620\r\nAccept-Encoding: gzip, deflate\r\nUser-Agent: node-superagent/3.8.2\r\nkbn-xsrf: xxx\r\nContent-Type: application/json\r\nAuthorization: Basic ZWxhc3RpYzpjaGFuZ2VtZQ==\r\nContent-Length: 323\r\nConnection: close\r\n\r\n"
"_headerSent": true
"_last": true
"_maxListeners": [undefined]
"_onPendingData": [Function]
"_removedConnection": false
"_removedContLen": false
"_removedTE": false
"_trailer": ""
"aborted": [undefined]
"agent": {
"_events": {
"free": [Function]
}
"_eventsCount": 1
"_maxListeners": [undefined]
"defaultPort": 80
"freeSockets": {}
"keepAlive": false
"keepAliveMsecs": 1000
"maxFreeSockets": 256
"maxSockets": Infinity
"options": {
"path": [null]
}
"protocol": "http:"
"requests": {}
"sockets": {
"localhost:5620:": [
{
"_events": {
"agentRemove": [Function]
"close": [
[Function]
[Function]
]
"drain": [Function]
"end": [Function]
"error": [Function]
"finish": {
"listener": [Function]
}
"free": [Function]
}
"_eventsCount": 7
"_hadError": false
"_handle": "[object TCP]"
"_host": "localhost"
"_httpMessage": [Circular]
"_maxListeners": [undefined]
"_parent": [null]
"_pendingData": [null]
"_pendingEncoding": ""
"_readableState": {
"awaitDrain": 0
"buffer": {
"head": [null]
"length": 0
"tail": [null]
}
"decoder": [null]
"defaultEncoding": "utf8"
"destroyed": false
"emitClose": false
"emittedReadable": false
"encoding": [null]
"endEmitted": false
"ended": false
"flowing": true
"highWaterMark": 16384
"length": 0
"needReadable": true
"objectMode": false
"paused": false
"pipes": [null]
"pipesCount": 0
"readableListening": false
"reading": true
"readingMore": false
"resumeScheduled": false
"sync": false
}
"_server": [null]
"_sockname": [null]
"_writableState": {
"bufferProcessing": false
"bufferedRequest": [null]
"bufferedRequestCount": 0
"corked": 0
"corkedRequestsFree": {
"entry": [null]
"finish": [Function]
"next": {
"entry": [null]
"finish": [Function]
"next": [null]
}
}
"decodeStrings": false
"defaultEncoding": "utf8"
"destroyed": false
"emitClose": false
"ended": true
"ending": true
"errorEmitted": false
"finalCalled": true
"finished": false
"highWaterMark": 16384
"lastBufferedRequest": [null]
"length": 0
"needDrain": false
"objectMode": false
"onwrite": [Function]
"pendingcb": 1
"prefinished": false
"sync": false
"writecb": [null]
"writelen": 0
"writing": false
}
"allowHalfOpen": false
"connecting": false
"parser": [null]
"readable": true
"server": [null]
"writable": false
}
]
}
}
"chunkedEncoding": false
"connection": {
"_events": {
"agentRemove": [Function]
"close": [
[Function]
[Function]
]
"drain": [Function]
"end": [Function]
"error": [Function]
"finish": {
"listener": [Function]
}
"free": [Function]
}
"_eventsCount": 7
"_hadError": false
"_handle": "[object TCP]"
"_host": "localhost"
"_httpMessage": [Circular]
"_maxListeners": [undefined]
"_parent": [null]
"_pendingData": [null]
"_pendingEncoding": ""
"_readableState": {
"awaitDrain": 0
"buffer": {
"head": [null]
"length": 0
"tail": [null]
}
"decoder": [null]
"defaultEncoding": "utf8"
"destroyed": false
"emitClose": false
"emittedReadable": false
"encoding": [null]
"endEmitted": false
"ended": false
"flowing": true
"highWaterMark": 16384
"length": 0
"needReadable": true
"objectMode": false
"paused": false
"pipes": [null]
"pipesCount": 0
"readableListening": false
"reading": true
"readingMore": false
"resumeScheduled": false
"sync": false
}
"_server": [null]
"_sockname": [null]
"_writableState": {
"bufferProcessing": false
"bufferedRequest": [null]
"bufferedRequestCount": 0
"corked": 0
"corkedRequestsFree": {
"entry": [null]
"finish": [Function]
"next": {
"entry": [null]
"finish": [Function]
"next": [null]
}
}
"decodeStrings": false
"defaultEncoding": "utf8"
"destroyed": false
"emitClose": false
"ended": true
"ending": true
"errorEmitted": false
"finalCalled": true
"finished": false
"highWaterMark": 16384
"lastBufferedRequest": [null]
"length": 0
"needDrain": false
"objectMode": false
"onwrite": [Function]
"pendingcb": 1
"prefinished": false
"sync": false
"writecb": [null]
"writelen": 0
"writing": false
}
"allowHalfOpen": false
"connecting": false
"parser": [null]
"readable": true
"server": [null]
"writable": false
}
"finished": true
"maxHeadersCount": [null]
"method": "POST"
"output": []
"outputCallbacks": []
"outputEncodings": []
"outputSize": 0
"parser": [null]
"path": "/api/rollup/delete"
"res": {
"_consuming": false
"_dumped": false
"_events": {
"close": [Function]
"data": [
[Function]
[Function]
[Function]
]
"end": [
[Function]
[Function]
[Function]
]
"error": [
{
"listener": [Function]
}
[Function]
]
}
"_eventsCount": 4
"_maxListeners": [undefined]
"_readableState": {
"awaitDrain": 0
"buffer": {
"head": [null]
"length": 0
"tail": [null]
}
"decoder": {
"encoding": "utf8"
}
"defaultEncoding": "utf8"
"destroyed": false
"emitClose": true
"emittedReadable": false
"encoding": "utf8"
"endEmitted": true
"ended": true
"flowing": true
"highWaterMark": 16384
"length": 0
"needReadable": false
"objectMode": false
"paused": false
"pipes": [null]
"pipesCount": 0
"readableListening": false
"reading": false
"readingMore": true
"resumeScheduled": false
"sync": true
}
"aborted": false
"client": {
"_events": {
"agentRemove": [Function]
"close": [
[Function]
[Function]
]
"drain": [Function]
"end": [Function]
"error": [Function]
"finish": {
"listener": [Function]
}
"free": [Function]
}
"_eventsCount": 7
"_hadError": false
"_handle": "[object TCP]"
"_host": "localhost"
"_httpMessage": [Circular]
"_maxListeners": [undefined]
"_parent": [null]
"_pendingData": [null]
"_pendingEncoding": ""
"_readableState": {
"awaitDrain": 0
"buffer": {
"head": [null]
"length": 0
"tail": [null]
}
"decoder": [null]
"defaultEncoding": "utf8"
"destroyed": false
"emitClose": false
"emittedReadable": false
"encoding": [null]
"endEmitted": false
"ended": false
"flowing": true
"highWaterMark": 16384
"length": 0
"needReadable": true
"objectMode": false
"paused": false
"pipes": [null]
"pipesCount": 0
"readableListening": false
"reading": true
"readingMore": false
"resumeScheduled": false
"sync": false
}
"_server": [null]
"_sockname": [null]
"_writableState": {
"bufferProcessing": false
"bufferedRequest": [null]
"bufferedRequestCount": 0
"corked": 0
"corkedRequestsFree": {
"entry": [null]
"finish": [Function]
"next": {
"entry": [null]
"finish": [Function]
"next": [null]
}
}
"decodeStrings": false
"defaultEncoding": "utf8"
"destroyed": false
"emitClose": false
"ended": true
"ending": true
"errorEmitted": false
"finalCalled": true
"finished": false
"highWaterMark": 16384
"lastBufferedRequest": [null]
"length": 0
"needDrain": false
"objectMode": false
"onwrite": [Function]
"pendingcb": 1
"prefinished": false
"sync": false
"writecb": [null]
"writelen": 0
"writing": false
}
"allowHalfOpen": false
"connecting": false
"parser": [null]
"readable": true
"server": [null]
"writable": false
}
"complete": true
"connection": {
"_events": {
"agentRemove": [Function]
"close": [
[Function]
[Function]
]
"drain": [Function]
"end": [Function]
"error": [Function]
"finish": {
"listener": [Function]
}
"free": [Function]
}
"_eventsCount": 7
"_hadError": false
"_handle": "[object TCP]"
"_host": "localhost"
"_httpMessage": [Circular]
"_maxListeners": [undefined]
"_parent": [null]
"_pendingData": [null]
"_pendingEncoding": ""
"_readableState": {
"awaitDrain": 0
"buffer": {
"head": [null]
"length": 0
"tail": [null]
}
"decoder": [null]
"defaultEncoding": "utf8"
"destroyed": false
"emitClose": false
"emittedReadable": false
"encoding": [null]
"endEmitted": false
"ended": false
"flowing": true
"highWaterMark": 16384
"length": 0
"needReadable": true
"objectMode": false
"paused": false
"pipes": [null]
"pipesCount": 0
"readableListening": false
"reading": true
"readingMore": false
"resumeScheduled": false
"sync": false
}
"_server": [null]
"_sockname": [null]
"_writableState": {
"bufferProcessing": false
"bufferedRequest": [null]
"bufferedRequestCount": 0
"corked": 0
"corkedRequestsFree": {
"entry": [null]
"finish": [Function]
"next": {
"entry": [null]
"finish": [Function]
"next": [null]
}
}
"decodeStrings": false
"defaultEncoding": "utf8"
"destroyed": false
"emitClose": false
"ended": true
"ending": true
"errorEmitted": false
"finalCalled": true
"finished": false
"highWaterMark": 16384
"lastBufferedRequest": [null]
"length": 0
"needDrain": false
"objectMode": false
"onwrite": [Function]
"pendingcb": 1
"prefinished": false
"sync": false
"writecb": [null]
"writelen": 0
"writing": false
}
"allowHalfOpen": false
"connecting": false
"parser": [null]
"readable": true
"server": [null]
"writable": false
}
"headers": {
"cache-control": "no-cache"
"connection": "close"
"content-length": "173"
"content-type": "application/json; charset=utf-8"
"date": "Thu, 14 Mar 2019 03:33:53 GMT"
"kbn-name": "kibana"
"kbn-xpack-sig": "aab5d0196dcd2297d461610d030e290e"
}
"httpVersion": "1.1"
"httpVersionMajor": 1
"httpVersionMinor": 1
"method": [null]
"rawHeaders": [
"kbn-name"
"kibana"
"kbn-xpack-sig"
"aab5d0196dcd2297d461610d030e290e"
"content-type"
"application/json; charset=utf-8"
"cache-control"
"no-cache"
"content-length"
"173"
"connection"
"close"
"Date"
"Thu, 14 Mar 2019 03:33:53 GMT"
]
"rawTrailers": []
"readable": false
"req": [Circular]
"socket": {
"_events": {
"agentRemove": [Function]
"close": [
[Function]
[Function]
]
"drain": [Function]
"end": [Function]
"error": [Function]
"finish": {
"listener": [Function]
}
"free": [Function]
}
"_eventsCount": 7
"_hadError": false
"_handle": "[object TCP]"
"_host": "localhost"
"_httpMessage": [Circular]
"_maxListeners": [undefined]
"_parent": [null]
"_pendingData": [null]
"_pendingEncoding": ""
"_readableState": {
"awaitDrain": 0
"buffer": {
"head": [null]
"length": 0
"tail": [null]
}
"decoder": [null]
"defaultEncoding": "utf8"
"destroyed": false
"emitClose": false
"emittedReadable": false
"encoding": [null]
"endEmitted": false
"ended": false
"flowing": true
"highWaterMark": 16384
"length": 0
"needReadable": true
"objectMode": false
"paused": false
"pipes": [null]
"pipesCount": 0
"readableListening": false
"reading": true
"readingMore": false
"resumeScheduled": false
"sync": false
}
"_server": [null]
"_sockname": [null]
"_writableState": {
"bufferProcessing": false
"bufferedRequest": [null]
"bufferedRequestCount": 0
"corked": 0
"corkedRequestsFree": {
"entry": [null]
"finish": [Function]
"next": {
"entry": [null]
"finish": [Function]
"next": [null]
}
}
"decodeStrings": false
"defaultEncoding": "utf8"
"destroyed": false
"emitClose": false
"ended": true
"ending": true
"errorEmitted": false
"finalCalled": true
"finished": false
"highWaterMark": 16384
"lastBufferedRequest": [null]
"length": 0
"needDrain": false
"objectMode": false
"onwrite": [Function]
"pendingcb": 1
"prefinished": false
"sync": false
"writecb": [null]
"writelen": 0
"writing": false
}
"allowHalfOpen": false
"connecting": false
"parser": [null]
"readable": true
"server": [null]
"writable": false
}
"statusCode": 400
"statusMessage": "Bad Request"
"text": "{\"statusCode\":400,\"error\":\"Bad Request\",\"message\":\"Could not delete job [rzllqg-1552534431259] because indexer state is [ABORTING]. Job must be [STOPPED] before deletion.\"}"
"trailers": {}
"upgrade": false
"url": ""
}
"sendDate": false
"shouldKeepAlive": false
"socket": {
"_events": {
"agentRemove": [Function]
"close": [
[Function]
[Function]
]
"drain": [Function]
"end": [Function]
"error": [Function]
"finish": {
"listener": [Function]
}
"free": [Function]
}
"_eventsCount": 7
"_hadError": false
"_handle": "[object TCP]"
"_host": "localhost"
"_httpMessage": [Circular]
"_maxListeners": [undefined]
"_parent": [null]
"_pendingData": [null]
"_pendingEncoding": ""
"_readableState": {
"awaitDrain": 0
"buffer": {
"head": [null]
"length": 0
"tail": [null]
}
"decoder": [null]
"defaultEncoding": "utf8"
"destroyed": false
"emitClose": false
"emittedReadable": false
"encoding": [null]
"endEmitted": false
"ended": false
"flowing": true
"highWaterMark": 16384
"length": 0
"needReadable": true
"objectMode": false
"paused": false
"pipes": [null]
"pipesCount": 0
"readableListening": false
"reading": true
"readingMore": false
"resumeScheduled": false
"sync": false
}
"_server": [null]
"_sockname": [null]
"_writableState": {
"bufferProcessing": false
"bufferedRequest": [null]
"bufferedRequestCount": 0
"corked": 0
"corkedRequestsFree": {
"entry": [null]
"finish": [Function]
"next": {
"entry": [null]
"finish": [Function]
"next": [null]
}
}
"decodeStrings": false
"defaultEncoding": "utf8"
"destroyed": false
"emitClose": false
"ended": true
"ending": true
"errorEmitted": false
"finalCalled": true
"finished": false
"highWaterMark": 16384
"lastBufferedRequest": [null]
"length": 0
"needDrain": false
"objectMode": false
"onwrite": [Function]
"pendingcb": 1
"prefinished": false
"sync": false
"writecb": [null]
"writelen": 0
"writing": false
}
"allowHalfOpen": false
"connecting": false
"parser": [null]
"readable": true
"server": [null]
"writable": false
}
"socketPath": [undefined]
"timeout": [undefined]
"timeoutCb": [null]
"upgradeOrConnect": false
"useChunkedEncodingByDefault": true
"writable": true
}
"res": {
"_consuming": false
"_dumped": false
"_events": {
"close": [Function]
"data": [
[Function]
[Function]
[Function]
]
"end": [
[Function]
[Function]
[Function]
]
"error": [
{
"listener": [Function]
}
[Function]
]
}
"_eventsCount": 4
"_maxListeners": [undefined]
"_readableState": {
"awaitDrain": 0
"buffer": {
"head": [null]
"length": 0
"tail": [null]
}
"decoder": {
"encoding": "utf8"
}
"defaultEncoding": "utf8"
"destroyed": false
"emitClose": true
"emittedReadable": false
"encoding": "utf8"
"endEmitted": true
"ended": true
"flowing": true
"highWaterMark": 16384
"length": 0
"needReadable": false
"objectMode": false
"paused": false
"pipes": [null]
"pipesCount": 0
"readableListening": false
"reading": false
"readingMore": true
"resumeScheduled": false
"sync": true
}
"aborted": false
"client": {
"_events": {
"agentRemove": [Function]
"close": [
[Function]
[Function]
]
"drain": [Function]
"end": [Function]
"error": [Function]
"finish": {
"listener": [Function]
}
"free": [Function]
}
"_eventsCount": 7
"_hadError": false
"_handle": "[object TCP]"
"_host": "localhost"
"_httpMessage": {
"_contentLength": 323
"_ended": true
"_events": {
"drain": {
"listener": [Function]
}
"error": {
"listener": [Function]
}
"prefinish": [Function]
}
"_eventsCount": 3
"_hasBody": true
"_header": "POST /api/rollup/delete HTTP/1.1\r\nHost: localhost:5620\r\nAccept-Encoding: gzip, deflate\r\nUser-Agent: node-superagent/3.8.2\r\nkbn-xsrf: xxx\r\nContent-Type: application/json\r\nAuthorization: Basic ZWxhc3RpYzpjaGFuZ2VtZQ==\r\nContent-Length: 323\r\nConnection: close\r\n\r\n"
"_headerSent": true
"_last": true
"_maxListeners": [undefined]
"_onPendingData": [Function]
"_removedConnection": false
"_removedContLen": false
"_removedTE": false
"_trailer": ""
"aborted": [undefined]
"agent": {
"_events": {
"free": [Function]
}
"_eventsCount": 1
"_maxListeners": [undefined]
"defaultPort": 80
"freeSockets": {}
"keepAlive": false
"keepAliveMsecs": 1000
"maxFreeSockets": 256
"maxSockets": Infinity
"options": {
"path": [null]
}
"protocol": "http:"
"requests": {}
"sockets": {
"localhost:5620:": [
[Circular]
]
}
}
"chunkedEncoding": false
"connection": [Circular]
"finished": true
"maxHeadersCount": [null]
"method": "POST"
"output": []
"outputCallbacks": []
"outputEncodings": []
"outputSize": 0
"parser": [null]
"path": "/api/rollup/delete"
"res": [Circular]
"sendDate": false
"shouldKeepAlive": false
"socket": [Circular]
"socketPath": [undefined]
"timeout": [undefined]
"timeoutCb": [null]
"upgradeOrConnect": false
"useChunkedEncodingByDefault": true
"writable": true
}
"_maxListeners": [undefined]
"_parent": [null]
"_pendingData": [null]
"_pendingEncoding": ""
"_readableState": {
"awaitDrain": 0
"buffer": {
"head": [null]
"length": 0
"tail": [null]
}
"decoder": [null]
"defaultEncoding": "utf8"
"destroyed": false
"emitClose": false
"emittedReadable": false
"encoding": [null]
"endEmitted": false
"ended": false
"flowing": true
"highWaterMark": 16384
"length": 0
"needReadable": true
"objectMode": false
"paused": false
"pipes": [null]
"pipesCount": 0
"readableListening": false
"reading": true
"readingMore": false
"resumeScheduled": false
"sync": false
}
"_server": [null]
"_sockname": [null]
"_writableState": {
"bufferProcessing": false
"bufferedRequest": [null]
"bufferedRequestCount": 0
"corked": 0
"corkedRequestsFree": {
"entry": [null]
"finish": [Function]
"next": {
"entry": [null]
"finish": [Function]
"next": [null]
}
}
"decodeStrings": false
"defaultEncoding": "utf8"
"destroyed": false
"emitClose": false
"ended": true
"ending": true
"errorEmitted": false
"finalCalled": true
"finished": false
"highWaterMark": 16384
"lastBufferedRequest": [null]
"length": 0
"needDrain": false
"objectMode": false
"onwrite": [Function]
"pendingcb": 1
"prefinished": false
"sync": false
"writecb": [null]
"writelen": 0
"writing": false
}
"allowHalfOpen": false
"connecting": false
"parser": [null]
"readable": true
"server": [null]
"writable": false
}
"complete": true
"connection": {
"_events": {
"agentRemove": [Function]
"close": [
[Function]
[Function]
]
"drain": [Function]
"end": [Function]
"error": [Function]
"finish": {
"listener": [Function]
}
"free": [Function]
}
"_eventsCount": 7
"_hadError": false
"_handle": "[object TCP]"
"_host": "localhost"
"_httpMessage": {
"_contentLength": 323
"_ended": true
"_events": {
"drain": {
"listener": [Function]
}
"error": {
"listener": [Function]
}
"prefinish": [Function]
}
"_eventsCount": 3
"_hasBody": true
"_header": "POST /api/rollup/delete HTTP/1.1\r\nHost: localhost:5620\r\nAccept-Encoding: gzip, deflate\r\nUser-Agent: node-superagent/3.8.2\r\nkbn-xsrf: xxx\r\nContent-Type: application/json\r\nAuthorization: Basic ZWxhc3RpYzpjaGFuZ2VtZQ==\r\nContent-Length: 323\r\nConnection: close\r\n\r\n"
"_headerSent": true
"_last": true
"_maxListeners": [undefined]
"_onPendingData": [Function]
"_removedConnection": false
"_removedContLen": false
"_removedTE": false
"_trailer": ""
"aborted": [undefined]
"agent": {
"_events": {
"free": [Function]
}
"_eventsCount": 1
"_maxListeners": [undefined]
"defaultPort": 80
"freeSockets": {}
"keepAlive": false
"keepAliveMsecs": 1000
"maxFreeSockets": 256
"maxSockets": Infinity
"options": {
"path": [null]
}
"protocol": "http:"
"requests": {}
"sockets": {
"localhost:5620:": [
[Circular]
]
}
}
"chunkedEncoding": false
"connection": [Circular]
"finished": true
"maxHeadersCount": [null]
"method": "POST"
"output": []
"outputCallbacks": []
"outputEncodings": []
"outputSize": 0
"parser": [null]
"path": "/api/rollup/delete"
"res": [Circular]
"sendDate": false
"shouldKeepAlive": false
"socket": [Circular]
"socketPath": [undefined]
"timeout": [undefined]
"timeoutCb": [null]
"upgradeOrConnect": false
"useChunkedEncodingByDefault": true
"writable": true
}
"_maxListeners": [undefined]
"_parent": [null]
"_pendingData": [null]
"_pendingEncoding": ""
"_readableState": {
"awaitDrain": 0
"buffer": {
"head": [null]
"length": 0
"tail": [null]
}
"decoder": [null]
"defaultEncoding": "utf8"
"destroyed": false
"emitClose": false
"emittedReadable": false
"encoding": [null]
"endEmitted": false
"ended": false
"flowing": true
"highWaterMark": 16384
"length": 0
"needReadable": true
"objectMode": false
"paused": false
"pipes": [null]
"pipesCount": 0
"readableListening": false
"reading": true
"readingMore": false
"resumeScheduled": false
"sync": false
}
"_server": [null]
"_sockname": [null]
"_writableState": {
"bufferProcessing": false
"bufferedRequest": [null]
"bufferedRequestCount": 0
"corked": 0
"corkedRequestsFree": {
"entry": [null]
"finish": [Function]
"next": {
"entry": [null]
"finish": [Function]
"next": [null]
}
}
"decodeStrings": false
"defaultEncoding": "utf8"
"destroyed": false
"emitClose": false
"ended": true
"ending": true
"errorEmitted": false
"finalCalled": true
"finished": false
"highWaterMark": 16384
"lastBufferedRequest": [null]
"length": 0
"needDrain": false
"objectMode": false
"onwrite": [Function]
"pendingcb": 1
"prefinished": false
"sync": false
"writecb": [null]
"writelen": 0
"writing": false
}
"allowHalfOpen": false
"connecting": false
"parser": [null]
"readable": true
"server": [null]
"writable": false
}
"headers": {
"cache-control": "no-cache"
"connection": "close"
"content-length": "173"
"content-type": "application/json; charset=utf-8"
"date": "Thu, 14 Mar 2019 03:33:53 GMT"
"kbn-name": "kibana"
"kbn-xpack-sig": "aab5d0196dcd2297d461610d030e290e"
}
"httpVersion": "1.1"
"httpVersionMajor": 1
"httpVersionMinor": 1
"method": [null]
"rawHeaders": [
"kbn-name"
"kibana"
"kbn-xpack-sig"
"aab5d0196dcd2297d461610d030e290e"
"content-type"
"application/json; charset=utf-8"
"cache-control"
"no-cache"
"content-length"
"173"
"connection"
"close"
"Date"
"Thu, 14 Mar 2019 03:33:53 GMT"
]
"rawTrailers": []
"readable": false
"req": {
"_contentLength": 323
"_ended": true
"_events": {
"drain": {
"listener": [Function]
}
"error": {
"listener": [Function]
}
"prefinish": [Function]
}
"_eventsCount": 3
"_hasBody": true
"_header": "POST /api/rollup/delete HTTP/1.1\r\nHost: localhost:5620\r\nAccept-Encoding: gzip, deflate\r\nUser-Agent: node-superagent/3.8.2\r\nkbn-xsrf: xxx\r\nContent-Type: application/json\r\nAuthorization: Basic ZWxhc3RpYzpjaGFuZ2VtZQ==\r\nContent-Length: 323\r\nConnection: close\r\n\r\n"
"_headerSent": true
"_last": true
"_maxListeners": [undefined]
"_onPendingData": [Function]
"_removedConnection": false
"_removedContLen": false
"_removedTE": false
"_trailer": ""
"aborted": [undefined]
"agent": {
"_events": {
"free": [Function]
}
"_eventsCount": 1
"_maxListeners": [undefined]
"defaultPort": 80
"freeSockets": {}
"keepAlive": false
"keepAliveMsecs": 1000
"maxFreeSockets": 256
"maxSockets": Infinity
"options": {
"path": [null]
}
"protocol": "http:"
"requests": {}
"sockets": {
"localhost:5620:": [
{
"_events": {
"agentRemove": [Function]
"close": [
[Function]
[Function]
]
"drain": [Function]
"end": [Function]
"error": [Function]
"finish": {
"listener": [Function]
}
"free": [Function]
}
"_eventsCount": 7
"_hadError": false
"_handle": "[object TCP]"
"_host": "localhost"
"_httpMessage": [Circular]
"_maxListeners": [undefined]
"_parent": [null]
"_pendingData": [null]
"_pendingEncoding": ""
"_readableState": {
"awaitDrain": 0
"buffer": {
"head": [null]
"length": 0
"tail": [null]
}
"decoder": [null]
"defaultEncoding": "utf8"
"destroyed": false
"emitClose": false
"emittedReadable": false
"encoding": [null]
"endEmitted": false
"ended": false
"flowing": true
"highWaterMark": 16384
"length": 0
"needReadable": true
"objectMode": false
"paused": false
"pipes": [null]
"pipesCount": 0
"readableListening": false
"reading": true
"readingMore": false
"resumeScheduled": false
"sync": false
}
"_server": [null]
"_sockname": [null]
"_writableState": {
"bufferProcessing": false
"bufferedRequest": [null]
"bufferedRequestCount": 0
"corked": 0
"corkedRequestsFree": {
"entry": [null]
"finish": [Function]
"next": {
"entry": [null]
"finish": [Function]
"next": [null]
}
}
"decodeStrings": false
"defaultEncoding": "utf8"
"destroyed": false
"emitClose": false
"ended": true
"ending": true
"errorEmitted": false
"finalCalled": true
"finished": false
"highWaterMark": 16384
"lastBufferedRequest": [null]
"length": 0
"needDrain": false
"objectMode": false
"onwrite": [Function]
"pendingcb": 1
"prefinished": false
"sync": false
"writecb": [null]
"writelen": 0
"writing": false
}
"allowHalfOpen": false
"connecting": false
"parser": [null]
"readable": true
"server": [null]
"writable": false
}
]
}
}
"chunkedEncoding": false
"connection": {
"_events": {
"agentRemove": [Function]
"close": [
[Function]
[Function]
]
"drain": [Function]
"end": [Function]
"error": [Function]
"finish": {
"listener": [Function]
}
"free": [Function]
}
"_eventsCount": 7
"_hadError": false
"_handle": "[object TCP]"
"_host": "localhost"
"_httpMessage": [Circular]
"_maxListeners": [undefined]
"_parent": [null]
"_pendingData": [null]
"_pendingEncoding": ""
"_readableState": {
"awaitDrain": 0
"buffer": {
"head": [null]
"length": 0
"tail": [null]
}
"decoder": [null]
"defaultEncoding": "utf8"
"destroyed": false
"emitClose": false
"emittedReadable": false
"encoding": [null]
"endEmitted": false
"ended": false
"flowing": true
"highWaterMark": 16384
"length": 0
"needReadable": true
"objectMode": false
"paused": false
"pipes": [null]
"pipesCount": 0
"readableListening": false
"reading": true
"readingMore": false
"resumeScheduled": false
"sync": false
}
"_server": [null]
"_sockname": [null]
"_writableState": {
"bufferProcessing": false
"bufferedRequest": [null]
"bufferedRequestCount": 0
"corked": 0
"corkedRequestsFree": {
"entry": [null]
"finish": [Function]
"next": {
"entry": [null]
"finish": [Function]
"next": [null]
}
}
"decodeStrings": false
"defaultEncoding": "utf8"
"destroyed": false
"emitClose": false
"ended": true
"ending": true
"errorEmitted": false
"finalCalled": true
"finished": false
"highWaterMark": 16384
"lastBufferedRequest": [null]
"length": 0
"needDrain": false
"objectMode": false
"onwrite": [Function]
"pendingcb": 1
"prefinished": false
"sync": false
"writecb": [null]
"writelen": 0
"writing": false
}
"allowHalfOpen": false
"connecting": false
"parser": [null]
"readable": true
"server": [null]
"writable": false
}
"finished": true
"maxHeadersCount": [null]
"method": "POST"
"output": []
"outputCallbacks": []
"outputEncodings": []
"outputSize": 0
"parser": [null]
"path": "/api/rollup/delete"
"res": [Circular]
"sendDate": false
"shouldKeepAlive": false
"socket": {
"_events": {
"agentRemove": [Function]
"close": [
[Function]
[Function]
]
"drain": [Function]
"end": [Function]
"error": [Function]
"finish": {
"listener": [Function]
}
"free": [Function]
}
"_eventsCount": 7
"_hadError": false
"_handle": "[object TCP]"
"_host": "localhost"
"_httpMessage": [Circular]
"_maxListeners": [undefined]
"_parent": [null]
"_pendingData": [null]
"_pendingEncoding": ""
"_readableState": {
"awaitDrain": 0
"buffer": {
"head": [null]
"length": 0
"tail": [null]
}
"decoder": [null]
"defaultEncoding": "utf8"
"destroyed": false
"emitClose": false
"emittedReadable": false
"encoding": [null]
"endEmitted": false
"ended": false
"flowing": true
"highWaterMark": 16384
"length": 0
"needReadable": true
"objectMode": false
"paused": false
"pipes": [null]
"pipesCount": 0
"readableListening": false
"reading": true
"readingMore": false
"resumeScheduled": false
"sync": false
}
"_server": [null]
"_sockname": [null]
"_writableState": {
"bufferProcessing": false
"bufferedRequest": [null]
"bufferedRequestCount": 0
"corked": 0
"corkedRequestsFree": {
"entry": [null]
"finish": [Function]
"next": {
"entry": [null]
"finish": [Function]
"next": [null]
}
}
"decodeStrings": false
"defaultEncoding": "utf8"
"destroyed": false
"emitClose": false
"ended": true
"ending": true
"errorEmitted": false
"finalCalled": true
"finished": false
"highWaterMark": 16384
"lastBufferedRequest": [null]
"length": 0
"needDrain": false
"objectMode": false
"onwrite": [Function]
"pendingcb": 1
"prefinished": false
"sync": false
"writecb": [null]
"writelen": 0
"writing": false
}
"allowHalfOpen": false
"connecting": false
"parser": [null]
"readable": true
"server": [null]
"writable": false
}
"socketPath": [undefined]
"timeout": [undefined]
"timeoutCb": [null]
"upgradeOrConnect": false
"useChunkedEncodingByDefault": true
"writable": true
}
"socket": {
"_events": {
"agentRemove": [Function]
"close": [
[Function]
[Function]
]
"drain": [Function]
"end": [Function]
"error": [Function]
"finish": {
"listener": [Function]
}
"free": [Function]
}
"_eventsCount": 7
"_hadError": false
"_handle": "[object TCP]"
"_host": "localhost"
"_httpMessage": {
"_contentLength": 323
"_ended": true
"_events": {
"drain": {
"listener": [Function]
}
"error": {
"listener": [Function]
}
"prefinish": [Function]
}
"_eventsCount": 3
"_hasBody": true
"_header": "POST /api/rollup/delete HTTP/1.1\r\nHost: localhost:5620\r\nAccept-Encoding: gzip, deflate\r\nUser-Agent: node-superagent/3.8.2\r\nkbn-xsrf: xxx\r\nContent-Type: application/json\r\nAuthorization: Basic ZWxhc3RpYzpjaGFuZ2VtZQ==\r\nContent-Length: 323\r\nConnection: close\r\n\r\n"
"_headerSent": true
"_last": true
"_maxListeners": [undefined]
"_onPendingData": [Function]
"_removedConnection": false
"_removedContLen": false
"_removedTE": false
"_trailer": ""
"aborted": [undefined]
"agent": {
"_events": {
"free": [Function]
}
"_eventsCount": 1
"_maxListeners": [undefined]
"defaultPort": 80
"freeSockets": {}
"keepAlive": false
"keepAliveMsecs": 1000
"maxFreeSockets": 256
"maxSockets": Infinity
"options": {
"path": [null]
}
"protocol": "http:"
"requests": {}
"sockets": {
"localhost:5620:": [
[Circular]
]
}
}
"chunkedEncoding": false
"connection": [Circular]
"finished": true
"maxHeadersCount": [null]
"method": "POST"
"output": []
"outputCallbacks": []
"outputEncodings": []
"outputSize": 0
"parser": [null]
"path": "/api/rollup/delete"
"res": [Circular]
"sendDate": false
"shouldKeepAlive": false
"socket": [Circular]
"socketPath": [undefined]
"timeout": [undefined]
"timeoutCb": [null]
"upgradeOrConnect": false
"useChunkedEncodingByDefault": true
"writable": true
}
"_maxListeners": [undefined]
"_parent": [null]
"_pendingData": [null]
"_pendingEncoding": ""
"_readableState": {
"awaitDrain": 0
"buffer": {
"head": [null]
"length": 0
"tail": [null]
}
"decoder": [null]
"defaultEncoding": "utf8"
"destroyed": false
"emitClose": false
"emittedReadable": false
"encoding": [null]
"endEmitted": false
"ended": false
"flowing": true
"highWaterMark": 16384
"length": 0
"needReadable": true
"objectMode": false
"paused": false
"pipes": [null]
"pipesCount": 0
"readableListening": false
"reading": true
"readingMore": false
"resumeScheduled": false
"sync": false
}
"_server": [null]
"_sockname": [null]
"_writableState": {
"bufferProcessing": false
"bufferedRequest": [null]
"bufferedRequestCount": 0
"corked": 0
"corkedRequestsFree": {
"entry": [null]
"finish": [Function]
"next": {
"entry": [null]
"finish": [Function]
"next": [null]
}
}
"decodeStrings": false
"defaultEncoding": "utf8"
"destroyed": false
"emitClose": false
"ended": true
"ending": true
"errorEmitted": false
"finalCalled": true
"finished": false
"highWaterMark": 16384
"lastBufferedRequest": [null]
"length": 0
"needDrain": false
"objectMode": false
"onwrite": [Function]
"pendingcb": 1
"prefinished": false
"sync": false
"writecb": [null]
"writelen": 0
"writing": false
}
"allowHalfOpen": false
"connecting": false
"parser": [null]
"readable": true
"server": [null]
"writable": false
}
"statusCode": 400
"statusMessage": "Bad Request"
"text": "{\"statusCode\":400,\"error\":\"Bad Request\",\"message\":\"Could not delete job [rzllqg-1552534431259] because indexer state is [ABORTING]. Job must be [STOPPED] before deletion.\"}"
"trailers": {}
"upgrade": false
"url": ""
}
"response": [Circular]
"then": [Function]
"toPromise": [Function]
"url": "http://elastic:changeme@localhost:5620/api/rollup/delete"
"writable": true
}
"res": {
"_consuming": false
"_dumped": false
"_events": {
"close": [Function]
"data": [
[Function]
[Function]
[Function]
]
"end": [
[Function]
[Function]
[Function]
]
"error": [
{
"listener": [Function]
}
[Function]
]
}
"_eventsCount": 4
"_maxListeners": [undefined]
"_readableState": {
"awaitDrain": 0
"buffer": {
"head": [null]
"length": 0
"tail": [null]
}
"decoder": {
"encoding": "utf8"
}
"defaultEncoding": "utf8"
"destroyed": false
"emitClose": true
"emittedReadable": false
"encoding": "utf8"
"endEmitted": true
"ended": true
"flowing": true
"highWaterMark": 16384
"length": 0
"needReadable": false
"objectMode": false
"paused": false
"pipes": [null]
"pipesCount": 0
"readableListening": false
"reading": false
"readingMore": true
"resumeScheduled": false
"sync": true
}
"aborted": false
"client": {
"_events": {
"agentRemove": [Function]
"close": [
[Function]
[Function]
]
"drain": [Function]
"end": [Function]
"error": [Function]
"finish": {
"listener": [Function]
}
"free": [Function]
}
"_eventsCount": 7
"_hadError": false
"_handle": "[object TCP]"
"_host": "localhost"
"_httpMessage": {
"_contentLength": 323
"_ended": true
"_events": {
"drain": {
"listener": [Function]
}
"error": {
"listener": [Function]
}
"prefinish": [Function]
}
"_eventsCount": 3
"_hasBody": true
"_header": "POST /api/rollup/delete HTTP/1.1\r\nHost: localhost:5620\r\nAccept-Encoding: gzip, deflate\r\nUser-Agent: node-superagent/3.8.2\r\nkbn-xsrf: xxx\r\nContent-Type: application/json\r\nAuthorization: Basic ZWxhc3RpYzpjaGFuZ2VtZQ==\r\nContent-Length: 323\r\nConnection: close\r\n\r\n"
"_headerSent": true
"_last": true
"_maxListeners": [undefined]
"_onPendingData": [Function]
"_removedConnection": false
"_removedContLen": false
"_removedTE": false
"_trailer": ""
"aborted": [undefined]
"agent": {
"_events": {
"free": [Function]
}
"_eventsCount": 1
"_maxListeners": [undefined]
"defaultPort": 80
"freeSockets": {}
"keepAlive": false
"keepAliveMsecs": 1000
"maxFreeSockets": 256
"maxSockets": Infinity
"options": {
"path": [null]
}
"protocol": "http:"
"requests": {}
"sockets": {
"localhost:5620:": [
[Circular]
]
}
}
"chunkedEncoding": false
"connection": [Circular]
"finished": true
"maxHeadersCount": [null]
"method": "POST"
"output": []
"outputCallbacks": []
"outputEncodings": []
"outputSize": 0
"parser": [null]
"path": "/api/rollup/delete"
"res": [Circular]
"sendDate": false
"shouldKeepAlive": false
"socket": [Circular]
"socketPath": [undefined]
"timeout": [undefined]
"timeoutCb": [null]
"upgradeOrConnect": false
"useChunkedEncodingByDefault": true
"writable": true
}
"_maxListeners": [undefined]
"_parent": [null]
"_pendingData": [null]
"_pendingEncoding": ""
"_readableState": {
"awaitDrain": 0
"buffer": {
"head": [null]
"length": 0
"tail": [null]
}
"decoder": [null]
"defaultEncoding": "utf8"
"destroyed": false
"emitClose": false
"emittedReadable": false
"encoding": [null]
"endEmitted": false
"ended": false
"flowing": true
"highWaterMark": 16384
"length": 0
"needReadable": true
"objectMode": false
"paused": false
"pipes": [null]
"pipesCount": 0
"readableListening": false
"reading": true
"readingMore": false
"resumeScheduled": false
"sync": false
}
"_server": [null]
"_sockname": [null]
"_writableState": {
"bufferProcessing": false
"bufferedRequest": [null]
"bufferedRequestCount": 0
"corked": 0
"corkedRequestsFree": {
"entry": [null]
"finish": [Function]
"next": {
"entry": [null]
"finish": [Function]
"next": [null]
}
}
"decodeStrings": false
"defaultEncoding": "utf8"
"destroyed": false
"emitClose": false
"ended": true
"ending": true
"errorEmitted": false
"finalCalled": true
"finished": false
"highWaterMark": 16384
"lastBufferedRequest": [null]
"length": 0
"needDrain": false
"objectMode": false
"onwrite": [Function]
"pendingcb": 1
"prefinished": false
"sync": false
"writecb": [null]
"writelen": 0
"writing": false
}
"allowHalfOpen": false
"connecting": false
"parser": [null]
"readable": true
"server": [null]
"writable": false
}
"complete": true
"connection": {
"_events": {
"agentRemove": [Function]
"close": [
[Function]
[Function]
]
"drain": [Function]
"end": [Function]
"error": [Function]
"finish": {
"listener": [Function]
}
"free": [Function]
}
"_eventsCount": 7
"_hadError": false
"_handle": "[object TCP]"
"_host": "localhost"
"_httpMessage": {
"_contentLength": 323
"_ended": true
"_events": {
"drain": {
"listener": [Function]
}
"error": {
"listener": [Function]
}
"prefinish": [Function]
}
"_eventsCount": 3
"_hasBody": true
"_header": "POST /api/rollup/delete HTTP/1.1\r\nHost: localhost:5620\r\nAccept-Encoding: gzip, deflate\r\nUser-Agent: node-superagent/3.8.2\r\nkbn-xsrf: xxx\r\nContent-Type: application/json\r\nAuthorization: Basic ZWxhc3RpYzpjaGFuZ2VtZQ==\r\nContent-Length: 323\r\nConnection: close\r\n\r\n"
"_headerSent": true
"_last": true
"_maxListeners": [undefined]
"_onPendingData": [Function]
"_removedConnection": false
"_removedContLen": false
"_removedTE": false
"_trailer": ""
"aborted": [undefined]
"agent": {
"_events": {
"free": [Function]
}
"_eventsCount": 1
"_maxListeners": [undefined]
"defaultPort": 80
"freeSockets": {}
"keepAlive": false
"keepAliveMsecs": 1000
"maxFreeSockets": 256
"maxSockets": Infinity
"options": {
"path": [null]
}
"protocol": "http:"
"requests": {}
"sockets": {
"localhost:5620:": [
[Circular]
]
}
}
"chunkedEncoding": false
"connection": [Circular]
"finished": true
"maxHeadersCount": [null]
"method": "POST"
"output": []
"outputCallbacks": []
"outputEncodings": []
"outputSize": 0
"parser": [null]
"path": "/api/rollup/delete"
"res": [Circular]
"sendDate": false
"shouldKeepAlive": false
"socket": [Circular]
"socketPath": [undefined]
"timeout": [undefined]
"timeoutCb": [null]
"upgradeOrConnect": false
"useChunkedEncodingByDefault": true
"writable": true
}
"_maxListeners": [undefined]
"_parent": [null]
"_pendingData": [null]
"_pendingEncoding": ""
"_readableState": {
"awaitDrain": 0
"buffer": {
"head": [null]
"length": 0
"tail": [null]
}
"decoder": [null]
"defaultEncoding": "utf8"
"destroyed": false
"emitClose": false
"emittedReadable": false
"encoding": [null]
"endEmitted": false
"ended": false
"flowing": true
"highWaterMark": 16384
"length": 0
"needReadable": true
"objectMode": false
"paused": false
"pipes": [null]
"pipesCount": 0
"readableListening": false
"reading": true
"readingMore": false
"resumeScheduled": false
"sync": false
}
"_server": [null]
"_sockname": [null]
"_writableState": {
"bufferProcessing": false
"bufferedRequest": [null]
"bufferedRequestCount": 0
"corked": 0
"corkedRequestsFree": {
"entry": [null]
"finish": [Function]
"next": {
"entry": [null]
"finish": [Function]
"next": [null]
}
}
"decodeStrings": false
"defaultEncoding": "utf8"
"destroyed": false
"emitClose": false
"ended": true
"ending": true
"errorEmitted": false
"finalCalled": true
"finished": false
"highWaterMark": 16384
"lastBufferedRequest": [null]
"length": 0
"needDrain": false
"objectMode": false
"onwrite": [Function]
"pendingcb": 1
"prefinished": false
"sync": false
"writecb": [null]
"writelen": 0
"writing": false
}
"allowHalfOpen": false
"connecting": false
"parser": [null]
"readable": true
"server": [null]
"writable": false
}
"headers": {
"cache-control": "no-cache"
"connection": "close"
"content-length": "173"
"content-type": "application/json; charset=utf-8"
"date": "Thu, 14 Mar 2019 03:33:53 GMT"
"kbn-name": "kibana"
"kbn-xpack-sig": "aab5d0196dcd2297d461610d030e290e"
}
"httpVersion": "1.1"
"httpVersionMajor": 1
"httpVersionMinor": 1
"method": [null]
"rawHeaders": [
"kbn-name"
"kibana"
"kbn-xpack-sig"
"aab5d0196dcd2297d461610d030e290e"
"content-type"
"application/json; charset=utf-8"
"cache-control"
"no-cache"
"content-length"
"173"
"connection"
"close"
"Date"
"Thu, 14 Mar 2019 03:33:53 GMT"
]
"rawTrailers": []
"readable": false
"req": {
"_contentLength": 323
"_ended": true
"_events": {
"drain": {
"listener": [Function]
}
"error": {
"listener": [Function]
}
"prefinish": [Function]
}
"_eventsCount": 3
"_hasBody": true
"_header": "POST /api/rollup/delete HTTP/1.1\r\nHost: localhost:5620\r\nAccept-Encoding: gzip, deflate\r\nUser-Agent: node-superagent/3.8.2\r\nkbn-xsrf: xxx\r\nContent-Type: application/json\r\nAuthorization: Basic ZWxhc3RpYzpjaGFuZ2VtZQ==\r\nContent-Length: 323\r\nConnection: close\r\n\r\n"
"_headerSent": true
"_last": true
"_maxListeners": [undefined]
"_onPendingData": [Function]
"_removedConnection": false
"_removedContLen": false
"_removedTE": false
"_trailer": ""
"aborted": [undefined]
"agent": {
"_events": {
"free": [Function]
}
"_eventsCount": 1
"_maxListeners": [undefined]
"defaultPort": 80
"freeSockets": {}
"keepAlive": false
"keepAliveMsecs": 1000
"maxFreeSockets": 256
"maxSockets": Infinity
"options": {
"path": [null]
}
"protocol": "http:"
"requests": {}
"sockets": {
"localhost:5620:": [
{
"_events": {
"agentRemove": [Function]
"close": [
[Function]
[Function]
]
"drain": [Function]
"end": [Function]
"error": [Function]
"finish": {
"listener": [Function]
}
"free": [Function]
}
"_eventsCount": 7
"_hadError": false
"_handle": "[object TCP]"
"_host": "localhost"
"_httpMessage": [Circular]
"_maxListeners": [undefined]
"_parent": [null]
"_pendingData": [null]
"_pendingEncoding": ""
"_readableState": {
"awaitDrain": 0
"buffer": {
"head": [null]
"length": 0
"tail": [null]
}
"decoder": [null]
"defaultEncoding": "utf8"
"destroyed": false
"emitClose": false
"emittedReadable": false
"encoding": [null]
"endEmitted": false
"ended": false
"flowing": true
"highWaterMark": 16384
"length": 0
"needReadable": true
"objectMode": false
"paused": false
"pipes": [null]
"pipesCount": 0
"readableListening": false
"reading": true
"readingMore": false
"resumeScheduled": false
"sync": false
}
"_server": [null]
"_sockname": [null]
"_writableState": {
"bufferProcessing": false
"bufferedRequest": [null]
"bufferedRequestCount": 0
"corked": 0
"corkedRequestsFree": {
"entry": [null]
"finish": [Function]
"next": {
"entry": [null]
"finish": [Function]
"next": [null]
}
}
"decodeStrings": false
"defaultEncoding": "utf8"
"destroyed": false
"emitClose": false
"ended": true
"ending": true
"errorEmitted": false
"finalCalled": true
"finished": false
"highWaterMark": 16384
"lastBufferedRequest": [null]
"length": 0
"needDrain": false
"objectMode": false
"onwrite": [Function]
"pendingcb": 1
"prefinished": false
"sync": false
"writecb": [null]
"writelen": 0
"writing": false
}
"allowHalfOpen": false
"connecting": false
"parser": [null]
"readable": true
"server": [null]
"writable": false
}
]
}
}
"chunkedEncoding": false
"connection": {
"_events": {
"agentRemove": [Function]
"close": [
[Function]
[Function]
]
"drain": [Function]
"end": [Function]
"error": [Function]
"finish": {
"listener": [Function]
}
"free": [Function]
}
"_eventsCount": 7
"_hadError": false
"_handle": "[object TCP]"
"_host": "localhost"
"_httpMessage": [Circular]
"_maxListeners": [undefined]
"_parent": [null]
"_pendingData": [null]
"_pendingEncoding": ""
"_readableState": {
"awaitDrain": 0
"buffer": {
"head": [null]
"length": 0
"tail": [null]
}
"decoder": [null]
"defaultEncoding": "utf8"
"destroyed": false
"emitClose": false
"emittedReadable": false
"encoding": [null]
"endEmitted": false
"ended": false
"flowing": true
"highWaterMark": 16384
"length": 0
"needReadable": true
"objectMode": false
"paused": false
"pipes": [null]
"pipesCount": 0
"readableListening": false
"reading": true
"readingMore": false
"resumeScheduled": false
"sync": false
}
"_server": [null]
"_sockname": [null]
"_writableState": {
"bufferProcessing": false
"bufferedRequest": [null]
"bufferedRequestCount": 0
"corked": 0
"corkedRequestsFree": {
"entry": [null]
"finish": [Function]
"next": {
"entry": [null]
"finish": [Function]
"next": [null]
}
}
"decodeStrings": false
"defaultEncoding": "utf8"
"destroyed": false
"emitClose": false
"ended": true
"ending": true
"errorEmitted": false
"finalCalled": true
"finished": false
"highWaterMark": 16384
"lastBufferedRequest": [null]
"length": 0
"needDrain": false
"objectMode": false
"onwrite": [Function]
"pendingcb": 1
"prefinished": false
"sync": false
"writecb": [null]
"writelen": 0
"writing": false
}
"allowHalfOpen": false
"connecting": false
"parser": [null]
"readable": true
"server": [null]
"writable": false
}
"finished": true
"maxHeadersCount": [null]
"method": "POST"
"output": []
"outputCallbacks": []
"outputEncodings": []
"outputSize": 0
"parser": [null]
"path": "/api/rollup/delete"
"res": [Circular]
"sendDate": false
"shouldKeepAlive": false
"socket": {
"_events": {
"agentRemove": [Function]
"close": [
[Function]
[Function]
]
"drain": [Function]
"end": [Function]
"error": [Function]
"finish": {
"listener": [Function]
}
"free": [Function]
}
"_eventsCount": 7
"_hadError": false
"_handle": "[object TCP]"
"_host": "localhost"
"_httpMessage": [Circular]
"_maxListeners": [undefined]
"_parent": [null]
"_pendingData": [null]
"_pendingEncoding": ""
"_readableState": {
"awaitDrain": 0
"buffer": {
"head": [null]
"length": 0
"tail": [null]
}
"decoder": [null]
"defaultEncoding": "utf8"
"destroyed": false
"emitClose": false
"emittedReadable": false
"encoding": [null]
"endEmitted": false
"ended": false
"flowing": true
"highWaterMark": 16384
"length": 0
"needReadable": true
"objectMode": false
"paused": false
"pipes": [null]
"pipesCount": 0
"readableListening": false
"reading": true
"readingMore": false
"resumeScheduled": false
"sync": false
}
"_server": [null]
"_sockname": [null]
"_writableState": {
"bufferProcessing": false
"bufferedRequest": [null]
"bufferedRequestCount": 0
"corked": 0
"corkedRequestsFree": {
"entry": [null]
"finish": [Function]
"next": {
"entry": [null]
"finish": [Function]
"next": [null]
}
}
"decodeStrings": false
"defaultEncoding": "utf8"
"destroyed": false
"emitClose": false
"ended": true
"ending": true
"errorEmitted": false
"finalCalled": true
"finished": false
"highWaterMark": 16384
"lastBufferedRequest": [null]
"length": 0
"needDrain": false
"objectMode": false
"onwrite": [Function]
"pendingcb": 1
"prefinished": false
"sync": false
"writecb": [null]
"writelen": 0
"writing": false
}
"allowHalfOpen": false
"connecting": false
"parser": [null]
"readable": true
"server": [null]
"writable": false
}
"socketPath": [undefined]
"timeout": [undefined]
"timeoutCb": [null]
"upgradeOrConnect": false
"useChunkedEncodingByDefault": true
"writable": true
}
"socket": {
"_events": {
"agentRemove": [Function]
"close": [
[Function]
[Function]
]
"drain": [Function]
"end": [Function]
"error": [Function]
"finish": {
"listener": [Function]
}
"free": [Function]
}
"_eventsCount": 7
"_hadError": false
"_handle": "[object TCP]"
"_host": "localhost"
"_httpMessage": {
"_contentLength": 323
"_ended": true
"_events": {
"drain": {
"listener": [Function]
}
"error": {
"listener": [Function]
}
"prefinish": [Function]
}
"_eventsCount": 3
"_hasBody": true
"_header": "POST /api/rollup/delete HTTP/1.1\r\nHost: localhost:5620\r\nAccept-Encoding: gzip, deflate\r\nUser-Agent: node-superagent/3.8.2\r\nkbn-xsrf: xxx\r\nContent-Type: application/json\r\nAuthorization: Basic ZWxhc3RpYzpjaGFuZ2VtZQ==\r\nContent-Length: 323\r\nConnection: close\r\n\r\n"
"_headerSent": true
"_last": true
"_maxListeners": [undefined]
"_onPendingData": [Function]
"_removedConnection": false
"_removedContLen": false
"_removedTE": false
"_trailer": ""
"aborted": [undefined]
"agent": {
"_events": {
"free": [Function]
}
"_eventsCount": 1
"_maxListeners": [undefined]
"defaultPort": 80
"freeSockets": {}
"keepAlive": false
"keepAliveMsecs": 1000
"maxFreeSockets": 256
"maxSockets": Infinity
"options": {
"path": [null]
}
"protocol": "http:"
"requests": {}
"sockets": {
"localhost:5620:": [
[Circular]
]
}
}
"chunkedEncoding": false
"connection": [Circular]
"finished": true
"maxHeadersCount": [null]
"method": "POST"
"output": []
"outputCallbacks": []
"outputEncodings": []
"outputSize": 0
"parser": [null]
"path": "/api/rollup/delete"
"res": [Circular]
"sendDate": false
"shouldKeepAlive": false
"socket": [Circular]
"socketPath": [undefined]
"timeout": [undefined]
"timeoutCb": [null]
"upgradeOrConnect": false
"useChunkedEncodingByDefault": true
"writable": true
}
"_maxListeners": [undefined]
"_parent": [null]
"_pendingData": [null]
"_pendingEncoding": ""
"_readableState": {
"awaitDrain": 0
"buffer": {
"head": [null]
"length": 0
"tail": [null]
}
"decoder": [null]
"defaultEncoding": "utf8"
"destroyed": false
"emitClose": false
"emittedReadable": false
"encoding": [null]
"endEmitted": false
"ended": false
"flowing": true
"highWaterMark": 16384
"length": 0
"needReadable": true
"objectMode": false
"paused": false
"pipes": [null]
"pipesCount": 0
"readableListening": false
"reading": true
"readingMore": false
"resumeScheduled": false
"sync": false
}
"_server": [null]
"_sockname": [null]
"_writableState": {
"bufferProcessing": false
"bufferedRequest": [null]
"bufferedRequestCount": 0
"corked": 0
"corkedRequestsFree": {
"entry": [null]
"finish": [Function]
"next": {
"entry": [null]
"finish": [Function]
"next": [null]
}
}
"decodeStrings": false
"defaultEncoding": "utf8"
"destroyed": false
"emitClose": false
"ended": true
"ending": true
"errorEmitted": false
"finalCalled": true
"finished": false
"highWaterMark": 16384
"lastBufferedRequest": [null]
"length": 0
"needDrain": false
"objectMode": false
"onwrite": [Function]
"pendingcb": 1
"prefinished": false
"sync": false
"writecb": [null]
"writelen": 0
"writing": false
}
"allowHalfOpen": false
"connecting": false
"parser": [null]
"readable": true
"server": [null]
"writable": false
}
"statusCode": 400
"statusMessage": "Bad Request"
"text": "{\"statusCode\":400,\"error\":\"Bad Request\",\"message\":\"Could not delete job [rzllqg-1552534431259] because indexer state is [ABORTING]. Job must be [STOPPED] before deletion.\"}"
"trailers": {}
"upgrade": false
"url": ""
}
"serverError": false
"setEncoding": [Function]
"status": 400
"statusCode": 400
"statusType": 4
"text": "{\"statusCode\":400,\"error\":\"Bad Request\",\"message\":\"Could not delete job [rzllqg-1552534431259] because indexer state is [ABORTING]. Job must be [STOPPED] before deletion.\"}"
"type": "application/json"
"unauthorized": false
} was thrown, throw an Error :)]
```
First failure: [Jenkins Build](https://kibana-ci.elastic.co/job/elastic+kibana+master/JOB=x-pack-ciGroup6,node=immutable/500/)
<!-- kibanaCiData = {"failed-test":{"test.class":"X-Pack API Integration Tests.x-pack/test/api_integration/apis/management/rollup/rollup·js","test.name":"apis management rollup Rollup jobs \"after all\" hook","test.failCount":2}} --> | 1.0 | Failing test: X-Pack API Integration Tests.x-pack/test/api_integration/apis/management/rollup/rollup·js - apis management rollup Rollup jobs "after all" hook - A test failed on a tracked branch
```
[Error: the object {
"_events": {}
"_eventsCount": 0
"_maxListeners": [undefined]
"accepted": false
"badRequest": true
"body": {
"error": "Bad Request"
"message": "Could not delete job [rzllqg-1552534431259] because indexer state is [ABORTING]. Job must be [STOPPED] before deletion."
"statusCode": 400
}
"buffered": true
"charset": "utf-8"
"clientError": true
"error": "Error: cannot POST /api/rollup/delete (400)"
"files": [undefined]
"forbidden": false
"header": {
"cache-control": "no-cache"
"connection": "close"
"content-length": "173"
"content-type": "application/json; charset=utf-8"
"date": "Thu, 14 Mar 2019 03:33:53 GMT"
"kbn-name": "kibana"
"kbn-xpack-sig": "aab5d0196dcd2297d461610d030e290e"
}
"headers": {
"cache-control": "no-cache"
"connection": "close"
"content-length": "173"
"content-type": "application/json; charset=utf-8"
"date": "Thu, 14 Mar 2019 03:33:53 GMT"
"kbn-name": "kibana"
"kbn-xpack-sig": "aab5d0196dcd2297d461610d030e290e"
}
"info": false
"links": {}
"noContent": false
"notAcceptable": false
"notFound": false
"ok": false
"redirect": false
"redirects": []
"req": {
"_contentLength": 323
"_ended": true
"_events": {
"drain": {
"listener": [Function]
}
"error": {
"listener": [Function]
}
"prefinish": [Function]
}
"_eventsCount": 3
"_hasBody": true
"_header": "POST /api/rollup/delete HTTP/1.1\r\nHost: localhost:5620\r\nAccept-Encoding: gzip, deflate\r\nUser-Agent: node-superagent/3.8.2\r\nkbn-xsrf: xxx\r\nContent-Type: application/json\r\nAuthorization: Basic ZWxhc3RpYzpjaGFuZ2VtZQ==\r\nContent-Length: 323\r\nConnection: close\r\n\r\n"
"_headerSent": true
"_last": true
"_maxListeners": [undefined]
"_onPendingData": [Function]
"_removedConnection": false
"_removedContLen": false
"_removedTE": false
"_trailer": ""
"aborted": [undefined]
"agent": {
"_events": {
"free": [Function]
}
"_eventsCount": 1
"_maxListeners": [undefined]
"defaultPort": 80
"freeSockets": {}
"keepAlive": false
"keepAliveMsecs": 1000
"maxFreeSockets": 256
"maxSockets": Infinity
"options": {
"path": [null]
}
"protocol": "http:"
"requests": {}
"sockets": {
"localhost:5620:": [
{
"_events": {
"agentRemove": [Function]
"close": [
[Function]
[Function]
]
"drain": [Function]
"end": [Function]
"error": [Function]
"finish": {
"listener": [Function]
}
"free": [Function]
}
"_eventsCount": 7
"_hadError": false
"_handle": "[object TCP]"
"_host": "localhost"
"_httpMessage": [Circular]
"_maxListeners": [undefined]
"_parent": [null]
"_pendingData": [null]
"_pendingEncoding": ""
"_readableState": {
"awaitDrain": 0
"buffer": {
"head": [null]
"length": 0
"tail": [null]
}
"decoder": [null]
"defaultEncoding": "utf8"
"destroyed": false
"emitClose": false
"emittedReadable": false
"encoding": [null]
"endEmitted": false
"ended": false
"flowing": true
"highWaterMark": 16384
"length": 0
"needReadable": true
"objectMode": false
"paused": false
"pipes": [null]
"pipesCount": 0
"readableListening": false
"reading": true
"readingMore": false
"resumeScheduled": false
"sync": false
}
"_server": [null]
"_sockname": [null]
"_writableState": {
"bufferProcessing": false
"bufferedRequest": [null]
"bufferedRequestCount": 0
"corked": 0
"corkedRequestsFree": {
"entry": [null]
"finish": [Function]
"next": {
"entry": [null]
"finish": [Function]
"next": [null]
}
}
"decodeStrings": false
"defaultEncoding": "utf8"
"destroyed": false
"emitClose": false
"ended": true
"ending": true
"errorEmitted": false
"finalCalled": true
"finished": false
"highWaterMark": 16384
"lastBufferedRequest": [null]
"length": 0
"needDrain": false
"objectMode": false
"onwrite": [Function]
"pendingcb": 1
"prefinished": false
"sync": false
"writecb": [null]
"writelen": 0
"writing": false
}
"allowHalfOpen": false
"connecting": false
"parser": [null]
"readable": true
"server": [null]
"writable": false
}
]
}
}
"chunkedEncoding": false
"connection": {
"_events": {
"agentRemove": [Function]
"close": [
[Function]
[Function]
]
"drain": [Function]
"end": [Function]
"error": [Function]
"finish": {
"listener": [Function]
}
"free": [Function]
}
"_eventsCount": 7
"_hadError": false
"_handle": "[object TCP]"
"_host": "localhost"
"_httpMessage": [Circular]
"_maxListeners": [undefined]
"_parent": [null]
"_pendingData": [null]
"_pendingEncoding": ""
"_readableState": {
"awaitDrain": 0
"buffer": {
"head": [null]
"length": 0
"tail": [null]
}
"decoder": [null]
"defaultEncoding": "utf8"
"destroyed": false
"emitClose": false
"emittedReadable": false
"encoding": [null]
"endEmitted": false
"ended": false
"flowing": true
"highWaterMark": 16384
"length": 0
"needReadable": true
"objectMode": false
"paused": false
"pipes": [null]
"pipesCount": 0
"readableListening": false
"reading": true
"readingMore": false
"resumeScheduled": false
"sync": false
}
"_server": [null]
"_sockname": [null]
"_writableState": {
"bufferProcessing": false
"bufferedRequest": [null]
"bufferedRequestCount": 0
"corked": 0
"corkedRequestsFree": {
"entry": [null]
"finish": [Function]
"next": {
"entry": [null]
"finish": [Function]
"next": [null]
}
}
"decodeStrings": false
"defaultEncoding": "utf8"
"destroyed": false
"emitClose": false
"ended": true
"ending": true
"errorEmitted": false
"finalCalled": true
"finished": false
"highWaterMark": 16384
"lastBufferedRequest": [null]
"length": 0
"needDrain": false
"objectMode": false
"onwrite": [Function]
"pendingcb": 1
"prefinished": false
"sync": false
"writecb": [null]
"writelen": 0
"writing": false
}
"allowHalfOpen": false
"connecting": false
"parser": [null]
"readable": true
"server": [null]
"writable": false
}
"finished": true
"maxHeadersCount": [null]
"method": "POST"
"output": []
"outputCallbacks": []
"outputEncodings": []
"outputSize": 0
"parser": [null]
"path": "/api/rollup/delete"
"res": {
"_consuming": false
"_dumped": false
"_events": {
"close": [Function]
"data": [
[Function]
[Function]
[Function]
]
"end": [
[Function]
[Function]
[Function]
]
"error": [
{
"listener": [Function]
}
[Function]
]
}
"_eventsCount": 4
"_maxListeners": [undefined]
"_readableState": {
"awaitDrain": 0
"buffer": {
"head": [null]
"length": 0
"tail": [null]
}
"decoder": {
"encoding": "utf8"
}
"defaultEncoding": "utf8"
"destroyed": false
"emitClose": true
"emittedReadable": false
"encoding": "utf8"
"endEmitted": true
"ended": true
"flowing": true
"highWaterMark": 16384
"length": 0
"needReadable": false
"objectMode": false
"paused": false
"pipes": [null]
"pipesCount": 0
"readableListening": false
"reading": false
"readingMore": true
"resumeScheduled": false
"sync": true
}
"aborted": false
"client": {
"_events": {
"agentRemove": [Function]
"close": [
[Function]
[Function]
]
"drain": [Function]
"end": [Function]
"error": [Function]
"finish": {
"listener": [Function]
}
"free": [Function]
}
"_eventsCount": 7
"_hadError": false
"_handle": "[object TCP]"
"_host": "localhost"
"_httpMessage": [Circular]
"_maxListeners": [undefined]
"_parent": [null]
"_pendingData": [null]
"_pendingEncoding": ""
"_readableState": {
"awaitDrain": 0
"buffer": {
"head": [null]
"length": 0
"tail": [null]
}
"decoder": [null]
"defaultEncoding": "utf8"
"destroyed": false
"emitClose": false
"emittedReadable": false
"encoding": [null]
"endEmitted": false
"ended": false
"flowing": true
"highWaterMark": 16384
"length": 0
"needReadable": true
"objectMode": false
"paused": false
"pipes": [null]
"pipesCount": 0
"readableListening": false
"reading": true
"readingMore": false
"resumeScheduled": false
"sync": false
}
"_server": [null]
"_sockname": [null]
"_writableState": {
"bufferProcessing": false
"bufferedRequest": [null]
"bufferedRequestCount": 0
"corked": 0
"corkedRequestsFree": {
"entry": [null]
"finish": [Function]
"next": {
"entry": [null]
"finish": [Function]
"next": [null]
}
}
"decodeStrings": false
"defaultEncoding": "utf8"
"destroyed": false
"emitClose": false
"ended": true
"ending": true
"errorEmitted": false
"finalCalled": true
"finished": false
"highWaterMark": 16384
"lastBufferedRequest": [null]
"length": 0
"needDrain": false
"objectMode": false
"onwrite": [Function]
"pendingcb": 1
"prefinished": false
"sync": false
"writecb": [null]
"writelen": 0
"writing": false
}
"allowHalfOpen": false
"connecting": false
"parser": [null]
"readable": true
"server": [null]
"writable": false
}
"complete": true
"connection": {
"_events": {
"agentRemove": [Function]
"close": [
[Function]
[Function]
]
"drain": [Function]
"end": [Function]
"error": [Function]
"finish": {
"listener": [Function]
}
"free": [Function]
}
"_eventsCount": 7
"_hadError": false
"_handle": "[object TCP]"
"_host": "localhost"
"_httpMessage": [Circular]
"_maxListeners": [undefined]
"_parent": [null]
"_pendingData": [null]
"_pendingEncoding": ""
"_readableState": {
"awaitDrain": 0
"buffer": {
"head": [null]
"length": 0
"tail": [null]
}
"decoder": [null]
"defaultEncoding": "utf8"
"destroyed": false
"emitClose": false
"emittedReadable": false
"encoding": [null]
"endEmitted": false
"ended": false
"flowing": true
"highWaterMark": 16384
"length": 0
"needReadable": true
"objectMode": false
"paused": false
"pipes": [null]
"pipesCount": 0
"readableListening": false
"reading": true
"readingMore": false
"resumeScheduled": false
"sync": false
}
"_server": [null]
"_sockname": [null]
"_writableState": {
"bufferProcessing": false
"bufferedRequest": [null]
"bufferedRequestCount": 0
"corked": 0
"corkedRequestsFree": {
"entry": [null]
"finish": [Function]
"next": {
"entry": [null]
"finish": [Function]
"next": [null]
}
}
"decodeStrings": false
"defaultEncoding": "utf8"
"destroyed": false
"emitClose": false
"ended": true
"ending": true
"errorEmitted": false
"finalCalled": true
"finished": false
"highWaterMark": 16384
"lastBufferedRequest": [null]
"length": 0
"needDrain": false
"objectMode": false
"onwrite": [Function]
"pendingcb": 1
"prefinished": false
"sync": false
"writecb": [null]
"writelen": 0
"writing": false
}
"allowHalfOpen": false
"connecting": false
"parser": [null]
"readable": true
"server": [null]
"writable": false
}
"headers": {
"cache-control": "no-cache"
"connection": "close"
"content-length": "173"
"content-type": "application/json; charset=utf-8"
"date": "Thu, 14 Mar 2019 03:33:53 GMT"
"kbn-name": "kibana"
"kbn-xpack-sig": "aab5d0196dcd2297d461610d030e290e"
}
"httpVersion": "1.1"
"httpVersionMajor": 1
"httpVersionMinor": 1
"method": [null]
"rawHeaders": [
"kbn-name"
"kibana"
"kbn-xpack-sig"
"aab5d0196dcd2297d461610d030e290e"
"content-type"
"application/json; charset=utf-8"
"cache-control"
"no-cache"
"content-length"
"173"
"connection"
"close"
"Date"
"Thu, 14 Mar 2019 03:33:53 GMT"
]
"rawTrailers": []
"readable": false
"req": [Circular]
"socket": {
"_events": {
"agentRemove": [Function]
"close": [
[Function]
[Function]
]
"drain": [Function]
"end": [Function]
"error": [Function]
"finish": {
"listener": [Function]
}
"free": [Function]
}
"_eventsCount": 7
"_hadError": false
"_handle": "[object TCP]"
"_host": "localhost"
"_httpMessage": [Circular]
"_maxListeners": [undefined]
"_parent": [null]
"_pendingData": [null]
"_pendingEncoding": ""
"_readableState": {
"awaitDrain": 0
"buffer": {
"head": [null]
"length": 0
"tail": [null]
}
"decoder": [null]
"defaultEncoding": "utf8"
"destroyed": false
"emitClose": false
"emittedReadable": false
"encoding": [null]
"endEmitted": false
"ended": false
"flowing": true
"highWaterMark": 16384
"length": 0
"needReadable": true
"objectMode": false
"paused": false
"pipes": [null]
"pipesCount": 0
"readableListening": false
"reading": true
"readingMore": false
"resumeScheduled": false
"sync": false
}
"_server": [null]
"_sockname": [null]
"_writableState": {
"bufferProcessing": false
"bufferedRequest": [null]
"bufferedRequestCount": 0
"corked": 0
"corkedRequestsFree": {
"entry": [null]
"finish": [Function]
"next": {
"entry": [null]
"finish": [Function]
"next": [null]
}
}
"decodeStrings": false
"defaultEncoding": "utf8"
"destroyed": false
"emitClose": false
"ended": true
"ending": true
"errorEmitted": false
"finalCalled": true
"finished": false
"highWaterMark": 16384
"lastBufferedRequest": [null]
"length": 0
"needDrain": false
"objectMode": false
"onwrite": [Function]
"pendingcb": 1
"prefinished": false
"sync": false
"writecb": [null]
"writelen": 0
"writing": false
}
"allowHalfOpen": false
"connecting": false
"parser": [null]
"readable": true
"server": [null]
"writable": false
}
"statusCode": 400
"statusMessage": "Bad Request"
"text": "{\"statusCode\":400,\"error\":\"Bad Request\",\"message\":\"Could not delete job [rzllqg-1552534431259] because indexer state is [ABORTING]. Job must be [STOPPED] before deletion.\"}"
"trailers": {}
"upgrade": false
"url": ""
}
"sendDate": false
"shouldKeepAlive": false
"socket": {
"_events": {
"agentRemove": [Function]
"close": [
[Function]
[Function]
]
"drain": [Function]
"end": [Function]
"error": [Function]
"finish": {
"listener": [Function]
}
"free": [Function]
}
"_eventsCount": 7
"_hadError": false
"_handle": "[object TCP]"
"_host": "localhost"
"_httpMessage": [Circular]
"_maxListeners": [undefined]
"_parent": [null]
"_pendingData": [null]
"_pendingEncoding": ""
"_readableState": {
"awaitDrain": 0
"buffer": {
"head": [null]
"length": 0
"tail": [null]
}
"decoder": [null]
"defaultEncoding": "utf8"
"destroyed": false
"emitClose": false
"emittedReadable": false
"encoding": [null]
"endEmitted": false
"ended": false
"flowing": true
"highWaterMark": 16384
"length": 0
"needReadable": true
"objectMode": false
"paused": false
"pipes": [null]
"pipesCount": 0
"readableListening": false
"reading": true
"readingMore": false
"resumeScheduled": false
"sync": false
}
"_server": [null]
"_sockname": [null]
"_writableState": {
"bufferProcessing": false
"bufferedRequest": [null]
"bufferedRequestCount": 0
"corked": 0
"corkedRequestsFree": {
"entry": [null]
"finish": [Function]
"next": {
"entry": [null]
"finish": [Function]
"next": [null]
}
}
"decodeStrings": false
"defaultEncoding": "utf8"
"destroyed": false
"emitClose": false
"ended": true
"ending": true
"errorEmitted": false
"finalCalled": true
"finished": false
"highWaterMark": 16384
"lastBufferedRequest": [null]
"length": 0
"needDrain": false
"objectMode": false
"onwrite": [Function]
"pendingcb": 1
"prefinished": false
"sync": false
"writecb": [null]
"writelen": 0
"writing": false
}
"allowHalfOpen": false
"connecting": false
"parser": [null]
"readable": true
"server": [null]
"writable": false
}
"socketPath": [undefined]
"timeout": [undefined]
"timeoutCb": [null]
"upgradeOrConnect": false
"useChunkedEncodingByDefault": true
"writable": true
}
"request": {
"_agent": false
"_asserts": []
"_buffer": true
"_callback": [Function]
"_data": {
"jobIds": [
"ijhxmeo-1552534430950"
"rzllqg-1552534431259"
"rzllqg-1552534431259"
"abc"
"wfiugeinopoxpbfkiytl-1552534431657"
"khkdszjbeoqujdobrdtn-1552534431881"
"nnzsmstqsjitzrpuvlwk-1552534432104"
"hnsaygwpsi-1552534432338"
"ljjbgfqewqascrjh-1552534432675"
"cvcuygrqlgxxrpeiuswg-1552534432961"
"amnpbkbkka-1552534433322"
]
}
"_endCalled": true
"_events": {}
"_eventsCount": 0
"_formData": [null]
"_header": {
"authorization": "Basic ZWxhc3RpYzpjaGFuZ2VtZQ=="
"content-type": "application/json"
"kbn-xsrf": "xxx"
"user-agent": "node-superagent/3.8.2"
}
"_maxListeners": [undefined]
"_maxRedirects": 0
"_query": []
"_redirectList": []
"_redirects": 0
"_streamRequest": false
"app": "http://elastic:changeme@localhost:5620"
"called": true
"catch": [Function]
"cookies": ""
"header": {
"Authorization": "Basic ZWxhc3RpYzpjaGFuZ2VtZQ=="
"Content-Type": "application/json"
"User-Agent": "node-superagent/3.8.2"
"kbn-xsrf": "xxx"
}
"host": "localhost:5620"
"method": "POST"
"protocol": "http:"
"qs": {}
"qsRaw": []
"req": {
"_contentLength": 323
"_ended": true
"_events": {
"drain": {
"listener": [Function]
}
"error": {
"listener": [Function]
}
"prefinish": [Function]
}
"_eventsCount": 3
"_hasBody": true
"_header": "POST /api/rollup/delete HTTP/1.1\r\nHost: localhost:5620\r\nAccept-Encoding: gzip, deflate\r\nUser-Agent: node-superagent/3.8.2\r\nkbn-xsrf: xxx\r\nContent-Type: application/json\r\nAuthorization: Basic ZWxhc3RpYzpjaGFuZ2VtZQ==\r\nContent-Length: 323\r\nConnection: close\r\n\r\n"
"_headerSent": true
"_last": true
"_maxListeners": [undefined]
"_onPendingData": [Function]
"_removedConnection": false
"_removedContLen": false
"_removedTE": false
"_trailer": ""
"aborted": [undefined]
"agent": {
"_events": {
"free": [Function]
}
"_eventsCount": 1
"_maxListeners": [undefined]
"defaultPort": 80
"freeSockets": {}
"keepAlive": false
"keepAliveMsecs": 1000
"maxFreeSockets": 256
"maxSockets": Infinity
"options": {
"path": [null]
}
"protocol": "http:"
"requests": {}
"sockets": {
"localhost:5620:": [
{
"_events": {
"agentRemove": [Function]
"close": [
[Function]
[Function]
]
"drain": [Function]
"end": [Function]
"error": [Function]
"finish": {
"listener": [Function]
}
"free": [Function]
}
"_eventsCount": 7
"_hadError": false
"_handle": "[object TCP]"
"_host": "localhost"
"_httpMessage": [Circular]
"_maxListeners": [undefined]
"_parent": [null]
"_pendingData": [null]
"_pendingEncoding": ""
"_readableState": {
"awaitDrain": 0
"buffer": {
"head": [null]
"length": 0
"tail": [null]
}
"decoder": [null]
"defaultEncoding": "utf8"
"destroyed": false
"emitClose": false
"emittedReadable": false
"encoding": [null]
"endEmitted": false
"ended": false
"flowing": true
"highWaterMark": 16384
"length": 0
"needReadable": true
"objectMode": false
"paused": false
"pipes": [null]
"pipesCount": 0
"readableListening": false
"reading": true
"readingMore": false
"resumeScheduled": false
"sync": false
}
"_server": [null]
"_sockname": [null]
"_writableState": {
"bufferProcessing": false
"bufferedRequest": [null]
"bufferedRequestCount": 0
"corked": 0
"corkedRequestsFree": {
"entry": [null]
"finish": [Function]
"next": {
"entry": [null]
"finish": [Function]
"next": [null]
}
}
"decodeStrings": false
"defaultEncoding": "utf8"
"destroyed": false
"emitClose": false
"ended": true
"ending": true
"errorEmitted": false
"finalCalled": true
"finished": false
"highWaterMark": 16384
"lastBufferedRequest": [null]
"length": 0
"needDrain": false
"objectMode": false
"onwrite": [Function]
"pendingcb": 1
"prefinished": false
"sync": false
"writecb": [null]
"writelen": 0
"writing": false
}
"allowHalfOpen": false
"connecting": false
"parser": [null]
"readable": true
"server": [null]
"writable": false
}
]
}
}
"chunkedEncoding": false
"connection": {
"_events": {
"agentRemove": [Function]
"close": [
[Function]
[Function]
]
"drain": [Function]
"end": [Function]
"error": [Function]
"finish": {
"listener": [Function]
}
"free": [Function]
}
"_eventsCount": 7
"_hadError": false
"_handle": "[object TCP]"
"_host": "localhost"
"_httpMessage": [Circular]
"_maxListeners": [undefined]
"_parent": [null]
"_pendingData": [null]
"_pendingEncoding": ""
"_readableState": {
"awaitDrain": 0
"buffer": {
"head": [null]
"length": 0
"tail": [null]
}
"decoder": [null]
"defaultEncoding": "utf8"
"destroyed": false
"emitClose": false
"emittedReadable": false
"encoding": [null]
"endEmitted": false
"ended": false
"flowing": true
"highWaterMark": 16384
"length": 0
"needReadable": true
"objectMode": false
"paused": false
"pipes": [null]
"pipesCount": 0
"readableListening": false
"reading": true
"readingMore": false
"resumeScheduled": false
"sync": false
}
"_server": [null]
"_sockname": [null]
"_writableState": {
"bufferProcessing": false
"bufferedRequest": [null]
"bufferedRequestCount": 0
"corked": 0
"corkedRequestsFree": {
"entry": [null]
"finish": [Function]
"next": {
"entry": [null]
"finish": [Function]
"next": [null]
}
}
"decodeStrings": false
"defaultEncoding": "utf8"
"destroyed": false
"emitClose": false
"ended": true
"ending": true
"errorEmitted": false
"finalCalled": true
"finished": false
"highWaterMark": 16384
"lastBufferedRequest": [null]
"length": 0
"needDrain": false
"objectMode": false
"onwrite": [Function]
"pendingcb": 1
"prefinished": false
"sync": false
"writecb": [null]
"writelen": 0
"writing": false
}
"allowHalfOpen": false
"connecting": false
"parser": [null]
"readable": true
"server": [null]
"writable": false
}
"finished": true
"maxHeadersCount": [null]
"method": "POST"
"output": []
"outputCallbacks": []
"outputEncodings": []
"outputSize": 0
"parser": [null]
"path": "/api/rollup/delete"
"res": {
"_consuming": false
"_dumped": false
"_events": {
"close": [Function]
"data": [
[Function]
[Function]
[Function]
]
"end": [
[Function]
[Function]
[Function]
]
"error": [
{
"listener": [Function]
}
[Function]
]
}
"_eventsCount": 4
"_maxListeners": [undefined]
"_readableState": {
"awaitDrain": 0
"buffer": {
"head": [null]
"length": 0
"tail": [null]
}
"decoder": {
"encoding": "utf8"
}
"defaultEncoding": "utf8"
"destroyed": false
"emitClose": true
"emittedReadable": false
"encoding": "utf8"
"endEmitted": true
"ended": true
"flowing": true
"highWaterMark": 16384
"length": 0
"needReadable": false
"objectMode": false
"paused": false
"pipes": [null]
"pipesCount": 0
"readableListening": false
"reading": false
"readingMore": true
"resumeScheduled": false
"sync": true
}
"aborted": false
"client": {
"_events": {
"agentRemove": [Function]
"close": [
[Function]
[Function]
]
"drain": [Function]
"end": [Function]
"error": [Function]
"finish": {
"listener": [Function]
}
"free": [Function]
}
"_eventsCount": 7
"_hadError": false
"_handle": "[object TCP]"
"_host": "localhost"
"_httpMessage": [Circular]
"_maxListeners": [undefined]
"_parent": [null]
"_pendingData": [null]
"_pendingEncoding": ""
"_readableState": {
"awaitDrain": 0
"buffer": {
"head": [null]
"length": 0
"tail": [null]
}
"decoder": [null]
"defaultEncoding": "utf8"
"destroyed": false
"emitClose": false
"emittedReadable": false
"encoding": [null]
"endEmitted": false
"ended": false
"flowing": true
"highWaterMark": 16384
"length": 0
"needReadable": true
"objectMode": false
"paused": false
"pipes": [null]
"pipesCount": 0
"readableListening": false
"reading": true
"readingMore": false
"resumeScheduled": false
"sync": false
}
"_server": [null]
"_sockname": [null]
"_writableState": {
"bufferProcessing": false
"bufferedRequest": [null]
"bufferedRequestCount": 0
"corked": 0
"corkedRequestsFree": {
"entry": [null]
"finish": [Function]
"next": {
"entry": [null]
"finish": [Function]
"next": [null]
}
}
"decodeStrings": false
"defaultEncoding": "utf8"
"destroyed": false
"emitClose": false
"ended": true
"ending": true
"errorEmitted": false
"finalCalled": true
"finished": false
"highWaterMark": 16384
"lastBufferedRequest": [null]
"length": 0
"needDrain": false
"objectMode": false
"onwrite": [Function]
"pendingcb": 1
"prefinished": false
"sync": false
"writecb": [null]
"writelen": 0
"writing": false
}
"allowHalfOpen": false
"connecting": false
"parser": [null]
"readable": true
"server": [null]
"writable": false
}
"complete": true
"connection": {
"_events": {
"agentRemove": [Function]
"close": [
[Function]
[Function]
]
"drain": [Function]
"end": [Function]
"error": [Function]
"finish": {
"listener": [Function]
}
"free": [Function]
}
"_eventsCount": 7
"_hadError": false
"_handle": "[object TCP]"
"_host": "localhost"
"_httpMessage": [Circular]
"_maxListeners": [undefined]
"_parent": [null]
"_pendingData": [null]
"_pendingEncoding": ""
"_readableState": {
"awaitDrain": 0
"buffer": {
"head": [null]
"length": 0
"tail": [null]
}
"decoder": [null]
"defaultEncoding": "utf8"
"destroyed": false
"emitClose": false
"emittedReadable": false
"encoding": [null]
"endEmitted": false
"ended": false
"flowing": true
"highWaterMark": 16384
"length": 0
"needReadable": true
"objectMode": false
"paused": false
"pipes": [null]
"pipesCount": 0
"readableListening": false
"reading": true
"readingMore": false
"resumeScheduled": false
"sync": false
}
"_server": [null]
"_sockname": [null]
"_writableState": {
"bufferProcessing": false
"bufferedRequest": [null]
"bufferedRequestCount": 0
"corked": 0
"corkedRequestsFree": {
"entry": [null]
"finish": [Function]
"next": {
"entry": [null]
"finish": [Function]
"next": [null]
}
}
"decodeStrings": false
"defaultEncoding": "utf8"
"destroyed": false
"emitClose": false
"ended": true
"ending": true
"errorEmitted": false
"finalCalled": true
"finished": false
"highWaterMark": 16384
"lastBufferedRequest": [null]
"length": 0
"needDrain": false
"objectMode": false
"onwrite": [Function]
"pendingcb": 1
"prefinished": false
"sync": false
"writecb": [null]
"writelen": 0
"writing": false
}
"allowHalfOpen": false
"connecting": false
"parser": [null]
"readable": true
"server": [null]
"writable": false
}
"headers": {
"cache-control": "no-cache"
"connection": "close"
"content-length": "173"
"content-type": "application/json; charset=utf-8"
"date": "Thu, 14 Mar 2019 03:33:53 GMT"
"kbn-name": "kibana"
"kbn-xpack-sig": "aab5d0196dcd2297d461610d030e290e"
}
"httpVersion": "1.1"
"httpVersionMajor": 1
"httpVersionMinor": 1
"method": [null]
"rawHeaders": [
"kbn-name"
"kibana"
"kbn-xpack-sig"
"aab5d0196dcd2297d461610d030e290e"
"content-type"
"application/json; charset=utf-8"
"cache-control"
"no-cache"
"content-length"
"173"
"connection"
"close"
"Date"
"Thu, 14 Mar 2019 03:33:53 GMT"
]
"rawTrailers": []
"readable": false
"req": [Circular]
"socket": {
"_events": {
"agentRemove": [Function]
"close": [
[Function]
[Function]
]
"drain": [Function]
"end": [Function]
"error": [Function]
"finish": {
"listener": [Function]
}
"free": [Function]
}
"_eventsCount": 7
"_hadError": false
"_handle": "[object TCP]"
"_host": "localhost"
"_httpMessage": [Circular]
"_maxListeners": [undefined]
"_parent": [null]
"_pendingData": [null]
"_pendingEncoding": ""
"_readableState": {
"awaitDrain": 0
"buffer": {
"head": [null]
"length": 0
"tail": [null]
}
"decoder": [null]
"defaultEncoding": "utf8"
"destroyed": false
"emitClose": false
"emittedReadable": false
"encoding": [null]
"endEmitted": false
"ended": false
"flowing": true
"highWaterMark": 16384
"length": 0
"needReadable": true
"objectMode": false
"paused": false
"pipes": [null]
"pipesCount": 0
"readableListening": false
"reading": true
"readingMore": false
"resumeScheduled": false
"sync": false
}
"_server": [null]
"_sockname": [null]
"_writableState": {
"bufferProcessing": false
"bufferedRequest": [null]
"bufferedRequestCount": 0
"corked": 0
"corkedRequestsFree": {
"entry": [null]
"finish": [Function]
"next": {
"entry": [null]
"finish": [Function]
"next": [null]
}
}
"decodeStrings": false
"defaultEncoding": "utf8"
"destroyed": false
"emitClose": false
"ended": true
"ending": true
"errorEmitted": false
"finalCalled": true
"finished": false
"highWaterMark": 16384
"lastBufferedRequest": [null]
"length": 0
"needDrain": false
"objectMode": false
"onwrite": [Function]
"pendingcb": 1
"prefinished": false
"sync": false
"writecb": [null]
"writelen": 0
"writing": false
}
"allowHalfOpen": false
"connecting": false
"parser": [null]
"readable": true
"server": [null]
"writable": false
}
"statusCode": 400
"statusMessage": "Bad Request"
"text": "{\"statusCode\":400,\"error\":\"Bad Request\",\"message\":\"Could not delete job [rzllqg-1552534431259] because indexer state is [ABORTING]. Job must be [STOPPED] before deletion.\"}"
"trailers": {}
"upgrade": false
"url": ""
}
"sendDate": false
"shouldKeepAlive": false
"socket": {
"_events": {
"agentRemove": [Function]
"close": [
[Function]
[Function]
]
"drain": [Function]
"end": [Function]
"error": [Function]
"finish": {
"listener": [Function]
}
"free": [Function]
}
"_eventsCount": 7
"_hadError": false
"_handle": "[object TCP]"
"_host": "localhost"
"_httpMessage": [Circular]
"_maxListeners": [undefined]
"_parent": [null]
"_pendingData": [null]
"_pendingEncoding": ""
"_readableState": {
"awaitDrain": 0
"buffer": {
"head": [null]
"length": 0
"tail": [null]
}
"decoder": [null]
"defaultEncoding": "utf8"
"destroyed": false
"emitClose": false
"emittedReadable": false
"encoding": [null]
"endEmitted": false
"ended": false
"flowing": true
"highWaterMark": 16384
"length": 0
"needReadable": true
"objectMode": false
"paused": false
"pipes": [null]
"pipesCount": 0
"readableListening": false
"reading": true
"readingMore": false
"resumeScheduled": false
"sync": false
}
"_server": [null]
"_sockname": [null]
"_writableState": {
"bufferProcessing": false
"bufferedRequest": [null]
"bufferedRequestCount": 0
"corked": 0
"corkedRequestsFree": {
"entry": [null]
"finish": [Function]
"next": {
"entry": [null]
"finish": [Function]
"next": [null]
}
}
"decodeStrings": false
"defaultEncoding": "utf8"
"destroyed": false
"emitClose": false
"ended": true
"ending": true
"errorEmitted": false
"finalCalled": true
"finished": false
"highWaterMark": 16384
"lastBufferedRequest": [null]
"length": 0
"needDrain": false
"objectMode": false
"onwrite": [Function]
"pendingcb": 1
"prefinished": false
"sync": false
"writecb": [null]
"writelen": 0
"writing": false
}
"allowHalfOpen": false
"connecting": false
"parser": [null]
"readable": true
"server": [null]
"writable": false
}
"socketPath": [undefined]
"timeout": [undefined]
"timeoutCb": [null]
"upgradeOrConnect": false
"useChunkedEncodingByDefault": true
"writable": true
}
"res": {
"_consuming": false
"_dumped": false
"_events": {
"close": [Function]
"data": [
[Function]
[Function]
[Function]
]
"end": [
[Function]
[Function]
[Function]
]
"error": [
{
"listener": [Function]
}
[Function]
]
}
"_eventsCount": 4
"_maxListeners": [undefined]
"_readableState": {
"awaitDrain": 0
"buffer": {
"head": [null]
"length": 0
"tail": [null]
}
"decoder": {
"encoding": "utf8"
}
"defaultEncoding": "utf8"
"destroyed": false
"emitClose": true
"emittedReadable": false
"encoding": "utf8"
"endEmitted": true
"ended": true
"flowing": true
"highWaterMark": 16384
"length": 0
"needReadable": false
"objectMode": false
"paused": false
"pipes": [null]
"pipesCount": 0
"readableListening": false
"reading": false
"readingMore": true
"resumeScheduled": false
"sync": true
}
"aborted": false
"client": {
"_events": {
"agentRemove": [Function]
"close": [
[Function]
[Function]
]
"drain": [Function]
"end": [Function]
"error": [Function]
"finish": {
"listener": [Function]
}
"free": [Function]
}
"_eventsCount": 7
"_hadError": false
"_handle": "[object TCP]"
"_host": "localhost"
"_httpMessage": {
"_contentLength": 323
"_ended": true
"_events": {
"drain": {
"listener": [Function]
}
"error": {
"listener": [Function]
}
"prefinish": [Function]
}
"_eventsCount": 3
"_hasBody": true
"_header": "POST /api/rollup/delete HTTP/1.1\r\nHost: localhost:5620\r\nAccept-Encoding: gzip, deflate\r\nUser-Agent: node-superagent/3.8.2\r\nkbn-xsrf: xxx\r\nContent-Type: application/json\r\nAuthorization: Basic ZWxhc3RpYzpjaGFuZ2VtZQ==\r\nContent-Length: 323\r\nConnection: close\r\n\r\n"
"_headerSent": true
"_last": true
"_maxListeners": [undefined]
"_onPendingData": [Function]
"_removedConnection": false
"_removedContLen": false
"_removedTE": false
"_trailer": ""
"aborted": [undefined]
"agent": {
"_events": {
"free": [Function]
}
"_eventsCount": 1
"_maxListeners": [undefined]
"defaultPort": 80
"freeSockets": {}
"keepAlive": false
"keepAliveMsecs": 1000
"maxFreeSockets": 256
"maxSockets": Infinity
"options": {
"path": [null]
}
"protocol": "http:"
"requests": {}
"sockets": {
"localhost:5620:": [
[Circular]
]
}
}
"chunkedEncoding": false
"connection": [Circular]
"finished": true
"maxHeadersCount": [null]
"method": "POST"
"output": []
"outputCallbacks": []
"outputEncodings": []
"outputSize": 0
"parser": [null]
"path": "/api/rollup/delete"
"res": [Circular]
"sendDate": false
"shouldKeepAlive": false
"socket": [Circular]
"socketPath": [undefined]
"timeout": [undefined]
"timeoutCb": [null]
"upgradeOrConnect": false
"useChunkedEncodingByDefault": true
"writable": true
}
"_maxListeners": [undefined]
"_parent": [null]
"_pendingData": [null]
"_pendingEncoding": ""
"_readableState": {
"awaitDrain": 0
"buffer": {
"head": [null]
"length": 0
"tail": [null]
}
"decoder": [null]
"defaultEncoding": "utf8"
"destroyed": false
"emitClose": false
"emittedReadable": false
"encoding": [null]
"endEmitted": false
"ended": false
"flowing": true
"highWaterMark": 16384
"length": 0
"needReadable": true
"objectMode": false
"paused": false
"pipes": [null]
"pipesCount": 0
"readableListening": false
"reading": true
"readingMore": false
"resumeScheduled": false
"sync": false
}
"_server": [null]
"_sockname": [null]
"_writableState": {
"bufferProcessing": false
"bufferedRequest": [null]
"bufferedRequestCount": 0
"corked": 0
"corkedRequestsFree": {
"entry": [null]
"finish": [Function]
"next": {
"entry": [null]
"finish": [Function]
"next": [null]
}
}
"decodeStrings": false
"defaultEncoding": "utf8"
"destroyed": false
"emitClose": false
"ended": true
"ending": true
"errorEmitted": false
"finalCalled": true
"finished": false
"highWaterMark": 16384
"lastBufferedRequest": [null]
"length": 0
"needDrain": false
"objectMode": false
"onwrite": [Function]
"pendingcb": 1
"prefinished": false
"sync": false
"writecb": [null]
"writelen": 0
"writing": false
}
"allowHalfOpen": false
"connecting": false
"parser": [null]
"readable": true
"server": [null]
"writable": false
}
"complete": true
"connection": {
"_events": {
"agentRemove": [Function]
"close": [
[Function]
[Function]
]
"drain": [Function]
"end": [Function]
"error": [Function]
"finish": {
"listener": [Function]
}
"free": [Function]
}
"_eventsCount": 7
"_hadError": false
"_handle": "[object TCP]"
"_host": "localhost"
"_httpMessage": {
"_contentLength": 323
"_ended": true
"_events": {
"drain": {
"listener": [Function]
}
"error": {
"listener": [Function]
}
"prefinish": [Function]
}
"_eventsCount": 3
"_hasBody": true
"_header": "POST /api/rollup/delete HTTP/1.1\r\nHost: localhost:5620\r\nAccept-Encoding: gzip, deflate\r\nUser-Agent: node-superagent/3.8.2\r\nkbn-xsrf: xxx\r\nContent-Type: application/json\r\nAuthorization: Basic ZWxhc3RpYzpjaGFuZ2VtZQ==\r\nContent-Length: 323\r\nConnection: close\r\n\r\n"
"_headerSent": true
"_last": true
"_maxListeners": [undefined]
"_onPendingData": [Function]
"_removedConnection": false
"_removedContLen": false
"_removedTE": false
"_trailer": ""
"aborted": [undefined]
"agent": {
"_events": {
"free": [Function]
}
"_eventsCount": 1
"_maxListeners": [undefined]
"defaultPort": 80
"freeSockets": {}
"keepAlive": false
"keepAliveMsecs": 1000
"maxFreeSockets": 256
"maxSockets": Infinity
"options": {
"path": [null]
}
"protocol": "http:"
"requests": {}
"sockets": {
"localhost:5620:": [
[Circular]
]
}
}
"chunkedEncoding": false
"connection": [Circular]
"finished": true
"maxHeadersCount": [null]
"method": "POST"
"output": []
"outputCallbacks": []
"outputEncodings": []
"outputSize": 0
"parser": [null]
"path": "/api/rollup/delete"
"res": [Circular]
"sendDate": false
"shouldKeepAlive": false
"socket": [Circular]
"socketPath": [undefined]
"timeout": [undefined]
"timeoutCb": [null]
"upgradeOrConnect": false
"useChunkedEncodingByDefault": true
"writable": true
}
"_maxListeners": [undefined]
"_parent": [null]
"_pendingData": [null]
"_pendingEncoding": ""
"_readableState": {
"awaitDrain": 0
"buffer": {
"head": [null]
"length": 0
"tail": [null]
}
"decoder": [null]
"defaultEncoding": "utf8"
"destroyed": false
"emitClose": false
"emittedReadable": false
"encoding": [null]
"endEmitted": false
"ended": false
"flowing": true
"highWaterMark": 16384
"length": 0
"needReadable": true
"objectMode": false
"paused": false
"pipes": [null]
"pipesCount": 0
"readableListening": false
"reading": true
"readingMore": false
"resumeScheduled": false
"sync": false
}
"_server": [null]
"_sockname": [null]
"_writableState": {
"bufferProcessing": false
"bufferedRequest": [null]
"bufferedRequestCount": 0
"corked": 0
"corkedRequestsFree": {
"entry": [null]
"finish": [Function]
"next": {
"entry": [null]
"finish": [Function]
"next": [null]
}
}
"decodeStrings": false
"defaultEncoding": "utf8"
"destroyed": false
"emitClose": false
"ended": true
"ending": true
"errorEmitted": false
"finalCalled": true
"finished": false
"highWaterMark": 16384
"lastBufferedRequest": [null]
"length": 0
"needDrain": false
"objectMode": false
"onwrite": [Function]
"pendingcb": 1
"prefinished": false
"sync": false
"writecb": [null]
"writelen": 0
"writing": false
}
"allowHalfOpen": false
"connecting": false
"parser": [null]
"readable": true
"server": [null]
"writable": false
}
"headers": {
"cache-control": "no-cache"
"connection": "close"
"content-length": "173"
"content-type": "application/json; charset=utf-8"
"date": "Thu, 14 Mar 2019 03:33:53 GMT"
"kbn-name": "kibana"
"kbn-xpack-sig": "aab5d0196dcd2297d461610d030e290e"
}
"httpVersion": "1.1"
"httpVersionMajor": 1
"httpVersionMinor": 1
"method": [null]
"rawHeaders": [
"kbn-name"
"kibana"
"kbn-xpack-sig"
"aab5d0196dcd2297d461610d030e290e"
"content-type"
"application/json; charset=utf-8"
"cache-control"
"no-cache"
"content-length"
"173"
"connection"
"close"
"Date"
"Thu, 14 Mar 2019 03:33:53 GMT"
]
"rawTrailers": []
"readable": false
"req": {
"_contentLength": 323
"_ended": true
"_events": {
"drain": {
"listener": [Function]
}
"error": {
"listener": [Function]
}
"prefinish": [Function]
}
"_eventsCount": 3
"_hasBody": true
"_header": "POST /api/rollup/delete HTTP/1.1\r\nHost: localhost:5620\r\nAccept-Encoding: gzip, deflate\r\nUser-Agent: node-superagent/3.8.2\r\nkbn-xsrf: xxx\r\nContent-Type: application/json\r\nAuthorization: Basic ZWxhc3RpYzpjaGFuZ2VtZQ==\r\nContent-Length: 323\r\nConnection: close\r\n\r\n"
"_headerSent": true
"_last": true
"_maxListeners": [undefined]
"_onPendingData": [Function]
"_removedConnection": false
"_removedContLen": false
"_removedTE": false
"_trailer": ""
"aborted": [undefined]
"agent": {
"_events": {
"free": [Function]
}
"_eventsCount": 1
"_maxListeners": [undefined]
"defaultPort": 80
"freeSockets": {}
"keepAlive": false
"keepAliveMsecs": 1000
"maxFreeSockets": 256
"maxSockets": Infinity
"options": {
"path": [null]
}
"protocol": "http:"
"requests": {}
"sockets": {
"localhost:5620:": [
{
"_events": {
"agentRemove": [Function]
"close": [
[Function]
[Function]
]
"drain": [Function]
"end": [Function]
"error": [Function]
"finish": {
"listener": [Function]
}
"free": [Function]
}
"_eventsCount": 7
"_hadError": false
"_handle": "[object TCP]"
"_host": "localhost"
"_httpMessage": [Circular]
"_maxListeners": [undefined]
"_parent": [null]
"_pendingData": [null]
"_pendingEncoding": ""
"_readableState": {
"awaitDrain": 0
"buffer": {
"head": [null]
"length": 0
"tail": [null]
}
"decoder": [null]
"defaultEncoding": "utf8"
"destroyed": false
"emitClose": false
"emittedReadable": false
"encoding": [null]
"endEmitted": false
"ended": false
"flowing": true
"highWaterMark": 16384
"length": 0
"needReadable": true
"objectMode": false
"paused": false
"pipes": [null]
"pipesCount": 0
"readableListening": false
"reading": true
"readingMore": false
"resumeScheduled": false
"sync": false
}
"_server": [null]
"_sockname": [null]
"_writableState": {
"bufferProcessing": false
"bufferedRequest": [null]
"bufferedRequestCount": 0
"corked": 0
"corkedRequestsFree": {
"entry": [null]
"finish": [Function]
"next": {
"entry": [null]
"finish": [Function]
"next": [null]
}
}
"decodeStrings": false
"defaultEncoding": "utf8"
"destroyed": false
"emitClose": false
"ended": true
"ending": true
"errorEmitted": false
"finalCalled": true
"finished": false
"highWaterMark": 16384
"lastBufferedRequest": [null]
"length": 0
"needDrain": false
"objectMode": false
"onwrite": [Function]
"pendingcb": 1
"prefinished": false
"sync": false
"writecb": [null]
"writelen": 0
"writing": false
}
"allowHalfOpen": false
"connecting": false
"parser": [null]
"readable": true
"server": [null]
"writable": false
}
]
}
}
"chunkedEncoding": false
"connection": {
"_events": {
"agentRemove": [Function]
"close": [
[Function]
[Function]
]
"drain": [Function]
"end": [Function]
"error": [Function]
"finish": {
"listener": [Function]
}
"free": [Function]
}
"_eventsCount": 7
"_hadError": false
"_handle": "[object TCP]"
"_host": "localhost"
"_httpMessage": [Circular]
"_maxListeners": [undefined]
"_parent": [null]
"_pendingData": [null]
"_pendingEncoding": ""
"_readableState": {
"awaitDrain": 0
"buffer": {
"head": [null]
"length": 0
"tail": [null]
}
"decoder": [null]
"defaultEncoding": "utf8"
"destroyed": false
"emitClose": false
"emittedReadable": false
"encoding": [null]
"endEmitted": false
"ended": false
"flowing": true
"highWaterMark": 16384
"length": 0
"needReadable": true
"objectMode": false
"paused": false
"pipes": [null]
"pipesCount": 0
"readableListening": false
"reading": true
"readingMore": false
"resumeScheduled": false
"sync": false
}
"_server": [null]
"_sockname": [null]
"_writableState": {
"bufferProcessing": false
"bufferedRequest": [null]
"bufferedRequestCount": 0
"corked": 0
"corkedRequestsFree": {
"entry": [null]
"finish": [Function]
"next": {
"entry": [null]
"finish": [Function]
"next": [null]
}
}
"decodeStrings": false
"defaultEncoding": "utf8"
"destroyed": false
"emitClose": false
"ended": true
"ending": true
"errorEmitted": false
"finalCalled": true
"finished": false
"highWaterMark": 16384
"lastBufferedRequest": [null]
"length": 0
"needDrain": false
"objectMode": false
"onwrite": [Function]
"pendingcb": 1
"prefinished": false
"sync": false
"writecb": [null]
"writelen": 0
"writing": false
}
"allowHalfOpen": false
"connecting": false
"parser": [null]
"readable": true
"server": [null]
"writable": false
}
"finished": true
"maxHeadersCount": [null]
"method": "POST"
"output": []
"outputCallbacks": []
"outputEncodings": []
"outputSize": 0
"parser": [null]
"path": "/api/rollup/delete"
"res": [Circular]
"sendDate": false
"shouldKeepAlive": false
"socket": {
"_events": {
"agentRemove": [Function]
"close": [
[Function]
[Function]
]
"drain": [Function]
"end": [Function]
"error": [Function]
"finish": {
"listener": [Function]
}
"free": [Function]
}
"_eventsCount": 7
"_hadError": false
"_handle": "[object TCP]"
"_host": "localhost"
"_httpMessage": [Circular]
"_maxListeners": [undefined]
"_parent": [null]
"_pendingData": [null]
"_pendingEncoding": ""
"_readableState": {
"awaitDrain": 0
"buffer": {
"head": [null]
"length": 0
"tail": [null]
}
"decoder": [null]
"defaultEncoding": "utf8"
"destroyed": false
"emitClose": false
"emittedReadable": false
"encoding": [null]
"endEmitted": false
"ended": false
"flowing": true
"highWaterMark": 16384
"length": 0
"needReadable": true
"objectMode": false
"paused": false
"pipes": [null]
"pipesCount": 0
"readableListening": false
"reading": true
"readingMore": false
"resumeScheduled": false
"sync": false
}
"_server": [null]
"_sockname": [null]
"_writableState": {
"bufferProcessing": false
"bufferedRequest": [null]
"bufferedRequestCount": 0
"corked": 0
"corkedRequestsFree": {
"entry": [null]
"finish": [Function]
"next": {
"entry": [null]
"finish": [Function]
"next": [null]
}
}
"decodeStrings": false
"defaultEncoding": "utf8"
"destroyed": false
"emitClose": false
"ended": true
"ending": true
"errorEmitted": false
"finalCalled": true
"finished": false
"highWaterMark": 16384
"lastBufferedRequest": [null]
"length": 0
"needDrain": false
"objectMode": false
"onwrite": [Function]
"pendingcb": 1
"prefinished": false
"sync": false
"writecb": [null]
"writelen": 0
"writing": false
}
"allowHalfOpen": false
"connecting": false
"parser": [null]
"readable": true
"server": [null]
"writable": false
}
"socketPath": [undefined]
"timeout": [undefined]
"timeoutCb": [null]
"upgradeOrConnect": false
"useChunkedEncodingByDefault": true
"writable": true
}
"socket": {
"_events": {
"agentRemove": [Function]
"close": [
[Function]
[Function]
]
"drain": [Function]
"end": [Function]
"error": [Function]
"finish": {
"listener": [Function]
}
"free": [Function]
}
"_eventsCount": 7
"_hadError": false
"_handle": "[object TCP]"
"_host": "localhost"
"_httpMessage": {
"_contentLength": 323
"_ended": true
"_events": {
"drain": {
"listener": [Function]
}
"error": {
"listener": [Function]
}
"prefinish": [Function]
}
"_eventsCount": 3
"_hasBody": true
"_header": "POST /api/rollup/delete HTTP/1.1\r\nHost: localhost:5620\r\nAccept-Encoding: gzip, deflate\r\nUser-Agent: node-superagent/3.8.2\r\nkbn-xsrf: xxx\r\nContent-Type: application/json\r\nAuthorization: Basic ZWxhc3RpYzpjaGFuZ2VtZQ==\r\nContent-Length: 323\r\nConnection: close\r\n\r\n"
"_headerSent": true
"_last": true
"_maxListeners": [undefined]
"_onPendingData": [Function]
"_removedConnection": false
"_removedContLen": false
"_removedTE": false
"_trailer": ""
"aborted": [undefined]
"agent": {
"_events": {
"free": [Function]
}
"_eventsCount": 1
"_maxListeners": [undefined]
"defaultPort": 80
"freeSockets": {}
"keepAlive": false
"keepAliveMsecs": 1000
"maxFreeSockets": 256
"maxSockets": Infinity
"options": {
"path": [null]
}
"protocol": "http:"
"requests": {}
"sockets": {
"localhost:5620:": [
[Circular]
]
}
}
"chunkedEncoding": false
"connection": [Circular]
"finished": true
"maxHeadersCount": [null]
"method": "POST"
"output": []
"outputCallbacks": []
"outputEncodings": []
"outputSize": 0
"parser": [null]
"path": "/api/rollup/delete"
"res": [Circular]
"sendDate": false
"shouldKeepAlive": false
"socket": [Circular]
"socketPath": [undefined]
"timeout": [undefined]
"timeoutCb": [null]
"upgradeOrConnect": false
"useChunkedEncodingByDefault": true
"writable": true
}
"_maxListeners": [undefined]
"_parent": [null]
"_pendingData": [null]
"_pendingEncoding": ""
"_readableState": {
"awaitDrain": 0
"buffer": {
"head": [null]
"length": 0
"tail": [null]
}
"decoder": [null]
"defaultEncoding": "utf8"
"destroyed": false
"emitClose": false
"emittedReadable": false
"encoding": [null]
"endEmitted": false
"ended": false
"flowing": true
"highWaterMark": 16384
"length": 0
"needReadable": true
"objectMode": false
"paused": false
"pipes": [null]
"pipesCount": 0
"readableListening": false
"reading": true
"readingMore": false
"resumeScheduled": false
"sync": false
}
"_server": [null]
"_sockname": [null]
"_writableState": {
"bufferProcessing": false
"bufferedRequest": [null]
"bufferedRequestCount": 0
"corked": 0
"corkedRequestsFree": {
"entry": [null]
"finish": [Function]
"next": {
"entry": [null]
"finish": [Function]
"next": [null]
}
}
"decodeStrings": false
"defaultEncoding": "utf8"
"destroyed": false
"emitClose": false
"ended": true
"ending": true
"errorEmitted": false
"finalCalled": true
"finished": false
"highWaterMark": 16384
"lastBufferedRequest": [null]
"length": 0
"needDrain": false
"objectMode": false
"onwrite": [Function]
"pendingcb": 1
"prefinished": false
"sync": false
"writecb": [null]
"writelen": 0
"writing": false
}
"allowHalfOpen": false
"connecting": false
"parser": [null]
"readable": true
"server": [null]
"writable": false
}
"statusCode": 400
"statusMessage": "Bad Request"
"text": "{\"statusCode\":400,\"error\":\"Bad Request\",\"message\":\"Could not delete job [rzllqg-1552534431259] because indexer state is [ABORTING]. Job must be [STOPPED] before deletion.\"}"
"trailers": {}
"upgrade": false
"url": ""
}
"response": [Circular]
"then": [Function]
"toPromise": [Function]
"url": "http://elastic:changeme@localhost:5620/api/rollup/delete"
"writable": true
}
"res": {
"_consuming": false
"_dumped": false
"_events": {
"close": [Function]
"data": [
[Function]
[Function]
[Function]
]
"end": [
[Function]
[Function]
[Function]
]
"error": [
{
"listener": [Function]
}
[Function]
]
}
"_eventsCount": 4
"_maxListeners": [undefined]
"_readableState": {
"awaitDrain": 0
"buffer": {
"head": [null]
"length": 0
"tail": [null]
}
"decoder": {
"encoding": "utf8"
}
"defaultEncoding": "utf8"
"destroyed": false
"emitClose": true
"emittedReadable": false
"encoding": "utf8"
"endEmitted": true
"ended": true
"flowing": true
"highWaterMark": 16384
"length": 0
"needReadable": false
"objectMode": false
"paused": false
"pipes": [null]
"pipesCount": 0
"readableListening": false
"reading": false
"readingMore": true
"resumeScheduled": false
"sync": true
}
"aborted": false
"client": {
"_events": {
"agentRemove": [Function]
"close": [
[Function]
[Function]
]
"drain": [Function]
"end": [Function]
"error": [Function]
"finish": {
"listener": [Function]
}
"free": [Function]
}
"_eventsCount": 7
"_hadError": false
"_handle": "[object TCP]"
"_host": "localhost"
"_httpMessage": {
"_contentLength": 323
"_ended": true
"_events": {
"drain": {
"listener": [Function]
}
"error": {
"listener": [Function]
}
"prefinish": [Function]
}
"_eventsCount": 3
"_hasBody": true
"_header": "POST /api/rollup/delete HTTP/1.1\r\nHost: localhost:5620\r\nAccept-Encoding: gzip, deflate\r\nUser-Agent: node-superagent/3.8.2\r\nkbn-xsrf: xxx\r\nContent-Type: application/json\r\nAuthorization: Basic ZWxhc3RpYzpjaGFuZ2VtZQ==\r\nContent-Length: 323\r\nConnection: close\r\n\r\n"
"_headerSent": true
"_last": true
"_maxListeners": [undefined]
"_onPendingData": [Function]
"_removedConnection": false
"_removedContLen": false
"_removedTE": false
"_trailer": ""
"aborted": [undefined]
"agent": {
"_events": {
"free": [Function]
}
"_eventsCount": 1
"_maxListeners": [undefined]
"defaultPort": 80
"freeSockets": {}
"keepAlive": false
"keepAliveMsecs": 1000
"maxFreeSockets": 256
"maxSockets": Infinity
"options": {
"path": [null]
}
"protocol": "http:"
"requests": {}
"sockets": {
"localhost:5620:": [
[Circular]
]
}
}
"chunkedEncoding": false
"connection": [Circular]
"finished": true
"maxHeadersCount": [null]
"method": "POST"
"output": []
"outputCallbacks": []
"outputEncodings": []
"outputSize": 0
"parser": [null]
"path": "/api/rollup/delete"
"res": [Circular]
"sendDate": false
"shouldKeepAlive": false
"socket": [Circular]
"socketPath": [undefined]
"timeout": [undefined]
"timeoutCb": [null]
"upgradeOrConnect": false
"useChunkedEncodingByDefault": true
"writable": true
}
"_maxListeners": [undefined]
"_parent": [null]
"_pendingData": [null]
"_pendingEncoding": ""
"_readableState": {
"awaitDrain": 0
"buffer": {
"head": [null]
"length": 0
"tail": [null]
}
"decoder": [null]
"defaultEncoding": "utf8"
"destroyed": false
"emitClose": false
"emittedReadable": false
"encoding": [null]
"endEmitted": false
"ended": false
"flowing": true
"highWaterMark": 16384
"length": 0
"needReadable": true
"objectMode": false
"paused": false
"pipes": [null]
"pipesCount": 0
"readableListening": false
"reading": true
"readingMore": false
"resumeScheduled": false
"sync": false
}
"_server": [null]
"_sockname": [null]
"_writableState": {
"bufferProcessing": false
"bufferedRequest": [null]
"bufferedRequestCount": 0
"corked": 0
"corkedRequestsFree": {
"entry": [null]
"finish": [Function]
"next": {
"entry": [null]
"finish": [Function]
"next": [null]
}
}
"decodeStrings": false
"defaultEncoding": "utf8"
"destroyed": false
"emitClose": false
"ended": true
"ending": true
"errorEmitted": false
"finalCalled": true
"finished": false
"highWaterMark": 16384
"lastBufferedRequest": [null]
"length": 0
"needDrain": false
"objectMode": false
"onwrite": [Function]
"pendingcb": 1
"prefinished": false
"sync": false
"writecb": [null]
"writelen": 0
"writing": false
}
"allowHalfOpen": false
"connecting": false
"parser": [null]
"readable": true
"server": [null]
"writable": false
}
"complete": true
"connection": {
"_events": {
"agentRemove": [Function]
"close": [
[Function]
[Function]
]
"drain": [Function]
"end": [Function]
"error": [Function]
"finish": {
"listener": [Function]
}
"free": [Function]
}
"_eventsCount": 7
"_hadError": false
"_handle": "[object TCP]"
"_host": "localhost"
"_httpMessage": {
"_contentLength": 323
"_ended": true
"_events": {
"drain": {
"listener": [Function]
}
"error": {
"listener": [Function]
}
"prefinish": [Function]
}
"_eventsCount": 3
"_hasBody": true
"_header": "POST /api/rollup/delete HTTP/1.1\r\nHost: localhost:5620\r\nAccept-Encoding: gzip, deflate\r\nUser-Agent: node-superagent/3.8.2\r\nkbn-xsrf: xxx\r\nContent-Type: application/json\r\nAuthorization: Basic ZWxhc3RpYzpjaGFuZ2VtZQ==\r\nContent-Length: 323\r\nConnection: close\r\n\r\n"
"_headerSent": true
"_last": true
"_maxListeners": [undefined]
"_onPendingData": [Function]
"_removedConnection": false
"_removedContLen": false
"_removedTE": false
"_trailer": ""
"aborted": [undefined]
"agent": {
"_events": {
"free": [Function]
}
"_eventsCount": 1
"_maxListeners": [undefined]
"defaultPort": 80
"freeSockets": {}
"keepAlive": false
"keepAliveMsecs": 1000
"maxFreeSockets": 256
"maxSockets": Infinity
"options": {
"path": [null]
}
"protocol": "http:"
"requests": {}
"sockets": {
"localhost:5620:": [
[Circular]
]
}
}
"chunkedEncoding": false
"connection": [Circular]
"finished": true
"maxHeadersCount": [null]
"method": "POST"
"output": []
"outputCallbacks": []
"outputEncodings": []
"outputSize": 0
"parser": [null]
"path": "/api/rollup/delete"
"res": [Circular]
"sendDate": false
"shouldKeepAlive": false
"socket": [Circular]
"socketPath": [undefined]
"timeout": [undefined]
"timeoutCb": [null]
"upgradeOrConnect": false
"useChunkedEncodingByDefault": true
"writable": true
}
"_maxListeners": [undefined]
"_parent": [null]
"_pendingData": [null]
"_pendingEncoding": ""
"_readableState": {
"awaitDrain": 0
"buffer": {
"head": [null]
"length": 0
"tail": [null]
}
"decoder": [null]
"defaultEncoding": "utf8"
"destroyed": false
"emitClose": false
"emittedReadable": false
"encoding": [null]
"endEmitted": false
"ended": false
"flowing": true
"highWaterMark": 16384
"length": 0
"needReadable": true
"objectMode": false
"paused": false
"pipes": [null]
"pipesCount": 0
"readableListening": false
"reading": true
"readingMore": false
"resumeScheduled": false
"sync": false
}
"_server": [null]
"_sockname": [null]
"_writableState": {
"bufferProcessing": false
"bufferedRequest": [null]
"bufferedRequestCount": 0
"corked": 0
"corkedRequestsFree": {
"entry": [null]
"finish": [Function]
"next": {
"entry": [null]
"finish": [Function]
"next": [null]
}
}
"decodeStrings": false
"defaultEncoding": "utf8"
"destroyed": false
"emitClose": false
"ended": true
"ending": true
"errorEmitted": false
"finalCalled": true
"finished": false
"highWaterMark": 16384
"lastBufferedRequest": [null]
"length": 0
"needDrain": false
"objectMode": false
"onwrite": [Function]
"pendingcb": 1
"prefinished": false
"sync": false
"writecb": [null]
"writelen": 0
"writing": false
}
"allowHalfOpen": false
"connecting": false
"parser": [null]
"readable": true
"server": [null]
"writable": false
}
"headers": {
"cache-control": "no-cache"
"connection": "close"
"content-length": "173"
"content-type": "application/json; charset=utf-8"
"date": "Thu, 14 Mar 2019 03:33:53 GMT"
"kbn-name": "kibana"
"kbn-xpack-sig": "aab5d0196dcd2297d461610d030e290e"
}
"httpVersion": "1.1"
"httpVersionMajor": 1
"httpVersionMinor": 1
"method": [null]
"rawHeaders": [
"kbn-name"
"kibana"
"kbn-xpack-sig"
"aab5d0196dcd2297d461610d030e290e"
"content-type"
"application/json; charset=utf-8"
"cache-control"
"no-cache"
"content-length"
"173"
"connection"
"close"
"Date"
"Thu, 14 Mar 2019 03:33:53 GMT"
]
"rawTrailers": []
"readable": false
"req": {
"_contentLength": 323
"_ended": true
"_events": {
"drain": {
"listener": [Function]
}
"error": {
"listener": [Function]
}
"prefinish": [Function]
}
"_eventsCount": 3
"_hasBody": true
"_header": "POST /api/rollup/delete HTTP/1.1\r\nHost: localhost:5620\r\nAccept-Encoding: gzip, deflate\r\nUser-Agent: node-superagent/3.8.2\r\nkbn-xsrf: xxx\r\nContent-Type: application/json\r\nAuthorization: Basic ZWxhc3RpYzpjaGFuZ2VtZQ==\r\nContent-Length: 323\r\nConnection: close\r\n\r\n"
"_headerSent": true
"_last": true
"_maxListeners": [undefined]
"_onPendingData": [Function]
"_removedConnection": false
"_removedContLen": false
"_removedTE": false
"_trailer": ""
"aborted": [undefined]
"agent": {
"_events": {
"free": [Function]
}
"_eventsCount": 1
"_maxListeners": [undefined]
"defaultPort": 80
"freeSockets": {}
"keepAlive": false
"keepAliveMsecs": 1000
"maxFreeSockets": 256
"maxSockets": Infinity
"options": {
"path": [null]
}
"protocol": "http:"
"requests": {}
"sockets": {
"localhost:5620:": [
{
"_events": {
"agentRemove": [Function]
"close": [
[Function]
[Function]
]
"drain": [Function]
"end": [Function]
"error": [Function]
"finish": {
"listener": [Function]
}
"free": [Function]
}
"_eventsCount": 7
"_hadError": false
"_handle": "[object TCP]"
"_host": "localhost"
"_httpMessage": [Circular]
"_maxListeners": [undefined]
"_parent": [null]
"_pendingData": [null]
"_pendingEncoding": ""
"_readableState": {
"awaitDrain": 0
"buffer": {
"head": [null]
"length": 0
"tail": [null]
}
"decoder": [null]
"defaultEncoding": "utf8"
"destroyed": false
"emitClose": false
"emittedReadable": false
"encoding": [null]
"endEmitted": false
"ended": false
"flowing": true
"highWaterMark": 16384
"length": 0
"needReadable": true
"objectMode": false
"paused": false
"pipes": [null]
"pipesCount": 0
"readableListening": false
"reading": true
"readingMore": false
"resumeScheduled": false
"sync": false
}
"_server": [null]
"_sockname": [null]
"_writableState": {
"bufferProcessing": false
"bufferedRequest": [null]
"bufferedRequestCount": 0
"corked": 0
"corkedRequestsFree": {
"entry": [null]
"finish": [Function]
"next": {
"entry": [null]
"finish": [Function]
"next": [null]
}
}
"decodeStrings": false
"defaultEncoding": "utf8"
"destroyed": false
"emitClose": false
"ended": true
"ending": true
"errorEmitted": false
"finalCalled": true
"finished": false
"highWaterMark": 16384
"lastBufferedRequest": [null]
"length": 0
"needDrain": false
"objectMode": false
"onwrite": [Function]
"pendingcb": 1
"prefinished": false
"sync": false
"writecb": [null]
"writelen": 0
"writing": false
}
"allowHalfOpen": false
"connecting": false
"parser": [null]
"readable": true
"server": [null]
"writable": false
}
]
}
}
"chunkedEncoding": false
"connection": {
"_events": {
"agentRemove": [Function]
"close": [
[Function]
[Function]
]
"drain": [Function]
"end": [Function]
"error": [Function]
"finish": {
"listener": [Function]
}
"free": [Function]
}
"_eventsCount": 7
"_hadError": false
"_handle": "[object TCP]"
"_host": "localhost"
"_httpMessage": [Circular]
"_maxListeners": [undefined]
"_parent": [null]
"_pendingData": [null]
"_pendingEncoding": ""
"_readableState": {
"awaitDrain": 0
"buffer": {
"head": [null]
"length": 0
"tail": [null]
}
"decoder": [null]
"defaultEncoding": "utf8"
"destroyed": false
"emitClose": false
"emittedReadable": false
"encoding": [null]
"endEmitted": false
"ended": false
"flowing": true
"highWaterMark": 16384
"length": 0
"needReadable": true
"objectMode": false
"paused": false
"pipes": [null]
"pipesCount": 0
"readableListening": false
"reading": true
"readingMore": false
"resumeScheduled": false
"sync": false
}
"_server": [null]
"_sockname": [null]
"_writableState": {
"bufferProcessing": false
"bufferedRequest": [null]
"bufferedRequestCount": 0
"corked": 0
"corkedRequestsFree": {
"entry": [null]
"finish": [Function]
"next": {
"entry": [null]
"finish": [Function]
"next": [null]
}
}
"decodeStrings": false
"defaultEncoding": "utf8"
"destroyed": false
"emitClose": false
"ended": true
"ending": true
"errorEmitted": false
"finalCalled": true
"finished": false
"highWaterMark": 16384
"lastBufferedRequest": [null]
"length": 0
"needDrain": false
"objectMode": false
"onwrite": [Function]
"pendingcb": 1
"prefinished": false
"sync": false
"writecb": [null]
"writelen": 0
"writing": false
}
"allowHalfOpen": false
"connecting": false
"parser": [null]
"readable": true
"server": [null]
"writable": false
}
"finished": true
"maxHeadersCount": [null]
"method": "POST"
"output": []
"outputCallbacks": []
"outputEncodings": []
"outputSize": 0
"parser": [null]
"path": "/api/rollup/delete"
"res": [Circular]
"sendDate": false
"shouldKeepAlive": false
"socket": {
"_events": {
"agentRemove": [Function]
"close": [
[Function]
[Function]
]
"drain": [Function]
"end": [Function]
"error": [Function]
"finish": {
"listener": [Function]
}
"free": [Function]
}
"_eventsCount": 7
"_hadError": false
"_handle": "[object TCP]"
"_host": "localhost"
"_httpMessage": [Circular]
"_maxListeners": [undefined]
"_parent": [null]
"_pendingData": [null]
"_pendingEncoding": ""
"_readableState": {
"awaitDrain": 0
"buffer": {
"head": [null]
"length": 0
"tail": [null]
}
"decoder": [null]
"defaultEncoding": "utf8"
"destroyed": false
"emitClose": false
"emittedReadable": false
"encoding": [null]
"endEmitted": false
"ended": false
"flowing": true
"highWaterMark": 16384
"length": 0
"needReadable": true
"objectMode": false
"paused": false
"pipes": [null]
"pipesCount": 0
"readableListening": false
"reading": true
"readingMore": false
"resumeScheduled": false
"sync": false
}
"_server": [null]
"_sockname": [null]
"_writableState": {
"bufferProcessing": false
"bufferedRequest": [null]
"bufferedRequestCount": 0
"corked": 0
"corkedRequestsFree": {
"entry": [null]
"finish": [Function]
"next": {
"entry": [null]
"finish": [Function]
"next": [null]
}
}
"decodeStrings": false
"defaultEncoding": "utf8"
"destroyed": false
"emitClose": false
"ended": true
"ending": true
"errorEmitted": false
"finalCalled": true
"finished": false
"highWaterMark": 16384
"lastBufferedRequest": [null]
"length": 0
"needDrain": false
"objectMode": false
"onwrite": [Function]
"pendingcb": 1
"prefinished": false
"sync": false
"writecb": [null]
"writelen": 0
"writing": false
}
"allowHalfOpen": false
"connecting": false
"parser": [null]
"readable": true
"server": [null]
"writable": false
}
"socketPath": [undefined]
"timeout": [undefined]
"timeoutCb": [null]
"upgradeOrConnect": false
"useChunkedEncodingByDefault": true
"writable": true
}
"socket": {
"_events": {
"agentRemove": [Function]
"close": [
[Function]
[Function]
]
"drain": [Function]
"end": [Function]
"error": [Function]
"finish": {
"listener": [Function]
}
"free": [Function]
}
"_eventsCount": 7
"_hadError": false
"_handle": "[object TCP]"
"_host": "localhost"
"_httpMessage": {
"_contentLength": 323
"_ended": true
"_events": {
"drain": {
"listener": [Function]
}
"error": {
"listener": [Function]
}
"prefinish": [Function]
}
"_eventsCount": 3
"_hasBody": true
"_header": "POST /api/rollup/delete HTTP/1.1\r\nHost: localhost:5620\r\nAccept-Encoding: gzip, deflate\r\nUser-Agent: node-superagent/3.8.2\r\nkbn-xsrf: xxx\r\nContent-Type: application/json\r\nAuthorization: Basic ZWxhc3RpYzpjaGFuZ2VtZQ==\r\nContent-Length: 323\r\nConnection: close\r\n\r\n"
"_headerSent": true
"_last": true
"_maxListeners": [undefined]
"_onPendingData": [Function]
"_removedConnection": false
"_removedContLen": false
"_removedTE": false
"_trailer": ""
"aborted": [undefined]
"agent": {
"_events": {
"free": [Function]
}
"_eventsCount": 1
"_maxListeners": [undefined]
"defaultPort": 80
"freeSockets": {}
"keepAlive": false
"keepAliveMsecs": 1000
"maxFreeSockets": 256
"maxSockets": Infinity
"options": {
"path": [null]
}
"protocol": "http:"
"requests": {}
"sockets": {
"localhost:5620:": [
[Circular]
]
}
}
"chunkedEncoding": false
"connection": [Circular]
"finished": true
"maxHeadersCount": [null]
"method": "POST"
"output": []
"outputCallbacks": []
"outputEncodings": []
"outputSize": 0
"parser": [null]
"path": "/api/rollup/delete"
"res": [Circular]
"sendDate": false
"shouldKeepAlive": false
"socket": [Circular]
"socketPath": [undefined]
"timeout": [undefined]
"timeoutCb": [null]
"upgradeOrConnect": false
"useChunkedEncodingByDefault": true
"writable": true
}
"_maxListeners": [undefined]
"_parent": [null]
"_pendingData": [null]
"_pendingEncoding": ""
"_readableState": {
"awaitDrain": 0
"buffer": {
"head": [null]
"length": 0
"tail": [null]
}
"decoder": [null]
"defaultEncoding": "utf8"
"destroyed": false
"emitClose": false
"emittedReadable": false
"encoding": [null]
"endEmitted": false
"ended": false
"flowing": true
"highWaterMark": 16384
"length": 0
"needReadable": true
"objectMode": false
"paused": false
"pipes": [null]
"pipesCount": 0
"readableListening": false
"reading": true
"readingMore": false
"resumeScheduled": false
"sync": false
}
"_server": [null]
"_sockname": [null]
"_writableState": {
"bufferProcessing": false
"bufferedRequest": [null]
"bufferedRequestCount": 0
"corked": 0
"corkedRequestsFree": {
"entry": [null]
"finish": [Function]
"next": {
"entry": [null]
"finish": [Function]
"next": [null]
}
}
"decodeStrings": false
"defaultEncoding": "utf8"
"destroyed": false
"emitClose": false
"ended": true
"ending": true
"errorEmitted": false
"finalCalled": true
"finished": false
"highWaterMark": 16384
"lastBufferedRequest": [null]
"length": 0
"needDrain": false
"objectMode": false
"onwrite": [Function]
"pendingcb": 1
"prefinished": false
"sync": false
"writecb": [null]
"writelen": 0
"writing": false
}
"allowHalfOpen": false
"connecting": false
"parser": [null]
"readable": true
"server": [null]
"writable": false
}
"statusCode": 400
"statusMessage": "Bad Request"
"text": "{\"statusCode\":400,\"error\":\"Bad Request\",\"message\":\"Could not delete job [rzllqg-1552534431259] because indexer state is [ABORTING]. Job must be [STOPPED] before deletion.\"}"
"trailers": {}
"upgrade": false
"url": ""
}
"serverError": false
"setEncoding": [Function]
"status": 400
"statusCode": 400
"statusType": 4
"text": "{\"statusCode\":400,\"error\":\"Bad Request\",\"message\":\"Could not delete job [rzllqg-1552534431259] because indexer state is [ABORTING]. Job must be [STOPPED] before deletion.\"}"
"type": "application/json"
"unauthorized": false
} was thrown, throw an Error :)]
```
First failure: [Jenkins Build](https://kibana-ci.elastic.co/job/elastic+kibana+master/JOB=x-pack-ciGroup6,node=immutable/500/)
<!-- kibanaCiData = {"failed-test":{"test.class":"X-Pack API Integration Tests.x-pack/test/api_integration/apis/management/rollup/rollup·js","test.name":"apis management rollup Rollup jobs \"after all\" hook","test.failCount":2}} --> | test | failing test x pack api integration tests x pack test api integration apis management rollup rollup·js apis management rollup rollup jobs after all hook a test failed on a tracked branch error the object events eventscount maxlisteners accepted false badrequest true body error bad request message could not delete job because indexer state is job must be before deletion statuscode buffered true charset utf clienterror true error error cannot post api rollup delete files forbidden false header cache control no cache connection close content length content type application json charset utf date thu mar gmt kbn name kibana kbn xpack sig headers cache control no cache connection close content length content type application json charset utf date thu mar gmt kbn name kibana kbn xpack sig info false links nocontent false notacceptable false notfound false ok false redirect false redirects req contentlength ended true events drain listener error listener prefinish eventscount hasbody true header post api rollup delete http r nhost localhost r naccept encoding gzip deflate r nuser agent node superagent r nkbn xsrf xxx r ncontent type application json r nauthorization basic r ncontent length r nconnection close r n r n headersent true last true maxlisteners onpendingdata removedconnection false removedcontlen false removedte false trailer aborted agent events free eventscount maxlisteners defaultport freesockets keepalive false keepalivemsecs maxfreesockets maxsockets infinity options path protocol http requests sockets localhost events agentremove close drain end error finish listener free eventscount haderror false handle host localhost httpmessage maxlisteners parent pendingdata pendingencoding readablestate awaitdrain buffer head length tail decoder defaultencoding destroyed false emitclose false emittedreadable false encoding endemitted false ended false flowing true highwatermark length needreadable true objectmode false paused false pipes pipescount readablelistening false reading true readingmore false resumescheduled false sync false server sockname writablestate bufferprocessing false bufferedrequest bufferedrequestcount corked corkedrequestsfree entry finish next entry finish next decodestrings false defaultencoding destroyed false emitclose false ended true ending true erroremitted false finalcalled true finished false highwatermark lastbufferedrequest length needdrain false objectmode false onwrite pendingcb prefinished false sync false writecb writelen writing false allowhalfopen false connecting false parser readable true server writable false chunkedencoding false connection events agentremove close drain end error finish listener free eventscount haderror false handle host localhost httpmessage maxlisteners parent pendingdata pendingencoding readablestate awaitdrain buffer head length tail decoder defaultencoding destroyed false emitclose false emittedreadable false encoding endemitted false ended false flowing true highwatermark length needreadable true objectmode false paused false pipes pipescount readablelistening false reading true readingmore false resumescheduled false sync false server sockname writablestate bufferprocessing false bufferedrequest bufferedrequestcount corked corkedrequestsfree entry finish next entry finish next decodestrings false defaultencoding destroyed false emitclose false ended true ending true erroremitted false finalcalled true finished false highwatermark lastbufferedrequest length needdrain false objectmode false onwrite pendingcb prefinished false sync false writecb writelen writing false allowhalfopen false connecting false parser readable true server writable false finished true maxheaderscount method post output outputcallbacks outputencodings outputsize parser path api rollup delete res consuming false dumped false events close data end error listener eventscount maxlisteners readablestate awaitdrain buffer head length tail decoder encoding defaultencoding destroyed false emitclose true emittedreadable false encoding endemitted true ended true flowing true highwatermark length needreadable false objectmode false paused false pipes pipescount readablelistening false reading false readingmore true resumescheduled false sync true aborted false client events agentremove close drain end error finish listener free eventscount haderror false handle host localhost httpmessage maxlisteners parent pendingdata pendingencoding readablestate awaitdrain buffer head length tail decoder defaultencoding destroyed false emitclose false emittedreadable false encoding endemitted false ended false flowing true highwatermark length needreadable true objectmode false paused false pipes pipescount readablelistening false reading true readingmore false resumescheduled false sync false server sockname writablestate bufferprocessing false bufferedrequest bufferedrequestcount corked corkedrequestsfree entry finish next entry finish next decodestrings false defaultencoding destroyed false emitclose false ended true ending true erroremitted false finalcalled true finished false highwatermark lastbufferedrequest length needdrain false objectmode false onwrite pendingcb prefinished false sync false writecb writelen writing false allowhalfopen false connecting false parser readable true server writable false complete true connection events agentremove close drain end error finish listener free eventscount haderror false handle host localhost httpmessage maxlisteners parent pendingdata pendingencoding readablestate awaitdrain buffer head length tail decoder defaultencoding destroyed false emitclose false emittedreadable false encoding endemitted false ended false flowing true highwatermark length needreadable true objectmode false paused false pipes pipescount readablelistening false reading true readingmore false resumescheduled false sync false server sockname writablestate bufferprocessing false bufferedrequest bufferedrequestcount corked corkedrequestsfree entry finish next entry finish next decodestrings false defaultencoding destroyed false emitclose false ended true ending true erroremitted false finalcalled true finished false highwatermark lastbufferedrequest length needdrain false objectmode false onwrite pendingcb prefinished false sync false writecb writelen writing false allowhalfopen false connecting false parser readable true server writable false headers cache control no cache connection close content length content type application json charset utf date thu mar gmt kbn name kibana kbn xpack sig httpversion httpversionmajor httpversionminor method rawheaders kbn name kibana kbn xpack sig content type application json charset utf cache control no cache content length connection close date thu mar gmt rawtrailers readable false req socket events agentremove close drain end error finish listener free eventscount haderror false handle host localhost httpmessage maxlisteners parent pendingdata pendingencoding readablestate awaitdrain buffer head length tail decoder defaultencoding destroyed false emitclose false emittedreadable false encoding endemitted false ended false flowing true highwatermark length needreadable true objectmode false paused false pipes pipescount readablelistening false reading true readingmore false resumescheduled false sync false server sockname writablestate bufferprocessing false bufferedrequest bufferedrequestcount corked corkedrequestsfree entry finish next entry finish next decodestrings false defaultencoding destroyed false emitclose false ended true ending true erroremitted false finalcalled true finished false highwatermark lastbufferedrequest length needdrain false objectmode false onwrite pendingcb prefinished false sync false writecb writelen writing false allowhalfopen false connecting false parser readable true server writable false statuscode statusmessage bad request text statuscode error bad request message could not delete job because indexer state is job must be before deletion trailers upgrade false url senddate false shouldkeepalive false socket events agentremove close drain end error finish listener free eventscount haderror false handle host localhost httpmessage maxlisteners parent pendingdata pendingencoding readablestate awaitdrain buffer head length tail decoder defaultencoding destroyed false emitclose false emittedreadable false encoding endemitted false ended false flowing true highwatermark length needreadable true objectmode false paused false pipes pipescount readablelistening false reading true readingmore false resumescheduled false sync false server sockname writablestate bufferprocessing false bufferedrequest bufferedrequestcount corked corkedrequestsfree entry finish next entry finish next decodestrings false defaultencoding destroyed false emitclose false ended true ending true erroremitted false finalcalled true finished false highwatermark lastbufferedrequest length needdrain false objectmode false onwrite pendingcb prefinished false sync false writecb writelen writing false allowhalfopen false connecting false parser readable true server writable false socketpath timeout timeoutcb upgradeorconnect false usechunkedencodingbydefault true writable true request agent false asserts buffer true callback data jobids ijhxmeo rzllqg rzllqg abc wfiugeinopoxpbfkiytl khkdszjbeoqujdobrdtn nnzsmstqsjitzrpuvlwk hnsaygwpsi ljjbgfqewqascrjh cvcuygrqlgxxrpeiuswg amnpbkbkka endcalled true events eventscount formdata header authorization basic content type application json kbn xsrf xxx user agent node superagent maxlisteners maxredirects query redirectlist redirects streamrequest false app called true catch cookies header authorization basic content type application json user agent node superagent kbn xsrf xxx host localhost method post protocol http qs qsraw req contentlength ended true events drain listener error listener prefinish eventscount hasbody true header post api rollup delete http r nhost localhost r naccept encoding gzip deflate r nuser agent node superagent r nkbn xsrf xxx r ncontent type application json r nauthorization basic r ncontent length r nconnection close r n r n headersent true last true maxlisteners onpendingdata removedconnection false removedcontlen false removedte false trailer aborted agent events free eventscount maxlisteners defaultport freesockets keepalive false keepalivemsecs maxfreesockets maxsockets infinity options path protocol http requests sockets localhost events agentremove close drain end error finish listener free eventscount haderror false handle host localhost httpmessage maxlisteners parent pendingdata pendingencoding readablestate awaitdrain buffer head length tail decoder defaultencoding destroyed false emitclose false emittedreadable false encoding endemitted false ended false flowing true highwatermark length needreadable true objectmode false paused false pipes pipescount readablelistening false reading true readingmore false resumescheduled false sync false server sockname writablestate bufferprocessing false bufferedrequest bufferedrequestcount corked corkedrequestsfree entry finish next entry finish next decodestrings false defaultencoding destroyed false emitclose false ended true ending true erroremitted false finalcalled true finished false highwatermark lastbufferedrequest length needdrain false objectmode false onwrite pendingcb prefinished false sync false writecb writelen writing false allowhalfopen false connecting false parser readable true server writable false chunkedencoding false connection events agentremove close drain end error finish listener free eventscount haderror false handle host localhost httpmessage maxlisteners parent pendingdata pendingencoding readablestate awaitdrain buffer head length tail decoder defaultencoding destroyed false emitclose false emittedreadable false encoding endemitted false ended false flowing true highwatermark length needreadable true objectmode false paused false pipes pipescount readablelistening false reading true readingmore false resumescheduled false sync false server sockname writablestate bufferprocessing false bufferedrequest bufferedrequestcount corked corkedrequestsfree entry finish next entry finish next decodestrings false defaultencoding destroyed false emitclose false ended true ending true erroremitted false finalcalled true finished false highwatermark lastbufferedrequest length needdrain false objectmode false onwrite pendingcb prefinished false sync false writecb writelen writing false allowhalfopen false connecting false parser readable true server writable false finished true maxheaderscount method post output outputcallbacks outputencodings outputsize parser path api rollup delete res consuming false dumped false events close data end error listener eventscount maxlisteners readablestate awaitdrain buffer head length tail decoder encoding defaultencoding destroyed false emitclose true emittedreadable false encoding endemitted true ended true flowing true highwatermark length needreadable false objectmode false paused false pipes pipescount readablelistening false reading false readingmore true resumescheduled false sync true aborted false client events agentremove close drain end error finish listener free eventscount haderror false handle host localhost httpmessage maxlisteners parent pendingdata pendingencoding readablestate awaitdrain buffer head length tail decoder defaultencoding destroyed false emitclose false emittedreadable false encoding endemitted false ended false flowing true highwatermark length needreadable true objectmode false paused false pipes pipescount readablelistening false reading true readingmore false resumescheduled false sync false server sockname writablestate bufferprocessing false bufferedrequest bufferedrequestcount corked corkedrequestsfree entry finish next entry finish next decodestrings false defaultencoding destroyed false emitclose false ended true ending true erroremitted false finalcalled true finished false highwatermark lastbufferedrequest length needdrain false objectmode false onwrite pendingcb prefinished false sync false writecb writelen writing false allowhalfopen false connecting false parser readable true server writable false complete true connection events agentremove close drain end error finish listener free eventscount haderror false handle host localhost httpmessage maxlisteners parent pendingdata pendingencoding readablestate awaitdrain buffer head length tail decoder defaultencoding destroyed false emitclose false emittedreadable false encoding endemitted false ended false flowing true highwatermark length needreadable true objectmode false paused false pipes pipescount readablelistening false reading true readingmore false resumescheduled false sync false server sockname writablestate bufferprocessing false bufferedrequest bufferedrequestcount corked corkedrequestsfree entry finish next entry finish next decodestrings false defaultencoding destroyed false emitclose false ended true ending true erroremitted false finalcalled true finished false highwatermark lastbufferedrequest length needdrain false objectmode false onwrite pendingcb prefinished false sync false writecb writelen writing false allowhalfopen false connecting false parser readable true server writable false headers cache control no cache connection close content length content type application json charset utf date thu mar gmt kbn name kibana kbn xpack sig httpversion httpversionmajor httpversionminor method rawheaders kbn name kibana kbn xpack sig content type application json charset utf cache control no cache content length connection close date thu mar gmt rawtrailers readable false req socket events agentremove close drain end error finish listener free eventscount haderror false handle host localhost httpmessage maxlisteners parent pendingdata pendingencoding readablestate awaitdrain buffer head length tail decoder defaultencoding destroyed false emitclose false emittedreadable false encoding endemitted false ended false flowing true highwatermark length needreadable true objectmode false paused false pipes pipescount readablelistening false reading true readingmore false resumescheduled false sync false server sockname writablestate bufferprocessing false bufferedrequest bufferedrequestcount corked corkedrequestsfree entry finish next entry finish next decodestrings false defaultencoding destroyed false emitclose false ended true ending true erroremitted false finalcalled true finished false highwatermark lastbufferedrequest length needdrain false objectmode false onwrite pendingcb prefinished false sync false writecb writelen writing false allowhalfopen false connecting false parser readable true server writable false statuscode statusmessage bad request text statuscode error bad request message could not delete job because indexer state is job must be before deletion trailers upgrade false url senddate false shouldkeepalive false socket events agentremove close drain end error finish listener free eventscount haderror false handle host localhost httpmessage maxlisteners parent pendingdata pendingencoding readablestate awaitdrain buffer head length tail decoder defaultencoding destroyed false emitclose false emittedreadable false encoding endemitted false ended false flowing true highwatermark length needreadable true objectmode false paused false pipes pipescount readablelistening false reading true readingmore false resumescheduled false sync false server sockname writablestate bufferprocessing false bufferedrequest bufferedrequestcount corked corkedrequestsfree entry finish next entry finish next decodestrings false defaultencoding destroyed false emitclose false ended true ending true erroremitted false finalcalled true finished false highwatermark lastbufferedrequest length needdrain false objectmode false onwrite pendingcb prefinished false sync false writecb writelen writing false allowhalfopen false connecting false parser readable true server writable false socketpath timeout timeoutcb upgradeorconnect false usechunkedencodingbydefault true writable true res consuming false dumped false events close data end error listener eventscount maxlisteners readablestate awaitdrain buffer head length tail decoder encoding defaultencoding destroyed false emitclose true emittedreadable false encoding endemitted true ended true flowing true highwatermark length needreadable false objectmode false paused false pipes pipescount readablelistening false reading false readingmore true resumescheduled false sync true aborted false client events agentremove close drain end error finish listener free eventscount haderror false handle host localhost httpmessage contentlength ended true events drain listener error listener prefinish eventscount hasbody true header post api rollup delete http r nhost localhost r naccept encoding gzip deflate r nuser agent node superagent r nkbn xsrf xxx r ncontent type application json r nauthorization basic r ncontent length r nconnection close r n r n headersent true last true maxlisteners onpendingdata removedconnection false removedcontlen false removedte false trailer aborted agent events free eventscount maxlisteners defaultport freesockets keepalive false keepalivemsecs maxfreesockets maxsockets infinity options path protocol http requests sockets localhost chunkedencoding false connection finished true maxheaderscount method post output outputcallbacks outputencodings outputsize parser path api rollup delete res senddate false shouldkeepalive false socket socketpath timeout timeoutcb upgradeorconnect false usechunkedencodingbydefault true writable true maxlisteners parent pendingdata pendingencoding readablestate awaitdrain buffer head length tail decoder defaultencoding destroyed false emitclose false emittedreadable false encoding endemitted false ended false flowing true highwatermark length needreadable true objectmode false paused false pipes pipescount readablelistening false reading true readingmore false resumescheduled false sync false server sockname writablestate bufferprocessing false bufferedrequest bufferedrequestcount corked corkedrequestsfree entry finish next entry finish next decodestrings false defaultencoding destroyed false emitclose false ended true ending true erroremitted false finalcalled true finished false highwatermark lastbufferedrequest length needdrain false objectmode false onwrite pendingcb prefinished false sync false writecb writelen writing false allowhalfopen false connecting false parser readable true server writable false complete true connection events agentremove close drain end error finish listener free eventscount haderror false handle host localhost httpmessage contentlength ended true events drain listener error listener prefinish eventscount hasbody true header post api rollup delete http r nhost localhost r naccept encoding gzip deflate r nuser agent node superagent r nkbn xsrf xxx r ncontent type application json r nauthorization basic r ncontent length r nconnection close r n r n headersent true last true maxlisteners onpendingdata removedconnection false removedcontlen false removedte false trailer aborted agent events free eventscount maxlisteners defaultport freesockets keepalive false keepalivemsecs maxfreesockets maxsockets infinity options path protocol http requests sockets localhost chunkedencoding false connection finished true maxheaderscount method post output outputcallbacks outputencodings outputsize parser path api rollup delete res senddate false shouldkeepalive false socket socketpath timeout timeoutcb upgradeorconnect false usechunkedencodingbydefault true writable true maxlisteners parent pendingdata pendingencoding readablestate awaitdrain buffer head length tail decoder defaultencoding destroyed false emitclose false emittedreadable false encoding endemitted false ended false flowing true highwatermark length needreadable true objectmode false paused false pipes pipescount readablelistening false reading true readingmore false resumescheduled false sync false server sockname writablestate bufferprocessing false bufferedrequest bufferedrequestcount corked corkedrequestsfree entry finish next entry finish next decodestrings false defaultencoding destroyed false emitclose false ended true ending true erroremitted false finalcalled true finished false highwatermark lastbufferedrequest length needdrain false objectmode false onwrite pendingcb prefinished false sync false writecb writelen writing false allowhalfopen false connecting false parser readable true server writable false headers cache control no cache connection close content length content type application json charset utf date thu mar gmt kbn name kibana kbn xpack sig httpversion httpversionmajor httpversionminor method rawheaders kbn name kibana kbn xpack sig content type application json charset utf cache control no cache content length connection close date thu mar gmt rawtrailers readable false req contentlength ended true events drain listener error listener prefinish eventscount hasbody true header post api rollup delete http r nhost localhost r naccept encoding gzip deflate r nuser agent node superagent r nkbn xsrf xxx r ncontent type application json r nauthorization basic r ncontent length r nconnection close r n r n headersent true last true maxlisteners onpendingdata removedconnection false removedcontlen false removedte false trailer aborted agent events free eventscount maxlisteners defaultport freesockets keepalive false keepalivemsecs maxfreesockets maxsockets infinity options path protocol http requests sockets localhost events agentremove close drain end error finish listener free eventscount haderror false handle host localhost httpmessage maxlisteners parent pendingdata pendingencoding readablestate awaitdrain buffer head length tail decoder defaultencoding destroyed false emitclose false emittedreadable false encoding endemitted false ended false flowing true highwatermark length needreadable true objectmode false paused false pipes pipescount readablelistening false reading true readingmore false resumescheduled false sync false server sockname writablestate bufferprocessing false bufferedrequest bufferedrequestcount corked corkedrequestsfree entry finish next entry finish next decodestrings false defaultencoding destroyed false emitclose false ended true ending true erroremitted false finalcalled true finished false highwatermark lastbufferedrequest length needdrain false objectmode false onwrite pendingcb prefinished false sync false writecb writelen writing false allowhalfopen false connecting false parser readable true server writable false chunkedencoding false connection events agentremove close drain end error finish listener free eventscount haderror false handle host localhost httpmessage maxlisteners parent pendingdata pendingencoding readablestate awaitdrain buffer head length tail decoder defaultencoding destroyed false emitclose false emittedreadable false encoding endemitted false ended false flowing true highwatermark length needreadable true objectmode false paused false pipes pipescount readablelistening false reading true readingmore false resumescheduled false sync false server sockname writablestate bufferprocessing false bufferedrequest bufferedrequestcount corked corkedrequestsfree entry finish next entry finish next decodestrings false defaultencoding destroyed false emitclose false ended true ending true erroremitted false finalcalled true finished false highwatermark lastbufferedrequest length needdrain false objectmode false onwrite pendingcb prefinished false sync false writecb writelen writing false allowhalfopen false connecting false parser readable true server writable false finished true maxheaderscount method post output outputcallbacks outputencodings outputsize parser path api rollup delete res senddate false shouldkeepalive false socket events agentremove close drain end error finish listener free eventscount haderror false handle host localhost httpmessage maxlisteners parent pendingdata pendingencoding readablestate awaitdrain buffer head length tail decoder defaultencoding destroyed false emitclose false emittedreadable false encoding endemitted false ended false flowing true highwatermark length needreadable true objectmode false paused false pipes pipescount readablelistening false reading true readingmore false resumescheduled false sync false server sockname writablestate bufferprocessing false bufferedrequest bufferedrequestcount corked corkedrequestsfree entry finish next entry finish next decodestrings false defaultencoding destroyed false emitclose false ended true ending true erroremitted false finalcalled true finished false highwatermark lastbufferedrequest length needdrain false objectmode false onwrite pendingcb prefinished false sync false writecb writelen writing false allowhalfopen false connecting false parser readable true server writable false socketpath timeout timeoutcb upgradeorconnect false usechunkedencodingbydefault true writable true socket events agentremove close drain end error finish listener free eventscount haderror false handle host localhost httpmessage contentlength ended true events drain listener error listener prefinish eventscount hasbody true header post api rollup delete http r nhost localhost r naccept encoding gzip deflate r nuser agent node superagent r nkbn xsrf xxx r ncontent type application json r nauthorization basic r ncontent length r nconnection close r n r n headersent true last true maxlisteners onpendingdata removedconnection false removedcontlen false removedte false trailer aborted agent events free eventscount maxlisteners defaultport freesockets keepalive false keepalivemsecs maxfreesockets maxsockets infinity options path protocol http requests sockets localhost chunkedencoding false connection finished true maxheaderscount method post output outputcallbacks outputencodings outputsize parser path api rollup delete res senddate false shouldkeepalive false socket socketpath timeout timeoutcb upgradeorconnect false usechunkedencodingbydefault true writable true maxlisteners parent pendingdata pendingencoding readablestate awaitdrain buffer head length tail decoder defaultencoding destroyed false emitclose false emittedreadable false encoding endemitted false ended false flowing true highwatermark length needreadable true objectmode false paused false pipes pipescount readablelistening false reading true readingmore false resumescheduled false sync false server sockname writablestate bufferprocessing false bufferedrequest bufferedrequestcount corked corkedrequestsfree entry finish next entry finish next decodestrings false defaultencoding destroyed false emitclose false ended true ending true erroremitted false finalcalled true finished false highwatermark lastbufferedrequest length needdrain false objectmode false onwrite pendingcb prefinished false sync false writecb writelen writing false allowhalfopen false connecting false parser readable true server writable false statuscode statusmessage bad request text statuscode error bad request message could not delete job because indexer state is job must be before deletion trailers upgrade false url response then topromise url writable true res consuming false dumped false events close data end error listener eventscount maxlisteners readablestate awaitdrain buffer head length tail decoder encoding defaultencoding destroyed false emitclose true emittedreadable false encoding endemitted true ended true flowing true highwatermark length needreadable false objectmode false paused false pipes pipescount readablelistening false reading false readingmore true resumescheduled false sync true aborted false client events agentremove close drain end error finish listener free eventscount haderror false handle host localhost httpmessage contentlength ended true events drain listener error listener prefinish eventscount hasbody true header post api rollup delete http r nhost localhost r naccept encoding gzip deflate r nuser agent node superagent r nkbn xsrf xxx r ncontent type application json r nauthorization basic r ncontent length r nconnection close r n r n headersent true last true maxlisteners onpendingdata removedconnection false removedcontlen false removedte false trailer aborted agent events free eventscount maxlisteners defaultport freesockets keepalive false keepalivemsecs maxfreesockets maxsockets infinity options path protocol http requests sockets localhost chunkedencoding false connection finished true maxheaderscount method post output outputcallbacks outputencodings outputsize parser path api rollup delete res senddate false shouldkeepalive false socket socketpath timeout timeoutcb upgradeorconnect false usechunkedencodingbydefault true writable true maxlisteners parent pendingdata pendingencoding readablestate awaitdrain buffer head length tail decoder defaultencoding destroyed false emitclose false emittedreadable false encoding endemitted false ended false flowing true highwatermark length needreadable true objectmode false paused false pipes pipescount readablelistening false reading true readingmore false resumescheduled false sync false server sockname writablestate bufferprocessing false bufferedrequest bufferedrequestcount corked corkedrequestsfree entry finish next entry finish next decodestrings false defaultencoding destroyed false emitclose false ended true ending true erroremitted false finalcalled true finished false highwatermark lastbufferedrequest length needdrain false objectmode false onwrite pendingcb prefinished false sync false writecb writelen writing false allowhalfopen false connecting false parser readable true server writable false complete true connection events agentremove close drain end error finish listener free eventscount haderror false handle host localhost httpmessage contentlength ended true events drain listener error listener prefinish eventscount hasbody true header post api rollup delete http r nhost localhost r naccept encoding gzip deflate r nuser agent node superagent r nkbn xsrf xxx r ncontent type application json r nauthorization basic r ncontent length r nconnection close r n r n headersent true last true maxlisteners onpendingdata removedconnection false removedcontlen false removedte false trailer aborted agent events free eventscount maxlisteners defaultport freesockets keepalive false keepalivemsecs maxfreesockets maxsockets infinity options path protocol http requests sockets localhost chunkedencoding false connection finished true maxheaderscount method post output outputcallbacks outputencodings outputsize parser path api rollup delete res senddate false shouldkeepalive false socket socketpath timeout timeoutcb upgradeorconnect false usechunkedencodingbydefault true writable true maxlisteners parent pendingdata pendingencoding readablestate awaitdrain buffer head length tail decoder defaultencoding destroyed false emitclose false emittedreadable false encoding endemitted false ended false flowing true highwatermark length needreadable true objectmode false paused false pipes pipescount readablelistening false reading true readingmore false resumescheduled false sync false server sockname writablestate bufferprocessing false bufferedrequest bufferedrequestcount corked corkedrequestsfree entry finish next entry finish next decodestrings false defaultencoding destroyed false emitclose false ended true ending true erroremitted false finalcalled true finished false highwatermark lastbufferedrequest length needdrain false objectmode false onwrite pendingcb prefinished false sync false writecb writelen writing false allowhalfopen false connecting false parser readable true server writable false headers cache control no cache connection close content length content type application json charset utf date thu mar gmt kbn name kibana kbn xpack sig httpversion httpversionmajor httpversionminor method rawheaders kbn name kibana kbn xpack sig content type application json charset utf cache control no cache content length connection close date thu mar gmt rawtrailers readable false req contentlength ended true events drain listener error listener prefinish eventscount hasbody true header post api rollup delete http r nhost localhost r naccept encoding gzip deflate r nuser agent node superagent r nkbn xsrf xxx r ncontent type application json r nauthorization basic r ncontent length r nconnection close r n r n headersent true last true maxlisteners onpendingdata removedconnection false removedcontlen false removedte false trailer aborted agent events free eventscount maxlisteners defaultport freesockets keepalive false keepalivemsecs maxfreesockets maxsockets infinity options path protocol http requests sockets localhost events agentremove close drain end error finish listener free eventscount haderror false handle host localhost httpmessage maxlisteners parent pendingdata pendingencoding readablestate awaitdrain buffer head length tail decoder defaultencoding destroyed false emitclose false emittedreadable false encoding endemitted false ended false flowing true highwatermark length needreadable true objectmode false paused false pipes pipescount readablelistening false reading true readingmore false resumescheduled false sync false server sockname writablestate bufferprocessing false bufferedrequest bufferedrequestcount corked corkedrequestsfree entry finish next entry finish next decodestrings false defaultencoding destroyed false emitclose false ended true ending true erroremitted false finalcalled true finished false highwatermark lastbufferedrequest length needdrain false objectmode false onwrite pendingcb prefinished false sync false writecb writelen writing false allowhalfopen false connecting false parser readable true server writable false chunkedencoding false connection events agentremove close drain end error finish listener free eventscount haderror false handle host localhost httpmessage maxlisteners parent pendingdata pendingencoding readablestate awaitdrain buffer head length tail decoder defaultencoding destroyed false emitclose false emittedreadable false encoding endemitted false ended false flowing true highwatermark length needreadable true objectmode false paused false pipes pipescount readablelistening false reading true readingmore false resumescheduled false sync false server sockname writablestate bufferprocessing false bufferedrequest bufferedrequestcount corked corkedrequestsfree entry finish next entry finish next decodestrings false defaultencoding destroyed false emitclose false ended true ending true erroremitted false finalcalled true finished false highwatermark lastbufferedrequest length needdrain false objectmode false onwrite pendingcb prefinished false sync false writecb writelen writing false allowhalfopen false connecting false parser readable true server writable false finished true maxheaderscount method post output outputcallbacks outputencodings outputsize parser path api rollup delete res senddate false shouldkeepalive false socket events agentremove close drain end error finish listener free eventscount haderror false handle host localhost httpmessage maxlisteners parent pendingdata pendingencoding readablestate awaitdrain buffer head length tail decoder defaultencoding destroyed false emitclose false emittedreadable false encoding endemitted false ended false flowing true highwatermark length needreadable true objectmode false paused false pipes pipescount readablelistening false reading true readingmore false resumescheduled false sync false server sockname writablestate bufferprocessing false bufferedrequest bufferedrequestcount corked corkedrequestsfree entry finish next entry finish next decodestrings false defaultencoding destroyed false emitclose false ended true ending true erroremitted false finalcalled true finished false highwatermark lastbufferedrequest length needdrain false objectmode false onwrite pendingcb prefinished false sync false writecb writelen writing false allowhalfopen false connecting false parser readable true server writable false socketpath timeout timeoutcb upgradeorconnect false usechunkedencodingbydefault true writable true socket events agentremove close drain end error finish listener free eventscount haderror false handle host localhost httpmessage contentlength ended true events drain listener error listener prefinish eventscount hasbody true header post api rollup delete http r nhost localhost r naccept encoding gzip deflate r nuser agent node superagent r nkbn xsrf xxx r ncontent type application json r nauthorization basic r ncontent length r nconnection close r n r n headersent true last true maxlisteners onpendingdata removedconnection false removedcontlen false removedte false trailer aborted agent events free eventscount maxlisteners defaultport freesockets keepalive false keepalivemsecs maxfreesockets maxsockets infinity options path protocol http requests sockets localhost chunkedencoding false connection finished true maxheaderscount method post output outputcallbacks outputencodings outputsize parser path api rollup delete res senddate false shouldkeepalive false socket socketpath timeout timeoutcb upgradeorconnect false usechunkedencodingbydefault true writable true maxlisteners parent pendingdata pendingencoding readablestate awaitdrain buffer head length tail decoder defaultencoding destroyed false emitclose false emittedreadable false encoding endemitted false ended false flowing true highwatermark length needreadable true objectmode false paused false pipes pipescount readablelistening false reading true readingmore false resumescheduled false sync false server sockname writablestate bufferprocessing false bufferedrequest bufferedrequestcount corked corkedrequestsfree entry finish next entry finish next decodestrings false defaultencoding destroyed false emitclose false ended true ending true erroremitted false finalcalled true finished false highwatermark lastbufferedrequest length needdrain false objectmode false onwrite pendingcb prefinished false sync false writecb writelen writing false allowhalfopen false connecting false parser readable true server writable false statuscode statusmessage bad request text statuscode error bad request message could not delete job because indexer state is job must be before deletion trailers upgrade false url servererror false setencoding status statuscode statustype text statuscode error bad request message could not delete job because indexer state is job must be before deletion type application json unauthorized false was thrown throw an error first failure | 1 |
11,481 | 9,203,344,224 | IssuesEvent | 2019-03-08 02:02:23 | GSA/datagov-deploy | https://api.github.com/repos/GSA/datagov-deploy | closed | Document: Detail changes | infrastructure java server | Task: Document how repo should be used and how it integrates with its parent repo.
Repo: datagov-deploy-tomcat | 1.0 | Document: Detail changes - Task: Document how repo should be used and how it integrates with its parent repo.
Repo: datagov-deploy-tomcat | non_test | document detail changes task document how repo should be used and how it integrates with its parent repo repo datagov deploy tomcat | 0 |
140,105 | 21,007,184,189 | IssuesEvent | 2022-03-30 00:28:38 | WatershedXiaolan/Xiaolan-s-Gitbook | https://api.github.com/repos/WatershedXiaolan/Xiaolan-s-Gitbook | opened | SLA | system design | These constraints are generally referred to as **Service level agreements (SLA)**. There can be many SLAs around availability and fault tolerance but for our discussion of designing ML systems, performance and capacity are the most important to think about when designing the system. **Performance-based SLA ensures that we return the results back within a given time frame (e.g. 500ms) for 99% of queries.** **Capacity refers to the load that our system can handle, e.g., the system can support 1000 QPS (queries per second).** | 1.0 | SLA - These constraints are generally referred to as **Service level agreements (SLA)**. There can be many SLAs around availability and fault tolerance but for our discussion of designing ML systems, performance and capacity are the most important to think about when designing the system. **Performance-based SLA ensures that we return the results back within a given time frame (e.g. 500ms) for 99% of queries.** **Capacity refers to the load that our system can handle, e.g., the system can support 1000 QPS (queries per second).** | non_test | sla these constraints are generally referred to as service level agreements sla there can be many slas around availability and fault tolerance but for our discussion of designing ml systems performance and capacity are the most important to think about when designing the system performance based sla ensures that we return the results back within a given time frame e g for of queries capacity refers to the load that our system can handle e g the system can support qps queries per second | 0 |
67,088 | 20,867,980,813 | IssuesEvent | 2022-03-22 09:16:09 | vector-im/element-android | https://api.github.com/repos/vector-im/element-android | closed | App not fully translated to german (english sentences in german app selection) | T-Defect Z-FTUE Z-WTF A-Translations | ### Steps to reproduce
1. Start the element android app with german ui
2. swipe to the left 4 times
3. Result is pic1

4. Some english sentences with german app settings
### Outcome
#### What did you expect?
Fully translated app with selected german app ui
#### What happened instead?
See pic please (mixed de and en page)
Maybe these english strings are not released to translate yet?
### Your phone model
Google Pixel 6 pro
### Operating system version
Android 12 Graphene Os (latest beta)
### Application version and app store
1.4.4 Fdroid
### Homeserver
matrix.org
### Will you send logs?
No | 1.0 | App not fully translated to german (english sentences in german app selection) - ### Steps to reproduce
1. Start the element android app with german ui
2. swipe to the left 4 times
3. Result is pic1

4. Some english sentences with german app settings
### Outcome
#### What did you expect?
Fully translated app with selected german app ui
#### What happened instead?
See pic please (mixed de and en page)
Maybe these english strings are not released to translate yet?
### Your phone model
Google Pixel 6 pro
### Operating system version
Android 12 Graphene Os (latest beta)
### Application version and app store
1.4.4 Fdroid
### Homeserver
matrix.org
### Will you send logs?
No | non_test | app not fully translated to german english sentences in german app selection steps to reproduce start the element android app with german ui swipe to the left times result is some english sentences with german app settings outcome what did you expect fully translated app with selected german app ui what happened instead see pic please mixed de and en page maybe these english strings are not released to translate yet your phone model google pixel pro operating system version android graphene os latest beta application version and app store fdroid homeserver matrix org will you send logs no | 0 |
379,341 | 11,220,316,534 | IssuesEvent | 2020-01-07 15:35:06 | department-of-veterans-affairs/caseflow | https://api.github.com/repos/department-of-veterans-affairs/caseflow | closed | Cancel duplicate JudgeDecisionReviewTasks | BVA Bug echo priority-high | Wraps up #12802
## Description
<!-- The description should summarize enough information that someone can know what this ticket is about without having to look at information in background/context -->
Pending @jimruggiero 's approval, cancel tasks related to the duplicate JudgeDecisionReviewTasks.
As of Dec 11th, 2019, all 10 appeals with this problem are enumerated here, along with additional commentary: https://github.com/department-of-veterans-affairs/caseflow/issues/12802#issuecomment-564676936
A Google Doc titled "Appeals with JDRT duplication" revealing usernames and CSS_IDs was created for Jim to communicate with stakeholders. https://dsva.slack.com/archives/CQCUMFA0H/p1576171321003400?thread_ts=1576091438.082500&cid=CQCUMFA0H
## Background/context/resources
<!-- A place for additional information such as links to Slack chats, Sentry alerts, data IDs, research links -->
Duplicate tasks for appeal 3653 (one of the broken appeals) was recently brought up as a problem presented to Bat Team: https://dsva.slack.com/archives/CHX8FMP28/p1576168737189300?thread_ts=1576165907.183700&cid=CHX8FMP28
## Technical notes
<!-- Include notes that might help an engineer get started on this more quickly, or potential pitfalls to watch out for. -->
As stated in the comment for #12802:
> If you run `AttorneyTask.update(status: "cancelled")`, the JudgeDecisionReviewTask is automatically cancelled and a new JudgeAssignTask is created -- undesirable!
> Avoid these callbacks by using `update_all` like so: `Task.where(id: [atty_tsk_id, judge_task_id]).update_all(status: "cancelled")`
I tested this command on test appeals with similar structures, and it works with no additional side-effects that I can tell.
| 1.0 | Cancel duplicate JudgeDecisionReviewTasks - Wraps up #12802
## Description
<!-- The description should summarize enough information that someone can know what this ticket is about without having to look at information in background/context -->
Pending @jimruggiero 's approval, cancel tasks related to the duplicate JudgeDecisionReviewTasks.
As of Dec 11th, 2019, all 10 appeals with this problem are enumerated here, along with additional commentary: https://github.com/department-of-veterans-affairs/caseflow/issues/12802#issuecomment-564676936
A Google Doc titled "Appeals with JDRT duplication" revealing usernames and CSS_IDs was created for Jim to communicate with stakeholders. https://dsva.slack.com/archives/CQCUMFA0H/p1576171321003400?thread_ts=1576091438.082500&cid=CQCUMFA0H
## Background/context/resources
<!-- A place for additional information such as links to Slack chats, Sentry alerts, data IDs, research links -->
Duplicate tasks for appeal 3653 (one of the broken appeals) was recently brought up as a problem presented to Bat Team: https://dsva.slack.com/archives/CHX8FMP28/p1576168737189300?thread_ts=1576165907.183700&cid=CHX8FMP28
## Technical notes
<!-- Include notes that might help an engineer get started on this more quickly, or potential pitfalls to watch out for. -->
As stated in the comment for #12802:
> If you run `AttorneyTask.update(status: "cancelled")`, the JudgeDecisionReviewTask is automatically cancelled and a new JudgeAssignTask is created -- undesirable!
> Avoid these callbacks by using `update_all` like so: `Task.where(id: [atty_tsk_id, judge_task_id]).update_all(status: "cancelled")`
I tested this command on test appeals with similar structures, and it works with no additional side-effects that I can tell.
| non_test | cancel duplicate judgedecisionreviewtasks wraps up description pending jimruggiero s approval cancel tasks related to the duplicate judgedecisionreviewtasks as of dec all appeals with this problem are enumerated here along with additional commentary a google doc titled appeals with jdrt duplication revealing usernames and css ids was created for jim to communicate with stakeholders background context resources duplicate tasks for appeal one of the broken appeals was recently brought up as a problem presented to bat team technical notes as stated in the comment for if you run attorneytask update status cancelled the judgedecisionreviewtask is automatically cancelled and a new judgeassigntask is created undesirable avoid these callbacks by using update all like so task where id update all status cancelled i tested this command on test appeals with similar structures and it works with no additional side effects that i can tell | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.