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
38,682
19,491,615,746
IssuesEvent
2021-12-27 07:39:31
PolicyEngine/policyengine-uk
https://api.github.com/repos/PolicyEngine/policyengine-uk
closed
Possible memory leak
bug wontfix performance
Currently, the site occasionally displays an error on the population simulations. In the vast majority of cases, this is because of GCP terminating an instance which breaches its memory limit. I think this is probably a memory leak rather than suboptimal Flask concurrency handling, but I haven't yet been able to fix it.
True
Possible memory leak - Currently, the site occasionally displays an error on the population simulations. In the vast majority of cases, this is because of GCP terminating an instance which breaches its memory limit. I think this is probably a memory leak rather than suboptimal Flask concurrency handling, but I haven't yet been able to fix it.
non_test
possible memory leak currently the site occasionally displays an error on the population simulations in the vast majority of cases this is because of gcp terminating an instance which breaches its memory limit i think this is probably a memory leak rather than suboptimal flask concurrency handling but i haven t yet been able to fix it
0
410,214
27,774,849,043
IssuesEvent
2023-03-16 16:33:01
opendatahub-io/opendatahub.io
https://api.github.com/repos/opendatahub-io/opendatahub.io
opened
Update the "Local Testing" instructions to assist contributors in verifying any changes for review
documentation
The current instructions in the README for [Local Testing](https://github.com/opendatahub-io/opendatahub.io#local-testing) have not been updated in years and no longer work exactly as intended. We need to update these instructions to reflect the current codebase so that contributors can verify that their changes are working as intended before submitting a PR for review
1.0
Update the "Local Testing" instructions to assist contributors in verifying any changes for review - The current instructions in the README for [Local Testing](https://github.com/opendatahub-io/opendatahub.io#local-testing) have not been updated in years and no longer work exactly as intended. We need to update these instructions to reflect the current codebase so that contributors can verify that their changes are working as intended before submitting a PR for review
non_test
update the local testing instructions to assist contributors in verifying any changes for review the current instructions in the readme for have not been updated in years and no longer work exactly as intended we need to update these instructions to reflect the current codebase so that contributors can verify that their changes are working as intended before submitting a pr for review
0
661,067
22,039,759,983
IssuesEvent
2022-05-29 06:47:33
opencrvs/opencrvs-core
https://api.github.com/repos/opencrvs/opencrvs-core
closed
Records going to outbox and not getting registered
👹Bug Priority: high
**Bug description:** When a record is Clicked to be registered when the previous record is still in the process of being registered, the first record goes to outbox and is not registered properly **Steps to reproduce:** 1. Login as Registrar 2. In slow network, Click review> Click Register any record 3. Before the first application is registered properly, Click review> Click Register another record 4. Observe the outbox **Actual result:** The first record stays in outbox (registering state) and second one is registered **Expected result:** Both should be registered **Screen recording:** https://images.zenhubusercontent.com/91778759/d3962c96-c6cd-4b19-a94d-73824a60ede0/when_two_records_are_registered_in_slow_network.mp4 **Tested on:** https://login.farajaland-qa.opencrvs.org/
1.0
Records going to outbox and not getting registered - **Bug description:** When a record is Clicked to be registered when the previous record is still in the process of being registered, the first record goes to outbox and is not registered properly **Steps to reproduce:** 1. Login as Registrar 2. In slow network, Click review> Click Register any record 3. Before the first application is registered properly, Click review> Click Register another record 4. Observe the outbox **Actual result:** The first record stays in outbox (registering state) and second one is registered **Expected result:** Both should be registered **Screen recording:** https://images.zenhubusercontent.com/91778759/d3962c96-c6cd-4b19-a94d-73824a60ede0/when_two_records_are_registered_in_slow_network.mp4 **Tested on:** https://login.farajaland-qa.opencrvs.org/
non_test
records going to outbox and not getting registered bug description when a record is clicked to be registered when the previous record is still in the process of being registered the first record goes to outbox and is not registered properly steps to reproduce login as registrar in slow network click review click register any record before the first application is registered properly click review click register another record observe the outbox actual result the first record stays in outbox registering state and second one is registered expected result both should be registered screen recording tested on
0
4,589
3,042,056,611
IssuesEvent
2015-08-08 07:36:46
gernotstarke/circulizr
https://api.github.com/repos/gernotstarke/circulizr
opened
Visual pair statistics along segments
code & design feature-request
As shown on Martin's page: number of tensions to and from a given digit... As dots, diameter corresponds to count...
1.0
Visual pair statistics along segments - As shown on Martin's page: number of tensions to and from a given digit... As dots, diameter corresponds to count...
non_test
visual pair statistics along segments as shown on martin s page number of tensions to and from a given digit as dots diameter corresponds to count
0
735,280
25,387,677,533
IssuesEvent
2022-11-21 23:42:31
bounswe/bounswe2022group7
https://api.github.com/repos/bounswe/bounswe2022group7
opened
Converter from String of List to List
Status: In Progress Priority: Low Type: Research Difficulty: Medium Type: Implementation Target: Backend
We are currently holding a few fields that are originally lists as their string version to reduce redundant database tables. Frontend is translating this string to list. We are to provide a list and remove their conversion code.
1.0
Converter from String of List to List - We are currently holding a few fields that are originally lists as their string version to reduce redundant database tables. Frontend is translating this string to list. We are to provide a list and remove their conversion code.
non_test
converter from string of list to list we are currently holding a few fields that are originally lists as their string version to reduce redundant database tables frontend is translating this string to list we are to provide a list and remove their conversion code
0
747,246
26,078,219,256
IssuesEvent
2022-12-24 22:36:23
KingSupernova31/RulesGuru
https://api.github.com/repos/KingSupernova31/RulesGuru
opened
Dropdown menus should select the best option when "enter" is pressed
enhancement low priority good first issue
It's annoying to have to press the down arrow and then enter twice to use the autofill. Just have an enter press grab an exact match if there is one, or if not, grab the top option from the dropdown. Should work site-wide, on the sidebar and editor.
1.0
Dropdown menus should select the best option when "enter" is pressed - It's annoying to have to press the down arrow and then enter twice to use the autofill. Just have an enter press grab an exact match if there is one, or if not, grab the top option from the dropdown. Should work site-wide, on the sidebar and editor.
non_test
dropdown menus should select the best option when enter is pressed it s annoying to have to press the down arrow and then enter twice to use the autofill just have an enter press grab an exact match if there is one or if not grab the top option from the dropdown should work site wide on the sidebar and editor
0
147,261
11,780,262,044
IssuesEvent
2020-03-16 19:41:13
yobnytech/queueone_issues_tracker
https://api.github.com/repos/yobnytech/queueone_issues_tracker
closed
Button layout should be better in Client details page of partner web
qone_partner_web_app test and close
In the client details page following are suggestions/corrections needed in button placement: 1) Space between Edit & Block 2) Close should not be a button, but as an Cross mark ( X ) on the top right side
1.0
Button layout should be better in Client details page of partner web - In the client details page following are suggestions/corrections needed in button placement: 1) Space between Edit & Block 2) Close should not be a button, but as an Cross mark ( X ) on the top right side
test
button layout should be better in client details page of partner web in the client details page following are suggestions corrections needed in button placement space between edit block close should not be a button but as an cross mark x on the top right side
1
32,052
6,027,987,022
IssuesEvent
2017-06-08 14:52:04
m-labs/sinara
https://api.github.com/repos/m-labs/sinara
closed
merge artiq-hardware into wiki
area:documentation
* [x] clocking * [x] Kasli * [x] general overview and system design
1.0
merge artiq-hardware into wiki - * [x] clocking * [x] Kasli * [x] general overview and system design
non_test
merge artiq hardware into wiki clocking kasli general overview and system design
0
160,209
12,505,847,980
IssuesEvent
2020-06-02 11:30:17
aliasrobotics/RVD
https://api.github.com/repos/aliasrobotics/RVD
opened
Possible binding to all interfaces., /opt/ros_melodic_ws/src/ros/roslib/src/roslib/network.py:241
bandit bug static analysis testing triage
```yaml { "id": 1, "title": "Possible binding to all interfaces., /opt/ros_melodic_ws/src/ros/roslib/src/roslib/network.py:241", "type": "bug", "description": "MEDIUM confidence of MEDIUM severity bug. Possible binding to all interfaces. at /opt/ros_melodic_ws/src/ros/roslib/src/roslib/network.py:241 See links for more info on the bug.", "cwe": "None", "cve": "None", "keywords": [ "bandit", "bug", "static analysis", "testing", "triage", "bug" ], "system": "", "vendor": null, "severity": { "rvss-score": 0, "rvss-vector": "", "severity-description": "", "cvss-score": 0, "cvss-vector": "" }, "links": "", "flaw": { "phase": "testing", "specificity": "subject-specific", "architectural-location": "application-specific", "application": "N/A", "subsystem": "N/A", "package": "N/A", "languages": "None", "date-detected": "2020-06-02 (11:29)", "detected-by": "Alias Robotics", "detected-by-method": "testing static", "date-reported": "2020-06-02 (11:29)", "reported-by": "Alias Robotics", "reported-by-relationship": "automatic", "issue": "", "reproducibility": "always", "trace": "/opt/ros_melodic_ws/src/ros/roslib/src/roslib/network.py:241", "reproduction": "See artifacts below (if available)", "reproduction-image": "" }, "exploitation": { "description": "", "exploitation-image": "", "exploitation-vector": "" }, "mitigation": { "description": "", "pull-request": "", "date-mitigation": "" } } ```
1.0
Possible binding to all interfaces., /opt/ros_melodic_ws/src/ros/roslib/src/roslib/network.py:241 - ```yaml { "id": 1, "title": "Possible binding to all interfaces., /opt/ros_melodic_ws/src/ros/roslib/src/roslib/network.py:241", "type": "bug", "description": "MEDIUM confidence of MEDIUM severity bug. Possible binding to all interfaces. at /opt/ros_melodic_ws/src/ros/roslib/src/roslib/network.py:241 See links for more info on the bug.", "cwe": "None", "cve": "None", "keywords": [ "bandit", "bug", "static analysis", "testing", "triage", "bug" ], "system": "", "vendor": null, "severity": { "rvss-score": 0, "rvss-vector": "", "severity-description": "", "cvss-score": 0, "cvss-vector": "" }, "links": "", "flaw": { "phase": "testing", "specificity": "subject-specific", "architectural-location": "application-specific", "application": "N/A", "subsystem": "N/A", "package": "N/A", "languages": "None", "date-detected": "2020-06-02 (11:29)", "detected-by": "Alias Robotics", "detected-by-method": "testing static", "date-reported": "2020-06-02 (11:29)", "reported-by": "Alias Robotics", "reported-by-relationship": "automatic", "issue": "", "reproducibility": "always", "trace": "/opt/ros_melodic_ws/src/ros/roslib/src/roslib/network.py:241", "reproduction": "See artifacts below (if available)", "reproduction-image": "" }, "exploitation": { "description": "", "exploitation-image": "", "exploitation-vector": "" }, "mitigation": { "description": "", "pull-request": "", "date-mitigation": "" } } ```
test
possible binding to all interfaces opt ros melodic ws src ros roslib src roslib network py yaml id title possible binding to all interfaces opt ros melodic ws src ros roslib src roslib network py type bug description medium confidence of medium severity bug possible binding to all interfaces at opt ros melodic ws src ros roslib src roslib network py see links for more info on the bug cwe none cve none keywords bandit bug static analysis testing triage bug system vendor null severity rvss score rvss vector severity description cvss score cvss vector links flaw phase testing specificity subject specific architectural location application specific application n a subsystem n a package n a languages none date detected detected by alias robotics detected by method testing static date reported reported by alias robotics reported by relationship automatic issue reproducibility always trace opt ros melodic ws src ros roslib src roslib network py reproduction see artifacts below if available reproduction image exploitation description exploitation image exploitation vector mitigation description pull request date mitigation
1
95,507
19,704,119,595
IssuesEvent
2022-01-12 19:50:20
dotnet/roslyn
https://api.github.com/repos/dotnet/roslyn
closed
[Perf] RemoveUnnecessaryCast analyzer (IDE0004)
Area-IDE Tenet-Performance Area-Performance IDE-CodeStyle
**Version Used**: Latest **Steps to Reproduce**: 1. Revert https://github.com/dotnet/roslyn/pull/43303 or explicitly enable [IDE0004](http://sourceroslyn.io/#Microsoft.CodeAnalysis.Features/IDEDiagnosticIds.cs,14) for Roslyn.sln 2. build `src\Compilers\Core\Portable\Microsoft.CodeAnalysis.csproj` **Actual Behavior**: Build time almost doubles in presence of IDE0004 analyzer. Perf traces shows that almost all the time is coming speculative semantic model queries for conversions: ``` Name | Exc % | Exc | Inc % -- | -- | -- | -- microsoft.codeanalysis.codestyle!Microsoft.CodeAnalysis.Shared.Utilities.AbstractSpeculationAnalyzer`7[System.__Canon,System.__Canon,System.__Canon,System.__Canon,System.__Canon,System.__Canon,Microsoft.CodeAnalysis.CSharp.Conversion].ReplacementChangesSemantics() | 0.0 | 1 | 89.6 microsoft.codeanalysis.csharp!MemberSemanticModel.GetBoundNodes | 0.0 | 5 | 85.1 microsoft.codeanalysis.csharp!MemberSemanticModel.GetBoundNodes | 0.1 | 15 | 85.1 microsoft.codeanalysis.csharp!MemberSemanticModel.GetLowerBoundNode | 0.0 | 1 | 85.0 microsoft.codeanalysis.csharp!MemberSemanticModel.EnsureNullabilityAnalysisPerformedIfNecessary | 1.0 | 142 | 85.0 microsoft.codeanalysis.codestyle!Microsoft.CodeAnalysis.Shared.Utilities.AbstractSpeculationAnalyzer`7[System.__Canon,System.__Canon,System.__Canon,System.__Canon,System.__Canon,System.__Canon,Microsoft.CodeAnalysis.CSharp.Conversion].ReplacementChangesSemantics(class Microsoft.CodeAnalysis.SyntaxNode,class Microsoft.CodeAnalysis.SyntaxNode,class Microsoft.CodeAnalysis.SyntaxNode,bool) | 0.4 | 58 | 84.0 microsoft.codeanalysis.codestyle!Microsoft.CodeAnalysis.Shared.Utilities.AbstractSpeculationAnalyzer`7[System.__Canon,System.__Canon,System.__Canon,System.__Canon,System.__Canon,System.__Canon,Microsoft.CodeAnalysis.CSharp.Conversion].ReplacementChangesSemanticsForNode(class Microsoft.CodeAnalysis.SyntaxNode,class Microsoft.CodeAnalysis.SyntaxNode,class Microsoft.CodeAnalysis.SyntaxNode,class Microsoft.CodeAnalysis.SyntaxNode) | 0.0 | 4 | 83.5 microsoft.codeanalysis.csharp!MemberSemanticModel.GetTypeInfoWorker | 0.1 | 9 | 74.1 microsoft.codeanalysis.csharp.codestyle!SpeculationAnalyzer.ConversionsAreCompatible | 0.0 | 1 | 66.4 microsoft.codeanalysis.codestyle!Microsoft.CodeAnalysis.Shared.Utilities.AbstractSpeculationAnalyzer`7[System.__Canon,System.__Canon,System.__Canon,System.__Canon,System.__Canon,System.__Canon,Microsoft.CodeAnalysis.CSharp.Conversion].ImplicitConversionsAreCompatible(!0,!0) | 0.0 | 0 | 66.4 microsoft.codeanalysis.csharp!CSharpExtensions.GetConversion | 0.0 | 0 | 66.4 microsoft.codeanalysis.csharp!CSharpSemanticModel.GetConversion | 0.0 | 0 | 66.4 ```
1.0
[Perf] RemoveUnnecessaryCast analyzer (IDE0004) - **Version Used**: Latest **Steps to Reproduce**: 1. Revert https://github.com/dotnet/roslyn/pull/43303 or explicitly enable [IDE0004](http://sourceroslyn.io/#Microsoft.CodeAnalysis.Features/IDEDiagnosticIds.cs,14) for Roslyn.sln 2. build `src\Compilers\Core\Portable\Microsoft.CodeAnalysis.csproj` **Actual Behavior**: Build time almost doubles in presence of IDE0004 analyzer. Perf traces shows that almost all the time is coming speculative semantic model queries for conversions: ``` Name | Exc % | Exc | Inc % -- | -- | -- | -- microsoft.codeanalysis.codestyle!Microsoft.CodeAnalysis.Shared.Utilities.AbstractSpeculationAnalyzer`7[System.__Canon,System.__Canon,System.__Canon,System.__Canon,System.__Canon,System.__Canon,Microsoft.CodeAnalysis.CSharp.Conversion].ReplacementChangesSemantics() | 0.0 | 1 | 89.6 microsoft.codeanalysis.csharp!MemberSemanticModel.GetBoundNodes | 0.0 | 5 | 85.1 microsoft.codeanalysis.csharp!MemberSemanticModel.GetBoundNodes | 0.1 | 15 | 85.1 microsoft.codeanalysis.csharp!MemberSemanticModel.GetLowerBoundNode | 0.0 | 1 | 85.0 microsoft.codeanalysis.csharp!MemberSemanticModel.EnsureNullabilityAnalysisPerformedIfNecessary | 1.0 | 142 | 85.0 microsoft.codeanalysis.codestyle!Microsoft.CodeAnalysis.Shared.Utilities.AbstractSpeculationAnalyzer`7[System.__Canon,System.__Canon,System.__Canon,System.__Canon,System.__Canon,System.__Canon,Microsoft.CodeAnalysis.CSharp.Conversion].ReplacementChangesSemantics(class Microsoft.CodeAnalysis.SyntaxNode,class Microsoft.CodeAnalysis.SyntaxNode,class Microsoft.CodeAnalysis.SyntaxNode,bool) | 0.4 | 58 | 84.0 microsoft.codeanalysis.codestyle!Microsoft.CodeAnalysis.Shared.Utilities.AbstractSpeculationAnalyzer`7[System.__Canon,System.__Canon,System.__Canon,System.__Canon,System.__Canon,System.__Canon,Microsoft.CodeAnalysis.CSharp.Conversion].ReplacementChangesSemanticsForNode(class Microsoft.CodeAnalysis.SyntaxNode,class Microsoft.CodeAnalysis.SyntaxNode,class Microsoft.CodeAnalysis.SyntaxNode,class Microsoft.CodeAnalysis.SyntaxNode) | 0.0 | 4 | 83.5 microsoft.codeanalysis.csharp!MemberSemanticModel.GetTypeInfoWorker | 0.1 | 9 | 74.1 microsoft.codeanalysis.csharp.codestyle!SpeculationAnalyzer.ConversionsAreCompatible | 0.0 | 1 | 66.4 microsoft.codeanalysis.codestyle!Microsoft.CodeAnalysis.Shared.Utilities.AbstractSpeculationAnalyzer`7[System.__Canon,System.__Canon,System.__Canon,System.__Canon,System.__Canon,System.__Canon,Microsoft.CodeAnalysis.CSharp.Conversion].ImplicitConversionsAreCompatible(!0,!0) | 0.0 | 0 | 66.4 microsoft.codeanalysis.csharp!CSharpExtensions.GetConversion | 0.0 | 0 | 66.4 microsoft.codeanalysis.csharp!CSharpSemanticModel.GetConversion | 0.0 | 0 | 66.4 ```
non_test
removeunnecessarycast analyzer version used latest steps to reproduce revert or explicitly enable for roslyn sln build src compilers core portable microsoft codeanalysis csproj actual behavior build time almost doubles in presence of analyzer perf traces shows that almost all the time is coming speculative semantic model queries for conversions name exc exc inc microsoft codeanalysis codestyle microsoft codeanalysis shared utilities abstractspeculationanalyzer replacementchangessemantics microsoft codeanalysis csharp membersemanticmodel getboundnodes microsoft codeanalysis csharp membersemanticmodel getboundnodes microsoft codeanalysis csharp membersemanticmodel getlowerboundnode microsoft codeanalysis csharp membersemanticmodel ensurenullabilityanalysisperformedifnecessary microsoft codeanalysis codestyle microsoft codeanalysis shared utilities abstractspeculationanalyzer replacementchangessemantics class microsoft codeanalysis syntaxnode class microsoft codeanalysis syntaxnode class microsoft codeanalysis syntaxnode bool microsoft codeanalysis codestyle microsoft codeanalysis shared utilities abstractspeculationanalyzer replacementchangessemanticsfornode class microsoft codeanalysis syntaxnode class microsoft codeanalysis syntaxnode class microsoft codeanalysis syntaxnode class microsoft codeanalysis syntaxnode microsoft codeanalysis csharp membersemanticmodel gettypeinfoworker microsoft codeanalysis csharp codestyle speculationanalyzer conversionsarecompatible microsoft codeanalysis codestyle microsoft codeanalysis shared utilities abstractspeculationanalyzer implicitconversionsarecompatible microsoft codeanalysis csharp csharpextensions getconversion microsoft codeanalysis csharp csharpsemanticmodel getconversion
0
247,094
20,956,668,689
IssuesEvent
2022-03-27 07:21:52
IzzelAliz/Arclight
https://api.github.com/repos/IzzelAliz/Arclight
closed
[1.18.1]不能打开菜单
plugin need testing downstream
### I have confirmed that ... - [X] Arclight is up to date - [X] all dependencies are installed - [X] all plugins and mods are up to date - [X] unable to reproduce in Spigot - [X] unable to reproduce in Forge ### Arclight version arclight-forge-1.18.1-1.0.1-SNAPSHOT ### OS & Java versions windows server java version "17.0.2" 2022-01-18 LTS ### Plugins and Mods ```raw > forge mods [03:00:36 INFO]: Mod List: • mods_folder [前置]CyclopsCore-1.18.1-1.13.0.jar : cyclopscore (1.13.0) - 1 • mods_folder [进度]JustEnoughAdvancements-1.18.1-3.1.0.jar : jea (1.18.1-3.1.0) - 1 • mods_folder [NPC]flashnpcs-1.18.1-1.1.4.jar : flashnpcs (1.1.4) - 1 • mods_folder [JEI]jei-1.18.1-9.2.3.84.jar : jei (9.2.3.84) - 1 • mods_folder [应用能源2]appliedenergistics2-10.1.0-beta.1.jar : ae2 (10.1.0-beta.1) - 1 • mods_folder [MCW]mcw-windows-2.0.2-mc1.18.1.jar : mcwwindows (2.0.2) - 1 • mods_folder [共产主义]cla-1.18.1-2.0.0a220116.jar : cla (2.0.0a) - 1 • mods_folder [叶尖穿行]PassableFoliage-1.18-forge-3.0.0.jar : passablefoliage (3.0.0) - 1 • mods_folder [前置]ForgeEndertech-1.18.1-8.0.0.0-build.0040.jar : forgeendertech (08.0.0.0) - 1 • mods_folder [连接纹理]CTM-1.18-1.1.3+1.jar : ctm (1.18-1.1.3+1) - 1 • mods_folder [懒人厨房]cookingforblockheads-forge-1.18.1-11.1.0.jar : cookingforblockheads (11.1.0) - 1 • mods_folder [前置]LibX-1.18.1-3.1.10.jar : libx (1.18.1-3.1.10) - 1 • mods_folder [MCW]mcw-doors-1.0.5-mc1.18.1.jar : mcwdoors (1.0.5) - 1 • mods_folder [前置]balm-2.4.2+0.jar : balm (2.4.2+0) - 1 • minecraft forge-1.18.1-39.0.59-universal.jar : forge (39.0.59) - 1 • mods_folder [AE2扩展]ae2ao-6.0.0-1.18.1.jar : ae2ao (6.0.0-1.18.1) - 1 • mods_folder [更多箱子]ironchest-1.18-13.0.7.jar : ironchest (1.18-13.0.7) - 1 • mods_folder [矿物统一]alltheores-1.8.0-1.18.1-39.0.0.jar : alltheores (1.8.0-1.18.1-39.0.0) - 1 • minecraft server-1.18.1-20211210.034407-srg.jar : minecraft (1.18.1) - 1 • mods_folder [匠魂]TConstruct-1.18.1-3.4.0.35.jar : tconstruct (3.4.0.34) - 1 • mods_folder [前置]CommonCapabilities-1.18.1-2.8.1.jar : commoncapabilities (2.8.1) - 1 • mods_folder [前置]titanium-1.18-3.4.1-31.jar : titanium (3.4.1) - 1 • mods_folder [MCW]mcw-fences-1.0.2-mc1.18.1.jar : mcwfences (1.0.2) - 1 • mods_folder [寿司]sushigocrafting-1.18.1-0.3.2.jar : sushigocrafting (0.3.2) - 1 • mods_folder [飞轮]flywheel-forge-1.18-0.6.0.jar : flywheel (1.18-0.6.0) - 1 • mods_folder [机械动力]create-mc1.18.1_v0.4d.jar : create (0.4d) - 1 • mods_folder [前置]curios-forge-1.18.1-5.0.6.0.jar : curios (1.18.1-5.0.6.0) - 1 • mods_folder [地幔]Mantle-1.18.1-1.8.31.jar : mantle (1.8.31) - 1 • mods_folder [前置]Patchouli-1.18.1-65.jar : patchouli (1.18.1-65) - 1 • mods_folder [集成动力]IntegratedDynamics-1.18.1-1.10.8.jar : integrateddynamics (1.10.8) - 2 • mods_folder [神秘]malum-1.18.1-1.1.3.jar : malum (1.18.1-1.1.3) - 1 • mods_folder [创世神]worldedit-mod-7.2.8.jar : worldedit (7.2.8+6008-1246d61) - 1 • mods_folder [自然灵气]NaturesAura-35.4.jar : naturesaura (35.4) - 1 • mods_folder [建筑权杖]constructionwand-1.18.1-2.6.jar : constructionwand (1.18.1-2.6) - 1 • mods_folder [霓虹灯艺2]neoncraft2-2.0.jar : neoncraft2 (2.0) - 1 • mods_folder [MCW]mcw-roofs-2.1.0-mc1.18.1.jar : mcwroofs (2.1.0) - 1 • mods_folder [前置]]architectury-3.4.9.jar : architectury (3.4.9) - 1 • mods_folder [前置]ftb-library-forge-1801.3.5-build.109.jar : ftblibrary (1801.3.5-build.109) - 1 • mods_folder [前置]item-filters-forge-1801.2.6-build.16.jar : itemfilters (1801.2.6-build.16) - 1 • mods_folder [组队]ftb-teams-forge-1801.2.4-build.46.jar : ftbteams (1801.2.4-build.46) - 1 • mods_folder [任务]ftb-quests-forge-1801.3.7-build.93.jar : ftbquests (1801.3.7-build.93) - 1 • arclight arclight-1.18.1-1.0.1-SNAPSHOT-8f90a71.jar : arclight (1.18.1-1.0.1-SNAPSHOT-8f90a71) - 1 • mods_folder [水产养殖]Aquaculture-1.18.1-2.3.2.jar : aquaculture (1.18.1-2.3.2) - 1 • mods_folder [烤串]Skewers-1.18.1-1.1.0.jar : skewers (1.1.0) - 1 • mods_folder [前置]framework-0.2.3-1.18.1.jar : framework (0.2.3) - 1 • mods_folder [贴图]texturesmod-2.0.jar : texturesmod (0.0NONE) - 1 • mods_folder [豆腐工艺]TofuCraftReload-1.18.1-0.8.6.jar : tofucraft (1.18.1-0.8.6) - 1 • mods_folder [前置]valhelsia_core-1.18.1-0.3.2.jar : valhelsia_core (1.18.1-0.3.2) - 1 • mods_folder [机械动力附属]createaddition-1.18.1-20220125a.jar : createaddition (1.18.1-20220125a) - 1 • mods_folder [循环]Cyclic-1.18.1-1.6.9.jar : cyclic (1.18.1-1.6.9) - 1 • mods_folder [啤酒]drinkbeer-v2.3.5+for+1.18.1.jar : drinkbeer (2.3.5) - 1 • mods_folder [MCW]mcw-lights-1.0.2-mc1.18.1.jar : mcwlights (1.0.2) - 1 > plugins [03:00:58 INFO] [Console]: Plugins (46): LuckPerms, NoCollisions, Fenestra, StringFix, CrazyAuctionsPlus, PlaceholderAPI, ClearLag, spark, ConsoleSpamFix, ProtocolLib, SkinsRestorer, FantuanGem, Notbuild, LiteSignIn, PPRMB, TrChat, PuerkasMarriage, AdvancedNMotd, NBTAPI, Vault, ArtAdWall, FaithlPoint, TitleManager, PlayerKits, DecentHolograms, YukiNoaAPI, PlayerPoints, Multiverse-Core, LiteLottery, SCore, ItemCommand, Images, ChestCommands, LockettePro, PlayerTitle, DreamBind, BanItem, AuthMe, CMILib, Jobs, CMI, ZMusic, BossShopPro, Residence, QuickShop, PlugManX (PlugMan) ``` ### Description 使用默认菜单加载不了 ### Step to reproduce 1.安装插件 2.输入/bs ### Logs `[02:56:12 FATAL]: Error executing task on Server org.bukkit.command.CommandException: Unhandled exception executing command 'bs' in plugin BossShopPro v2.0.9 at org.bukkit.command.PluginCommand.execute(PluginCommand.java:47) ~[arclight-1.18.1-1.0.1-SNAPSHOT-8f90a71.jar%2367!/:arclight-1.18.1-1.0.1-SNAPSHOT-8f90a71] at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:149) ~[arclight-1.18.1-1.0.1-SNAPSHOT-8f90a71.jar%2367!/:arclight-1.18.1-1.0.1-SNAPSHOT-8f90a71] at org.bukkit.craftbukkit.v1_18_R1.CraftServer.dispatchCommand(CraftServerMixin.java:824) ~[arclight-1.18.1-1.0.1-SNAPSHOT-8f90a71.jar%2367!/:arclight-1.18.1-1.0.1-SNAPSHOT-8f90a71] at net.minecraft.server.network.ServerGamePacketListenerImpl.m_9957_(ServerPlayNetHandlerMixin.java:2565) ~[server-1.18.1-20211210.034407-srg.jar%23118!/:?] at net.minecraft.server.network.ServerGamePacketListenerImpl.handleChat(ServerPlayNetHandlerMixin.java:2410) ~[server-1.18.1-20211210.034407-srg.jar%23118!/:?] at net.minecraft.server.network.ServerGamePacketListenerImpl.m_7388_(ServerPlayNetHandlerMixin.java:2397) ~[server-1.18.1-20211210.034407-srg.jar%23118!/:?] at net.minecraft.network.protocol.game.ServerboundChatPacket.m_5797_(CChatMessagePacketMixin.java:30) ~[server-1.18.1-20211210.034407-srg.jar%23118!/:?] at net.minecraft.network.protocol.game.ServerboundChatPacket.m_5797_(CChatMessagePacketMixin.java:7) ~[server-1.18.1-20211210.034407-srg.jar%23118!/:?] at net.minecraft.network.protocol.PacketUtils.md3ee92c$lambda$ensureRunningOnSameThread$0$0(PacketThreadUtilMixin.java:536) ~[server-1.18.1-20211210.034407-srg.jar%23118!/:?] at net.minecraft.server.TickTask.run(TickTask.java:18) ~[server-1.18.1-20211210.034407-srg.jar%23118!/:?] at net.minecraft.util.thread.BlockableEventLoop.m_6367_(BlockableEventLoop.java:151) ~[server-1.18.1-20211210.034407-srg.jar%23118!/:?] at net.minecraft.util.thread.ReentrantBlockableEventLoop.m_6367_(ReentrantBlockableEventLoop.java:23) ~[server-1.18.1-20211210.034407-srg.jar%23118!/:?] at net.minecraft.server.MinecraftServer.m_6367_(MinecraftServerMixin.java:765) ~[server-1.18.1-20211210.034407-srg.jar%23118!/:?] at net.minecraft.server.MinecraftServer.m_6367_(MinecraftServerMixin.java:161) ~[server-1.18.1-20211210.034407-srg.jar%23118!/:?] at net.minecraft.util.thread.BlockableEventLoop.m_7245_(BlockableEventLoop.java:125) ~[server-1.18.1-20211210.034407-srg.jar%23118!/:?] at net.minecraft.server.MinecraftServer.m_129961_(MinecraftServerMixin.java:748) ~[server-1.18.1-20211210.034407-srg.jar%23118!/:?] at net.minecraft.server.MinecraftServer.m_7245_(MinecraftServerMixin.java:742) ~[server-1.18.1-20211210.034407-srg.jar%23118!/:?] at net.minecraft.util.thread.BlockableEventLoop.m_18699_(BlockableEventLoop.java:110) ~[server-1.18.1-20211210.034407-srg.jar%23118!/:?] at net.minecraft.server.MinecraftServer.m_130012_(MinecraftServerMixin.java:727) ~[server-1.18.1-20211210.034407-srg.jar%23118!/:?] at net.minecraft.server.MinecraftServer.m_130011_(MinecraftServerMixin.java:2067) ~[server-1.18.1-20211210.034407-srg.jar%23118!/:?] at net.minecraft.server.MinecraftServer.m_177918_(MinecraftServerMixin.java:258) ~[server-1.18.1-20211210.034407-srg.jar%23118!/:?] at java.lang.Thread.run(Thread.java:833) [?:?] Caused by: java.lang.IllegalArgumentException: Invalid null NBT value with key SkullOwner at net.minecraft.nbt.CompoundTag.m_128365_(CompoundTag.java:158) ~[server-1.18.1-20211210.034407-srg.jar%23118!/:?] at org.bukkit.craftbukkit.v1_18_R1.inventory.CraftMetaSkull.applyToItem(CraftMetaSkull.java:100) ~[arclight-1.18.1-1.0.1-SNAPSHOT-8f90a71.jar%2367!/:arclight-1.18.1-1.0.1-SNAPSHOT-8f90a71] at org.bukkit.craftbukkit.v1_18_R1.inventory.CraftItemStack.setItemMeta(CraftItemStackMixin.java:588) ~[arclight-1.18.1-1.0.1-SNAPSHOT-8f90a71.jar%2367!/:arclight-1.18.1-1.0.1-SNAPSHOT-8f90a71] at org.bukkit.craftbukkit.v1_18_R1.inventory.CraftItemStack.asNMSCopy(CraftItemStackMixin.java:43) ~[arclight-1.18.1-1.0.1-SNAPSHOT-8f90a71.jar%2367!/:arclight-1.18.1-1.0.1-SNAPSHOT-8f90a71] at org.bukkit.craftbukkit.v1_18_R1.inventory.CraftInventory.setItem(CraftInventoryMixin.java:100) ~[arclight-1.18.1-1.0.1-SNAPSHOT-8f90a71.jar%2367!/:arclight-1.18.1-1.0.1-SNAPSHOT-8f90a71] at org.black_ixx.bossshop.managers.ShopCustomizer.addItem(ShopCustomizer.java:199) ~[?:?] at org.black_ixx.bossshop.managers.ShopCustomizer.createInventory(ShopCustomizer.java:136) ~[?:?] at org.black_ixx.bossshop.managers.ShopCustomizer.createInventory(ShopCustomizer.java:41) ~[?:?] at org.black_ixx.bossshop.core.BSShop.createInventory(BSShop.java:198) ~[?:?] at org.black_ixx.bossshop.core.BSShop.openInventory(BSShop.java:293) ~[?:?] at org.black_ixx.bossshop.core.BSShops.openShop(BSShops.java:129) ~[?:?] at org.black_ixx.bossshop.core.BSShops.openShop(BSShops.java:101) ~[?:?] at org.black_ixx.bossshop.managers.CommandManager.playerCommandOpenShop(CommandManager.java:201) ~[?:?] at org.black_ixx.bossshop.managers.CommandManager.onCommand(CommandManager.java:169) ~[?:?] at org.bukkit.command.PluginCommand.execute(PluginCommand.java:45) ~[arclight-1.18.1-1.0.1-SNAPSHOT-8f90a71.jar%2367!/:arclight-1.18.1-1.0.1-SNAPSHOT-8f90a71] ... 21 more` ### Server pack link (Optional) _No response_
1.0
[1.18.1]不能打开菜单 - ### I have confirmed that ... - [X] Arclight is up to date - [X] all dependencies are installed - [X] all plugins and mods are up to date - [X] unable to reproduce in Spigot - [X] unable to reproduce in Forge ### Arclight version arclight-forge-1.18.1-1.0.1-SNAPSHOT ### OS & Java versions windows server java version "17.0.2" 2022-01-18 LTS ### Plugins and Mods ```raw > forge mods [03:00:36 INFO]: Mod List: • mods_folder [前置]CyclopsCore-1.18.1-1.13.0.jar : cyclopscore (1.13.0) - 1 • mods_folder [进度]JustEnoughAdvancements-1.18.1-3.1.0.jar : jea (1.18.1-3.1.0) - 1 • mods_folder [NPC]flashnpcs-1.18.1-1.1.4.jar : flashnpcs (1.1.4) - 1 • mods_folder [JEI]jei-1.18.1-9.2.3.84.jar : jei (9.2.3.84) - 1 • mods_folder [应用能源2]appliedenergistics2-10.1.0-beta.1.jar : ae2 (10.1.0-beta.1) - 1 • mods_folder [MCW]mcw-windows-2.0.2-mc1.18.1.jar : mcwwindows (2.0.2) - 1 • mods_folder [共产主义]cla-1.18.1-2.0.0a220116.jar : cla (2.0.0a) - 1 • mods_folder [叶尖穿行]PassableFoliage-1.18-forge-3.0.0.jar : passablefoliage (3.0.0) - 1 • mods_folder [前置]ForgeEndertech-1.18.1-8.0.0.0-build.0040.jar : forgeendertech (08.0.0.0) - 1 • mods_folder [连接纹理]CTM-1.18-1.1.3+1.jar : ctm (1.18-1.1.3+1) - 1 • mods_folder [懒人厨房]cookingforblockheads-forge-1.18.1-11.1.0.jar : cookingforblockheads (11.1.0) - 1 • mods_folder [前置]LibX-1.18.1-3.1.10.jar : libx (1.18.1-3.1.10) - 1 • mods_folder [MCW]mcw-doors-1.0.5-mc1.18.1.jar : mcwdoors (1.0.5) - 1 • mods_folder [前置]balm-2.4.2+0.jar : balm (2.4.2+0) - 1 • minecraft forge-1.18.1-39.0.59-universal.jar : forge (39.0.59) - 1 • mods_folder [AE2扩展]ae2ao-6.0.0-1.18.1.jar : ae2ao (6.0.0-1.18.1) - 1 • mods_folder [更多箱子]ironchest-1.18-13.0.7.jar : ironchest (1.18-13.0.7) - 1 • mods_folder [矿物统一]alltheores-1.8.0-1.18.1-39.0.0.jar : alltheores (1.8.0-1.18.1-39.0.0) - 1 • minecraft server-1.18.1-20211210.034407-srg.jar : minecraft (1.18.1) - 1 • mods_folder [匠魂]TConstruct-1.18.1-3.4.0.35.jar : tconstruct (3.4.0.34) - 1 • mods_folder [前置]CommonCapabilities-1.18.1-2.8.1.jar : commoncapabilities (2.8.1) - 1 • mods_folder [前置]titanium-1.18-3.4.1-31.jar : titanium (3.4.1) - 1 • mods_folder [MCW]mcw-fences-1.0.2-mc1.18.1.jar : mcwfences (1.0.2) - 1 • mods_folder [寿司]sushigocrafting-1.18.1-0.3.2.jar : sushigocrafting (0.3.2) - 1 • mods_folder [飞轮]flywheel-forge-1.18-0.6.0.jar : flywheel (1.18-0.6.0) - 1 • mods_folder [机械动力]create-mc1.18.1_v0.4d.jar : create (0.4d) - 1 • mods_folder [前置]curios-forge-1.18.1-5.0.6.0.jar : curios (1.18.1-5.0.6.0) - 1 • mods_folder [地幔]Mantle-1.18.1-1.8.31.jar : mantle (1.8.31) - 1 • mods_folder [前置]Patchouli-1.18.1-65.jar : patchouli (1.18.1-65) - 1 • mods_folder [集成动力]IntegratedDynamics-1.18.1-1.10.8.jar : integrateddynamics (1.10.8) - 2 • mods_folder [神秘]malum-1.18.1-1.1.3.jar : malum (1.18.1-1.1.3) - 1 • mods_folder [创世神]worldedit-mod-7.2.8.jar : worldedit (7.2.8+6008-1246d61) - 1 • mods_folder [自然灵气]NaturesAura-35.4.jar : naturesaura (35.4) - 1 • mods_folder [建筑权杖]constructionwand-1.18.1-2.6.jar : constructionwand (1.18.1-2.6) - 1 • mods_folder [霓虹灯艺2]neoncraft2-2.0.jar : neoncraft2 (2.0) - 1 • mods_folder [MCW]mcw-roofs-2.1.0-mc1.18.1.jar : mcwroofs (2.1.0) - 1 • mods_folder [前置]]architectury-3.4.9.jar : architectury (3.4.9) - 1 • mods_folder [前置]ftb-library-forge-1801.3.5-build.109.jar : ftblibrary (1801.3.5-build.109) - 1 • mods_folder [前置]item-filters-forge-1801.2.6-build.16.jar : itemfilters (1801.2.6-build.16) - 1 • mods_folder [组队]ftb-teams-forge-1801.2.4-build.46.jar : ftbteams (1801.2.4-build.46) - 1 • mods_folder [任务]ftb-quests-forge-1801.3.7-build.93.jar : ftbquests (1801.3.7-build.93) - 1 • arclight arclight-1.18.1-1.0.1-SNAPSHOT-8f90a71.jar : arclight (1.18.1-1.0.1-SNAPSHOT-8f90a71) - 1 • mods_folder [水产养殖]Aquaculture-1.18.1-2.3.2.jar : aquaculture (1.18.1-2.3.2) - 1 • mods_folder [烤串]Skewers-1.18.1-1.1.0.jar : skewers (1.1.0) - 1 • mods_folder [前置]framework-0.2.3-1.18.1.jar : framework (0.2.3) - 1 • mods_folder [贴图]texturesmod-2.0.jar : texturesmod (0.0NONE) - 1 • mods_folder [豆腐工艺]TofuCraftReload-1.18.1-0.8.6.jar : tofucraft (1.18.1-0.8.6) - 1 • mods_folder [前置]valhelsia_core-1.18.1-0.3.2.jar : valhelsia_core (1.18.1-0.3.2) - 1 • mods_folder [机械动力附属]createaddition-1.18.1-20220125a.jar : createaddition (1.18.1-20220125a) - 1 • mods_folder [循环]Cyclic-1.18.1-1.6.9.jar : cyclic (1.18.1-1.6.9) - 1 • mods_folder [啤酒]drinkbeer-v2.3.5+for+1.18.1.jar : drinkbeer (2.3.5) - 1 • mods_folder [MCW]mcw-lights-1.0.2-mc1.18.1.jar : mcwlights (1.0.2) - 1 > plugins [03:00:58 INFO] [Console]: Plugins (46): LuckPerms, NoCollisions, Fenestra, StringFix, CrazyAuctionsPlus, PlaceholderAPI, ClearLag, spark, ConsoleSpamFix, ProtocolLib, SkinsRestorer, FantuanGem, Notbuild, LiteSignIn, PPRMB, TrChat, PuerkasMarriage, AdvancedNMotd, NBTAPI, Vault, ArtAdWall, FaithlPoint, TitleManager, PlayerKits, DecentHolograms, YukiNoaAPI, PlayerPoints, Multiverse-Core, LiteLottery, SCore, ItemCommand, Images, ChestCommands, LockettePro, PlayerTitle, DreamBind, BanItem, AuthMe, CMILib, Jobs, CMI, ZMusic, BossShopPro, Residence, QuickShop, PlugManX (PlugMan) ``` ### Description 使用默认菜单加载不了 ### Step to reproduce 1.安装插件 2.输入/bs ### Logs `[02:56:12 FATAL]: Error executing task on Server org.bukkit.command.CommandException: Unhandled exception executing command 'bs' in plugin BossShopPro v2.0.9 at org.bukkit.command.PluginCommand.execute(PluginCommand.java:47) ~[arclight-1.18.1-1.0.1-SNAPSHOT-8f90a71.jar%2367!/:arclight-1.18.1-1.0.1-SNAPSHOT-8f90a71] at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:149) ~[arclight-1.18.1-1.0.1-SNAPSHOT-8f90a71.jar%2367!/:arclight-1.18.1-1.0.1-SNAPSHOT-8f90a71] at org.bukkit.craftbukkit.v1_18_R1.CraftServer.dispatchCommand(CraftServerMixin.java:824) ~[arclight-1.18.1-1.0.1-SNAPSHOT-8f90a71.jar%2367!/:arclight-1.18.1-1.0.1-SNAPSHOT-8f90a71] at net.minecraft.server.network.ServerGamePacketListenerImpl.m_9957_(ServerPlayNetHandlerMixin.java:2565) ~[server-1.18.1-20211210.034407-srg.jar%23118!/:?] at net.minecraft.server.network.ServerGamePacketListenerImpl.handleChat(ServerPlayNetHandlerMixin.java:2410) ~[server-1.18.1-20211210.034407-srg.jar%23118!/:?] at net.minecraft.server.network.ServerGamePacketListenerImpl.m_7388_(ServerPlayNetHandlerMixin.java:2397) ~[server-1.18.1-20211210.034407-srg.jar%23118!/:?] at net.minecraft.network.protocol.game.ServerboundChatPacket.m_5797_(CChatMessagePacketMixin.java:30) ~[server-1.18.1-20211210.034407-srg.jar%23118!/:?] at net.minecraft.network.protocol.game.ServerboundChatPacket.m_5797_(CChatMessagePacketMixin.java:7) ~[server-1.18.1-20211210.034407-srg.jar%23118!/:?] at net.minecraft.network.protocol.PacketUtils.md3ee92c$lambda$ensureRunningOnSameThread$0$0(PacketThreadUtilMixin.java:536) ~[server-1.18.1-20211210.034407-srg.jar%23118!/:?] at net.minecraft.server.TickTask.run(TickTask.java:18) ~[server-1.18.1-20211210.034407-srg.jar%23118!/:?] at net.minecraft.util.thread.BlockableEventLoop.m_6367_(BlockableEventLoop.java:151) ~[server-1.18.1-20211210.034407-srg.jar%23118!/:?] at net.minecraft.util.thread.ReentrantBlockableEventLoop.m_6367_(ReentrantBlockableEventLoop.java:23) ~[server-1.18.1-20211210.034407-srg.jar%23118!/:?] at net.minecraft.server.MinecraftServer.m_6367_(MinecraftServerMixin.java:765) ~[server-1.18.1-20211210.034407-srg.jar%23118!/:?] at net.minecraft.server.MinecraftServer.m_6367_(MinecraftServerMixin.java:161) ~[server-1.18.1-20211210.034407-srg.jar%23118!/:?] at net.minecraft.util.thread.BlockableEventLoop.m_7245_(BlockableEventLoop.java:125) ~[server-1.18.1-20211210.034407-srg.jar%23118!/:?] at net.minecraft.server.MinecraftServer.m_129961_(MinecraftServerMixin.java:748) ~[server-1.18.1-20211210.034407-srg.jar%23118!/:?] at net.minecraft.server.MinecraftServer.m_7245_(MinecraftServerMixin.java:742) ~[server-1.18.1-20211210.034407-srg.jar%23118!/:?] at net.minecraft.util.thread.BlockableEventLoop.m_18699_(BlockableEventLoop.java:110) ~[server-1.18.1-20211210.034407-srg.jar%23118!/:?] at net.minecraft.server.MinecraftServer.m_130012_(MinecraftServerMixin.java:727) ~[server-1.18.1-20211210.034407-srg.jar%23118!/:?] at net.minecraft.server.MinecraftServer.m_130011_(MinecraftServerMixin.java:2067) ~[server-1.18.1-20211210.034407-srg.jar%23118!/:?] at net.minecraft.server.MinecraftServer.m_177918_(MinecraftServerMixin.java:258) ~[server-1.18.1-20211210.034407-srg.jar%23118!/:?] at java.lang.Thread.run(Thread.java:833) [?:?] Caused by: java.lang.IllegalArgumentException: Invalid null NBT value with key SkullOwner at net.minecraft.nbt.CompoundTag.m_128365_(CompoundTag.java:158) ~[server-1.18.1-20211210.034407-srg.jar%23118!/:?] at org.bukkit.craftbukkit.v1_18_R1.inventory.CraftMetaSkull.applyToItem(CraftMetaSkull.java:100) ~[arclight-1.18.1-1.0.1-SNAPSHOT-8f90a71.jar%2367!/:arclight-1.18.1-1.0.1-SNAPSHOT-8f90a71] at org.bukkit.craftbukkit.v1_18_R1.inventory.CraftItemStack.setItemMeta(CraftItemStackMixin.java:588) ~[arclight-1.18.1-1.0.1-SNAPSHOT-8f90a71.jar%2367!/:arclight-1.18.1-1.0.1-SNAPSHOT-8f90a71] at org.bukkit.craftbukkit.v1_18_R1.inventory.CraftItemStack.asNMSCopy(CraftItemStackMixin.java:43) ~[arclight-1.18.1-1.0.1-SNAPSHOT-8f90a71.jar%2367!/:arclight-1.18.1-1.0.1-SNAPSHOT-8f90a71] at org.bukkit.craftbukkit.v1_18_R1.inventory.CraftInventory.setItem(CraftInventoryMixin.java:100) ~[arclight-1.18.1-1.0.1-SNAPSHOT-8f90a71.jar%2367!/:arclight-1.18.1-1.0.1-SNAPSHOT-8f90a71] at org.black_ixx.bossshop.managers.ShopCustomizer.addItem(ShopCustomizer.java:199) ~[?:?] at org.black_ixx.bossshop.managers.ShopCustomizer.createInventory(ShopCustomizer.java:136) ~[?:?] at org.black_ixx.bossshop.managers.ShopCustomizer.createInventory(ShopCustomizer.java:41) ~[?:?] at org.black_ixx.bossshop.core.BSShop.createInventory(BSShop.java:198) ~[?:?] at org.black_ixx.bossshop.core.BSShop.openInventory(BSShop.java:293) ~[?:?] at org.black_ixx.bossshop.core.BSShops.openShop(BSShops.java:129) ~[?:?] at org.black_ixx.bossshop.core.BSShops.openShop(BSShops.java:101) ~[?:?] at org.black_ixx.bossshop.managers.CommandManager.playerCommandOpenShop(CommandManager.java:201) ~[?:?] at org.black_ixx.bossshop.managers.CommandManager.onCommand(CommandManager.java:169) ~[?:?] at org.bukkit.command.PluginCommand.execute(PluginCommand.java:45) ~[arclight-1.18.1-1.0.1-SNAPSHOT-8f90a71.jar%2367!/:arclight-1.18.1-1.0.1-SNAPSHOT-8f90a71] ... 21 more` ### Server pack link (Optional) _No response_
test
不能打开菜单 i have confirmed that arclight is up to date all dependencies are installed all plugins and mods are up to date unable to reproduce in spigot unable to reproduce in forge arclight version arclight forge snapshot os java versions windows server java version lts plugins and mods raw forge mods mod list • mods folder cyclopscore jar cyclopscore • mods folder justenoughadvancements jar jea • mods folder flashnpcs jar flashnpcs • mods folder jei jar jei • mods folder beta jar beta • mods folder mcw windows jar mcwwindows • mods folder cla jar cla • mods folder passablefoliage forge jar passablefoliage • mods folder forgeendertech build jar forgeendertech • mods folder ctm jar ctm • mods folder cookingforblockheads forge jar cookingforblockheads • mods folder libx jar libx • mods folder mcw doors jar mcwdoors • mods folder balm jar balm • minecraft forge universal jar forge • mods folder jar • mods folder ironchest jar ironchest • mods folder alltheores jar alltheores • minecraft server srg jar minecraft • mods folder tconstruct jar tconstruct • mods folder commoncapabilities jar commoncapabilities • mods folder titanium jar titanium • mods folder mcw fences jar mcwfences • mods folder sushigocrafting jar sushigocrafting • mods folder flywheel forge jar flywheel • mods folder create jar create • mods folder curios forge jar curios • mods folder mantle jar mantle • mods folder patchouli jar patchouli • mods folder integrateddynamics jar integrateddynamics • mods folder malum jar malum • mods folder worldedit mod jar worldedit • mods folder naturesaura jar naturesaura • mods folder constructionwand jar constructionwand • mods folder jar • mods folder mcw roofs jar mcwroofs • mods folder architectury jar architectury • mods folder ftb library forge build jar ftblibrary build • mods folder item filters forge build jar itemfilters build • mods folder ftb teams forge build jar ftbteams build • mods folder ftb quests forge build jar ftbquests build • arclight arclight snapshot jar arclight snapshot • mods folder aquaculture jar aquaculture • mods folder skewers jar skewers • mods folder framework jar framework • mods folder texturesmod jar texturesmod • mods folder tofucraftreload jar tofucraft • mods folder valhelsia core jar valhelsia core • mods folder createaddition jar createaddition • mods folder cyclic jar cyclic • mods folder drinkbeer for jar drinkbeer • mods folder mcw lights jar mcwlights plugins plugins luckperms nocollisions fenestra stringfix crazyauctionsplus placeholderapi clearlag spark consolespamfix protocollib skinsrestorer fantuangem notbuild litesignin pprmb trchat puerkasmarriage advancednmotd nbtapi vault artadwall faithlpoint titlemanager playerkits decentholograms yukinoaapi playerpoints multiverse core litelottery score itemcommand images chestcommands lockettepro playertitle dreambind banitem authme cmilib jobs cmi zmusic bossshoppro residence quickshop plugmanx plugman description 使用默认菜单加载不了 step to reproduce 安装插件 输入 bs logs error executing task on server org bukkit command commandexception unhandled exception executing command bs in plugin bossshoppro at org bukkit command plugincommand execute plugincommand java at org bukkit command simplecommandmap dispatch simplecommandmap java at org bukkit craftbukkit craftserver dispatchcommand craftservermixin java at net minecraft server network servergamepacketlistenerimpl m serverplaynethandlermixin java at net minecraft server network servergamepacketlistenerimpl handlechat serverplaynethandlermixin java at net minecraft server network servergamepacketlistenerimpl m serverplaynethandlermixin java at net minecraft network protocol game serverboundchatpacket m cchatmessagepacketmixin java at net minecraft network protocol game serverboundchatpacket m cchatmessagepacketmixin java at net minecraft network protocol packetutils lambda ensurerunningonsamethread packetthreadutilmixin java at net minecraft server ticktask run ticktask java at net minecraft util thread blockableeventloop m blockableeventloop java at net minecraft util thread reentrantblockableeventloop m reentrantblockableeventloop java at net minecraft server minecraftserver m minecraftservermixin java at net minecraft server minecraftserver m minecraftservermixin java at net minecraft util thread blockableeventloop m blockableeventloop java at net minecraft server minecraftserver m minecraftservermixin java at net minecraft server minecraftserver m minecraftservermixin java at net minecraft util thread blockableeventloop m blockableeventloop java at net minecraft server minecraftserver m minecraftservermixin java at net minecraft server minecraftserver m minecraftservermixin java at net minecraft server minecraftserver m minecraftservermixin java at java lang thread run thread java caused by java lang illegalargumentexception invalid null nbt value with key skullowner at net minecraft nbt compoundtag m compoundtag java at org bukkit craftbukkit inventory craftmetaskull applytoitem craftmetaskull java at org bukkit craftbukkit inventory craftitemstack setitemmeta craftitemstackmixin java at org bukkit craftbukkit inventory craftitemstack asnmscopy craftitemstackmixin java at org bukkit craftbukkit inventory craftinventory setitem craftinventorymixin java at org black ixx bossshop managers shopcustomizer additem shopcustomizer java at org black ixx bossshop managers shopcustomizer createinventory shopcustomizer java at org black ixx bossshop managers shopcustomizer createinventory shopcustomizer java at org black ixx bossshop core bsshop createinventory bsshop java at org black ixx bossshop core bsshop openinventory bsshop java at org black ixx bossshop core bsshops openshop bsshops java at org black ixx bossshop core bsshops openshop bsshops java at org black ixx bossshop managers commandmanager playercommandopenshop commandmanager java at org black ixx bossshop managers commandmanager oncommand commandmanager java at org bukkit command plugincommand execute plugincommand java more server pack link optional no response
1
17,988
3,015,109,397
IssuesEvent
2015-07-29 17:59:14
johnwilkes/googleclusterdata
https://api.github.com/repos/johnwilkes/googleclusterdata
closed
Link to research blog at project home is broken
auto-migrated Priority-Medium Type-Defect
``` What steps will reproduce the problem? 1. 2. 3. What is the expected output? What do you see instead? What version of the product are you using? On what operating system? Please provide any additional information below. External links research blog is linking to http://www.blogger.com/post-create.g?blogID=1901025479979892432 ``` Original issue reported on code.google.com by `hank.d...@gmail.com` on 12 Jun 2012 at 1:52
1.0
Link to research blog at project home is broken - ``` What steps will reproduce the problem? 1. 2. 3. What is the expected output? What do you see instead? What version of the product are you using? On what operating system? Please provide any additional information below. External links research blog is linking to http://www.blogger.com/post-create.g?blogID=1901025479979892432 ``` Original issue reported on code.google.com by `hank.d...@gmail.com` on 12 Jun 2012 at 1:52
non_test
link to research blog at project home is broken what steps will reproduce the problem what is the expected output what do you see instead what version of the product are you using on what operating system please provide any additional information below external links research blog is linking to original issue reported on code google com by hank d gmail com on jun at
0
48,373
25,498,732,103
IssuesEvent
2022-11-28 00:22:20
cessen/ropey
https://api.github.com/repos/cessen/ropey
closed
Make Lines iterator more efficient
performance
Currently the `Lines` iterator is roughly equivalent to just calling `Rope::line()` repeatedly with an incrementing index. This is O(log N) for each call to `Lines::next()`, and also is just generally less efficient than it needs to be. This is not only sub-optimal, but also stands out compared to the other iterators which are all O(1) and very fast. It should be possible to also make `Lines` O(1) and just generally more efficient.
True
Make Lines iterator more efficient - Currently the `Lines` iterator is roughly equivalent to just calling `Rope::line()` repeatedly with an incrementing index. This is O(log N) for each call to `Lines::next()`, and also is just generally less efficient than it needs to be. This is not only sub-optimal, but also stands out compared to the other iterators which are all O(1) and very fast. It should be possible to also make `Lines` O(1) and just generally more efficient.
non_test
make lines iterator more efficient currently the lines iterator is roughly equivalent to just calling rope line repeatedly with an incrementing index this is o log n for each call to lines next and also is just generally less efficient than it needs to be this is not only sub optimal but also stands out compared to the other iterators which are all o and very fast it should be possible to also make lines o and just generally more efficient
0
6,299
2,832,350,696
IssuesEvent
2015-05-25 07:12:37
AeroScripts/QuestieDev
https://api.github.com/repos/AeroScripts/QuestieDev
closed
Map notes error on mouse over if quest category is collapsed
bug test again
It probably shouldn't be checking the quest log on mouse over.
1.0
Map notes error on mouse over if quest category is collapsed - It probably shouldn't be checking the quest log on mouse over.
test
map notes error on mouse over if quest category is collapsed it probably shouldn t be checking the quest log on mouse over
1
64,725
3,214,521,010
IssuesEvent
2015-10-07 02:44:21
cs2103aug2015-w09-3j/main
https://api.github.com/repos/cs2103aug2015-w09-3j/main
closed
A user can delete tasks by using the 'delete' command
priority.high type.story
... so that the user can delete tasks which are not necessary.
1.0
A user can delete tasks by using the 'delete' command - ... so that the user can delete tasks which are not necessary.
non_test
a user can delete tasks by using the delete command so that the user can delete tasks which are not necessary
0
72,762
7,311,113,709
IssuesEvent
2018-02-28 16:48:29
FreeUKGen/MyopicVicar
https://api.github.com/repos/FreeUKGen/MyopicVicar
closed
Volunteer Agreement Sign up (existing transcribers)
Open Data Urgent testing
Decided and implement best method for implementing sign-up for existing volunteers on FreeREG
1.0
Volunteer Agreement Sign up (existing transcribers) - Decided and implement best method for implementing sign-up for existing volunteers on FreeREG
test
volunteer agreement sign up existing transcribers decided and implement best method for implementing sign up for existing volunteers on freereg
1
450,790
31,992,509,360
IssuesEvent
2023-09-21 07:04:21
EthanThatOneKid/pomo
https://api.github.com/repos/EthanThatOneKid/pomo
opened
Server documentation
documentation
Add a new `README.md` section explaining how the HTTP server works, how to develop, and how the server is deployed.
1.0
Server documentation - Add a new `README.md` section explaining how the HTTP server works, how to develop, and how the server is deployed.
non_test
server documentation add a new readme md section explaining how the http server works how to develop and how the server is deployed
0
90,581
3,827,715,763
IssuesEvent
2016-03-31 00:17:39
coreos/bugs
https://api.github.com/repos/coreos/bugs
closed
cloudinit: add new flags for etcd 2.3
area/usability component/cloud-init kind/enhancement priority/P1 team/os
We plan to release etcd 2.3 in next week or so. etcd 2.3 introduces a few new flags. ``` --enable-pprof "Enable runtime profiling data via HTTP server." Default: false --strict-reconfig-check "Reject reconfiguration requests that would cause quorum loss." Default: false ```
1.0
cloudinit: add new flags for etcd 2.3 - We plan to release etcd 2.3 in next week or so. etcd 2.3 introduces a few new flags. ``` --enable-pprof "Enable runtime profiling data via HTTP server." Default: false --strict-reconfig-check "Reject reconfiguration requests that would cause quorum loss." Default: false ```
non_test
cloudinit add new flags for etcd we plan to release etcd in next week or so etcd introduces a few new flags enable pprof enable runtime profiling data via http server default false strict reconfig check reject reconfiguration requests that would cause quorum loss default false
0
261,460
22,746,622,966
IssuesEvent
2022-07-07 09:43:40
mozilla-mobile/fenix
https://api.github.com/repos/mozilla-mobile/fenix
closed
Intermittent UI test failure - < TabbedBrowsingTest.closeAllTabsTest>
b:crash eng:intermittent-test needs:triage eng:ui-test
### Firebase Test Run: [Firebase link](https://console.firebase.google.com/u/0/project/moz-fenix/testlab/histories/bh.66b7091e15d53d45/matrices/8733564020833028720/executions/bs.31f938048977bdba/testcases/1/test-cases) ### Stacktrace: java.lang.RuntimeException: Error while connecting UiAutomation@ca9b6ef[id=-1, flags=0] at android.app.UiAutomation.connect(UiAutomation.java:259) at android.app.Instrumentation.getUiAutomation(Instrumentation.java:2176) at androidx.test.uiautomator.UiDevice.getUiAutomation(UiDevice.java:1129) at androidx.test.uiautomator.QueryController.<init>(QueryController.java:95) at androidx.test.uiautomator.UiDevice.<init>(UiDevice.java:109) at androidx.test.uiautomator.UiDevice.getInstance(UiDevice.java:261) at org.mozilla.fenix.ui.TabbedBrowsingTest.<init>(TabbedBrowsingTest.kt:43) ### Build: 5/20 ┆Issue is synchronized with this [Jira Task](https://mozilla-hub.atlassian.net/browse/FNXV2-20535)
2.0
Intermittent UI test failure - < TabbedBrowsingTest.closeAllTabsTest> - ### Firebase Test Run: [Firebase link](https://console.firebase.google.com/u/0/project/moz-fenix/testlab/histories/bh.66b7091e15d53d45/matrices/8733564020833028720/executions/bs.31f938048977bdba/testcases/1/test-cases) ### Stacktrace: java.lang.RuntimeException: Error while connecting UiAutomation@ca9b6ef[id=-1, flags=0] at android.app.UiAutomation.connect(UiAutomation.java:259) at android.app.Instrumentation.getUiAutomation(Instrumentation.java:2176) at androidx.test.uiautomator.UiDevice.getUiAutomation(UiDevice.java:1129) at androidx.test.uiautomator.QueryController.<init>(QueryController.java:95) at androidx.test.uiautomator.UiDevice.<init>(UiDevice.java:109) at androidx.test.uiautomator.UiDevice.getInstance(UiDevice.java:261) at org.mozilla.fenix.ui.TabbedBrowsingTest.<init>(TabbedBrowsingTest.kt:43) ### Build: 5/20 ┆Issue is synchronized with this [Jira Task](https://mozilla-hub.atlassian.net/browse/FNXV2-20535)
test
intermittent ui test failure firebase test run stacktrace java lang runtimeexception error while connecting uiautomation at android app uiautomation connect uiautomation java at android app instrumentation getuiautomation instrumentation java at androidx test uiautomator uidevice getuiautomation uidevice java at androidx test uiautomator querycontroller querycontroller java at androidx test uiautomator uidevice uidevice java at androidx test uiautomator uidevice getinstance uidevice java at org mozilla fenix ui tabbedbrowsingtest tabbedbrowsingtest kt build ┆issue is synchronized with this
1
164,716
12,812,844,567
IssuesEvent
2020-07-04 09:09:12
aliasrobotics/RVD
https://api.github.com/repos/aliasrobotics/RVD
closed
RVD#3011: CWE-134 (format), If format strings can be influenced by an attacker, they can be exploi... @ boards/nxphlite-v3/init.c:96
CWE-134 bug components software flawfinder flawfinder_level_4 mitigated robot component: PX4 static analysis testing triage version: v1.8.0
```yaml id: 3011 title: 'RVD#3011: CWE-134 (format), If format strings can be influenced by an attacker, they can be exploi... @ boards/nxphlite-v3/init.c:96' type: bug description: If format strings can be influenced by an attacker, they can be exploited (CWE-134). Use a constant for the format specification. . Happening @ ...boards/nxphlite-v3/init.c:96 cwe: - CWE-134 cve: None keywords: - flawfinder - flawfinder_level_4 - static analysis - testing - triage - CWE-134 - bug - 'version: v1.8.0' - 'robot component: PX4' - components software system: ./Firmware/src/drivers/boards/nxphlite-v3/init.c:96:26 vendor: null severity: rvss-score: 0 rvss-vector: '' severity-description: '' cvss-score: 0 cvss-vector: '' links: - https://github.com/aliasrobotics/RVD/issues/3011 flaw: phase: testing specificity: subject-specific architectural-location: application-specific application: N/A subsystem: N/A package: N/A languages: None date-detected: 2020-06-29 (16:06) detected-by: Alias Robotics detected-by-method: testing static date-reported: 2020-06-29 (16:06) reported-by: Alias Robotics reported-by-relationship: automatic issue: https://github.com/aliasrobotics/RVD/issues/3011 reproducibility: always trace: '(context) # define message(...) printf(__VA_ARGS__)' reproduction: See artifacts below (if available) reproduction-image: gitlab.com/aliasrobotics/offensive/alurity/pipelines/active/pipeline_px4/-/jobs/615986299/artifacts/download exploitation: description: '' exploitation-image: '' exploitation-vector: '' exploitation-recipe: '' mitigation: description: Use a constant for the format specification pull-request: '' date-mitigation: '' ```
1.0
RVD#3011: CWE-134 (format), If format strings can be influenced by an attacker, they can be exploi... @ boards/nxphlite-v3/init.c:96 - ```yaml id: 3011 title: 'RVD#3011: CWE-134 (format), If format strings can be influenced by an attacker, they can be exploi... @ boards/nxphlite-v3/init.c:96' type: bug description: If format strings can be influenced by an attacker, they can be exploited (CWE-134). Use a constant for the format specification. . Happening @ ...boards/nxphlite-v3/init.c:96 cwe: - CWE-134 cve: None keywords: - flawfinder - flawfinder_level_4 - static analysis - testing - triage - CWE-134 - bug - 'version: v1.8.0' - 'robot component: PX4' - components software system: ./Firmware/src/drivers/boards/nxphlite-v3/init.c:96:26 vendor: null severity: rvss-score: 0 rvss-vector: '' severity-description: '' cvss-score: 0 cvss-vector: '' links: - https://github.com/aliasrobotics/RVD/issues/3011 flaw: phase: testing specificity: subject-specific architectural-location: application-specific application: N/A subsystem: N/A package: N/A languages: None date-detected: 2020-06-29 (16:06) detected-by: Alias Robotics detected-by-method: testing static date-reported: 2020-06-29 (16:06) reported-by: Alias Robotics reported-by-relationship: automatic issue: https://github.com/aliasrobotics/RVD/issues/3011 reproducibility: always trace: '(context) # define message(...) printf(__VA_ARGS__)' reproduction: See artifacts below (if available) reproduction-image: gitlab.com/aliasrobotics/offensive/alurity/pipelines/active/pipeline_px4/-/jobs/615986299/artifacts/download exploitation: description: '' exploitation-image: '' exploitation-vector: '' exploitation-recipe: '' mitigation: description: Use a constant for the format specification pull-request: '' date-mitigation: '' ```
test
rvd cwe format if format strings can be influenced by an attacker they can be exploi boards nxphlite init c yaml id title rvd cwe format if format strings can be influenced by an attacker they can be exploi boards nxphlite init c type bug description if format strings can be influenced by an attacker they can be exploited cwe use a constant for the format specification happening boards nxphlite init c cwe cwe cve none keywords flawfinder flawfinder level static analysis testing triage cwe bug version robot component components software system firmware src drivers boards nxphlite init c vendor null severity rvss score rvss vector severity description cvss score cvss vector links flaw phase testing specificity subject specific architectural location application specific application n a subsystem n a package n a languages none date detected detected by alias robotics detected by method testing static date reported reported by alias robotics reported by relationship automatic issue reproducibility always trace context define message printf va args reproduction see artifacts below if available reproduction image gitlab com aliasrobotics offensive alurity pipelines active pipeline jobs artifacts download exploitation description exploitation image exploitation vector exploitation recipe mitigation description use a constant for the format specification pull request date mitigation
1
224,940
17,783,593,625
IssuesEvent
2021-08-31 08:25:22
influxdata/influxdb_iox
https://api.github.com/repos/influxdata/influxdb_iox
closed
Flaky Test: Server ID Conflict
Testability
When running tests locally on current main, I'm consistently seeing these two tests failing ``` failures: end_to_end_cases::management_api::test_wipe_preserved_catalog end_to_end_cases::write_pb::test_write_pb ``` The errors appear to be test races, but I've not looked into it yet test_wipe_preserved_catalog ``` Server already has an ID (32); possibly a stray/orphan server from another test run. ``` test_write_pb ``` Server already has an ID (42); possibly a stray/orphan server from another test run. ```
1.0
Flaky Test: Server ID Conflict - When running tests locally on current main, I'm consistently seeing these two tests failing ``` failures: end_to_end_cases::management_api::test_wipe_preserved_catalog end_to_end_cases::write_pb::test_write_pb ``` The errors appear to be test races, but I've not looked into it yet test_wipe_preserved_catalog ``` Server already has an ID (32); possibly a stray/orphan server from another test run. ``` test_write_pb ``` Server already has an ID (42); possibly a stray/orphan server from another test run. ```
test
flaky test server id conflict when running tests locally on current main i m consistently seeing these two tests failing failures end to end cases management api test wipe preserved catalog end to end cases write pb test write pb the errors appear to be test races but i ve not looked into it yet test wipe preserved catalog server already has an id possibly a stray orphan server from another test run test write pb server already has an id possibly a stray orphan server from another test run
1
221,633
24,651,024,521
IssuesEvent
2022-10-17 18:39:26
billmcchesney1/flowgate
https://api.github.com/repos/billmcchesney1/flowgate
opened
CVE-2022-37603 (Medium) detected in loader-utils-2.0.0.tgz
security vulnerability
## CVE-2022-37603 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>loader-utils-2.0.0.tgz</b></p></summary> <p>utils for webpack loaders</p> <p>Library home page: <a href="https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.0.tgz">https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.0.tgz</a></p> <p>Path to dependency file: /ui/package.json</p> <p>Path to vulnerable library: /ui/node_modules/loader-utils/package.json</p> <p> Dependency Hierarchy: - build-angular-0.1002.0.tgz (Root Library) - :x: **loader-utils-2.0.0.tgz** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/billmcchesney1/flowgate/commit/dd01a1d4381c7a3b94ba25748c015a094c33088e">dd01a1d4381c7a3b94ba25748c015a094c33088e</a></p> <p>Found in base branch: <b>master</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> A Regular expression denial of service (ReDoS) flaw was found in Function interpolateName in interpolateName.js in webpack loader-utils 2.0.0 via the url variable in interpolateName.js. <p>Publish Date: 2022-10-14 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2022-37603>CVE-2022-37603</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>5.5</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Local - 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>Release Date: 2022-10-14</p> <p>Fix Resolution (loader-utils): 2.0.1</p> <p>Direct dependency fix Resolution (@angular-devkit/build-angular): 13.0.0</p> </p> </details> <p></p> *** <!-- REMEDIATE-OPEN-PR-START --> - [ ] Check this box to open an automated fix PR <!-- REMEDIATE-OPEN-PR-END -->
True
CVE-2022-37603 (Medium) detected in loader-utils-2.0.0.tgz - ## CVE-2022-37603 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>loader-utils-2.0.0.tgz</b></p></summary> <p>utils for webpack loaders</p> <p>Library home page: <a href="https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.0.tgz">https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.0.tgz</a></p> <p>Path to dependency file: /ui/package.json</p> <p>Path to vulnerable library: /ui/node_modules/loader-utils/package.json</p> <p> Dependency Hierarchy: - build-angular-0.1002.0.tgz (Root Library) - :x: **loader-utils-2.0.0.tgz** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/billmcchesney1/flowgate/commit/dd01a1d4381c7a3b94ba25748c015a094c33088e">dd01a1d4381c7a3b94ba25748c015a094c33088e</a></p> <p>Found in base branch: <b>master</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> A Regular expression denial of service (ReDoS) flaw was found in Function interpolateName in interpolateName.js in webpack loader-utils 2.0.0 via the url variable in interpolateName.js. <p>Publish Date: 2022-10-14 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2022-37603>CVE-2022-37603</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>5.5</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Local - 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>Release Date: 2022-10-14</p> <p>Fix Resolution (loader-utils): 2.0.1</p> <p>Direct dependency fix Resolution (@angular-devkit/build-angular): 13.0.0</p> </p> </details> <p></p> *** <!-- REMEDIATE-OPEN-PR-START --> - [ ] Check this box to open an automated fix PR <!-- REMEDIATE-OPEN-PR-END -->
non_test
cve medium detected in loader utils tgz cve medium severity vulnerability vulnerable library loader utils tgz utils for webpack loaders library home page a href path to dependency file ui package json path to vulnerable library ui node modules loader utils package json dependency hierarchy build angular tgz root library x loader utils tgz vulnerable library found in head commit a href found in base branch master vulnerability details a regular expression denial of service redos flaw was found in function interpolatename in interpolatename js in webpack loader utils via the url variable in interpolatename js publish date url a href cvss score details base score metrics exploitability metrics attack vector local 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 release date fix resolution loader utils direct dependency fix resolution angular devkit build angular check this box to open an automated fix pr
0
162,222
12,628,392,519
IssuesEvent
2020-06-15 02:12:35
microsoft/azure-tools-for-java
https://api.github.com/repos/microsoft/azure-tools-for-java
closed
[IntelliJ][Spark] JDK 9/10 are not supported
HDInsight IntelliJ Internal Test Security Rating -- LOW UX enhancement workaround
Since Spark use Scala 2.11 which only support JDK, the JDK 9/10 are not supported.
1.0
[IntelliJ][Spark] JDK 9/10 are not supported - Since Spark use Scala 2.11 which only support JDK, the JDK 9/10 are not supported.
test
jdk are not supported since spark use scala which only support jdk the jdk are not supported
1
615,739
19,274,542,479
IssuesEvent
2021-12-10 10:15:56
bounswe/2021SpringGroup3
https://api.github.com/repos/bounswe/2021SpringGroup3
opened
Backend: Viewing Other Profiles
Type: Feature Status: Available Priority: Medium Component: Backend
Implementing the necessary functionalities for the "Viewing Other Profiles" feature.
1.0
Backend: Viewing Other Profiles - Implementing the necessary functionalities for the "Viewing Other Profiles" feature.
non_test
backend viewing other profiles implementing the necessary functionalities for the viewing other profiles feature
0
41,909
16,989,629,767
IssuesEvent
2021-06-30 18:37:11
MicrosoftDocs/azure-docs
https://api.github.com/repos/MicrosoftDocs/azure-docs
closed
Missing instructions on how to map to /home from Azure WebApp for Linux
Pri1 app-service/svc assigned-to-author doc-enhancement triaged
I'm following the link of [Custom Containers](https://docs.microsoft.com/en-us/azure/app-service/tutorial-custom-container?pivots=container-linux) but couldn't find any steps for accessing persistence storage. I can see similar [steps](https://docs.microsoft.com/en-us/azure/app-service/tutorial-multi-container-app#add-persistent-storage) for multi-container app but nothing for single container. I found this [link](https://docs.microsoft.com/en-us/azure/app-service/configure-custom-container?pivots=container-linux#use-persistent-shared-storage) but its just guides you to enable mount but nothing specified on how to use it. So, what I am looking for instructions on how to use **/home** from my container so that I can use it as file system for my drupal app running in container i.e. how do I specify this -> */home:/sites/default/files* ? --- #### Document Details ⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* * ID: 36d6ead7-4a59-ee55-327a-6cc1a909b6b8 * Version Independent ID: d529825d-8e4e-1174-14ff-b404791ef304 * Content: [Tutorial: Build and run a custom image in Azure App Service - Azure App Service](https://docs.microsoft.com/en-us/azure/app-service/tutorial-custom-container?pivots=container-linux) * Content Source: [articles/app-service/tutorial-custom-container.md](https://github.com/MicrosoftDocs/azure-docs/blob/master/articles/app-service/tutorial-custom-container.md) * Service: **app-service** * GitHub Login: @cephalin * Microsoft Alias: **msangapu**
1.0
Missing instructions on how to map to /home from Azure WebApp for Linux - I'm following the link of [Custom Containers](https://docs.microsoft.com/en-us/azure/app-service/tutorial-custom-container?pivots=container-linux) but couldn't find any steps for accessing persistence storage. I can see similar [steps](https://docs.microsoft.com/en-us/azure/app-service/tutorial-multi-container-app#add-persistent-storage) for multi-container app but nothing for single container. I found this [link](https://docs.microsoft.com/en-us/azure/app-service/configure-custom-container?pivots=container-linux#use-persistent-shared-storage) but its just guides you to enable mount but nothing specified on how to use it. So, what I am looking for instructions on how to use **/home** from my container so that I can use it as file system for my drupal app running in container i.e. how do I specify this -> */home:/sites/default/files* ? --- #### Document Details ⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* * ID: 36d6ead7-4a59-ee55-327a-6cc1a909b6b8 * Version Independent ID: d529825d-8e4e-1174-14ff-b404791ef304 * Content: [Tutorial: Build and run a custom image in Azure App Service - Azure App Service](https://docs.microsoft.com/en-us/azure/app-service/tutorial-custom-container?pivots=container-linux) * Content Source: [articles/app-service/tutorial-custom-container.md](https://github.com/MicrosoftDocs/azure-docs/blob/master/articles/app-service/tutorial-custom-container.md) * Service: **app-service** * GitHub Login: @cephalin * Microsoft Alias: **msangapu**
non_test
missing instructions on how to map to home from azure webapp for linux i m following the link of but couldn t find any steps for accessing persistence storage i can see similar for multi container app but nothing for single container i found this but its just guides you to enable mount but nothing specified on how to use it so what i am looking for instructions on how to use home from my container so that i can use it as file system for my drupal app running in container i e how do i specify this home sites default files document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service app service github login cephalin microsoft alias msangapu
0
393,633
11,622,554,069
IssuesEvent
2020-02-27 06:50:22
microsoft/pai
https://api.github.com/repos/microsoft/pai
closed
P0 - Job Name, UID and Description
high priority
**If RestServer uses Job UID instead of Job Name as Job Key to serve query:** **Pros:** 1. Job Name can be very long (store in annotation as Job Description) 2. History job (of the same name) can be in job list and job detail page: https://github.com/microsoft/pai/issues/3845 **Cons:** 1. RestServer may need to cache the mapping from uid to name, so that it can query APIServer efficently by naming, otherwise, it has to iterate all frameworks. (Or use UID as framework label) 2. Maybe many changes in backend ### Proposal-1: Job **Name** to submit **idempotently**, Job **UID** to query **uniquely**, Job **Description** to attach metadata **arbitrarily**. UID generated by K8S 1. Add a new field in PAI Job Spec called `description`, which can be any string in any reasonable length (<10k), and RestServer stores it into k8s framework annotation. 2. If user specified job name (he wants idempotence), then RestServer uses this job **name** as k8s framework name **to submit**, but RestServer **still** uses k8s framework **uid** as this job key **serve query** (may still can use name to serve active job query). 3. If user did not specify job name (he does not care idempotence, like Aether), then RestServer uses **empty name** as k8s framework name **to submit** (k8s will auto generate it if `metadata.generateName` is set) , and RestServer uses k8s framework **uid** as this job key **serve query** (may still can use name to serve active job query). **Example:** ``` POST /jobs/ --> If Request's JOB_NAME is not empty --> Response includes its JOB_NAME and JOB_UID (Always the same if it is not GC) --> Else --> Response includes its JOB_NAME and JOB_UID (Always different) GET /jobs/{JOB_UID} --> Can query all jobs, both in history and active --> Response includes its JOB_NAME (Always the same) --> Useful for query both in history and active, such as webportal, etc ``` active jobs: jobs in k8s apiserver history jobs: jobs only in elasticsearch **TBD:** ``` POST /activejobs/ GET /alljobs/{JOB_UID} GET /activejobs/{JOB_NAME} --> Only can query active jobs, i.e. are not GC to history --> Response includes its JOB_UID (Always the same if it is not GC) --> Useful for just check existence for stateless job submitter: If !(GET JOB_NAME) Prepare Externals: Cleanup previous intermediate data POST JOB_NAME WATCH JOB_NAME ``` ### Proposal-2: Job **UID** to submit **idempotently** and query **uniquely**, Job **Description** to attach metadata **arbitrarily**. UID generated by client **Assume** RestServer client (WebPortal/SDK/RawHttpClient) always generates unique UID as current PAI's Job Name. Or RestServer always also check the current PAI's Job Name conflict in history server **Pros:** In this way, we can merge the concepts JOB_NAME and JOB_UID in Proposal-1 to be only one concept: JOB_UID. Furthermore, RestServer does not need to change too much, such as store the mapping from JOB_UID to JOB_NAME. So, this Proposal is more **simple** and **smooth**. **Cons:** 1. It is **more vulnerable** to conflict compared with centralized server generated UID, but need to measure, or it may bring history server into **critical path**. 2. To achieve idempotent, before client submit, it needs to **persist** the generated UID to avoid duplicated submission. So client must depends on a distributed **storage** to tolerate transient submit failures and retries. **Example:** ``` POST /jobs/ --> Request includes client generated JOB_UID (as k8s framework name to submit) --> (TBD: RestServer also check the JOB_UID conflicts in history server) GET /jobs/{JOB_UID} --> Can query all jobs, both in history and active --> (TBD: May match multiple jobs, and need to choose one to return) ``` ### Proposal-3: UID generated by RestServer. Based on Proposal-1, but the UID is generated by RestServer instead of K8S, RestServer will use it as k8s framework name to submit if user does not specify job name. https://github.com/microsoft/pai/issues/3935#issuecomment-561028997 ### Proposal-4: Job **Name** to submit **idempotently** and attach metadata **arbitrarily**, Job **UID** to query **uniquely**. UID generated by RestServer or K8S. https://github.com/microsoft/pai/issues/3935#issuecomment-561613409 Cons is summarized at https://github.com/microsoft/pai/issues/3935#issuecomment-567300133
1.0
P0 - Job Name, UID and Description - **If RestServer uses Job UID instead of Job Name as Job Key to serve query:** **Pros:** 1. Job Name can be very long (store in annotation as Job Description) 2. History job (of the same name) can be in job list and job detail page: https://github.com/microsoft/pai/issues/3845 **Cons:** 1. RestServer may need to cache the mapping from uid to name, so that it can query APIServer efficently by naming, otherwise, it has to iterate all frameworks. (Or use UID as framework label) 2. Maybe many changes in backend ### Proposal-1: Job **Name** to submit **idempotently**, Job **UID** to query **uniquely**, Job **Description** to attach metadata **arbitrarily**. UID generated by K8S 1. Add a new field in PAI Job Spec called `description`, which can be any string in any reasonable length (<10k), and RestServer stores it into k8s framework annotation. 2. If user specified job name (he wants idempotence), then RestServer uses this job **name** as k8s framework name **to submit**, but RestServer **still** uses k8s framework **uid** as this job key **serve query** (may still can use name to serve active job query). 3. If user did not specify job name (he does not care idempotence, like Aether), then RestServer uses **empty name** as k8s framework name **to submit** (k8s will auto generate it if `metadata.generateName` is set) , and RestServer uses k8s framework **uid** as this job key **serve query** (may still can use name to serve active job query). **Example:** ``` POST /jobs/ --> If Request's JOB_NAME is not empty --> Response includes its JOB_NAME and JOB_UID (Always the same if it is not GC) --> Else --> Response includes its JOB_NAME and JOB_UID (Always different) GET /jobs/{JOB_UID} --> Can query all jobs, both in history and active --> Response includes its JOB_NAME (Always the same) --> Useful for query both in history and active, such as webportal, etc ``` active jobs: jobs in k8s apiserver history jobs: jobs only in elasticsearch **TBD:** ``` POST /activejobs/ GET /alljobs/{JOB_UID} GET /activejobs/{JOB_NAME} --> Only can query active jobs, i.e. are not GC to history --> Response includes its JOB_UID (Always the same if it is not GC) --> Useful for just check existence for stateless job submitter: If !(GET JOB_NAME) Prepare Externals: Cleanup previous intermediate data POST JOB_NAME WATCH JOB_NAME ``` ### Proposal-2: Job **UID** to submit **idempotently** and query **uniquely**, Job **Description** to attach metadata **arbitrarily**. UID generated by client **Assume** RestServer client (WebPortal/SDK/RawHttpClient) always generates unique UID as current PAI's Job Name. Or RestServer always also check the current PAI's Job Name conflict in history server **Pros:** In this way, we can merge the concepts JOB_NAME and JOB_UID in Proposal-1 to be only one concept: JOB_UID. Furthermore, RestServer does not need to change too much, such as store the mapping from JOB_UID to JOB_NAME. So, this Proposal is more **simple** and **smooth**. **Cons:** 1. It is **more vulnerable** to conflict compared with centralized server generated UID, but need to measure, or it may bring history server into **critical path**. 2. To achieve idempotent, before client submit, it needs to **persist** the generated UID to avoid duplicated submission. So client must depends on a distributed **storage** to tolerate transient submit failures and retries. **Example:** ``` POST /jobs/ --> Request includes client generated JOB_UID (as k8s framework name to submit) --> (TBD: RestServer also check the JOB_UID conflicts in history server) GET /jobs/{JOB_UID} --> Can query all jobs, both in history and active --> (TBD: May match multiple jobs, and need to choose one to return) ``` ### Proposal-3: UID generated by RestServer. Based on Proposal-1, but the UID is generated by RestServer instead of K8S, RestServer will use it as k8s framework name to submit if user does not specify job name. https://github.com/microsoft/pai/issues/3935#issuecomment-561028997 ### Proposal-4: Job **Name** to submit **idempotently** and attach metadata **arbitrarily**, Job **UID** to query **uniquely**. UID generated by RestServer or K8S. https://github.com/microsoft/pai/issues/3935#issuecomment-561613409 Cons is summarized at https://github.com/microsoft/pai/issues/3935#issuecomment-567300133
non_test
job name uid and description if restserver uses job uid instead of job name as job key to serve query pros job name can be very long store in annotation as job description history job of the same name can be in job list and job detail page cons restserver may need to cache the mapping from uid to name so that it can query apiserver efficently by naming otherwise it has to iterate all frameworks or use uid as framework label maybe many changes in backend proposal job name to submit idempotently job uid to query uniquely job description to attach metadata arbitrarily uid generated by add a new field in pai job spec called description which can be any string in any reasonable length and restserver stores it into framework annotation if user specified job name he wants idempotence then restserver uses this job name as framework name to submit but restserver still uses framework uid as this job key serve query may still can use name to serve active job query if user did not specify job name he does not care idempotence like aether then restserver uses empty name as framework name to submit will auto generate it if metadata generatename is set and restserver uses framework uid as this job key serve query may still can use name to serve active job query example post jobs if request s job name is not empty response includes its job name and job uid always the same if it is not gc else response includes its job name and job uid always different get jobs job uid can query all jobs both in history and active response includes its job name always the same useful for query both in history and active such as webportal etc active jobs jobs in apiserver history jobs jobs only in elasticsearch tbd post activejobs get alljobs job uid get activejobs job name only can query active jobs i e are not gc to history response includes its job uid always the same if it is not gc useful for just check existence for stateless job submitter if get job name prepare externals cleanup previous intermediate data post job name watch job name proposal job uid to submit idempotently and query uniquely job description to attach metadata arbitrarily uid generated by client assume restserver client webportal sdk rawhttpclient always generates unique uid as current pai s job name or restserver always also check the current pai s job name conflict in history server pros in this way we can merge the concepts job name and job uid in proposal to be only one concept job uid furthermore restserver does not need to change too much such as store the mapping from job uid to job name so this proposal is more simple and smooth cons it is more vulnerable to conflict compared with centralized server generated uid but need to measure or it may bring history server into critical path to achieve idempotent before client submit it needs to persist the generated uid to avoid duplicated submission so client must depends on a distributed storage to tolerate transient submit failures and retries example post jobs request includes client generated job uid as framework name to submit tbd restserver also check the job uid conflicts in history server get jobs job uid can query all jobs both in history and active tbd may match multiple jobs and need to choose one to return proposal uid generated by restserver based on proposal but the uid is generated by restserver instead of restserver will use it as framework name to submit if user does not specify job name proposal job name to submit idempotently and attach metadata arbitrarily job uid to query uniquely uid generated by restserver or cons is summarized at
0
16,755
11,288,127,038
IssuesEvent
2020-01-16 07:00:39
microsoft/BotFramework-Emulator
https://api.github.com/repos/microsoft/BotFramework-Emulator
opened
[Usable- Bot App]: ' NVDA is announcing disable on required edit field.
A11yMediumImpact A11yNVDA A11yPWD-AT A11yUsable Accessibility Bug HCL-BotFrameworkEmulator Severity3
**Actual Result:** When focus reach to mandatory edit filed, NVDA reports invalid even the edit field is blank which is confusing for screen reader **Expected Result:** 'Invalid' announcement for required/mandatory field should not be announced by NVDA. **Repro Steps:** 1.Turn on NVDA 2. Switch on the Bot framework emulator 3. Activate 'Create new bot-configuration' button and select it. 4. Navigate to edit field 5. Observe NVDA announcement. **User Impact:** Users who rely on Screen Readers will be affected by announcement if NVDA reports invalid for blank mandatory field. **Test Environment:** Platform: Win32 Application: Bot Framework V4 Emulator (Version 4.7.1) OS Build: Version 2004 (OS Build 19541.1000) Tool: NVDA **Guideline Reference** https://microsoft.sharepoint.com/:w:/r/teams/msenable/_layouts/15/Doc.aspx?sourcedoc=%7BF98F4235-B6BD-47D3-8DA4-F28B9B6FBFA8%7D&file=Guideline%20101%20%E2%80%93%20Recommended%20Assistive%20Technology%20Tools%20for%20MAS%20Testing%20of%20Microsoft%20Digital%20Properties.docx&action=default&mobileredirect=true&cid=441f476a-2092-4dde-8403-70dcb430a62e Attachment: [Invalid announcement-DT issue.zip](https://github.com/microsoft/BotFramework-Emulator/files/4069741/Invalid.announcement-DT.issue.zip)
True
[Usable- Bot App]: ' NVDA is announcing disable on required edit field. - **Actual Result:** When focus reach to mandatory edit filed, NVDA reports invalid even the edit field is blank which is confusing for screen reader **Expected Result:** 'Invalid' announcement for required/mandatory field should not be announced by NVDA. **Repro Steps:** 1.Turn on NVDA 2. Switch on the Bot framework emulator 3. Activate 'Create new bot-configuration' button and select it. 4. Navigate to edit field 5. Observe NVDA announcement. **User Impact:** Users who rely on Screen Readers will be affected by announcement if NVDA reports invalid for blank mandatory field. **Test Environment:** Platform: Win32 Application: Bot Framework V4 Emulator (Version 4.7.1) OS Build: Version 2004 (OS Build 19541.1000) Tool: NVDA **Guideline Reference** https://microsoft.sharepoint.com/:w:/r/teams/msenable/_layouts/15/Doc.aspx?sourcedoc=%7BF98F4235-B6BD-47D3-8DA4-F28B9B6FBFA8%7D&file=Guideline%20101%20%E2%80%93%20Recommended%20Assistive%20Technology%20Tools%20for%20MAS%20Testing%20of%20Microsoft%20Digital%20Properties.docx&action=default&mobileredirect=true&cid=441f476a-2092-4dde-8403-70dcb430a62e Attachment: [Invalid announcement-DT issue.zip](https://github.com/microsoft/BotFramework-Emulator/files/4069741/Invalid.announcement-DT.issue.zip)
non_test
nvda is announcing disable on required edit field actual result when focus reach to mandatory edit filed nvda reports invalid even the edit field is blank which is confusing for screen reader expected result invalid announcement for required mandatory field should not be announced by nvda repro steps turn on nvda switch on the bot framework emulator activate create new bot configuration button and select it navigate to edit field observe nvda announcement user impact users who rely on screen readers will be affected by announcement if nvda reports invalid for blank mandatory field test environment platform application bot framework emulator version os build version os build tool nvda guideline reference attachment
0
317,091
23,663,605,652
IssuesEvent
2022-08-26 18:11:50
cheat/cheat
https://api.github.com/repos/cheat/cheat
closed
Incomplete conf.yml description
priority documentation
**A description of the problem** There is no info about: - default values of props - required props ```yml # conf.yml: # ... cheatpaths: - name: community # a name for the cheatpath path: ~/documents/cheat/community # the path's location on the filesystem tags: [ community ] # these tags will be applied to all sheets on the path readonly: true # if true, `cheat` will not create new cheatsheets here - name: personal path: ~/documents/cheat/personal # this is a separate directory and repository than above tags: [ personal ] readonly: false # new sheets may be written here # ... ``` I assume that: - required props are: `name`, `path` - `readonly` default is false Am I right?
1.0
Incomplete conf.yml description - **A description of the problem** There is no info about: - default values of props - required props ```yml # conf.yml: # ... cheatpaths: - name: community # a name for the cheatpath path: ~/documents/cheat/community # the path's location on the filesystem tags: [ community ] # these tags will be applied to all sheets on the path readonly: true # if true, `cheat` will not create new cheatsheets here - name: personal path: ~/documents/cheat/personal # this is a separate directory and repository than above tags: [ personal ] readonly: false # new sheets may be written here # ... ``` I assume that: - required props are: `name`, `path` - `readonly` default is false Am I right?
non_test
incomplete conf yml description a description of the problem there is no info about default values of props required props yml conf yml cheatpaths name community a name for the cheatpath path documents cheat community the path s location on the filesystem tags these tags will be applied to all sheets on the path readonly true if true cheat will not create new cheatsheets here name personal path documents cheat personal this is a separate directory and repository than above tags readonly false new sheets may be written here i assume that required props are name path readonly default is false am i right
0
106,624
4,281,084,190
IssuesEvent
2016-07-15 00:26:41
kubernetes/kubernetes
https://api.github.com/repos/kubernetes/kubernetes
opened
[k8s.io] Kubectl client [k8s.io] Simple pod should support exec through an HTTP proxy {Kubernetes e2e suite}
kind/flake priority/P2
ERROR: type should be string, got "https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/logs/kubernetes-e2e-gke/11205/\n\nFailed: [k8s.io] Kubectl client [k8s.io] Simple pod should support exec through an HTTP proxy {Kubernetes e2e suite}\n\n```\n/go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/kubectl.go:348\nExpected error:\n <*errors.errorString | 0xc8201f5dd0>: {\n s: \"Error running &{/workspace/kubernetes/platforms/linux/amd64/kubectl [kubectl --server=https://104.198.201.196 --kubeconfig=/workspace/.kube/config --namespace=e2e-tests-kubectl-o4kg2 exec nginx echo running in container] [ZONE=us-central1-f BUILD_URL=http://goto.google.com/k8s-test/job/kubernetes-e2e-gke/11205/ JENKINS_AWS_SSH_PUBLIC_KEY_FILE=/var/lib/jenkins/workspace/kubernetes-e2e-gke@tmp/secretFiles/fe7e0c34-bd07-4b27-b6cc-19f74db340b3/kube_aws_rsa.pub.txt GOLANG_VERSION=1.6.2 HOSTNAME=4e24b630cf59 CLOUDSDK_COMPONENT_MANAGER_DISABLE_UPDATE_CHECK=true ROOT_BUILD_CAUSE_TIMERTRIGGER=true TERM=xterm HUDSON_SERVER_COOKIE=02143c9ae5889f5c SHELL=/bin/bash PROJECT=k8s-jkns-e2e-gke-ci KUBE_GCE_INSTANCE_PREFIX=jenkins-e2e JENKINS_AWS_SSH_PRIVATE_KEY_FILE=/var/lib/jenkins/workspace/kubernetes-e2e-gke@tmp/secretFiles/661bf5b9-4c49-483f-91aa-e17830274632/kube_aws_rsa.txt SSH_CLIENT=10.240.0.37 50204 22 KUBE_CONFIG_FILE=config-test.sh BUILD_TAG=jenkins-kubernetes-e2e-gke-11205 E2E_UP=true CLUSTER_NAME=jenkins-e2e ROOT_BUILD_CAUSE=TIMERTRIGGER CLOUDSDK_COMPONENT_MANAGER_SNAPSHOT_URL=file:///workspace/repo/components-2.json WORKSPACE=/workspace JOB_URL=http://goto.google.com/k8s-test/job/kubernetes-e2e-gke/ JENKINS_AWS_CREDENTIALS_FILE=/var/lib/jenkins/workspace/kubernetes-e2e-gke@tmp/secretFiles/dfb99e86-0644-4763-9a30-16d6d88de057/aws_credentials.txt USER=jenkins KUBE_GCE_NETWORK=jenkins-e2e CLOUDSDK_CONFIG=/var/lib/jenkins/.config/gcloud E2E_REPORT_DIR=/workspace/_artifacts INSTANCE_PREFIX=jenkins-e2e JENKINS_GCE_SSH_PRIVATE_KEY_FILE=/var/lib/jenkins/workspace/kubernetes-e2e-gke@tmp/secretFiles/0980d4f7-974a-4a7d-b2b0-108d8191e93c/google_compute_engine.txt REPO_DIR=/var/lib/jenkins/workspace/kubernetes-e2e-gke GINKGO_TEST_ARGS=--ginkgo.skip=\\\\[Slow\\\\]|\\\\[Serial\\\\]|\\\\[Disruptive\\\\]|\\\\[Flaky\\\\]|\\\\[Feature:.+\\\\] NLSPATH=/usr/dt/lib/nls/msg/%L/%N.cat JENKINS_HOME=/var/lib/jenkins CLOUDSDK_CORE_DISABLE_PROMPTS=1 MAIL=/var/mail/jenkins PATH=/workspace/kubernetes/platforms/linux/amd64:/workspace/cloudsdk/google-cloud-sdk/bin://google-cloud-sdk/bin:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin PWD=/workspace/kubernetes CLOUDSDK_BUCKET=gs://cloud-sdk-testing/ci/staging HUDSON_URL=http://goto.google.com/k8s-test/ LANG=en_US.UTF-8 E2E_TEST=true JOB_NAME=kubernetes-e2e-gke KUBECTL=/workspace/kubernetes/cluster/kubectl.sh --match-server-version HOST_ARTIFACTS_DIR=/var/lib/jenkins/workspace/kubernetes-e2e-gke/_artifacts BUILD_DISPLAY_NAME=#11205 XFILESEARCHPATH=/usr/dt/app-defaults/%L/Dt KUBERNETES_PROVIDER=gke JENKINS_URL=http://goto.google.com/k8s-test/ BUILD_CAUSE=TIMERTRIGGER,TIMERTRIGGER,TIMERTRIGGER,TIMERTRIGGER,TIMERTRIGGER,TIMERTRIGGER BUILD_ID=11205 GOLANG_DOWNLOAD_SHA256=e40c36ae71756198478624ed1bb4ce17597b3c19d243f3f0899bb5740d56212a KUBE_GKE_NETWORK=jenkins-e2e CLOUDSDK_API_ENDPOINT_OVERRIDES_CONTAINER=https://test-container.sandbox.googleapis.com/ JOB_BASE_NAME=kubernetes-e2e-gke E2E_MIN_STARTUP_PODS=8 HOME=/workspace SHLVL=6 CLUSTER_API_VERSION=1.4.0-alpha.1.217+3a0d2d55c3e689 no_proxy=127.0.0.1,localhost JENKINS_SERVER_COOKIE=02143c9ae5889f5c EXECUTOR_NUMBER=4 JENKINS_GCE_SSH_PUBLIC_KEY_FILE=/var/lib/jenkins/workspace/kubernetes-e2e-gke@tmp/secretFiles/432a8c37-923a-4167-9cb6-fd30a7b387a9/google_compute_engine.pub.txt NODE_LABELS=agent-light-8 e2e node GINKGO_PARALLEL=y LOGNAME=jenkins HUDSON_HOME=/var/lib/jenkins SSH_CONNECTION=10.240.0.37 50204 10.240.0.25 22 NODE_NAME=agent-light-8 BUILD_CAUSE_TIMERTRIGGER=true GOPATH=/go KUBE_AWS_INSTANCE_PREFIX=jenkins-e2e BUILD_NUMBER=11205 DOCKER_VERSION=1.9.1 CLOUDSDK_CONTAINER_USE_CLIENT_CERTIFICATE=False HUDSON_COOKIE=f7f0d6ab-3339-4a7a-a352-2a68410005a5 FAIL_ON_GCP_RESOURCE_LEAK=true E2E_DOWN=true GOLANG_DOWNLOAD_URL=https://golang.org/dl/go1.6.2.linux-amd64.tar.gz _=/workspace/kubernetes/platforms/linux/amd64/ginkgo https_proxy=http://127.0.0.1:34707] <nil> error: google: could not find default credentials. See https://developers.google.com/accounts/docs/application-default-credentials for more information.\\n [] <nil> 0xc820f56bc0 exit status 1 <nil> true [0xc8200f6718 0xc8200f6738 0xc8200f6790] [0xc8200f6718 0xc8200f6738 0xc8200f6790] [0xc8200f6730 0xc8200f6778] [0xab1770 0xab1770] 0xc820ef4e40}:\\nCommand stdout:\\n\\nstderr:\\nerror: google: could not find default credentials. See https://developers.google.com/accounts/docs/application-default-credentials for more information.\\n\\nerror:\\nexit status 1\\n\",\n }\n Error running &{/workspace/kubernetes/platforms/linux/amd64/kubectl [kubectl --server=https://104.198.201.196 --kubeconfig=/workspace/.kube/config --namespace=e2e-tests-kubectl-o4kg2 exec nginx echo running in container] [ZONE=us-central1-f BUILD_URL=http://goto.google.com/k8s-test/job/kubernetes-e2e-gke/11205/ JENKINS_AWS_SSH_PUBLIC_KEY_FILE=/var/lib/jenkins/workspace/kubernetes-e2e-gke@tmp/secretFiles/fe7e0c34-bd07-4b27-b6cc-19f74db340b3/kube_aws_rsa.pub.txt GOLANG_VERSION=1.6.2 HOSTNAME=4e24b630cf59 CLOUDSDK_COMPONENT_MANAGER_DISABLE_UPDATE_CHECK=true ROOT_BUILD_CAUSE_TIMERTRIGGER=true TERM=xterm HUDSON_SERVER_COOKIE=02143c9ae5889f5c SHELL=/bin/bash PROJECT=k8s-jkns-e2e-gke-ci KUBE_GCE_INSTANCE_PREFIX=jenkins-e2e JENKINS_AWS_SSH_PRIVATE_KEY_FILE=/var/lib/jenkins/workspace/kubernetes-e2e-gke@tmp/secretFiles/661bf5b9-4c49-483f-91aa-e17830274632/kube_aws_rsa.txt SSH_CLIENT=10.240.0.37 50204 22 KUBE_CONFIG_FILE=config-test.sh BUILD_TAG=jenkins-kubernetes-e2e-gke-11205 E2E_UP=true CLUSTER_NAME=jenkins-e2e ROOT_BUILD_CAUSE=TIMERTRIGGER CLOUDSDK_COMPONENT_MANAGER_SNAPSHOT_URL=file:///workspace/repo/components-2.json WORKSPACE=/workspace JOB_URL=http://goto.google.com/k8s-test/job/kubernetes-e2e-gke/ JENKINS_AWS_CREDENTIALS_FILE=/var/lib/jenkins/workspace/kubernetes-e2e-gke@tmp/secretFiles/dfb99e86-0644-4763-9a30-16d6d88de057/aws_credentials.txt USER=jenkins KUBE_GCE_NETWORK=jenkins-e2e CLOUDSDK_CONFIG=/var/lib/jenkins/.config/gcloud E2E_REPORT_DIR=/workspace/_artifacts INSTANCE_PREFIX=jenkins-e2e JENKINS_GCE_SSH_PRIVATE_KEY_FILE=/var/lib/jenkins/workspace/kubernetes-e2e-gke@tmp/secretFiles/0980d4f7-974a-4a7d-b2b0-108d8191e93c/google_compute_engine.txt REPO_DIR=/var/lib/jenkins/workspace/kubernetes-e2e-gke GINKGO_TEST_ARGS=--ginkgo.skip=\\[Slow\\]|\\[Serial\\]|\\[Disruptive\\]|\\[Flaky\\]|\\[Feature:.+\\] NLSPATH=/usr/dt/lib/nls/msg/%L/%N.cat JENKINS_HOME=/var/lib/jenkins CLOUDSDK_CORE_DISABLE_PROMPTS=1 MAIL=/var/mail/jenkins PATH=/workspace/kubernetes/platforms/linux/amd64:/workspace/cloudsdk/google-cloud-sdk/bin://google-cloud-sdk/bin:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin PWD=/workspace/kubernetes CLOUDSDK_BUCKET=gs://cloud-sdk-testing/ci/staging HUDSON_URL=http://goto.google.com/k8s-test/ LANG=en_US.UTF-8 E2E_TEST=true JOB_NAME=kubernetes-e2e-gke KUBECTL=/workspace/kubernetes/cluster/kubectl.sh --match-server-version HOST_ARTIFACTS_DIR=/var/lib/jenkins/workspace/kubernetes-e2e-gke/_artifacts BUILD_DISPLAY_NAME=#11205 XFILESEARCHPATH=/usr/dt/app-defaults/%L/Dt KUBERNETES_PROVIDER=gke JENKINS_URL=http://goto.google.com/k8s-test/ BUILD_CAUSE=TIMERTRIGGER,TIMERTRIGGER,TIMERTRIGGER,TIMERTRIGGER,TIMERTRIGGER,TIMERTRIGGER BUILD_ID=11205 GOLANG_DOWNLOAD_SHA256=e40c36ae71756198478624ed1bb4ce17597b3c19d243f3f0899bb5740d56212a KUBE_GKE_NETWORK=jenkins-e2e CLOUDSDK_API_ENDPOINT_OVERRIDES_CONTAINER=https://test-container.sandbox.googleapis.com/ JOB_BASE_NAME=kubernetes-e2e-gke E2E_MIN_STARTUP_PODS=8 HOME=/workspace SHLVL=6 CLUSTER_API_VERSION=1.4.0-alpha.1.217+3a0d2d55c3e689 no_proxy=127.0.0.1,localhost JENKINS_SERVER_COOKIE=02143c9ae5889f5c EXECUTOR_NUMBER=4 JENKINS_GCE_SSH_PUBLIC_KEY_FILE=/var/lib/jenkins/workspace/kubernetes-e2e-gke@tmp/secretFiles/432a8c37-923a-4167-9cb6-fd30a7b387a9/google_compute_engine.pub.txt NODE_LABELS=agent-light-8 e2e node GINKGO_PARALLEL=y LOGNAME=jenkins HUDSON_HOME=/var/lib/jenkins SSH_CONNECTION=10.240.0.37 50204 10.240.0.25 22 NODE_NAME=agent-light-8 BUILD_CAUSE_TIMERTRIGGER=true GOPATH=/go KUBE_AWS_INSTANCE_PREFIX=jenkins-e2e BUILD_NUMBER=11205 DOCKER_VERSION=1.9.1 CLOUDSDK_CONTAINER_USE_CLIENT_CERTIFICATE=False HUDSON_COOKIE=f7f0d6ab-3339-4a7a-a352-2a68410005a5 FAIL_ON_GCP_RESOURCE_LEAK=true E2E_DOWN=true GOLANG_DOWNLOAD_URL=https://golang.org/dl/go1.6.2.linux-amd64.tar.gz _=/workspace/kubernetes/platforms/linux/amd64/ginkgo https_proxy=http://127.0.0.1:34707] <nil> error: google: could not find default credentials. See https://developers.google.com/accounts/docs/application-default-credentials for more information.\n [] <nil> 0xc820f56bc0 exit status 1 <nil> true [0xc8200f6718 0xc8200f6738 0xc8200f6790] [0xc8200f6718 0xc8200f6738 0xc8200f6790] [0xc8200f6730 0xc8200f6778] [0xab1770 0xab1770] 0xc820ef4e40}:\n Command stdout:\n \n stderr:\n error: google: could not find default credentials. See https://developers.google.com/accounts/docs/application-default-credentials for more information.\n \n error:\n exit status 1\n \nnot to have occurred\n```\n\n\nPrevious issues for this test: #27156\n"
1.0
[k8s.io] Kubectl client [k8s.io] Simple pod should support exec through an HTTP proxy {Kubernetes e2e suite} - https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/logs/kubernetes-e2e-gke/11205/ Failed: [k8s.io] Kubectl client [k8s.io] Simple pod should support exec through an HTTP proxy {Kubernetes e2e suite} ``` /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/kubectl.go:348 Expected error: <*errors.errorString | 0xc8201f5dd0>: { s: "Error running &{/workspace/kubernetes/platforms/linux/amd64/kubectl [kubectl --server=https://104.198.201.196 --kubeconfig=/workspace/.kube/config --namespace=e2e-tests-kubectl-o4kg2 exec nginx echo running in container] [ZONE=us-central1-f BUILD_URL=http://goto.google.com/k8s-test/job/kubernetes-e2e-gke/11205/ JENKINS_AWS_SSH_PUBLIC_KEY_FILE=/var/lib/jenkins/workspace/kubernetes-e2e-gke@tmp/secretFiles/fe7e0c34-bd07-4b27-b6cc-19f74db340b3/kube_aws_rsa.pub.txt GOLANG_VERSION=1.6.2 HOSTNAME=4e24b630cf59 CLOUDSDK_COMPONENT_MANAGER_DISABLE_UPDATE_CHECK=true ROOT_BUILD_CAUSE_TIMERTRIGGER=true TERM=xterm HUDSON_SERVER_COOKIE=02143c9ae5889f5c SHELL=/bin/bash PROJECT=k8s-jkns-e2e-gke-ci KUBE_GCE_INSTANCE_PREFIX=jenkins-e2e JENKINS_AWS_SSH_PRIVATE_KEY_FILE=/var/lib/jenkins/workspace/kubernetes-e2e-gke@tmp/secretFiles/661bf5b9-4c49-483f-91aa-e17830274632/kube_aws_rsa.txt SSH_CLIENT=10.240.0.37 50204 22 KUBE_CONFIG_FILE=config-test.sh BUILD_TAG=jenkins-kubernetes-e2e-gke-11205 E2E_UP=true CLUSTER_NAME=jenkins-e2e ROOT_BUILD_CAUSE=TIMERTRIGGER CLOUDSDK_COMPONENT_MANAGER_SNAPSHOT_URL=file:///workspace/repo/components-2.json WORKSPACE=/workspace JOB_URL=http://goto.google.com/k8s-test/job/kubernetes-e2e-gke/ JENKINS_AWS_CREDENTIALS_FILE=/var/lib/jenkins/workspace/kubernetes-e2e-gke@tmp/secretFiles/dfb99e86-0644-4763-9a30-16d6d88de057/aws_credentials.txt USER=jenkins KUBE_GCE_NETWORK=jenkins-e2e CLOUDSDK_CONFIG=/var/lib/jenkins/.config/gcloud E2E_REPORT_DIR=/workspace/_artifacts INSTANCE_PREFIX=jenkins-e2e JENKINS_GCE_SSH_PRIVATE_KEY_FILE=/var/lib/jenkins/workspace/kubernetes-e2e-gke@tmp/secretFiles/0980d4f7-974a-4a7d-b2b0-108d8191e93c/google_compute_engine.txt REPO_DIR=/var/lib/jenkins/workspace/kubernetes-e2e-gke GINKGO_TEST_ARGS=--ginkgo.skip=\\[Slow\\]|\\[Serial\\]|\\[Disruptive\\]|\\[Flaky\\]|\\[Feature:.+\\] NLSPATH=/usr/dt/lib/nls/msg/%L/%N.cat JENKINS_HOME=/var/lib/jenkins CLOUDSDK_CORE_DISABLE_PROMPTS=1 MAIL=/var/mail/jenkins PATH=/workspace/kubernetes/platforms/linux/amd64:/workspace/cloudsdk/google-cloud-sdk/bin://google-cloud-sdk/bin:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin PWD=/workspace/kubernetes CLOUDSDK_BUCKET=gs://cloud-sdk-testing/ci/staging HUDSON_URL=http://goto.google.com/k8s-test/ LANG=en_US.UTF-8 E2E_TEST=true JOB_NAME=kubernetes-e2e-gke KUBECTL=/workspace/kubernetes/cluster/kubectl.sh --match-server-version HOST_ARTIFACTS_DIR=/var/lib/jenkins/workspace/kubernetes-e2e-gke/_artifacts BUILD_DISPLAY_NAME=#11205 XFILESEARCHPATH=/usr/dt/app-defaults/%L/Dt KUBERNETES_PROVIDER=gke JENKINS_URL=http://goto.google.com/k8s-test/ BUILD_CAUSE=TIMERTRIGGER,TIMERTRIGGER,TIMERTRIGGER,TIMERTRIGGER,TIMERTRIGGER,TIMERTRIGGER BUILD_ID=11205 GOLANG_DOWNLOAD_SHA256=e40c36ae71756198478624ed1bb4ce17597b3c19d243f3f0899bb5740d56212a KUBE_GKE_NETWORK=jenkins-e2e CLOUDSDK_API_ENDPOINT_OVERRIDES_CONTAINER=https://test-container.sandbox.googleapis.com/ JOB_BASE_NAME=kubernetes-e2e-gke E2E_MIN_STARTUP_PODS=8 HOME=/workspace SHLVL=6 CLUSTER_API_VERSION=1.4.0-alpha.1.217+3a0d2d55c3e689 no_proxy=127.0.0.1,localhost JENKINS_SERVER_COOKIE=02143c9ae5889f5c EXECUTOR_NUMBER=4 JENKINS_GCE_SSH_PUBLIC_KEY_FILE=/var/lib/jenkins/workspace/kubernetes-e2e-gke@tmp/secretFiles/432a8c37-923a-4167-9cb6-fd30a7b387a9/google_compute_engine.pub.txt NODE_LABELS=agent-light-8 e2e node GINKGO_PARALLEL=y LOGNAME=jenkins HUDSON_HOME=/var/lib/jenkins SSH_CONNECTION=10.240.0.37 50204 10.240.0.25 22 NODE_NAME=agent-light-8 BUILD_CAUSE_TIMERTRIGGER=true GOPATH=/go KUBE_AWS_INSTANCE_PREFIX=jenkins-e2e BUILD_NUMBER=11205 DOCKER_VERSION=1.9.1 CLOUDSDK_CONTAINER_USE_CLIENT_CERTIFICATE=False HUDSON_COOKIE=f7f0d6ab-3339-4a7a-a352-2a68410005a5 FAIL_ON_GCP_RESOURCE_LEAK=true E2E_DOWN=true GOLANG_DOWNLOAD_URL=https://golang.org/dl/go1.6.2.linux-amd64.tar.gz _=/workspace/kubernetes/platforms/linux/amd64/ginkgo https_proxy=http://127.0.0.1:34707] <nil> error: google: could not find default credentials. See https://developers.google.com/accounts/docs/application-default-credentials for more information.\n [] <nil> 0xc820f56bc0 exit status 1 <nil> true [0xc8200f6718 0xc8200f6738 0xc8200f6790] [0xc8200f6718 0xc8200f6738 0xc8200f6790] [0xc8200f6730 0xc8200f6778] [0xab1770 0xab1770] 0xc820ef4e40}:\nCommand stdout:\n\nstderr:\nerror: google: could not find default credentials. See https://developers.google.com/accounts/docs/application-default-credentials for more information.\n\nerror:\nexit status 1\n", } Error running &{/workspace/kubernetes/platforms/linux/amd64/kubectl [kubectl --server=https://104.198.201.196 --kubeconfig=/workspace/.kube/config --namespace=e2e-tests-kubectl-o4kg2 exec nginx echo running in container] [ZONE=us-central1-f BUILD_URL=http://goto.google.com/k8s-test/job/kubernetes-e2e-gke/11205/ JENKINS_AWS_SSH_PUBLIC_KEY_FILE=/var/lib/jenkins/workspace/kubernetes-e2e-gke@tmp/secretFiles/fe7e0c34-bd07-4b27-b6cc-19f74db340b3/kube_aws_rsa.pub.txt GOLANG_VERSION=1.6.2 HOSTNAME=4e24b630cf59 CLOUDSDK_COMPONENT_MANAGER_DISABLE_UPDATE_CHECK=true ROOT_BUILD_CAUSE_TIMERTRIGGER=true TERM=xterm HUDSON_SERVER_COOKIE=02143c9ae5889f5c SHELL=/bin/bash PROJECT=k8s-jkns-e2e-gke-ci KUBE_GCE_INSTANCE_PREFIX=jenkins-e2e JENKINS_AWS_SSH_PRIVATE_KEY_FILE=/var/lib/jenkins/workspace/kubernetes-e2e-gke@tmp/secretFiles/661bf5b9-4c49-483f-91aa-e17830274632/kube_aws_rsa.txt SSH_CLIENT=10.240.0.37 50204 22 KUBE_CONFIG_FILE=config-test.sh BUILD_TAG=jenkins-kubernetes-e2e-gke-11205 E2E_UP=true CLUSTER_NAME=jenkins-e2e ROOT_BUILD_CAUSE=TIMERTRIGGER CLOUDSDK_COMPONENT_MANAGER_SNAPSHOT_URL=file:///workspace/repo/components-2.json WORKSPACE=/workspace JOB_URL=http://goto.google.com/k8s-test/job/kubernetes-e2e-gke/ JENKINS_AWS_CREDENTIALS_FILE=/var/lib/jenkins/workspace/kubernetes-e2e-gke@tmp/secretFiles/dfb99e86-0644-4763-9a30-16d6d88de057/aws_credentials.txt USER=jenkins KUBE_GCE_NETWORK=jenkins-e2e CLOUDSDK_CONFIG=/var/lib/jenkins/.config/gcloud E2E_REPORT_DIR=/workspace/_artifacts INSTANCE_PREFIX=jenkins-e2e JENKINS_GCE_SSH_PRIVATE_KEY_FILE=/var/lib/jenkins/workspace/kubernetes-e2e-gke@tmp/secretFiles/0980d4f7-974a-4a7d-b2b0-108d8191e93c/google_compute_engine.txt REPO_DIR=/var/lib/jenkins/workspace/kubernetes-e2e-gke GINKGO_TEST_ARGS=--ginkgo.skip=\[Slow\]|\[Serial\]|\[Disruptive\]|\[Flaky\]|\[Feature:.+\] NLSPATH=/usr/dt/lib/nls/msg/%L/%N.cat JENKINS_HOME=/var/lib/jenkins CLOUDSDK_CORE_DISABLE_PROMPTS=1 MAIL=/var/mail/jenkins PATH=/workspace/kubernetes/platforms/linux/amd64:/workspace/cloudsdk/google-cloud-sdk/bin://google-cloud-sdk/bin:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin PWD=/workspace/kubernetes CLOUDSDK_BUCKET=gs://cloud-sdk-testing/ci/staging HUDSON_URL=http://goto.google.com/k8s-test/ LANG=en_US.UTF-8 E2E_TEST=true JOB_NAME=kubernetes-e2e-gke KUBECTL=/workspace/kubernetes/cluster/kubectl.sh --match-server-version HOST_ARTIFACTS_DIR=/var/lib/jenkins/workspace/kubernetes-e2e-gke/_artifacts BUILD_DISPLAY_NAME=#11205 XFILESEARCHPATH=/usr/dt/app-defaults/%L/Dt KUBERNETES_PROVIDER=gke JENKINS_URL=http://goto.google.com/k8s-test/ BUILD_CAUSE=TIMERTRIGGER,TIMERTRIGGER,TIMERTRIGGER,TIMERTRIGGER,TIMERTRIGGER,TIMERTRIGGER BUILD_ID=11205 GOLANG_DOWNLOAD_SHA256=e40c36ae71756198478624ed1bb4ce17597b3c19d243f3f0899bb5740d56212a KUBE_GKE_NETWORK=jenkins-e2e CLOUDSDK_API_ENDPOINT_OVERRIDES_CONTAINER=https://test-container.sandbox.googleapis.com/ JOB_BASE_NAME=kubernetes-e2e-gke E2E_MIN_STARTUP_PODS=8 HOME=/workspace SHLVL=6 CLUSTER_API_VERSION=1.4.0-alpha.1.217+3a0d2d55c3e689 no_proxy=127.0.0.1,localhost JENKINS_SERVER_COOKIE=02143c9ae5889f5c EXECUTOR_NUMBER=4 JENKINS_GCE_SSH_PUBLIC_KEY_FILE=/var/lib/jenkins/workspace/kubernetes-e2e-gke@tmp/secretFiles/432a8c37-923a-4167-9cb6-fd30a7b387a9/google_compute_engine.pub.txt NODE_LABELS=agent-light-8 e2e node GINKGO_PARALLEL=y LOGNAME=jenkins HUDSON_HOME=/var/lib/jenkins SSH_CONNECTION=10.240.0.37 50204 10.240.0.25 22 NODE_NAME=agent-light-8 BUILD_CAUSE_TIMERTRIGGER=true GOPATH=/go KUBE_AWS_INSTANCE_PREFIX=jenkins-e2e BUILD_NUMBER=11205 DOCKER_VERSION=1.9.1 CLOUDSDK_CONTAINER_USE_CLIENT_CERTIFICATE=False HUDSON_COOKIE=f7f0d6ab-3339-4a7a-a352-2a68410005a5 FAIL_ON_GCP_RESOURCE_LEAK=true E2E_DOWN=true GOLANG_DOWNLOAD_URL=https://golang.org/dl/go1.6.2.linux-amd64.tar.gz _=/workspace/kubernetes/platforms/linux/amd64/ginkgo https_proxy=http://127.0.0.1:34707] <nil> error: google: could not find default credentials. See https://developers.google.com/accounts/docs/application-default-credentials for more information. [] <nil> 0xc820f56bc0 exit status 1 <nil> true [0xc8200f6718 0xc8200f6738 0xc8200f6790] [0xc8200f6718 0xc8200f6738 0xc8200f6790] [0xc8200f6730 0xc8200f6778] [0xab1770 0xab1770] 0xc820ef4e40}: Command stdout: stderr: error: google: could not find default credentials. See https://developers.google.com/accounts/docs/application-default-credentials for more information. error: exit status 1 not to have occurred ``` Previous issues for this test: #27156
non_test
kubectl client simple pod should support exec through an http proxy kubernetes suite failed kubectl client simple pod should support exec through an http proxy kubernetes suite go src io kubernetes output dockerized go src io kubernetes test kubectl go expected error s error running workspace kubernetes platforms linux kubectl nlspath usr dt lib nls msg l n cat jenkins home var lib jenkins cloudsdk core disable prompts mail var mail jenkins path workspace kubernetes platforms linux workspace cloudsdk google cloud sdk bin google cloud sdk bin go bin usr local go bin usr local sbin usr local bin usr sbin usr bin sbin bin pwd workspace kubernetes cloudsdk bucket gs cloud sdk testing ci staging hudson url lang en us utf test true job name kubernetes gke kubectl workspace kubernetes cluster kubectl sh match server version host artifacts dir var lib jenkins workspace kubernetes gke artifacts build display name xfilesearchpath usr dt app defaults l dt kubernetes provider gke jenkins url build cause timertrigger timertrigger timertrigger timertrigger timertrigger timertrigger build id golang download kube gke network jenkins cloudsdk api endpoint overrides container job base name kubernetes gke min startup pods home workspace shlvl cluster api version alpha no proxy localhost jenkins server cookie executor number jenkins gce ssh public key file var lib jenkins workspace kubernetes gke tmp secretfiles google compute engine pub txt node labels agent light node ginkgo parallel y logname jenkins hudson home var lib jenkins ssh connection node name agent light build cause timertrigger true gopath go kube aws instance prefix jenkins build number docker version cloudsdk container use client certificate false hudson cookie fail on gcp resource leak true down true golang download url workspace kubernetes platforms linux ginkgo https proxy error google could not find default credentials see for more information n exit status true ncommand stdout n nstderr nerror google could not find default credentials see for more information n nerror nexit status n error running workspace kubernetes platforms linux kubectl nlspath usr dt lib nls msg l n cat jenkins home var lib jenkins cloudsdk core disable prompts mail var mail jenkins path workspace kubernetes platforms linux workspace cloudsdk google cloud sdk bin google cloud sdk bin go bin usr local go bin usr local sbin usr local bin usr sbin usr bin sbin bin pwd workspace kubernetes cloudsdk bucket gs cloud sdk testing ci staging hudson url lang en us utf test true job name kubernetes gke kubectl workspace kubernetes cluster kubectl sh match server version host artifacts dir var lib jenkins workspace kubernetes gke artifacts build display name xfilesearchpath usr dt app defaults l dt kubernetes provider gke jenkins url build cause timertrigger timertrigger timertrigger timertrigger timertrigger timertrigger build id golang download kube gke network jenkins cloudsdk api endpoint overrides container job base name kubernetes gke min startup pods home workspace shlvl cluster api version alpha no proxy localhost jenkins server cookie executor number jenkins gce ssh public key file var lib jenkins workspace kubernetes gke tmp secretfiles google compute engine pub txt node labels agent light node ginkgo parallel y logname jenkins hudson home var lib jenkins ssh connection node name agent light build cause timertrigger true gopath go kube aws instance prefix jenkins build number docker version cloudsdk container use client certificate false hudson cookie fail on gcp resource leak true down true golang download url workspace kubernetes platforms linux ginkgo https proxy error google could not find default credentials see for more information exit status true command stdout stderr error google could not find default credentials see for more information error exit status not to have occurred previous issues for this test
0
421,549
28,323,307,998
IssuesEvent
2023-04-11 04:21:21
planetlabs/planet-client-python
https://api.github.com/repos/planetlabs/planet-client-python
closed
Content Plan Task--Call out cost associated with SDK calls vs other methods
documentation
Are there any batch calls or “quick” calls that could inadvertently incur costs? Call out what costs are being generated by using the SDK against the account in a considerations section. Call out recommendations for batch & bulk routines (maybe in a considerations setion). Make clear that calls will hit the quotas, just like the APIs.
1.0
Content Plan Task--Call out cost associated with SDK calls vs other methods - Are there any batch calls or “quick” calls that could inadvertently incur costs? Call out what costs are being generated by using the SDK against the account in a considerations section. Call out recommendations for batch & bulk routines (maybe in a considerations setion). Make clear that calls will hit the quotas, just like the APIs.
non_test
content plan task call out cost associated with sdk calls vs other methods are there any batch calls or “quick” calls that could inadvertently incur costs call out what costs are being generated by using the sdk against the account in a considerations section call out recommendations for batch bulk routines maybe in a considerations setion make clear that calls will hit the quotas just like the apis
0
1,976
4,698,069,468
IssuesEvent
2016-10-12 11:36:30
yarnpkg/yarn
https://api.github.com/repos/yarnpkg/yarn
closed
Optional dependencies not met
bug compatibility
<!-- *Before creating an issue please make sure you are using the latest version of yarn.* --> **Do you want to request a *feature* or report a *bug*?** A bug **What is the current behavior?** When running `yarn` optional dependencies of packages are not met. **If the current behavior is a bug, please provide the steps to reproduce.** Run a package with `optionalDependencies` declared **What is the expected behavior?** Since there is an explicit `--ignore-optional` flag, I expect optional dependencies to be met. **Please mention your node.js, yarn and operating system version.** node: 4.1.2 yarn: 0.15.1 osx: 10.12
True
Optional dependencies not met - <!-- *Before creating an issue please make sure you are using the latest version of yarn.* --> **Do you want to request a *feature* or report a *bug*?** A bug **What is the current behavior?** When running `yarn` optional dependencies of packages are not met. **If the current behavior is a bug, please provide the steps to reproduce.** Run a package with `optionalDependencies` declared **What is the expected behavior?** Since there is an explicit `--ignore-optional` flag, I expect optional dependencies to be met. **Please mention your node.js, yarn and operating system version.** node: 4.1.2 yarn: 0.15.1 osx: 10.12
non_test
optional dependencies not met do you want to request a feature or report a bug a bug what is the current behavior when running yarn optional dependencies of packages are not met if the current behavior is a bug please provide the steps to reproduce run a package with optionaldependencies declared what is the expected behavior since there is an explicit ignore optional flag i expect optional dependencies to be met please mention your node js yarn and operating system version node yarn osx
0
88,945
11,182,927,866
IssuesEvent
2019-12-31 10:49:31
ChilliCream/hotchocolate
https://api.github.com/repos/ChilliCream/hotchocolate
opened
Input Serializers
design enhancement
We have a common request to enable users to intercept the serialization of input types. Usually people think in this regard of middleware. But I think middleware on input arguments are the wrong idea here and could lead to degrading performance. Actually what we most of the type want is adding some serialization or rather intercepting the serialization. These interception could be used to add logic to the serialization itself or to add validation logic. The most common case that I personally see here is the relay unique identifiers. When building relay schemas we are creating a schema unique identifier from the type name and the actual identifiers. In order to help users and make this easier we want to introduce a better ID serialization. ```sdl type Foo { id : ID! @key barId: ID @key(of: "Bar") bazAId: ID @key(of: "Baz" name: "a") bazBId: ID @key(of: "Baz" name: "b") } ``` ```csharp public class Foo { [Key] public string Id { get; set; } [Key("Bar")] public string BarId { get; set; } [Key("Baz", Name = "a")] public string BazAId { get; set; } [Key("Baz", Name = "b")] public string BazBId { get; set; } } ``` ```csharp public class FooType : ObjectType<Foo> { protected override void Configure(IObjectTypeDescriptor descriptor) { ... } } ```
1.0
Input Serializers - We have a common request to enable users to intercept the serialization of input types. Usually people think in this regard of middleware. But I think middleware on input arguments are the wrong idea here and could lead to degrading performance. Actually what we most of the type want is adding some serialization or rather intercepting the serialization. These interception could be used to add logic to the serialization itself or to add validation logic. The most common case that I personally see here is the relay unique identifiers. When building relay schemas we are creating a schema unique identifier from the type name and the actual identifiers. In order to help users and make this easier we want to introduce a better ID serialization. ```sdl type Foo { id : ID! @key barId: ID @key(of: "Bar") bazAId: ID @key(of: "Baz" name: "a") bazBId: ID @key(of: "Baz" name: "b") } ``` ```csharp public class Foo { [Key] public string Id { get; set; } [Key("Bar")] public string BarId { get; set; } [Key("Baz", Name = "a")] public string BazAId { get; set; } [Key("Baz", Name = "b")] public string BazBId { get; set; } } ``` ```csharp public class FooType : ObjectType<Foo> { protected override void Configure(IObjectTypeDescriptor descriptor) { ... } } ```
non_test
input serializers we have a common request to enable users to intercept the serialization of input types usually people think in this regard of middleware but i think middleware on input arguments are the wrong idea here and could lead to degrading performance actually what we most of the type want is adding some serialization or rather intercepting the serialization these interception could be used to add logic to the serialization itself or to add validation logic the most common case that i personally see here is the relay unique identifiers when building relay schemas we are creating a schema unique identifier from the type name and the actual identifiers in order to help users and make this easier we want to introduce a better id serialization sdl type foo id id key barid id key of bar bazaid id key of baz name a bazbid id key of baz name b csharp public class foo public string id get set public string barid get set public string bazaid get set public string bazbid get set csharp public class footype objecttype protected override void configure iobjecttypedescriptor descriptor
0
227,154
18,052,393,705
IssuesEvent
2021-09-20 00:07:56
logicmoo/logicmoo_workspace
https://api.github.com/repos/logicmoo/logicmoo_workspace
opened
logicmoo.pfc.test.sanity_base.ND_02A JUnit
Test_9999 logicmoo.pfc.test.sanity_base unit_test ND_02A Failing
#!/usr/bin/env lmoo-junit % % PFC is a language extension for prolog.. there is so much that can be done in this language extension to Prolog % % Dec 13, 2035 % Douglas Miles % was_module(header_sane,[]). :- include(library(logicmoo_test_header)). :- abolish(a,1). :- abolish(b,2). :- dynamic((a/1,b/2)). :- debug_logicmoo(logicmoo(_)). % :- mpred_trace_exec. :- mpred_warn. nondet_local. (nondet_local, {member(Y,[1,2,3])}) ==> nondet_local_a(Y). :- listing(header_sane:nondet_local/0). :- mpred_test(nondet_local_a(1)). :- mpred_test(nondet_local_a(3)). :- garbage_collect. :- garbage_collect_atoms. :- garbage_collect_clauses. %:- (cls,rtrace,trace). {member(Y,[1,2,3])} ==> b(t,Y). :- mpred_test(b(t,1)). :- mpred_test(b(t,3)).
3.0
logicmoo.pfc.test.sanity_base.ND_02A JUnit - #!/usr/bin/env lmoo-junit % % PFC is a language extension for prolog.. there is so much that can be done in this language extension to Prolog % % Dec 13, 2035 % Douglas Miles % was_module(header_sane,[]). :- include(library(logicmoo_test_header)). :- abolish(a,1). :- abolish(b,2). :- dynamic((a/1,b/2)). :- debug_logicmoo(logicmoo(_)). % :- mpred_trace_exec. :- mpred_warn. nondet_local. (nondet_local, {member(Y,[1,2,3])}) ==> nondet_local_a(Y). :- listing(header_sane:nondet_local/0). :- mpred_test(nondet_local_a(1)). :- mpred_test(nondet_local_a(3)). :- garbage_collect. :- garbage_collect_atoms. :- garbage_collect_clauses. %:- (cls,rtrace,trace). {member(Y,[1,2,3])} ==> b(t,Y). :- mpred_test(b(t,1)). :- mpred_test(b(t,3)).
test
logicmoo pfc test sanity base nd junit usr bin env lmoo junit pfc is a language extension for prolog there is so much that can be done in this language extension to prolog dec douglas miles was module header sane include library logicmoo test header abolish a abolish b dynamic a b debug logicmoo logicmoo mpred trace exec mpred warn nondet local nondet local member y nondet local a y listing header sane nondet local mpred test nondet local a mpred test nondet local a garbage collect garbage collect atoms garbage collect clauses cls rtrace trace member y b t y mpred test b t mpred test b t
1
2,832
10,163,592,794
IssuesEvent
2019-08-07 09:37:36
filebrowser/filebrowser
https://api.github.com/repos/filebrowser/filebrowser
closed
filebrowser is searching for Maintainers!
Maintainers Wanted
*This issue was created by [Maintainers Wanted](https://maintainerswanted.com)* :nerd_face: *Support us by leaving a star on [Github](https://github.com/flxwu/maintainerswanted.com)!* :star2: ## filebrowser is searching for new Maintainers! :man_technologist: :mailbox_with_mail: Do you use filebrowser personally or at work and would like this project to be further developed and improved? Or are you already a contributor and ready to take the next step to becoming a maintainer? If you are interested, comment here below on this issue! :point_down::raised_hands:
True
filebrowser is searching for Maintainers! - *This issue was created by [Maintainers Wanted](https://maintainerswanted.com)* :nerd_face: *Support us by leaving a star on [Github](https://github.com/flxwu/maintainerswanted.com)!* :star2: ## filebrowser is searching for new Maintainers! :man_technologist: :mailbox_with_mail: Do you use filebrowser personally or at work and would like this project to be further developed and improved? Or are you already a contributor and ready to take the next step to becoming a maintainer? If you are interested, comment here below on this issue! :point_down::raised_hands:
non_test
filebrowser is searching for maintainers this issue was created by nerd face support us by leaving a star on filebrowser is searching for new maintainers man technologist mailbox with mail do you use filebrowser personally or at work and would like this project to be further developed and improved or are you already a contributor and ready to take the next step to becoming a maintainer if you are interested comment here below on this issue point down raised hands
0
44,051
11,939,246,261
IssuesEvent
2020-04-02 14:56:37
radon-h2020/usecase-healthcare
https://api.github.com/repos/radon-h2020/usecase-healthcare
opened
Support for the identification of defects on the SARA's topology
Defect prediction MUST UC_Healthcare WP6
|**ID** | **R-ENG-IoT-8**| | --- | --- | | Section | WP6: Ambient Assisted Living UC | | Type | FUNCTIONAL_SUITABILITY | | User Story | As a Software Developer, I want to identify defects on the topology of the SARA environment | | Requirement |The RADON framework must support the identification of defects on the topology of SARA environment in a graphical way | | Extended Description | The RADON tools will reduce the time to debug defects on the SARA infrastracture (e.g. connections between the nodes) | | Affected Tools | DEFECT_PRED_TOOL| | Means of Verification | Demo based, time to detect defects reduced by 20% with regard to manual inspectioninspection | | Dependency | N/A |
1.0
Support for the identification of defects on the SARA's topology - |**ID** | **R-ENG-IoT-8**| | --- | --- | | Section | WP6: Ambient Assisted Living UC | | Type | FUNCTIONAL_SUITABILITY | | User Story | As a Software Developer, I want to identify defects on the topology of the SARA environment | | Requirement |The RADON framework must support the identification of defects on the topology of SARA environment in a graphical way | | Extended Description | The RADON tools will reduce the time to debug defects on the SARA infrastracture (e.g. connections between the nodes) | | Affected Tools | DEFECT_PRED_TOOL| | Means of Verification | Demo based, time to detect defects reduced by 20% with regard to manual inspectioninspection | | Dependency | N/A |
non_test
support for the identification of defects on the sara s topology id r eng iot section ambient assisted living uc type functional suitability user story as a software developer i want to identify defects on the topology of the sara environment requirement the radon framework must support the identification of defects on the topology of sara environment in a graphical way extended description the radon tools will reduce the time to debug defects on the sara infrastracture e g connections between the nodes affected tools defect pred tool means of verification demo based time to detect defects reduced by with regard to manual inspectioninspection dependency n a
0
232,885
18,921,407,846
IssuesEvent
2021-11-17 02:25:40
thesofproject/sof
https://api.github.com/repos/thesofproject/sof
opened
[BUG] xrun on multiple NOCODEC platforms when multiple pause release
bug APL P1 CML TGL JSL xrun Intel Linux Daily tests
**Describe the bug** When running multiple pause release ,**dai_report_xrun(): underrun due to no data available** happened with xrun recovery failed and pipeline stopped. This happened on multiple platforms including CML_RVP_NOCODEC , JSL_RVP_NOCODEC , TGLU_RVP_NOCODEC ,APL_UP2_NOCODEC , ADLP_RVP_NOCODEC ,etc , since 2021-11-13 (inner daily result 8155) **To Reproduce** TPLG=/lib/firmware/intel/sof-tplg/sof-cnl-nocodec.tplg MODEL=CML_RVP_NOCODEC ~/sof-test/test-case/multiple-pause-resume.sh -r 25 **Reproduction Rate** Not 100% but can be seen on more than 2 platforms in every daily result after Nov 13 **Environment** Start Time: 2021-11-12 21:26:21 UTC End Time: 2021-11-13 00:01:58 UTC Kernel Branch: topic/sof-dev Kernel Commit: 66bd4e2a SOF Branch: main SOF Commit: 94517163580d Zephyr Branch: main Zephyr Commit: 6aa783ed6ac2 **Screenshots or console output** Take CML_RVP_NOCODEC as an example [console] ``` (22/25) pcm'Port0' cmd'aplay' id'2': Wait for 41 ms before resume aplay: pcm_write:2061: aplay: pcm_write:2061: write error: Input/output error write error: Input/output error 2021-11-12 22:32:24 UTC [REMOTE_INFO] pipeline: Port0 with aplay 2021-11-12 22:32:24 UTC [REMOTE_INFO] pipeline: Port0 Deep Buffer with aplay 2021-11-12 22:32:24 UTC [REMOTE_INFO] Check expect exit status ``` [etrace] ``` [ 374022631.908509] ( 3783752.750000) c0 dma-trace src/lib/wait.c:51 ERROR poll timeout reg 487496 mask 63 val 0 us 937 [ 377827749.413557] ( 3805117.500000) c0 dma-trace src/lib/wait.c:51 ERROR poll timeout reg 487496 mask 63 val 0 us 937 [ 377866378.734939] ( 38629.320312) c0 dma-trace src/lib/wait.c:51 ERROR poll timeout reg 488520 mask 63 val 0 us 937 [ 381656506.969750] ( 3790128.250000) c0 dma-trace src/lib/wait.c:51 ERROR poll timeout reg 487496 mask 63 val 0 us 937 [ 385007707.722002] ( 3351200.750000) c0 dma-trace src/drivers/dw/dma.c:1114 ERROR dw_dma_get_data_size(): xrun detected [ 385007726.367834] ( 18.645832) c0 dma-trace src/audio/dai.c:879 ERROR dai_report_xrun(): underrun due to no data available [ 385007739.180334] ( 12.812499) c0 dma-trace src/audio/dai.c:727 ERROR comp_underrun(): dev->comp.id = 2, source->avail = 768, copy_bytes = 0 [ 385007785.482415] ( 46.302082) c0 dma-trace ....../pipeline-stream.c:134 ERROR pipeline_copy(): ret = -61, start->comp.id = 2, dir = 1 [ 385007798.659498] ( 13.177083) c0 dma-trace ..../pipeline-schedule.c:160 ERROR pipeline_task(): xrun recovery failed! pipeline is stopped. [ 385770207.327119] ( 762408.687500) c0 dma-trace src/drivers/dw/dma.c:1114 ERROR dw_dma_get_data_size(): xrun detected [ 385770226.233368] ( 18.906250) c0 dma-trace src/audio/dai.c:879 ERROR dai_report_xrun(): underrun due to no data available [ 385770239.150035] ( 12.916666) c0 dma-trace src/audio/dai.c:727 ERROR comp_underrun(): dev->comp.id = 2, source->avail = 768, copy_bytes = 0 [ 385770273.629200] ( 34.479164) c0 dma-trace ....../pipeline-stream.c:134 ERROR pipeline_copy(): ret = -61, start->comp.id = 2, dir = 1 [ 385770286.962533] ( 13.333333) c0 dma-trace ..../pipeline-schedule.c:160 ERROR pipeline_task(): xrun recovery failed! pipeline is stopped. ```
1.0
[BUG] xrun on multiple NOCODEC platforms when multiple pause release - **Describe the bug** When running multiple pause release ,**dai_report_xrun(): underrun due to no data available** happened with xrun recovery failed and pipeline stopped. This happened on multiple platforms including CML_RVP_NOCODEC , JSL_RVP_NOCODEC , TGLU_RVP_NOCODEC ,APL_UP2_NOCODEC , ADLP_RVP_NOCODEC ,etc , since 2021-11-13 (inner daily result 8155) **To Reproduce** TPLG=/lib/firmware/intel/sof-tplg/sof-cnl-nocodec.tplg MODEL=CML_RVP_NOCODEC ~/sof-test/test-case/multiple-pause-resume.sh -r 25 **Reproduction Rate** Not 100% but can be seen on more than 2 platforms in every daily result after Nov 13 **Environment** Start Time: 2021-11-12 21:26:21 UTC End Time: 2021-11-13 00:01:58 UTC Kernel Branch: topic/sof-dev Kernel Commit: 66bd4e2a SOF Branch: main SOF Commit: 94517163580d Zephyr Branch: main Zephyr Commit: 6aa783ed6ac2 **Screenshots or console output** Take CML_RVP_NOCODEC as an example [console] ``` (22/25) pcm'Port0' cmd'aplay' id'2': Wait for 41 ms before resume aplay: pcm_write:2061: aplay: pcm_write:2061: write error: Input/output error write error: Input/output error 2021-11-12 22:32:24 UTC [REMOTE_INFO] pipeline: Port0 with aplay 2021-11-12 22:32:24 UTC [REMOTE_INFO] pipeline: Port0 Deep Buffer with aplay 2021-11-12 22:32:24 UTC [REMOTE_INFO] Check expect exit status ``` [etrace] ``` [ 374022631.908509] ( 3783752.750000) c0 dma-trace src/lib/wait.c:51 ERROR poll timeout reg 487496 mask 63 val 0 us 937 [ 377827749.413557] ( 3805117.500000) c0 dma-trace src/lib/wait.c:51 ERROR poll timeout reg 487496 mask 63 val 0 us 937 [ 377866378.734939] ( 38629.320312) c0 dma-trace src/lib/wait.c:51 ERROR poll timeout reg 488520 mask 63 val 0 us 937 [ 381656506.969750] ( 3790128.250000) c0 dma-trace src/lib/wait.c:51 ERROR poll timeout reg 487496 mask 63 val 0 us 937 [ 385007707.722002] ( 3351200.750000) c0 dma-trace src/drivers/dw/dma.c:1114 ERROR dw_dma_get_data_size(): xrun detected [ 385007726.367834] ( 18.645832) c0 dma-trace src/audio/dai.c:879 ERROR dai_report_xrun(): underrun due to no data available [ 385007739.180334] ( 12.812499) c0 dma-trace src/audio/dai.c:727 ERROR comp_underrun(): dev->comp.id = 2, source->avail = 768, copy_bytes = 0 [ 385007785.482415] ( 46.302082) c0 dma-trace ....../pipeline-stream.c:134 ERROR pipeline_copy(): ret = -61, start->comp.id = 2, dir = 1 [ 385007798.659498] ( 13.177083) c0 dma-trace ..../pipeline-schedule.c:160 ERROR pipeline_task(): xrun recovery failed! pipeline is stopped. [ 385770207.327119] ( 762408.687500) c0 dma-trace src/drivers/dw/dma.c:1114 ERROR dw_dma_get_data_size(): xrun detected [ 385770226.233368] ( 18.906250) c0 dma-trace src/audio/dai.c:879 ERROR dai_report_xrun(): underrun due to no data available [ 385770239.150035] ( 12.916666) c0 dma-trace src/audio/dai.c:727 ERROR comp_underrun(): dev->comp.id = 2, source->avail = 768, copy_bytes = 0 [ 385770273.629200] ( 34.479164) c0 dma-trace ....../pipeline-stream.c:134 ERROR pipeline_copy(): ret = -61, start->comp.id = 2, dir = 1 [ 385770286.962533] ( 13.333333) c0 dma-trace ..../pipeline-schedule.c:160 ERROR pipeline_task(): xrun recovery failed! pipeline is stopped. ```
test
xrun on multiple nocodec platforms when multiple pause release describe the bug when running multiple pause release dai report xrun underrun due to no data available happened with xrun recovery failed and pipeline stopped this happened on multiple platforms including cml rvp nocodec jsl rvp nocodec tglu rvp nocodec apl nocodec adlp rvp nocodec etc since inner daily result to reproduce tplg lib firmware intel sof tplg sof cnl nocodec tplg model cml rvp nocodec sof test test case multiple pause resume sh r reproduction rate not but can be seen on more than platforms in every daily result after nov environment start time utc end time utc kernel branch topic sof dev kernel commit sof branch main sof commit zephyr branch main zephyr commit screenshots or console output take cml rvp nocodec as an example pcm cmd aplay id wait for ms before resume aplay pcm write aplay pcm write write error input output error write error input output error utc pipeline with aplay utc pipeline deep buffer with aplay utc check expect exit status dma trace src lib wait c error poll timeout reg mask val us dma trace src lib wait c error poll timeout reg mask val us dma trace src lib wait c error poll timeout reg mask val us dma trace src lib wait c error poll timeout reg mask val us dma trace src drivers dw dma c error dw dma get data size xrun detected dma trace src audio dai c error dai report xrun underrun due to no data available dma trace src audio dai c error comp underrun dev comp id source avail copy bytes dma trace pipeline stream c error pipeline copy ret start comp id dir dma trace pipeline schedule c error pipeline task xrun recovery failed pipeline is stopped dma trace src drivers dw dma c error dw dma get data size xrun detected dma trace src audio dai c error dai report xrun underrun due to no data available dma trace src audio dai c error comp underrun dev comp id source avail copy bytes dma trace pipeline stream c error pipeline copy ret start comp id dir dma trace pipeline schedule c error pipeline task xrun recovery failed pipeline is stopped
1
303,526
26,215,159,404
IssuesEvent
2023-01-04 10:20:30
elastic/kibana
https://api.github.com/repos/elastic/kibana
reopened
Failing test: Chrome X-Pack UI Functional Tests.x-pack/test/functional_with_es_ssl/apps/discover/search_source_alert·ts - Discover alerting Search source Alert should navigate to alert results via view in app link
failed-test Team:DataDiscovery
A test failed on a tracked branch ``` Error: retry.try timeout: TimeoutError: Waiting for element to be located By(css selector, [data-test-subj="selectDataViewExpression"]) Wait timed out after 10031ms at /var/lib/buildkite-agent/builds/kb-n2-4-spot-67b254da5c2dae6f/elastic/kibana-on-merge/kibana/node_modules/selenium-webdriver/lib/webdriver.js:907:17 at runMicrotasks (<anonymous>) at processTicksAndRejections (node:internal/process/task_queues:96:5) at /var/lib/buildkite-agent/builds/kb-n2-4-spot-67b254da5c2dae6f/elastic/kibana-on-merge/kibana/node_modules/@kbn/ftr-common-functional-services/target_node/services/retry/retry_for_success.js:19:9 at retryForSuccess (node_modules/@kbn/ftr-common-functional-services/target_node/services/retry/retry_for_success.js:55:13) at RetryService.try (node_modules/@kbn/ftr-common-functional-services/target_node/services/retry/retry.js:35:12) at Proxy.clickByCssSelector (test/functional/services/common/find.ts:407:5) at TestSubjects.click (test/functional/services/common/test_subjects.ts:164:5) at Context.<anonymous> (x-pack/test/functional_with_es_ssl/apps/discover/search_source_alert.ts:306:7) at Object.apply (node_modules/@kbn/test/target_node/src/functional_test_runner/lib/mocha/wrap_function.js:78:16) ``` First failure: [CI Build - main](https://buildkite.com/elastic/kibana-on-merge/builds/25109#01853690-39e3-4a23-8257-b69e0a46361e) <!-- kibanaCiData = {"failed-test":{"test.class":"Chrome X-Pack UI Functional Tests.x-pack/test/functional_with_es_ssl/apps/discover/search_source_alert·ts","test.name":"Discover alerting Search source Alert should navigate to alert results via view in app link","test.failCount":2}} -->
1.0
Failing test: Chrome X-Pack UI Functional Tests.x-pack/test/functional_with_es_ssl/apps/discover/search_source_alert·ts - Discover alerting Search source Alert should navigate to alert results via view in app link - A test failed on a tracked branch ``` Error: retry.try timeout: TimeoutError: Waiting for element to be located By(css selector, [data-test-subj="selectDataViewExpression"]) Wait timed out after 10031ms at /var/lib/buildkite-agent/builds/kb-n2-4-spot-67b254da5c2dae6f/elastic/kibana-on-merge/kibana/node_modules/selenium-webdriver/lib/webdriver.js:907:17 at runMicrotasks (<anonymous>) at processTicksAndRejections (node:internal/process/task_queues:96:5) at /var/lib/buildkite-agent/builds/kb-n2-4-spot-67b254da5c2dae6f/elastic/kibana-on-merge/kibana/node_modules/@kbn/ftr-common-functional-services/target_node/services/retry/retry_for_success.js:19:9 at retryForSuccess (node_modules/@kbn/ftr-common-functional-services/target_node/services/retry/retry_for_success.js:55:13) at RetryService.try (node_modules/@kbn/ftr-common-functional-services/target_node/services/retry/retry.js:35:12) at Proxy.clickByCssSelector (test/functional/services/common/find.ts:407:5) at TestSubjects.click (test/functional/services/common/test_subjects.ts:164:5) at Context.<anonymous> (x-pack/test/functional_with_es_ssl/apps/discover/search_source_alert.ts:306:7) at Object.apply (node_modules/@kbn/test/target_node/src/functional_test_runner/lib/mocha/wrap_function.js:78:16) ``` First failure: [CI Build - main](https://buildkite.com/elastic/kibana-on-merge/builds/25109#01853690-39e3-4a23-8257-b69e0a46361e) <!-- kibanaCiData = {"failed-test":{"test.class":"Chrome X-Pack UI Functional Tests.x-pack/test/functional_with_es_ssl/apps/discover/search_source_alert·ts","test.name":"Discover alerting Search source Alert should navigate to alert results via view in app link","test.failCount":2}} -->
test
failing test chrome x pack ui functional tests x pack test functional with es ssl apps discover search source alert·ts discover alerting search source alert should navigate to alert results via view in app link a test failed on a tracked branch error retry try timeout timeouterror waiting for element to be located by css selector wait timed out after at var lib buildkite agent builds kb spot elastic kibana on merge kibana node modules selenium webdriver lib webdriver js at runmicrotasks at processticksandrejections node internal process task queues at var lib buildkite agent builds kb spot elastic kibana on merge kibana node modules kbn ftr common functional services target node services retry retry for success js at retryforsuccess node modules kbn ftr common functional services target node services retry retry for success js at retryservice try node modules kbn ftr common functional services target node services retry retry js at proxy clickbycssselector test functional services common find ts at testsubjects click test functional services common test subjects ts at context x pack test functional with es ssl apps discover search source alert ts at object apply node modules kbn test target node src functional test runner lib mocha wrap function js first failure
1
269,280
23,434,216,904
IssuesEvent
2022-08-15 07:57:11
cockroachdb/cockroach
https://api.github.com/repos/cockroachdb/cockroach
opened
sql: TestTelemetryLogging failed
C-test-failure O-robot branch-master
sql.TestTelemetryLogging [failed](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_StressBazel/6096786?buildTab=log) with [artifacts](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_StressBazel/6096786?buildTab=artifacts#/) on master @ [6b7f0058325de8b8b321a08137d462c418c3047f](https://github.com/cockroachdb/cockroach/commits/6b7f0058325de8b8b321a08137d462c418c3047f): ``` === RUN TestTelemetryLogging test_log_scope.go:162: test logs captured to: /artifacts/tmp/_tmp/233e6aa31ff7ad29c896f0479cb5d0c4/logTestTelemetryLogging1398345658 === CONT TestTelemetryLogging telemetry_logging_test.go:482: -- test log scope end -- --- FAIL: TestTelemetryLogging (0.65s) === RUN TestTelemetryLogging/select-*-limit-3-query telemetry_logging_test.go:349: select-*-limit-3-query: expected "SkippedQueries":3 found: {"Timestamp":1660550156089651084,"EventType":"sampled_query","Statement":"SELECT * FROM \"\".\"\".u LIMIT ‹3›","Tag":"SELECT","User":"root","ApplicationName":"telemetry-logging-test","ExecMode":"exec","NumRows":3,"Age":0.556264,"TxnCounter":21,"SkippedQueries":2,"CostEstimate":7.084999999999999,"Distribution":"full","PlanGist":"AgHSAQIAAQAAAgYC","SessionID":"170b75919b1e9bba0000000000000001","Database":"defaultdb","StatementID":"170b7591a971b6680000000000000001","TransactionID":"94433bf8-581b-4a92-90fc-9b7faffccb5f","StatementFingerprintID":4478901680921638675,"TotalScanRowsEstimate":3,"OutputRowsEstimate":3,"StatsAvailable":true,"NanosSinceStatsCollected":1537302174692405,"BytesRead":111,"RowsRead":3,"ContentionNanos":3} telemetry_logging_test.go:345: select-*-limit-3-query: expected no skipped queries, found: {"Timestamp":1660550156091062040,"EventType":"sampled_query","Statement":"SELECT * FROM \"\".\"\".u LIMIT ‹3›","Tag":"SELECT","User":"root","ApplicationName":"telemetry-logging-test","ExecMode":"exec","NumRows":3,"Age":0.517347,"TxnCounter":23,"SkippedQueries":1,"CostEstimate":7.084999999999999,"Distribution":"full","PlanGist":"AgHSAQIAAQAAAgYC","SessionID":"170b75919b1e9bba0000000000000001","Database":"defaultdb","StatementID":"170b7591a9874d080000000000000001","TransactionID":"6cd79031-4569-4d6d-98b2-59278190139a","StatementFingerprintID":4478901680921638675,"TotalScanRowsEstimate":3,"OutputRowsEstimate":3,"StatsAvailable":true,"NanosSinceStatsCollected":1537302176113577,"BytesRead":111,"RowsRead":3,"ContentionNanos":3} --- FAIL: TestTelemetryLogging/select-*-limit-3-query (0.00s) ``` <p>Parameters: <code>TAGS=bazel,gss</code> </p> <details><summary>Help</summary> <p> See also: [How To Investigate a Go Test Failure \(internal\)](https://cockroachlabs.atlassian.net/l/c/HgfXfJgM) </p> </details> /cc @cockroachdb/sql-queries <sub> [This test on roachdash](https://roachdash.crdb.dev/?filter=status:open%20t:.*TestTelemetryLogging.*&sort=title+created&display=lastcommented+project) | [Improve this report!](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues) </sub>
1.0
sql: TestTelemetryLogging failed - sql.TestTelemetryLogging [failed](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_StressBazel/6096786?buildTab=log) with [artifacts](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_StressBazel/6096786?buildTab=artifacts#/) on master @ [6b7f0058325de8b8b321a08137d462c418c3047f](https://github.com/cockroachdb/cockroach/commits/6b7f0058325de8b8b321a08137d462c418c3047f): ``` === RUN TestTelemetryLogging test_log_scope.go:162: test logs captured to: /artifacts/tmp/_tmp/233e6aa31ff7ad29c896f0479cb5d0c4/logTestTelemetryLogging1398345658 === CONT TestTelemetryLogging telemetry_logging_test.go:482: -- test log scope end -- --- FAIL: TestTelemetryLogging (0.65s) === RUN TestTelemetryLogging/select-*-limit-3-query telemetry_logging_test.go:349: select-*-limit-3-query: expected "SkippedQueries":3 found: {"Timestamp":1660550156089651084,"EventType":"sampled_query","Statement":"SELECT * FROM \"\".\"\".u LIMIT ‹3›","Tag":"SELECT","User":"root","ApplicationName":"telemetry-logging-test","ExecMode":"exec","NumRows":3,"Age":0.556264,"TxnCounter":21,"SkippedQueries":2,"CostEstimate":7.084999999999999,"Distribution":"full","PlanGist":"AgHSAQIAAQAAAgYC","SessionID":"170b75919b1e9bba0000000000000001","Database":"defaultdb","StatementID":"170b7591a971b6680000000000000001","TransactionID":"94433bf8-581b-4a92-90fc-9b7faffccb5f","StatementFingerprintID":4478901680921638675,"TotalScanRowsEstimate":3,"OutputRowsEstimate":3,"StatsAvailable":true,"NanosSinceStatsCollected":1537302174692405,"BytesRead":111,"RowsRead":3,"ContentionNanos":3} telemetry_logging_test.go:345: select-*-limit-3-query: expected no skipped queries, found: {"Timestamp":1660550156091062040,"EventType":"sampled_query","Statement":"SELECT * FROM \"\".\"\".u LIMIT ‹3›","Tag":"SELECT","User":"root","ApplicationName":"telemetry-logging-test","ExecMode":"exec","NumRows":3,"Age":0.517347,"TxnCounter":23,"SkippedQueries":1,"CostEstimate":7.084999999999999,"Distribution":"full","PlanGist":"AgHSAQIAAQAAAgYC","SessionID":"170b75919b1e9bba0000000000000001","Database":"defaultdb","StatementID":"170b7591a9874d080000000000000001","TransactionID":"6cd79031-4569-4d6d-98b2-59278190139a","StatementFingerprintID":4478901680921638675,"TotalScanRowsEstimate":3,"OutputRowsEstimate":3,"StatsAvailable":true,"NanosSinceStatsCollected":1537302176113577,"BytesRead":111,"RowsRead":3,"ContentionNanos":3} --- FAIL: TestTelemetryLogging/select-*-limit-3-query (0.00s) ``` <p>Parameters: <code>TAGS=bazel,gss</code> </p> <details><summary>Help</summary> <p> See also: [How To Investigate a Go Test Failure \(internal\)](https://cockroachlabs.atlassian.net/l/c/HgfXfJgM) </p> </details> /cc @cockroachdb/sql-queries <sub> [This test on roachdash](https://roachdash.crdb.dev/?filter=status:open%20t:.*TestTelemetryLogging.*&sort=title+created&display=lastcommented+project) | [Improve this report!](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues) </sub>
test
sql testtelemetrylogging failed sql testtelemetrylogging with on master run testtelemetrylogging test log scope go test logs captured to artifacts tmp tmp cont testtelemetrylogging telemetry logging test go test log scope end fail testtelemetrylogging run testtelemetrylogging select limit query telemetry logging test go select limit query expected skippedqueries found timestamp eventtype sampled query statement select from u limit ‹ › tag select user root applicationname telemetry logging test execmode exec numrows age txncounter skippedqueries costestimate distribution full plangist aghsaqiaaqaaagyc sessionid database defaultdb statementid transactionid statementfingerprintid totalscanrowsestimate outputrowsestimate statsavailable true nanossincestatscollected bytesread rowsread contentionnanos telemetry logging test go select limit query expected no skipped queries found timestamp eventtype sampled query statement select from u limit ‹ › tag select user root applicationname telemetry logging test execmode exec numrows age txncounter skippedqueries costestimate distribution full plangist aghsaqiaaqaaagyc sessionid database defaultdb statementid transactionid statementfingerprintid totalscanrowsestimate outputrowsestimate statsavailable true nanossincestatscollected bytesread rowsread contentionnanos fail testtelemetrylogging select limit query parameters tags bazel gss help see also cc cockroachdb sql queries
1
12,890
2,724,567,863
IssuesEvent
2015-04-14 18:33:19
idaholab/moose
https://api.github.com/repos/idaholab/moose
closed
Recover not working with default options
C: MOOSE P: normal T: defect
The recover tests pass, but a test of the feature shows that it does not work as expected when run outside of the test harness. In time_integrators/implicit-euler with the ie.i input file: ###### Adding a checkpoints block to Outputs with default options (no options specified) works as promised, producing 2 rolling checkpoints. $ ls ie_checkpoints_cp/ 0002.rd-0 0002_mesh.cpr 0003.xdr.0000 0004.xdr 0005.rd-0 0005_mesh.cpr 0002.xdr 0003.rd-0 0003_mesh.cpr 0004.xdr.0000 0005.xdr 0002.xdr.0000 0003.xdr 0004.rd-0 0004_mesh.cpr 0005.xdr.0000 ###### Changing num_steps to 10 and running with --recover produces an error: $ modules-dbg -i ie.i --recover *** ERROR *** Unable to find suitable recovery file! ###### Telling MOOSE where to find the checkpoints squelches the error, but the time stepper starts the simulation from the beginning: $ modules-dbg -i ie.i --recover=ie_checkpoints_cp/0005 [snipped header] Time Step 0, time = 0 dt = 0 Postprocessor Values: +----------------+----------------+ | time | l2_err | +----------------+----------------+ | 0.000000e+00 | 0.000000e+00 | +----------------+----------------+ Time Step 1, time = 0.25 dt = 0.25 0 Nonlinear |R| = 3.062746e+00 1 Nonlinear |R| = 1.908510e-05 2 Nonlinear |R| = 1.058361e-10 Solve Converged! ...etc
1.0
Recover not working with default options - The recover tests pass, but a test of the feature shows that it does not work as expected when run outside of the test harness. In time_integrators/implicit-euler with the ie.i input file: ###### Adding a checkpoints block to Outputs with default options (no options specified) works as promised, producing 2 rolling checkpoints. $ ls ie_checkpoints_cp/ 0002.rd-0 0002_mesh.cpr 0003.xdr.0000 0004.xdr 0005.rd-0 0005_mesh.cpr 0002.xdr 0003.rd-0 0003_mesh.cpr 0004.xdr.0000 0005.xdr 0002.xdr.0000 0003.xdr 0004.rd-0 0004_mesh.cpr 0005.xdr.0000 ###### Changing num_steps to 10 and running with --recover produces an error: $ modules-dbg -i ie.i --recover *** ERROR *** Unable to find suitable recovery file! ###### Telling MOOSE where to find the checkpoints squelches the error, but the time stepper starts the simulation from the beginning: $ modules-dbg -i ie.i --recover=ie_checkpoints_cp/0005 [snipped header] Time Step 0, time = 0 dt = 0 Postprocessor Values: +----------------+----------------+ | time | l2_err | +----------------+----------------+ | 0.000000e+00 | 0.000000e+00 | +----------------+----------------+ Time Step 1, time = 0.25 dt = 0.25 0 Nonlinear |R| = 3.062746e+00 1 Nonlinear |R| = 1.908510e-05 2 Nonlinear |R| = 1.058361e-10 Solve Converged! ...etc
non_test
recover not working with default options the recover tests pass but a test of the feature shows that it does not work as expected when run outside of the test harness in time integrators implicit euler with the ie i input file adding a checkpoints block to outputs with default options no options specified works as promised producing rolling checkpoints ls ie checkpoints cp rd mesh cpr xdr xdr rd mesh cpr xdr rd mesh cpr xdr xdr xdr xdr rd mesh cpr xdr changing num steps to and running with recover produces an error modules dbg i ie i recover error unable to find suitable recovery file telling moose where to find the checkpoints squelches the error but the time stepper starts the simulation from the beginning modules dbg i ie i recover ie checkpoints cp time step time dt postprocessor values time err time step time dt nonlinear r nonlinear r nonlinear r solve converged etc
0
74,475
20,172,197,983
IssuesEvent
2022-02-10 11:25:18
appsmithorg/appsmith
https://api.github.com/repos/appsmithorg/appsmith
opened
[Bug]: Overlapping of text in Tree select widget
Bug App Viewers Pod Low Needs Triaging UI Builders Pod TreeSelect
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior https://www.loom.com/share/7e03fa19a4dc4099899905ad9d0c744e ### Steps To Reproduce 1. Add Tree select widget on canvas 2. Add large text options in dropdown list 3. Observe that text been overlapped with dropdown icon ### Environment Production ### Version Cloud
1.0
[Bug]: Overlapping of text in Tree select widget - ### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior https://www.loom.com/share/7e03fa19a4dc4099899905ad9d0c744e ### Steps To Reproduce 1. Add Tree select widget on canvas 2. Add large text options in dropdown list 3. Observe that text been overlapped with dropdown icon ### Environment Production ### Version Cloud
non_test
overlapping of text in tree select widget is there an existing issue for this i have searched the existing issues current behavior steps to reproduce add tree select widget on canvas add large text options in dropdown list observe that text been overlapped with dropdown icon environment production version cloud
0
147,054
11,770,032,778
IssuesEvent
2020-03-15 17:28:14
openshift/openshift-azure
https://api.github.com/repos/openshift/openshift-azure
closed
WaitForCompletion: context has been cancelled flake
ga kind/test-flake lifecycle/rotten priority/important-soon
Valid test flake ``` time="2018-10-03T14:24:31Z" level=info msg="write helpers" resourceGroup=ci-op-d9wxcrm6-8474e time="2018-10-03T14:24:31Z" level=info msg="applying arm template deployment" resourceGroup=ci-op-d9wxcrm6-8474e time="2018-10-03T14:24:33Z" level=info msg="waiting for arm template deployment to complete" resourceGroup=ci-op-d9wxcrm6-8474e time="2018-10-03T14:39:33Z" level=fatal msg="Future#WaitForCompletion: context has been cancelled: StatusCode=200 -- Original Error: context deadline exceeded" ``` https://storage.googleapis.com/origin-ci-test/pr-logs/pull/openshift_openshift-azure/387/pull-ci-openshift-openshift-azure-master-e2e-azure/152/build-log.txt /kind test-flake
1.0
WaitForCompletion: context has been cancelled flake - Valid test flake ``` time="2018-10-03T14:24:31Z" level=info msg="write helpers" resourceGroup=ci-op-d9wxcrm6-8474e time="2018-10-03T14:24:31Z" level=info msg="applying arm template deployment" resourceGroup=ci-op-d9wxcrm6-8474e time="2018-10-03T14:24:33Z" level=info msg="waiting for arm template deployment to complete" resourceGroup=ci-op-d9wxcrm6-8474e time="2018-10-03T14:39:33Z" level=fatal msg="Future#WaitForCompletion: context has been cancelled: StatusCode=200 -- Original Error: context deadline exceeded" ``` https://storage.googleapis.com/origin-ci-test/pr-logs/pull/openshift_openshift-azure/387/pull-ci-openshift-openshift-azure-master-e2e-azure/152/build-log.txt /kind test-flake
test
waitforcompletion context has been cancelled flake valid test flake time level info msg write helpers resourcegroup ci op time level info msg applying arm template deployment resourcegroup ci op time level info msg waiting for arm template deployment to complete resourcegroup ci op time level fatal msg future waitforcompletion context has been cancelled statuscode original error context deadline exceeded kind test flake
1
203,243
23,128,073,808
IssuesEvent
2022-07-28 07:55:16
ShaikUsaf/frameworks_base_AOSP10_r33
https://api.github.com/repos/ShaikUsaf/frameworks_base_AOSP10_r33
closed
CVE-2022-20129 (Medium) detected in baseandroid-10.0.0_r44 - autoclosed
security vulnerability
## CVE-2022-20129 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>baseandroid-10.0.0_r44</b></p></summary> <p> <p>Android framework classes and services</p> <p>Library home page: <a href=https://android.googlesource.com/platform/frameworks/base>https://android.googlesource.com/platform/frameworks/base</a></p> <p>Found in HEAD commit: <a href="https://github.com/ShaikUsaf/frameworks_base_AOSP10_r33/commit/d8f6b708be07b0042c1fe77f596e197a04c32153">d8f6b708be07b0042c1fe77f596e197a04c32153</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 (1)</summary> <p></p> <p> <img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/telecomm/java/android/telecom/TelecomManager.java</b> </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> In registerPhoneAccount of PhoneAccountRegistrar.java, there is a possible way to prevent the user from selecting a phone account due to improper input validation. This could lead to local denial of service with no additional execution privileges needed. User interaction is not needed for exploitation.Product: AndroidVersions: Android-10 Android-11 Android-12 Android-12LAndroid ID: A-217934478 <p>Publish Date: 2022-06-15 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2022-20129>CVE-2022-20129</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>5.5</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: 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://source.android.com/security/bulletin/2022-06-01">https://source.android.com/security/bulletin/2022-06-01</a></p> <p>Release Date: 2022-06-15</p> <p>Fix Resolution: android-12.1.0_r7</p> </p> </details> <p></p> *** Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
True
CVE-2022-20129 (Medium) detected in baseandroid-10.0.0_r44 - autoclosed - ## CVE-2022-20129 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>baseandroid-10.0.0_r44</b></p></summary> <p> <p>Android framework classes and services</p> <p>Library home page: <a href=https://android.googlesource.com/platform/frameworks/base>https://android.googlesource.com/platform/frameworks/base</a></p> <p>Found in HEAD commit: <a href="https://github.com/ShaikUsaf/frameworks_base_AOSP10_r33/commit/d8f6b708be07b0042c1fe77f596e197a04c32153">d8f6b708be07b0042c1fe77f596e197a04c32153</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 (1)</summary> <p></p> <p> <img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/telecomm/java/android/telecom/TelecomManager.java</b> </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> In registerPhoneAccount of PhoneAccountRegistrar.java, there is a possible way to prevent the user from selecting a phone account due to improper input validation. This could lead to local denial of service with no additional execution privileges needed. User interaction is not needed for exploitation.Product: AndroidVersions: Android-10 Android-11 Android-12 Android-12LAndroid ID: A-217934478 <p>Publish Date: 2022-06-15 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2022-20129>CVE-2022-20129</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>5.5</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: 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://source.android.com/security/bulletin/2022-06-01">https://source.android.com/security/bulletin/2022-06-01</a></p> <p>Release Date: 2022-06-15</p> <p>Fix Resolution: android-12.1.0_r7</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 medium detected in baseandroid autoclosed cve medium severity vulnerability vulnerable library baseandroid android framework classes and services library home page a href found in head commit a href found in base branch main vulnerable source files telecomm java android telecom telecommanager java vulnerability details in registerphoneaccount of phoneaccountregistrar java there is a possible way to prevent the user from selecting a phone account due to improper input validation this could lead to local denial of service with no additional execution privileges needed user interaction is not needed for exploitation product androidversions android android android android id a 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 none availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution android step up your open source security game with mend
0
187,282
14,427,394,951
IssuesEvent
2020-12-06 03:45:40
kalexmills/github-vet-tests-dec2020
https://api.github.com/repos/kalexmills/github-vet-tests-dec2020
closed
atselvan/ldap-cli: src/com/privatesquare/go/ldap-cli/ldap/dn_test.go; 22 LoC
fresh small test
Found a possible issue in [atselvan/ldap-cli](https://www.github.com/atselvan/ldap-cli) at [src/com/privatesquare/go/ldap-cli/ldap/dn_test.go](https://github.com/atselvan/ldap-cli/blob/cda0132795febce57a04e7687628b9a38c82a006/src/com/privatesquare/go/ldap-cli/ldap/dn_test.go#L52-L73) Below is the message reported by the analyzer for this snippet of code. Beware that the analyzer only reports the first issue it finds, so please do not limit your consideration to the contents of the below message. > function call which takes a reference to answer at line 58 may start a goroutine [Click here to see the code in its original context.](https://github.com/atselvan/ldap-cli/blob/cda0132795febce57a04e7687628b9a38c82a006/src/com/privatesquare/go/ldap-cli/ldap/dn_test.go#L52-L73) <details> <summary>Click here to show the 22 line(s) of Go which triggered the analyzer.</summary> ```go for test, answer := range testcases { dn, err := ldap.ParseDN(test) if err != nil { t.Errorf(err.Error()) continue } if !reflect.DeepEqual(dn, &answer) { t.Errorf("Parsed DN %s is not equal to the expected structure", test) t.Logf("Expected:") for _, rdn := range answer.RDNs { for _, attribs := range rdn.Attributes { t.Logf("#%v\n", attribs) } } t.Logf("Actual:") for _, rdn := range dn.RDNs { for _, attribs := range rdn.Attributes { t.Logf("#%v\n", attribs) } } } } ``` </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: cda0132795febce57a04e7687628b9a38c82a006
1.0
atselvan/ldap-cli: src/com/privatesquare/go/ldap-cli/ldap/dn_test.go; 22 LoC - Found a possible issue in [atselvan/ldap-cli](https://www.github.com/atselvan/ldap-cli) at [src/com/privatesquare/go/ldap-cli/ldap/dn_test.go](https://github.com/atselvan/ldap-cli/blob/cda0132795febce57a04e7687628b9a38c82a006/src/com/privatesquare/go/ldap-cli/ldap/dn_test.go#L52-L73) Below is the message reported by the analyzer for this snippet of code. Beware that the analyzer only reports the first issue it finds, so please do not limit your consideration to the contents of the below message. > function call which takes a reference to answer at line 58 may start a goroutine [Click here to see the code in its original context.](https://github.com/atselvan/ldap-cli/blob/cda0132795febce57a04e7687628b9a38c82a006/src/com/privatesquare/go/ldap-cli/ldap/dn_test.go#L52-L73) <details> <summary>Click here to show the 22 line(s) of Go which triggered the analyzer.</summary> ```go for test, answer := range testcases { dn, err := ldap.ParseDN(test) if err != nil { t.Errorf(err.Error()) continue } if !reflect.DeepEqual(dn, &answer) { t.Errorf("Parsed DN %s is not equal to the expected structure", test) t.Logf("Expected:") for _, rdn := range answer.RDNs { for _, attribs := range rdn.Attributes { t.Logf("#%v\n", attribs) } } t.Logf("Actual:") for _, rdn := range dn.RDNs { for _, attribs := range rdn.Attributes { t.Logf("#%v\n", attribs) } } } } ``` </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: cda0132795febce57a04e7687628b9a38c82a006
test
atselvan ldap cli src com privatesquare go ldap cli ldap dn test go loc found a possible issue in at below is the message reported by the analyzer for this snippet of code beware that the analyzer only reports the first issue it finds so please do not limit your consideration to the contents of the below message function call which takes a reference to answer at line may start a goroutine click here to show the line s of go which triggered the analyzer go for test answer range testcases dn err ldap parsedn test if err nil t errorf err error continue if reflect deepequal dn answer t errorf parsed dn s is not equal to the expected structure test t logf expected for rdn range answer rdns for attribs range rdn attributes t logf v n attribs t logf actual for rdn range dn rdns for attribs range rdn attributes t logf v n attribs 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
57,091
6,537,476,025
IssuesEvent
2017-08-31 22:43:32
F5Networks/f5-openstack-lbaasv2-driver
https://api.github.com/repos/F5Networks/f5-openstack-lbaasv2-driver
closed
investigating on where f5lbaasdriver/test/tempest/Docker/tempest_tests is used
test-bug
* Details: It is not clear where "f5lbaasdriver/test/tempest/Docker/tempest_tests docker" file is used, or if it is necessary to keep it around. #### OpenStack Release Mitaka forward #### Bug Severity For bugs enter the bug severity level. Do not set any labels. Severity: <Fill in level: 1 through 5> Severity level definitions: 1. **Severity 1 (Critical)** : Defect is causing systems to be offline and/or nonfunctional. immediate attention is required. 2. **Severity 2 (High)** : Defect is causing major obstruction of system operations. 3. **Severity 3 (Medium)** : Defect is causing intermittent errors in system operations. 4. **Severity 4 (Low)** : Defect is causing infrequent interuptions in system operations. 5. **Severity 5 (Trival)** : Defect is not causing any interuptions to system operations, but none-the-less is a bug. #### Description <Describe the bug in detail, steps taken prior to encountering the issue, yand a short explanation of you have deployed openstack and F5 agent> #### Deployment <Explain in reasonable detail your OpenStack deployment, the F5 OpenStack agent, and BIG-IP(s)> <Example: Single OpenStack controller with one F5 agent managing a cluster of 4 BIG-IP VEs> <Example: Three OpenStack controllers in HA, each with one standalone F5 agent managing a single BIG-IP appliance> * Details: For enhancements, copy and paste the following template into your new issue and fill it out. #### OpenStack Release <The earliest release in which you would like to see the enhancement> #### Description <Describe the enhancement request in detail>
1.0
investigating on where f5lbaasdriver/test/tempest/Docker/tempest_tests is used - * Details: It is not clear where "f5lbaasdriver/test/tempest/Docker/tempest_tests docker" file is used, or if it is necessary to keep it around. #### OpenStack Release Mitaka forward #### Bug Severity For bugs enter the bug severity level. Do not set any labels. Severity: <Fill in level: 1 through 5> Severity level definitions: 1. **Severity 1 (Critical)** : Defect is causing systems to be offline and/or nonfunctional. immediate attention is required. 2. **Severity 2 (High)** : Defect is causing major obstruction of system operations. 3. **Severity 3 (Medium)** : Defect is causing intermittent errors in system operations. 4. **Severity 4 (Low)** : Defect is causing infrequent interuptions in system operations. 5. **Severity 5 (Trival)** : Defect is not causing any interuptions to system operations, but none-the-less is a bug. #### Description <Describe the bug in detail, steps taken prior to encountering the issue, yand a short explanation of you have deployed openstack and F5 agent> #### Deployment <Explain in reasonable detail your OpenStack deployment, the F5 OpenStack agent, and BIG-IP(s)> <Example: Single OpenStack controller with one F5 agent managing a cluster of 4 BIG-IP VEs> <Example: Three OpenStack controllers in HA, each with one standalone F5 agent managing a single BIG-IP appliance> * Details: For enhancements, copy and paste the following template into your new issue and fill it out. #### OpenStack Release <The earliest release in which you would like to see the enhancement> #### Description <Describe the enhancement request in detail>
test
investigating on where test tempest docker tempest tests is used details it is not clear where test tempest docker tempest tests docker file is used or if it is necessary to keep it around openstack release mitaka forward bug severity for bugs enter the bug severity level do not set any labels severity severity level definitions severity critical defect is causing systems to be offline and or nonfunctional immediate attention is required severity high defect is causing major obstruction of system operations severity medium defect is causing intermittent errors in system operations severity low defect is causing infrequent interuptions in system operations severity trival defect is not causing any interuptions to system operations but none the less is a bug description deployment details for enhancements copy and paste the following template into your new issue and fill it out openstack release description
1
76,832
7,546,400,743
IssuesEvent
2018-04-18 02:42:35
miamidade/open311
https://api.github.com/repos/miamidade/open311
closed
NGINX: map /open311/mdcSymbols and open311test/mdcSymbols to host:3111/mdcSymbols
Ready in test
For test and production. 717 and 716. NJ wants to load certain css and fonts dynamically in the app in case of updates (new symbols)
1.0
NGINX: map /open311/mdcSymbols and open311test/mdcSymbols to host:3111/mdcSymbols - For test and production. 717 and 716. NJ wants to load certain css and fonts dynamically in the app in case of updates (new symbols)
test
nginx map mdcsymbols and mdcsymbols to host mdcsymbols for test and production and nj wants to load certain css and fonts dynamically in the app in case of updates new symbols
1
150,515
11,964,279,808
IssuesEvent
2020-04-05 18:59:10
bitshares/bitshares-core
https://api.github.com/repos/bitshares/bitshares-core
closed
P2P layer drops connection while large message is being delivered
2f Testing 3d Bug 6 P2P
**Bug Description** The P2P layer drops connections if it doesn't receive an answer to an item request within a fixed timeout (1 second). This is a problem if the item is so large that network transmission takes longer than the timeout. **Impacts** - [ ] API (the application programming interface) - [ ] Build (the build process or something prior to compiled code) - [ ] CLI (the command line wallet) - [ ] Deployment (the deployment process after building such as Docker, Travis, etc.) - [ ] DEX (the Decentralized EXchange, market engine, etc.) - [x] P2P (the peer-to-peer network for transaction/block propagation) - [ ] Performance (system or user efficiency, etc.) - [ ] Protocol (the blockchain logic, consensus, validation, etc.) - [x] Security (the security of system or user data, etc.) - [ ] UX (the User Experience) - [ ] Other (please add below) **Steps To Reproduce** Re-sync a testnet node. **Expected Behavior** The node should keep connections open while data is being transmitted (or received) at a reasonable (configurable) rate. **Additional Context (optional)** The problem is often observed in testnet after block 6690000. ## CORE TEAM TASK LIST - [ ] Evaluate / Prioritize Bug Report - [ ] Refine User Stories / Requirements - [ ] Define Test Cases - [ ] Design / Develop Solution - [ ] Perform QA/Testing - [ ] Update Documentation
1.0
P2P layer drops connection while large message is being delivered - **Bug Description** The P2P layer drops connections if it doesn't receive an answer to an item request within a fixed timeout (1 second). This is a problem if the item is so large that network transmission takes longer than the timeout. **Impacts** - [ ] API (the application programming interface) - [ ] Build (the build process or something prior to compiled code) - [ ] CLI (the command line wallet) - [ ] Deployment (the deployment process after building such as Docker, Travis, etc.) - [ ] DEX (the Decentralized EXchange, market engine, etc.) - [x] P2P (the peer-to-peer network for transaction/block propagation) - [ ] Performance (system or user efficiency, etc.) - [ ] Protocol (the blockchain logic, consensus, validation, etc.) - [x] Security (the security of system or user data, etc.) - [ ] UX (the User Experience) - [ ] Other (please add below) **Steps To Reproduce** Re-sync a testnet node. **Expected Behavior** The node should keep connections open while data is being transmitted (or received) at a reasonable (configurable) rate. **Additional Context (optional)** The problem is often observed in testnet after block 6690000. ## CORE TEAM TASK LIST - [ ] Evaluate / Prioritize Bug Report - [ ] Refine User Stories / Requirements - [ ] Define Test Cases - [ ] Design / Develop Solution - [ ] Perform QA/Testing - [ ] Update Documentation
test
layer drops connection while large message is being delivered bug description the layer drops connections if it doesn t receive an answer to an item request within a fixed timeout second this is a problem if the item is so large that network transmission takes longer than the timeout impacts api the application programming interface build the build process or something prior to compiled code cli the command line wallet deployment the deployment process after building such as docker travis etc dex the decentralized exchange market engine etc the peer to peer network for transaction block propagation performance system or user efficiency etc protocol the blockchain logic consensus validation etc security the security of system or user data etc ux the user experience other please add below steps to reproduce re sync a testnet node expected behavior the node should keep connections open while data is being transmitted or received at a reasonable configurable rate additional context optional the problem is often observed in testnet after block core team task list evaluate prioritize bug report refine user stories requirements define test cases design develop solution perform qa testing update documentation
1
420,265
28,243,053,850
IssuesEvent
2023-04-06 08:42:10
AntiCaffe/TechTitan
https://api.github.com/repos/AntiCaffe/TechTitan
opened
Pull Request, Commit 작성규칙 정하기
documentation low priority
## 목적 풀리퀘스트, 커밋 작성시 가독성과 원활한 이해, 협업을 위해 규칙을 정해야할것 같습니다. ## 상세내용 - [ ] Wiki 에 페이지로 정리하기 ## 참고사항
1.0
Pull Request, Commit 작성규칙 정하기 - ## 목적 풀리퀘스트, 커밋 작성시 가독성과 원활한 이해, 협업을 위해 규칙을 정해야할것 같습니다. ## 상세내용 - [ ] Wiki 에 페이지로 정리하기 ## 참고사항
non_test
pull request commit 작성규칙 정하기 목적 풀리퀘스트 커밋 작성시 가독성과 원활한 이해 협업을 위해 규칙을 정해야할것 같습니다 상세내용 wiki 에 페이지로 정리하기 참고사항
0
371,581
10,974,331,585
IssuesEvent
2019-11-29 08:52:56
webcompat/web-bugs
https://api.github.com/repos/webcompat/web-bugs
closed
ftb.gamepedia.com - design is broken
browser-firefox-mobile engine-gecko ml-needsdiagnosis-false priority-important
<!-- @browser: Firefox Mobile 68.0 --> <!-- @ua_header: Mozilla/5.0 (Android 9; Mobile; rv:68.0) Gecko/68.0 Firefox/68.0 --> <!-- @reported_with: mobile-reporter --> **URL**: https://ftb.gamepedia.com/Research_(Thaumcraft_6) **Browser / Version**: Firefox Mobile 68.0 **Operating System**: Android **Tested Another Browser**: No **Problem type**: Design is broken **Description**: text goes off edge of screen with no ability to scroll horizontally **Steps to Reproduce**: See problem description. Caused by loading mobile site on phone. [![Screenshot Description](https://webcompat.com/uploads/2019/11/c415c041-4170-47c0-ba7d-39b35f7be85f-thumb.jpeg)](https://webcompat.com/uploads/2019/11/c415c041-4170-47c0-ba7d-39b35f7be85f.jpeg) <details> <summary>Browser Configuration</summary> <ul> <li>gfx.webrender.all: false</li><li>gfx.webrender.blob-images: true</li><li>gfx.webrender.enabled: false</li><li>image.mem.shared: true</li><li>buildID: 20191125154226</li><li>channel: beta</li><li>hasTouchScreen: true</li><li>mixed active content blocked: false</li><li>mixed passive content blocked: false</li><li>tracking content blocked: false</li> </ul> </details> _From [webcompat.com](https://webcompat.com/) with ❤️_
1.0
ftb.gamepedia.com - design is broken - <!-- @browser: Firefox Mobile 68.0 --> <!-- @ua_header: Mozilla/5.0 (Android 9; Mobile; rv:68.0) Gecko/68.0 Firefox/68.0 --> <!-- @reported_with: mobile-reporter --> **URL**: https://ftb.gamepedia.com/Research_(Thaumcraft_6) **Browser / Version**: Firefox Mobile 68.0 **Operating System**: Android **Tested Another Browser**: No **Problem type**: Design is broken **Description**: text goes off edge of screen with no ability to scroll horizontally **Steps to Reproduce**: See problem description. Caused by loading mobile site on phone. [![Screenshot Description](https://webcompat.com/uploads/2019/11/c415c041-4170-47c0-ba7d-39b35f7be85f-thumb.jpeg)](https://webcompat.com/uploads/2019/11/c415c041-4170-47c0-ba7d-39b35f7be85f.jpeg) <details> <summary>Browser Configuration</summary> <ul> <li>gfx.webrender.all: false</li><li>gfx.webrender.blob-images: true</li><li>gfx.webrender.enabled: false</li><li>image.mem.shared: true</li><li>buildID: 20191125154226</li><li>channel: beta</li><li>hasTouchScreen: true</li><li>mixed active content blocked: false</li><li>mixed passive content blocked: false</li><li>tracking content blocked: false</li> </ul> </details> _From [webcompat.com](https://webcompat.com/) with ❤️_
non_test
ftb gamepedia com design is broken url browser version firefox mobile operating system android tested another browser no problem type design is broken description text goes off edge of screen with no ability to scroll horizontally steps to reproduce see problem description caused by loading mobile site on phone browser configuration gfx webrender all false gfx webrender blob images true gfx webrender enabled false image mem shared true buildid channel beta hastouchscreen true mixed active content blocked false mixed passive content blocked false tracking content blocked false from with ❤️
0
9,766
2,615,174,402
IssuesEvent
2015-03-01 06:57:23
chrsmith/reaver-wps
https://api.github.com/repos/chrsmith/reaver-wps
opened
Repeated receive request timeouts and 0x02 errors, 20min/pin
auto-migrated Priority-Triage Type-Defect
``` 1. What operating system are you using (Linux is the only supported OS)? Backtrack 5 on VB for OSX 2. Is your wireless card in monitor mode (yes/no)? Yes 3. What is the signal strength of the Access Point you are trying to crack? pwr is -46, full signal 5. What is the entire command line string you are supplying to reaver? reaver -i mon0 -b XX:XX:XX:XX:XX:XX -c 1 -s Home-XXXX -vv -L --no-nacks 6. Please describe what you think the issue is. I'm not sure what's causing it, but it's taking ~20/pin and I'm getting tons of 02 errors and timeouts. I've messed around with the -d command and it doesn't seem to have an impact. I /think/ extracted a pcap file, but I'm not entirely sure I captured it correctly. Can attach if helpful. 7. Paste the output from Reaver below. [+] Switching mon0 to channel 1 [+] Restored previous session [+] Waiting for beacon from XX:XX:XX:XX:XX:XX [+] Associated with XX:XX:XX:XX:XX:XX (ESSID: HOME-XXXX) [+] Trying pin 00425674 [+] Sending EAPOL START request [+] Received identity request [+] Sending identity response [!] WARNING: Receive timeout occurred [+] Sending WSC NACK [!] WPS transaction failed (code: 0x02), re-trying last pin [+] Trying pin 00425674 [+] Sending EAPOL START request [+] Received identity request [+] Sending identity response [+] Received M1 message [+] Sending M2 message [!] WARNING: Receive timeout occurred [+] Sending WSC NACK [!] WPS transaction failed (code: 0x02), re-trying last pin [+] Trying pin 00425674 [+] Sending EAPOL START request [+] Received identity request [+] Sending identity response [+] Received M1 message [+] Sending M2 message [!] WARNING: Receive timeout occurred [+] Sending WSC NACK [!] WPS transaction failed (code: 0x02), re-trying last pin [+] Trying pin 00425674 [+] Sending EAPOL START request [+] Received identity request [+] Sending identity response [!] WARNING: Receive timeout occurred [+] Sending WSC NACK [!] WPS transaction failed (code: 0x02), re-trying last pin [+] Trying pin 00425674 [+] Sending EAPOL START request [+] Received identity request [+] Sending identity response [!] WARNING: Receive timeout occurred [+] Sending WSC NACK [!] WPS transaction failed (code: 0x02), re-trying last pin [+] Trying pin 00425674 [+] Sending EAPOL START request [!] WARNING: Receive timeout occurred [+] Sending EAPOL START request [!] WARNING: Receive timeout occurred [+] Sending EAPOL START request [+] Received identity request [+] Sending identity response [!] WARNING: Receive timeout occurred [+] Sending WSC NACK [!] WPS transaction failed (code: 0x02), re-trying last pin [+] 0.48% complete @ 2013-12-17 20:42:37 (0 seconds/pin) [+] Trying pin 00425674 [+] Sending EAPOL START request [+] Received identity request [+] Sending identity response [!] WARNING: Receive timeout occurred [+] Sending WSC NACK [!] WPS transaction failed (code: 0x02), re-trying last pin [+] Trying pin 00425674 [...] after a while [+] Trying pin 00425674 [+] Sending EAPOL START request [!] WARNING: Receive timeout occurred [+] Sending EAPOL START request [!] WARNING: Receive timeout occurred [+] Sending EAPOL START request [!] WARNING: Receive timeout occurred [+] Sending EAPOL START request [!] WARNING: Receive timeout occurred [+] Sending EAPOL START request [!] WARNING: Receive timeout occurred [+] Sending EAPOL START request [!] WARNING: Receive timeout occurred [+] Sending EAPOL START request [!] WARNING: Receive timeout occurred [+] Sending EAPOL START request [!] WARNING: Receive timeout occurred [+] Sending EAPOL START request [!] WARNING: Receive timeout occurred [+] Sending EAPOL START request [!] WARNING: Receive timeout occurred [+] Sending EAPOL START request [!] WARNING: Receive timeout occurred [+] Sending EAPOL START request [!] WARNING: Receive timeout occurred [+] Sending EAPOL START request [!] WARNING: Receive timeout occurred [+] Sending EAPOL START request [!] WARNING: Receive timeout occurred [+] Sending EAPOL START request [!] WARNING: Receive timeout occurred [+] Sending EAPOL START request [!] WARNING: Receive timeout occurred [+] Sending EAPOL START request [!] WARNING: Receive timeout occurred [+] Sending EAPOL START request [!] WARNING: Receive timeout occurred [+] Sending EAPOL START request [!] WARNING: Receive timeout occurred [+] Sending EAPOL START request [!] WARNING: Receive timeout occurred [+] Sending EAPOL START request [!] WARNING: Receive timeout occurred [+] Sending EAPOL START request [!] WARNING: Receive timeout occurred [+] Sending EAPOL START request [!] WARNING: Receive timeout occurred [+] Sending EAPOL START request [!] WARNING: Receive timeout occurred [+] Sending EAPOL START request [!] WARNING: Receive timeout occurred [!] WARNING: 25 successive start failures ``` Original issue reported on code.google.com by `chelsea....@gmail.com` on 19 Dec 2013 at 2:04
1.0
Repeated receive request timeouts and 0x02 errors, 20min/pin - ``` 1. What operating system are you using (Linux is the only supported OS)? Backtrack 5 on VB for OSX 2. Is your wireless card in monitor mode (yes/no)? Yes 3. What is the signal strength of the Access Point you are trying to crack? pwr is -46, full signal 5. What is the entire command line string you are supplying to reaver? reaver -i mon0 -b XX:XX:XX:XX:XX:XX -c 1 -s Home-XXXX -vv -L --no-nacks 6. Please describe what you think the issue is. I'm not sure what's causing it, but it's taking ~20/pin and I'm getting tons of 02 errors and timeouts. I've messed around with the -d command and it doesn't seem to have an impact. I /think/ extracted a pcap file, but I'm not entirely sure I captured it correctly. Can attach if helpful. 7. Paste the output from Reaver below. [+] Switching mon0 to channel 1 [+] Restored previous session [+] Waiting for beacon from XX:XX:XX:XX:XX:XX [+] Associated with XX:XX:XX:XX:XX:XX (ESSID: HOME-XXXX) [+] Trying pin 00425674 [+] Sending EAPOL START request [+] Received identity request [+] Sending identity response [!] WARNING: Receive timeout occurred [+] Sending WSC NACK [!] WPS transaction failed (code: 0x02), re-trying last pin [+] Trying pin 00425674 [+] Sending EAPOL START request [+] Received identity request [+] Sending identity response [+] Received M1 message [+] Sending M2 message [!] WARNING: Receive timeout occurred [+] Sending WSC NACK [!] WPS transaction failed (code: 0x02), re-trying last pin [+] Trying pin 00425674 [+] Sending EAPOL START request [+] Received identity request [+] Sending identity response [+] Received M1 message [+] Sending M2 message [!] WARNING: Receive timeout occurred [+] Sending WSC NACK [!] WPS transaction failed (code: 0x02), re-trying last pin [+] Trying pin 00425674 [+] Sending EAPOL START request [+] Received identity request [+] Sending identity response [!] WARNING: Receive timeout occurred [+] Sending WSC NACK [!] WPS transaction failed (code: 0x02), re-trying last pin [+] Trying pin 00425674 [+] Sending EAPOL START request [+] Received identity request [+] Sending identity response [!] WARNING: Receive timeout occurred [+] Sending WSC NACK [!] WPS transaction failed (code: 0x02), re-trying last pin [+] Trying pin 00425674 [+] Sending EAPOL START request [!] WARNING: Receive timeout occurred [+] Sending EAPOL START request [!] WARNING: Receive timeout occurred [+] Sending EAPOL START request [+] Received identity request [+] Sending identity response [!] WARNING: Receive timeout occurred [+] Sending WSC NACK [!] WPS transaction failed (code: 0x02), re-trying last pin [+] 0.48% complete @ 2013-12-17 20:42:37 (0 seconds/pin) [+] Trying pin 00425674 [+] Sending EAPOL START request [+] Received identity request [+] Sending identity response [!] WARNING: Receive timeout occurred [+] Sending WSC NACK [!] WPS transaction failed (code: 0x02), re-trying last pin [+] Trying pin 00425674 [...] after a while [+] Trying pin 00425674 [+] Sending EAPOL START request [!] WARNING: Receive timeout occurred [+] Sending EAPOL START request [!] WARNING: Receive timeout occurred [+] Sending EAPOL START request [!] WARNING: Receive timeout occurred [+] Sending EAPOL START request [!] WARNING: Receive timeout occurred [+] Sending EAPOL START request [!] WARNING: Receive timeout occurred [+] Sending EAPOL START request [!] WARNING: Receive timeout occurred [+] Sending EAPOL START request [!] WARNING: Receive timeout occurred [+] Sending EAPOL START request [!] WARNING: Receive timeout occurred [+] Sending EAPOL START request [!] WARNING: Receive timeout occurred [+] Sending EAPOL START request [!] WARNING: Receive timeout occurred [+] Sending EAPOL START request [!] WARNING: Receive timeout occurred [+] Sending EAPOL START request [!] WARNING: Receive timeout occurred [+] Sending EAPOL START request [!] WARNING: Receive timeout occurred [+] Sending EAPOL START request [!] WARNING: Receive timeout occurred [+] Sending EAPOL START request [!] WARNING: Receive timeout occurred [+] Sending EAPOL START request [!] WARNING: Receive timeout occurred [+] Sending EAPOL START request [!] WARNING: Receive timeout occurred [+] Sending EAPOL START request [!] WARNING: Receive timeout occurred [+] Sending EAPOL START request [!] WARNING: Receive timeout occurred [+] Sending EAPOL START request [!] WARNING: Receive timeout occurred [+] Sending EAPOL START request [!] WARNING: Receive timeout occurred [+] Sending EAPOL START request [!] WARNING: Receive timeout occurred [+] Sending EAPOL START request [!] WARNING: Receive timeout occurred [+] Sending EAPOL START request [!] WARNING: Receive timeout occurred [+] Sending EAPOL START request [!] WARNING: Receive timeout occurred [!] WARNING: 25 successive start failures ``` Original issue reported on code.google.com by `chelsea....@gmail.com` on 19 Dec 2013 at 2:04
non_test
repeated receive request timeouts and errors pin what operating system are you using linux is the only supported os backtrack on vb for osx is your wireless card in monitor mode yes no yes what is the signal strength of the access point you are trying to crack pwr is full signal what is the entire command line string you are supplying to reaver reaver i b xx xx xx xx xx xx c s home xxxx vv l no nacks please describe what you think the issue is i m not sure what s causing it but it s taking pin and i m getting tons of errors and timeouts i ve messed around with the d command and it doesn t seem to have an impact i think extracted a pcap file but i m not entirely sure i captured it correctly can attach if helpful paste the output from reaver below switching to channel restored previous session waiting for beacon from xx xx xx xx xx xx associated with xx xx xx xx xx xx essid home xxxx trying pin sending eapol start request received identity request sending identity response warning receive timeout occurred sending wsc nack wps transaction failed code re trying last pin trying pin sending eapol start request received identity request sending identity response received message sending message warning receive timeout occurred sending wsc nack wps transaction failed code re trying last pin trying pin sending eapol start request received identity request sending identity response received message sending message warning receive timeout occurred sending wsc nack wps transaction failed code re trying last pin trying pin sending eapol start request received identity request sending identity response warning receive timeout occurred sending wsc nack wps transaction failed code re trying last pin trying pin sending eapol start request received identity request sending identity response warning receive timeout occurred sending wsc nack wps transaction failed code re trying last pin trying pin sending eapol start request warning receive timeout occurred sending eapol start request warning receive timeout occurred sending eapol start request received identity request sending identity response warning receive timeout occurred sending wsc nack wps transaction failed code re trying last pin complete seconds pin trying pin sending eapol start request received identity request sending identity response warning receive timeout occurred sending wsc nack wps transaction failed code re trying last pin trying pin after a while trying pin sending eapol start request warning receive timeout occurred sending eapol start request warning receive timeout occurred sending eapol start request warning receive timeout occurred sending eapol start request warning receive timeout occurred sending eapol start request warning receive timeout occurred sending eapol start request warning receive timeout occurred sending eapol start request warning receive timeout occurred sending eapol start request warning receive timeout occurred sending eapol start request warning receive timeout occurred sending eapol start request warning receive timeout occurred sending eapol start request warning receive timeout occurred sending eapol start request warning receive timeout occurred sending eapol start request warning receive timeout occurred sending eapol start request warning receive timeout occurred sending eapol start request warning receive timeout occurred sending eapol start request warning receive timeout occurred sending eapol start request warning receive timeout occurred sending eapol start request warning receive timeout occurred sending eapol start request warning receive timeout occurred sending eapol start request warning receive timeout occurred sending eapol start request warning receive timeout occurred sending eapol start request warning receive timeout occurred sending eapol start request warning receive timeout occurred sending eapol start request warning receive timeout occurred sending eapol start request warning receive timeout occurred warning successive start failures original issue reported on code google com by chelsea gmail com on dec at
0
99,473
16,446,389,175
IssuesEvent
2021-05-20 20:08:39
snowdensb/nibrs
https://api.github.com/repos/snowdensb/nibrs
opened
CVE-2020-11620 (High) detected in multiple libraries
security vulnerability
## CVE-2020-11620 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>jackson-databind-2.8.10.jar</b>, <b>jackson-databind-2.9.8.jar</b>, <b>jackson-databind-2.9.5.jar</b>, <b>jackson-databind-2.9.6.jar</b></p></summary> <p> <details><summary><b>jackson-databind-2.8.10.jar</b></p></summary> <p>General data-binding functionality for Jackson: works on core streaming API</p> <p>Library home page: <a href="http://github.com/FasterXML/jackson">http://github.com/FasterXML/jackson</a></p> <p>Path to dependency file: nibrs/tools/nibrs-fbi-service/pom.xml</p> <p>Path to vulnerable library: nibrs/tools/nibrs-fbi-service/target/nibrs-fbi-service-1.0.0/WEB-INF/lib/jackson-databind-2.8.10.jar,canner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.8.10/jackson-databind-2.8.10.jar</p> <p> Dependency Hierarchy: - :x: **jackson-databind-2.8.10.jar** (Vulnerable Library) </details> <details><summary><b>jackson-databind-2.9.8.jar</b></p></summary> <p>General data-binding functionality for Jackson: works on core streaming API</p> <p>Library home page: <a href="http://github.com/FasterXML/jackson">http://github.com/FasterXML/jackson</a></p> <p>Path to dependency file: nibrs/tools/nibrs-summary-report-common/pom.xml</p> <p>Path to vulnerable library: /home/wss-scanner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.9.8/jackson-databind-2.9.8.jar</p> <p> Dependency Hierarchy: - spring-boot-starter-web-2.1.5.RELEASE.jar (Root Library) - spring-boot-starter-json-2.1.5.RELEASE.jar - :x: **jackson-databind-2.9.8.jar** (Vulnerable Library) </details> <details><summary><b>jackson-databind-2.9.5.jar</b></p></summary> <p>General data-binding functionality for Jackson: works on core streaming API</p> <p>Library home page: <a href="http://github.com/FasterXML/jackson">http://github.com/FasterXML/jackson</a></p> <p>Path to dependency file: nibrs/tools/nibrs-validate-common/pom.xml</p> <p>Path to vulnerable library: /home/wss-scanner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.9.5/jackson-databind-2.9.5.jar,/home/wss-scanner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.9.5/jackson-databind-2.9.5.jar</p> <p> Dependency Hierarchy: - tika-parsers-1.18.jar (Root Library) - :x: **jackson-databind-2.9.5.jar** (Vulnerable Library) </details> <details><summary><b>jackson-databind-2.9.6.jar</b></p></summary> <p>General data-binding functionality for Jackson: works on core streaming API</p> <p>Library home page: <a href="http://github.com/FasterXML/jackson">http://github.com/FasterXML/jackson</a></p> <p>Path to dependency file: nibrs/web/nibrs-web/pom.xml</p> <p>Path to vulnerable library: /home/wss-scanner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.9.6/jackson-databind-2.9.6.jar,nibrs/web/nibrs-web/target/nibrs-web/WEB-INF/lib/jackson-databind-2.9.6.jar,/home/wss-scanner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.9.6/jackson-databind-2.9.6.jar,canner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.9.6/jackson-databind-2.9.6.jar,/home/wss-scanner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.9.6/jackson-databind-2.9.6.jar,/home/wss-scanner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.9.6/jackson-databind-2.9.6.jar,/home/wss-scanner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.9.6/jackson-databind-2.9.6.jar,/home/wss-scanner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.9.6/jackson-databind-2.9.6.jar</p> <p> Dependency Hierarchy: - :x: **jackson-databind-2.9.6.jar** (Vulnerable Library) </details> <p>Found in HEAD commit: <a href="https://github.com/snowdensb/nibrs/commit/e33ecd45d71662f63121c238ca1c416a6631a650">e33ecd45d71662f63121c238ca1c416a6631a650</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> FasterXML jackson-databind 2.x before 2.9.10.4 mishandles the interaction between serialization gadgets and typing, related to org.apache.commons.jelly.impl.Embedded (aka commons-jelly). <p>Publish Date: 2020-04-07 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-11620>CVE-2020-11620</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>8.1</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: High - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: High - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11620">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11620</a></p> <p>Release Date: 2020-04-07</p> <p>Fix Resolution: com.fasterxml.jackson.core:jackson-databind:2.9.10.4</p> </p> </details> <p></p> <!-- <REMEDIATE>{"isOpenPROnVulnerability":true,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"Java","groupId":"com.fasterxml.jackson.core","packageName":"jackson-databind","packageVersion":"2.8.10","packageFilePaths":["/tools/nibrs-fbi-service/pom.xml"],"isTransitiveDependency":false,"dependencyTree":"com.fasterxml.jackson.core:jackson-databind:2.8.10","isMinimumFixVersionAvailable":true,"minimumFixVersion":"com.fasterxml.jackson.core:jackson-databind:2.9.10.4"},{"packageType":"Java","groupId":"com.fasterxml.jackson.core","packageName":"jackson-databind","packageVersion":"2.9.8","packageFilePaths":["/tools/nibrs-summary-report-common/pom.xml"],"isTransitiveDependency":true,"dependencyTree":"org.springframework.boot:spring-boot-starter-web:2.1.5.RELEASE;org.springframework.boot:spring-boot-starter-json:2.1.5.RELEASE;com.fasterxml.jackson.core:jackson-databind:2.9.8","isMinimumFixVersionAvailable":true,"minimumFixVersion":"com.fasterxml.jackson.core:jackson-databind:2.9.10.4"},{"packageType":"Java","groupId":"com.fasterxml.jackson.core","packageName":"jackson-databind","packageVersion":"2.9.5","packageFilePaths":["/tools/nibrs-validate-common/pom.xml","/tools/nibrs-flatfile/pom.xml"],"isTransitiveDependency":true,"dependencyTree":"org.apache.tika:tika-parsers:1.18;com.fasterxml.jackson.core:jackson-databind:2.9.5","isMinimumFixVersionAvailable":true,"minimumFixVersion":"com.fasterxml.jackson.core:jackson-databind:2.9.10.4"},{"packageType":"Java","groupId":"com.fasterxml.jackson.core","packageName":"jackson-databind","packageVersion":"2.9.6","packageFilePaths":["/web/nibrs-web/pom.xml","/tools/nibrs-validation/pom.xml","/tools/nibrs-route/pom.xml","/tools/nibrs-summary-report/pom.xml","/tools/nibrs-xmlfile/pom.xml","/tools/nibrs-staging-data-common/pom.xml","/tools/nibrs-staging-data/pom.xml"],"isTransitiveDependency":false,"dependencyTree":"com.fasterxml.jackson.core:jackson-databind:2.9.6","isMinimumFixVersionAvailable":true,"minimumFixVersion":"com.fasterxml.jackson.core:jackson-databind:2.9.10.4"}],"baseBranches":["master"],"vulnerabilityIdentifier":"CVE-2020-11620","vulnerabilityDetails":"FasterXML jackson-databind 2.x before 2.9.10.4 mishandles the interaction between serialization gadgets and typing, related to org.apache.commons.jelly.impl.Embedded (aka commons-jelly).","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-11620","cvss3Severity":"high","cvss3Score":"8.1","cvss3Metrics":{"A":"High","AC":"High","PR":"None","S":"Unchanged","C":"High","UI":"None","AV":"Network","I":"High"},"extraData":{}}</REMEDIATE> -->
True
CVE-2020-11620 (High) detected in multiple libraries - ## CVE-2020-11620 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>jackson-databind-2.8.10.jar</b>, <b>jackson-databind-2.9.8.jar</b>, <b>jackson-databind-2.9.5.jar</b>, <b>jackson-databind-2.9.6.jar</b></p></summary> <p> <details><summary><b>jackson-databind-2.8.10.jar</b></p></summary> <p>General data-binding functionality for Jackson: works on core streaming API</p> <p>Library home page: <a href="http://github.com/FasterXML/jackson">http://github.com/FasterXML/jackson</a></p> <p>Path to dependency file: nibrs/tools/nibrs-fbi-service/pom.xml</p> <p>Path to vulnerable library: nibrs/tools/nibrs-fbi-service/target/nibrs-fbi-service-1.0.0/WEB-INF/lib/jackson-databind-2.8.10.jar,canner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.8.10/jackson-databind-2.8.10.jar</p> <p> Dependency Hierarchy: - :x: **jackson-databind-2.8.10.jar** (Vulnerable Library) </details> <details><summary><b>jackson-databind-2.9.8.jar</b></p></summary> <p>General data-binding functionality for Jackson: works on core streaming API</p> <p>Library home page: <a href="http://github.com/FasterXML/jackson">http://github.com/FasterXML/jackson</a></p> <p>Path to dependency file: nibrs/tools/nibrs-summary-report-common/pom.xml</p> <p>Path to vulnerable library: /home/wss-scanner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.9.8/jackson-databind-2.9.8.jar</p> <p> Dependency Hierarchy: - spring-boot-starter-web-2.1.5.RELEASE.jar (Root Library) - spring-boot-starter-json-2.1.5.RELEASE.jar - :x: **jackson-databind-2.9.8.jar** (Vulnerable Library) </details> <details><summary><b>jackson-databind-2.9.5.jar</b></p></summary> <p>General data-binding functionality for Jackson: works on core streaming API</p> <p>Library home page: <a href="http://github.com/FasterXML/jackson">http://github.com/FasterXML/jackson</a></p> <p>Path to dependency file: nibrs/tools/nibrs-validate-common/pom.xml</p> <p>Path to vulnerable library: /home/wss-scanner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.9.5/jackson-databind-2.9.5.jar,/home/wss-scanner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.9.5/jackson-databind-2.9.5.jar</p> <p> Dependency Hierarchy: - tika-parsers-1.18.jar (Root Library) - :x: **jackson-databind-2.9.5.jar** (Vulnerable Library) </details> <details><summary><b>jackson-databind-2.9.6.jar</b></p></summary> <p>General data-binding functionality for Jackson: works on core streaming API</p> <p>Library home page: <a href="http://github.com/FasterXML/jackson">http://github.com/FasterXML/jackson</a></p> <p>Path to dependency file: nibrs/web/nibrs-web/pom.xml</p> <p>Path to vulnerable library: /home/wss-scanner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.9.6/jackson-databind-2.9.6.jar,nibrs/web/nibrs-web/target/nibrs-web/WEB-INF/lib/jackson-databind-2.9.6.jar,/home/wss-scanner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.9.6/jackson-databind-2.9.6.jar,canner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.9.6/jackson-databind-2.9.6.jar,/home/wss-scanner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.9.6/jackson-databind-2.9.6.jar,/home/wss-scanner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.9.6/jackson-databind-2.9.6.jar,/home/wss-scanner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.9.6/jackson-databind-2.9.6.jar,/home/wss-scanner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.9.6/jackson-databind-2.9.6.jar</p> <p> Dependency Hierarchy: - :x: **jackson-databind-2.9.6.jar** (Vulnerable Library) </details> <p>Found in HEAD commit: <a href="https://github.com/snowdensb/nibrs/commit/e33ecd45d71662f63121c238ca1c416a6631a650">e33ecd45d71662f63121c238ca1c416a6631a650</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> FasterXML jackson-databind 2.x before 2.9.10.4 mishandles the interaction between serialization gadgets and typing, related to org.apache.commons.jelly.impl.Embedded (aka commons-jelly). <p>Publish Date: 2020-04-07 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-11620>CVE-2020-11620</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>8.1</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: High - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: High - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11620">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11620</a></p> <p>Release Date: 2020-04-07</p> <p>Fix Resolution: com.fasterxml.jackson.core:jackson-databind:2.9.10.4</p> </p> </details> <p></p> <!-- <REMEDIATE>{"isOpenPROnVulnerability":true,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"Java","groupId":"com.fasterxml.jackson.core","packageName":"jackson-databind","packageVersion":"2.8.10","packageFilePaths":["/tools/nibrs-fbi-service/pom.xml"],"isTransitiveDependency":false,"dependencyTree":"com.fasterxml.jackson.core:jackson-databind:2.8.10","isMinimumFixVersionAvailable":true,"minimumFixVersion":"com.fasterxml.jackson.core:jackson-databind:2.9.10.4"},{"packageType":"Java","groupId":"com.fasterxml.jackson.core","packageName":"jackson-databind","packageVersion":"2.9.8","packageFilePaths":["/tools/nibrs-summary-report-common/pom.xml"],"isTransitiveDependency":true,"dependencyTree":"org.springframework.boot:spring-boot-starter-web:2.1.5.RELEASE;org.springframework.boot:spring-boot-starter-json:2.1.5.RELEASE;com.fasterxml.jackson.core:jackson-databind:2.9.8","isMinimumFixVersionAvailable":true,"minimumFixVersion":"com.fasterxml.jackson.core:jackson-databind:2.9.10.4"},{"packageType":"Java","groupId":"com.fasterxml.jackson.core","packageName":"jackson-databind","packageVersion":"2.9.5","packageFilePaths":["/tools/nibrs-validate-common/pom.xml","/tools/nibrs-flatfile/pom.xml"],"isTransitiveDependency":true,"dependencyTree":"org.apache.tika:tika-parsers:1.18;com.fasterxml.jackson.core:jackson-databind:2.9.5","isMinimumFixVersionAvailable":true,"minimumFixVersion":"com.fasterxml.jackson.core:jackson-databind:2.9.10.4"},{"packageType":"Java","groupId":"com.fasterxml.jackson.core","packageName":"jackson-databind","packageVersion":"2.9.6","packageFilePaths":["/web/nibrs-web/pom.xml","/tools/nibrs-validation/pom.xml","/tools/nibrs-route/pom.xml","/tools/nibrs-summary-report/pom.xml","/tools/nibrs-xmlfile/pom.xml","/tools/nibrs-staging-data-common/pom.xml","/tools/nibrs-staging-data/pom.xml"],"isTransitiveDependency":false,"dependencyTree":"com.fasterxml.jackson.core:jackson-databind:2.9.6","isMinimumFixVersionAvailable":true,"minimumFixVersion":"com.fasterxml.jackson.core:jackson-databind:2.9.10.4"}],"baseBranches":["master"],"vulnerabilityIdentifier":"CVE-2020-11620","vulnerabilityDetails":"FasterXML jackson-databind 2.x before 2.9.10.4 mishandles the interaction between serialization gadgets and typing, related to org.apache.commons.jelly.impl.Embedded (aka commons-jelly).","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-11620","cvss3Severity":"high","cvss3Score":"8.1","cvss3Metrics":{"A":"High","AC":"High","PR":"None","S":"Unchanged","C":"High","UI":"None","AV":"Network","I":"High"},"extraData":{}}</REMEDIATE> -->
non_test
cve high detected in multiple libraries cve high severity vulnerability vulnerable libraries jackson databind jar jackson databind jar jackson databind jar jackson databind jar jackson databind jar general data binding functionality for jackson works on core streaming api library home page a href path to dependency file nibrs tools nibrs fbi service pom xml path to vulnerable library nibrs tools nibrs fbi service target nibrs fbi service web inf lib jackson databind jar canner repository com fasterxml jackson core jackson databind jackson databind jar dependency hierarchy x jackson databind jar vulnerable library jackson databind jar general data binding functionality for jackson works on core streaming api library home page a href path to dependency file nibrs tools nibrs summary report common pom xml path to vulnerable library home wss scanner repository com fasterxml jackson core jackson databind jackson databind jar dependency hierarchy spring boot starter web release jar root library spring boot starter json release jar x jackson databind jar vulnerable library jackson databind jar general data binding functionality for jackson works on core streaming api library home page a href path to dependency file nibrs tools nibrs validate common pom xml path to vulnerable library home wss scanner repository com fasterxml jackson core jackson databind jackson databind jar home wss scanner repository com fasterxml jackson core jackson databind jackson databind jar dependency hierarchy tika parsers jar root library x jackson databind jar vulnerable library jackson databind jar general data binding functionality for jackson works on core streaming api library home page a href path to dependency file nibrs web nibrs web pom xml path to vulnerable library home wss scanner repository com fasterxml jackson core jackson databind jackson databind jar nibrs web nibrs web target nibrs web web inf lib jackson databind jar home wss scanner repository com fasterxml jackson core jackson databind jackson databind jar canner repository com fasterxml jackson core jackson databind jackson databind jar home wss scanner repository com fasterxml jackson core jackson databind jackson databind jar home wss scanner repository com fasterxml jackson core jackson databind jackson databind jar home wss scanner repository com fasterxml jackson core jackson databind jackson databind jar home wss scanner repository com fasterxml jackson core jackson databind jackson databind jar dependency hierarchy x jackson databind jar vulnerable library found in head commit a href found in base branch master vulnerability details fasterxml jackson databind x before mishandles the interaction between serialization gadgets and typing related to org apache commons jelly impl embedded aka commons jelly publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity high privileges required none user interaction none scope unchanged impact metrics confidentiality impact high integrity impact high availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution com fasterxml jackson core jackson databind isopenpronvulnerability true ispackagebased true isdefaultbranch true packages istransitivedependency false dependencytree com fasterxml jackson core jackson databind isminimumfixversionavailable true minimumfixversion com fasterxml jackson core jackson databind packagetype java groupid com fasterxml jackson core packagename jackson databind packageversion packagefilepaths istransitivedependency true dependencytree org springframework boot spring boot starter web release org springframework boot spring boot starter json release com fasterxml jackson core jackson databind isminimumfixversionavailable true minimumfixversion com fasterxml jackson core jackson databind packagetype java groupid com fasterxml jackson core packagename jackson databind packageversion packagefilepaths istransitivedependency true dependencytree org apache tika tika parsers com fasterxml jackson core jackson databind isminimumfixversionavailable true minimumfixversion com fasterxml jackson core jackson databind packagetype java groupid com fasterxml jackson core packagename jackson databind packageversion packagefilepaths istransitivedependency false dependencytree com fasterxml jackson core jackson databind isminimumfixversionavailable true minimumfixversion com fasterxml jackson core jackson databind basebranches vulnerabilityidentifier cve vulnerabilitydetails fasterxml jackson databind x before mishandles the interaction between serialization gadgets and typing related to org apache commons jelly impl embedded aka commons jelly vulnerabilityurl
0
8,106
11,300,414,888
IssuesEvent
2020-01-17 13:34:08
prisma/prisma2
https://api.github.com/repos/prisma/prisma2
opened
Unclear Introspection error message: Error parsing attribute "@id": Fields that are marked as id must be required.
process/candidate topic: introspection
Introspecting SQLite: ``` CREATE TABLE "playlist_track" ( "PlaylistId" INTEGER NOT NULL, "TrackId" INTEGER NOT NULL, "id" INTEGER PRIMARY KEY AUTOINCREMENT, FOREIGN KEY("PlaylistId") REFERENCES "playlists"("PlaylistId") ON DELETE NO ACTION ON UPDATE NO ACTION, FOREIGN KEY("TrackId") REFERENCES "tracks"("TrackId") ON DELETE NO ACTION ON UPDATE NO ACTION ) ``` Creates error message: ``` ERROR Oops, an unexpected error occured! Schema parsing error: Error parsing attribute "@id": Fields that are marked as id must be required. --> schema.prisma:126 | 125 | TrackId tracks 126 | id Int? @id | ``` Error message does not include name of table/model for context.
1.0
Unclear Introspection error message: Error parsing attribute "@id": Fields that are marked as id must be required. - Introspecting SQLite: ``` CREATE TABLE "playlist_track" ( "PlaylistId" INTEGER NOT NULL, "TrackId" INTEGER NOT NULL, "id" INTEGER PRIMARY KEY AUTOINCREMENT, FOREIGN KEY("PlaylistId") REFERENCES "playlists"("PlaylistId") ON DELETE NO ACTION ON UPDATE NO ACTION, FOREIGN KEY("TrackId") REFERENCES "tracks"("TrackId") ON DELETE NO ACTION ON UPDATE NO ACTION ) ``` Creates error message: ``` ERROR Oops, an unexpected error occured! Schema parsing error: Error parsing attribute "@id": Fields that are marked as id must be required. --> schema.prisma:126 | 125 | TrackId tracks 126 | id Int? @id | ``` Error message does not include name of table/model for context.
non_test
unclear introspection error message error parsing attribute id fields that are marked as id must be required introspecting sqlite create table playlist track playlistid integer not null trackid integer not null id integer primary key autoincrement foreign key playlistid references playlists playlistid on delete no action on update no action foreign key trackid references tracks trackid on delete no action on update no action creates error message error oops an unexpected error occured schema parsing error error parsing attribute id fields that are marked as id must be required schema prisma trackid tracks id int id error message does not include name of table model for context
0
152,838
12,127,545,869
IssuesEvent
2020-04-22 18:54:56
vmware-tanzu/octant
https://api.github.com/repos/vmware-tanzu/octant
closed
YamlComponent karma test passes but has error.
bug testing ui
**What steps did you take and what happened:** run Karma tests **What did you expect to happen:** No errors **Anything else you would like to add:** ``` YamlComponent ✓ should create ERROR LOG: 'Unable to load hljs library', TypeError: You provided 'function(hljs) { var LITERALS = {literal: 'true false null'}; var ALLOWED_COMMENTS = [ hljs.C_LINE_COMMENT_MODE, hljs.C_BLOCK_COMMENT_MODE ] var TYPES = [ hljs.QUOTE_STRING_MODE, hljs.C_NUMBER_MODE ]; var VALUE_CONTAINER = { end: ',', endsWithParent: true, excludeEnd: true, contains: TYPES, keywords: LITERALS ... ```
1.0
YamlComponent karma test passes but has error. - **What steps did you take and what happened:** run Karma tests **What did you expect to happen:** No errors **Anything else you would like to add:** ``` YamlComponent ✓ should create ERROR LOG: 'Unable to load hljs library', TypeError: You provided 'function(hljs) { var LITERALS = {literal: 'true false null'}; var ALLOWED_COMMENTS = [ hljs.C_LINE_COMMENT_MODE, hljs.C_BLOCK_COMMENT_MODE ] var TYPES = [ hljs.QUOTE_STRING_MODE, hljs.C_NUMBER_MODE ]; var VALUE_CONTAINER = { end: ',', endsWithParent: true, excludeEnd: true, contains: TYPES, keywords: LITERALS ... ```
test
yamlcomponent karma test passes but has error what steps did you take and what happened run karma tests what did you expect to happen no errors anything else you would like to add yamlcomponent ✓ should create error log unable to load hljs library typeerror you provided function hljs var literals literal true false null var allowed comments hljs c line comment mode hljs c block comment mode var types hljs quote string mode hljs c number mode var value container end endswithparent true excludeend true contains types keywords literals
1
320,989
27,497,015,850
IssuesEvent
2023-03-05 08:54:29
SigmundGranaas/forgero
https://api.github.com/repos/SigmundGranaas/forgero
closed
Causes Cobblemon/Architectury and Mythic Metals/OωO to become unstable
bug question compatibility needs testing
For some reason, installing this mod has caused Cobblemon and Mythic Metals to become unstable. ### Cobblemon: Pokemon battles do not start properly, and can thus never end. If the player leaves the game in this state the game crashes. Crash log suspects Cobblemon and Architectury. [crash-2022-12-23_10.37.14-server.txt](https://github.com/SigmundGranaas/forgero/files/10296538/crash-2022-12-23_10.37.14-server.txt) ### Mythic Metals Ores cannot be smelted in a furnace/blast furnace. The game crashes when trying to open a forge's menu. Crash log suspects OωO and Alloy Forgery. [crash-2022-12-23_12.30.31-client.txt](https://github.com/SigmundGranaas/forgero/files/10296551/crash-2022-12-23_12.30.31-client.txt) [latest.log](https://github.com/SigmundGranaas/forgero/files/10296567/latest.log) (Important info starting at lines 4385, 6363) Thank goodness for Not Enough Crashes. Only one log for all of this.
1.0
Causes Cobblemon/Architectury and Mythic Metals/OωO to become unstable - For some reason, installing this mod has caused Cobblemon and Mythic Metals to become unstable. ### Cobblemon: Pokemon battles do not start properly, and can thus never end. If the player leaves the game in this state the game crashes. Crash log suspects Cobblemon and Architectury. [crash-2022-12-23_10.37.14-server.txt](https://github.com/SigmundGranaas/forgero/files/10296538/crash-2022-12-23_10.37.14-server.txt) ### Mythic Metals Ores cannot be smelted in a furnace/blast furnace. The game crashes when trying to open a forge's menu. Crash log suspects OωO and Alloy Forgery. [crash-2022-12-23_12.30.31-client.txt](https://github.com/SigmundGranaas/forgero/files/10296551/crash-2022-12-23_12.30.31-client.txt) [latest.log](https://github.com/SigmundGranaas/forgero/files/10296567/latest.log) (Important info starting at lines 4385, 6363) Thank goodness for Not Enough Crashes. Only one log for all of this.
test
causes cobblemon architectury and mythic metals oωo to become unstable for some reason installing this mod has caused cobblemon and mythic metals to become unstable cobblemon pokemon battles do not start properly and can thus never end if the player leaves the game in this state the game crashes crash log suspects cobblemon and architectury mythic metals ores cannot be smelted in a furnace blast furnace the game crashes when trying to open a forge s menu crash log suspects oωo and alloy forgery important info starting at lines thank goodness for not enough crashes only one log for all of this
1
305,537
26,391,821,283
IssuesEvent
2023-01-12 16:12:39
unifyai/ivy
https://api.github.com/repos/unifyai/ivy
closed
Fix tensor.test_torch_instance_new_full
PyTorch Frontend Sub Task Failing Test
| | | |---|---| |tensorflow|<a href="https://github.com/unifyai/ivy/actions/runs/3880526846/jobs/6618656657" rel="noopener noreferrer" target="_blank"><img src=https://img.shields.io/badge/-failure-red></a> |torch|<a href="https://github.com/unifyai/ivy/actions/runs/3880526846/jobs/6618656657" rel="noopener noreferrer" target="_blank"><img src=https://img.shields.io/badge/-failure-red></a> |numpy|<a href="https://github.com/unifyai/ivy/actions/runs/3880526846/jobs/6618656657" rel="noopener noreferrer" target="_blank"><img src=https://img.shields.io/badge/-failure-red></a> |jax|<a href="https://github.com/unifyai/ivy/actions/runs/3880526846/jobs/6618656657" rel="noopener noreferrer" target="_blank"><img src=https://img.shields.io/badge/-failure-red></a> <details> <summary>FAILED ivy_tests/test_ivy/test_frontends/test_torch/test_tensor.py::test_torch_instance_new_full[cpu-ivy.functional.backends.jax-False-False]</summary> 2023-01-10T05:59:12.4161032Z E ivy.exceptions.IvyException: the fill_value: 0 and data type: bfloat16 are not compatible 2023-01-10T05:59:12.4167196Z E ivy.exceptions.IvyBackendException: jax: full: the fill_value: 0 and data type: bfloat16 are not compatible 2023-01-10T05:59:12.4167665Z E Falsifying example: test_torch_instance_new_full( 2023-01-10T05:59:12.4168127Z E dtype_and_x=(['bfloat16', 'int32'], 2023-01-10T05:59:12.4168533Z E [array([-1], dtype=bfloat16), (1,), 0]), 2023-01-10T05:59:12.4168879Z E init_num_positional_args=0, 2023-01-10T05:59:12.4169215Z E method_num_positional_args=0, 2023-01-10T05:59:12.4169530Z E as_variable=[False], 2023-01-10T05:59:12.4169834Z E native_array=[False], 2023-01-10T05:59:12.4170765Z E frontend_method_data=FrontendMethodData(ivy_init_module=<module 'ivy.functional.frontends.torch' from '/ivy/ivy/functional/frontends/torch/__init__.py'>, framework_init_module=<module 'torch' from '/usr/local/lib/python3.8/dist-packages/torch/__init__.py'>, init_name='tensor', method_name='new_full'), 2023-01-10T05:59:12.4171633Z E frontend='torch', 2023-01-10T05:59:12.4171919Z E ) 2023-01-10T05:59:12.4172167Z E 2023-01-10T05:59:12.4172779Z E You can reproduce this example by temporarily adding @reproduce_failure('6.55.0', b'AXicY2BgYGBkgABGGAMMAABLAAQ=') as a decorator on your test case </details> <details> <summary>FAILED ivy_tests/test_ivy/test_frontends/test_torch/test_tensor.py::test_torch_instance_new_full[cpu-ivy.functional.backends.jax-False-False]</summary> 2023-01-10T05:59:12.4161032Z E ivy.exceptions.IvyException: the fill_value: 0 and data type: bfloat16 are not compatible 2023-01-10T05:59:12.4167196Z E ivy.exceptions.IvyBackendException: jax: full: the fill_value: 0 and data type: bfloat16 are not compatible 2023-01-10T05:59:12.4167665Z E Falsifying example: test_torch_instance_new_full( 2023-01-10T05:59:12.4168127Z E dtype_and_x=(['bfloat16', 'int32'], 2023-01-10T05:59:12.4168533Z E [array([-1], dtype=bfloat16), (1,), 0]), 2023-01-10T05:59:12.4168879Z E init_num_positional_args=0, 2023-01-10T05:59:12.4169215Z E method_num_positional_args=0, 2023-01-10T05:59:12.4169530Z E as_variable=[False], 2023-01-10T05:59:12.4169834Z E native_array=[False], 2023-01-10T05:59:12.4170765Z E frontend_method_data=FrontendMethodData(ivy_init_module=<module 'ivy.functional.frontends.torch' from '/ivy/ivy/functional/frontends/torch/__init__.py'>, framework_init_module=<module 'torch' from '/usr/local/lib/python3.8/dist-packages/torch/__init__.py'>, init_name='tensor', method_name='new_full'), 2023-01-10T05:59:12.4171633Z E frontend='torch', 2023-01-10T05:59:12.4171919Z E ) 2023-01-10T05:59:12.4172167Z E 2023-01-10T05:59:12.4172779Z E You can reproduce this example by temporarily adding @reproduce_failure('6.55.0', b'AXicY2BgYGBkgABGGAMMAABLAAQ=') as a decorator on your test case </details> <details> <summary>FAILED ivy_tests/test_ivy/test_frontends/test_torch/test_tensor.py::test_torch_instance_new_full[cpu-ivy.functional.backends.jax-False-False]</summary> 2023-01-10T05:59:12.4161032Z E ivy.exceptions.IvyException: the fill_value: 0 and data type: bfloat16 are not compatible 2023-01-10T05:59:12.4167196Z E ivy.exceptions.IvyBackendException: jax: full: the fill_value: 0 and data type: bfloat16 are not compatible 2023-01-10T05:59:12.4167665Z E Falsifying example: test_torch_instance_new_full( 2023-01-10T05:59:12.4168127Z E dtype_and_x=(['bfloat16', 'int32'], 2023-01-10T05:59:12.4168533Z E [array([-1], dtype=bfloat16), (1,), 0]), 2023-01-10T05:59:12.4168879Z E init_num_positional_args=0, 2023-01-10T05:59:12.4169215Z E method_num_positional_args=0, 2023-01-10T05:59:12.4169530Z E as_variable=[False], 2023-01-10T05:59:12.4169834Z E native_array=[False], 2023-01-10T05:59:12.4170765Z E frontend_method_data=FrontendMethodData(ivy_init_module=<module 'ivy.functional.frontends.torch' from '/ivy/ivy/functional/frontends/torch/__init__.py'>, framework_init_module=<module 'torch' from '/usr/local/lib/python3.8/dist-packages/torch/__init__.py'>, init_name='tensor', method_name='new_full'), 2023-01-10T05:59:12.4171633Z E frontend='torch', 2023-01-10T05:59:12.4171919Z E ) 2023-01-10T05:59:12.4172167Z E 2023-01-10T05:59:12.4172779Z E You can reproduce this example by temporarily adding @reproduce_failure('6.55.0', b'AXicY2BgYGBkgABGGAMMAABLAAQ=') as a decorator on your test case </details> <details> <summary>FAILED ivy_tests/test_ivy/test_frontends/test_torch/test_tensor.py::test_torch_instance_new_full[cpu-ivy.functional.backends.jax-False-False]</summary> 2023-01-10T05:59:12.4161032Z E ivy.exceptions.IvyException: the fill_value: 0 and data type: bfloat16 are not compatible 2023-01-10T05:59:12.4167196Z E ivy.exceptions.IvyBackendException: jax: full: the fill_value: 0 and data type: bfloat16 are not compatible 2023-01-10T05:59:12.4167665Z E Falsifying example: test_torch_instance_new_full( 2023-01-10T05:59:12.4168127Z E dtype_and_x=(['bfloat16', 'int32'], 2023-01-10T05:59:12.4168533Z E [array([-1], dtype=bfloat16), (1,), 0]), 2023-01-10T05:59:12.4168879Z E init_num_positional_args=0, 2023-01-10T05:59:12.4169215Z E method_num_positional_args=0, 2023-01-10T05:59:12.4169530Z E as_variable=[False], 2023-01-10T05:59:12.4169834Z E native_array=[False], 2023-01-10T05:59:12.4170765Z E frontend_method_data=FrontendMethodData(ivy_init_module=<module 'ivy.functional.frontends.torch' from '/ivy/ivy/functional/frontends/torch/__init__.py'>, framework_init_module=<module 'torch' from '/usr/local/lib/python3.8/dist-packages/torch/__init__.py'>, init_name='tensor', method_name='new_full'), 2023-01-10T05:59:12.4171633Z E frontend='torch', 2023-01-10T05:59:12.4171919Z E ) 2023-01-10T05:59:12.4172167Z E 2023-01-10T05:59:12.4172779Z E You can reproduce this example by temporarily adding @reproduce_failure('6.55.0', b'AXicY2BgYGBkgABGGAMMAABLAAQ=') as a decorator on your test case </details>
1.0
Fix tensor.test_torch_instance_new_full - | | | |---|---| |tensorflow|<a href="https://github.com/unifyai/ivy/actions/runs/3880526846/jobs/6618656657" rel="noopener noreferrer" target="_blank"><img src=https://img.shields.io/badge/-failure-red></a> |torch|<a href="https://github.com/unifyai/ivy/actions/runs/3880526846/jobs/6618656657" rel="noopener noreferrer" target="_blank"><img src=https://img.shields.io/badge/-failure-red></a> |numpy|<a href="https://github.com/unifyai/ivy/actions/runs/3880526846/jobs/6618656657" rel="noopener noreferrer" target="_blank"><img src=https://img.shields.io/badge/-failure-red></a> |jax|<a href="https://github.com/unifyai/ivy/actions/runs/3880526846/jobs/6618656657" rel="noopener noreferrer" target="_blank"><img src=https://img.shields.io/badge/-failure-red></a> <details> <summary>FAILED ivy_tests/test_ivy/test_frontends/test_torch/test_tensor.py::test_torch_instance_new_full[cpu-ivy.functional.backends.jax-False-False]</summary> 2023-01-10T05:59:12.4161032Z E ivy.exceptions.IvyException: the fill_value: 0 and data type: bfloat16 are not compatible 2023-01-10T05:59:12.4167196Z E ivy.exceptions.IvyBackendException: jax: full: the fill_value: 0 and data type: bfloat16 are not compatible 2023-01-10T05:59:12.4167665Z E Falsifying example: test_torch_instance_new_full( 2023-01-10T05:59:12.4168127Z E dtype_and_x=(['bfloat16', 'int32'], 2023-01-10T05:59:12.4168533Z E [array([-1], dtype=bfloat16), (1,), 0]), 2023-01-10T05:59:12.4168879Z E init_num_positional_args=0, 2023-01-10T05:59:12.4169215Z E method_num_positional_args=0, 2023-01-10T05:59:12.4169530Z E as_variable=[False], 2023-01-10T05:59:12.4169834Z E native_array=[False], 2023-01-10T05:59:12.4170765Z E frontend_method_data=FrontendMethodData(ivy_init_module=<module 'ivy.functional.frontends.torch' from '/ivy/ivy/functional/frontends/torch/__init__.py'>, framework_init_module=<module 'torch' from '/usr/local/lib/python3.8/dist-packages/torch/__init__.py'>, init_name='tensor', method_name='new_full'), 2023-01-10T05:59:12.4171633Z E frontend='torch', 2023-01-10T05:59:12.4171919Z E ) 2023-01-10T05:59:12.4172167Z E 2023-01-10T05:59:12.4172779Z E You can reproduce this example by temporarily adding @reproduce_failure('6.55.0', b'AXicY2BgYGBkgABGGAMMAABLAAQ=') as a decorator on your test case </details> <details> <summary>FAILED ivy_tests/test_ivy/test_frontends/test_torch/test_tensor.py::test_torch_instance_new_full[cpu-ivy.functional.backends.jax-False-False]</summary> 2023-01-10T05:59:12.4161032Z E ivy.exceptions.IvyException: the fill_value: 0 and data type: bfloat16 are not compatible 2023-01-10T05:59:12.4167196Z E ivy.exceptions.IvyBackendException: jax: full: the fill_value: 0 and data type: bfloat16 are not compatible 2023-01-10T05:59:12.4167665Z E Falsifying example: test_torch_instance_new_full( 2023-01-10T05:59:12.4168127Z E dtype_and_x=(['bfloat16', 'int32'], 2023-01-10T05:59:12.4168533Z E [array([-1], dtype=bfloat16), (1,), 0]), 2023-01-10T05:59:12.4168879Z E init_num_positional_args=0, 2023-01-10T05:59:12.4169215Z E method_num_positional_args=0, 2023-01-10T05:59:12.4169530Z E as_variable=[False], 2023-01-10T05:59:12.4169834Z E native_array=[False], 2023-01-10T05:59:12.4170765Z E frontend_method_data=FrontendMethodData(ivy_init_module=<module 'ivy.functional.frontends.torch' from '/ivy/ivy/functional/frontends/torch/__init__.py'>, framework_init_module=<module 'torch' from '/usr/local/lib/python3.8/dist-packages/torch/__init__.py'>, init_name='tensor', method_name='new_full'), 2023-01-10T05:59:12.4171633Z E frontend='torch', 2023-01-10T05:59:12.4171919Z E ) 2023-01-10T05:59:12.4172167Z E 2023-01-10T05:59:12.4172779Z E You can reproduce this example by temporarily adding @reproduce_failure('6.55.0', b'AXicY2BgYGBkgABGGAMMAABLAAQ=') as a decorator on your test case </details> <details> <summary>FAILED ivy_tests/test_ivy/test_frontends/test_torch/test_tensor.py::test_torch_instance_new_full[cpu-ivy.functional.backends.jax-False-False]</summary> 2023-01-10T05:59:12.4161032Z E ivy.exceptions.IvyException: the fill_value: 0 and data type: bfloat16 are not compatible 2023-01-10T05:59:12.4167196Z E ivy.exceptions.IvyBackendException: jax: full: the fill_value: 0 and data type: bfloat16 are not compatible 2023-01-10T05:59:12.4167665Z E Falsifying example: test_torch_instance_new_full( 2023-01-10T05:59:12.4168127Z E dtype_and_x=(['bfloat16', 'int32'], 2023-01-10T05:59:12.4168533Z E [array([-1], dtype=bfloat16), (1,), 0]), 2023-01-10T05:59:12.4168879Z E init_num_positional_args=0, 2023-01-10T05:59:12.4169215Z E method_num_positional_args=0, 2023-01-10T05:59:12.4169530Z E as_variable=[False], 2023-01-10T05:59:12.4169834Z E native_array=[False], 2023-01-10T05:59:12.4170765Z E frontend_method_data=FrontendMethodData(ivy_init_module=<module 'ivy.functional.frontends.torch' from '/ivy/ivy/functional/frontends/torch/__init__.py'>, framework_init_module=<module 'torch' from '/usr/local/lib/python3.8/dist-packages/torch/__init__.py'>, init_name='tensor', method_name='new_full'), 2023-01-10T05:59:12.4171633Z E frontend='torch', 2023-01-10T05:59:12.4171919Z E ) 2023-01-10T05:59:12.4172167Z E 2023-01-10T05:59:12.4172779Z E You can reproduce this example by temporarily adding @reproduce_failure('6.55.0', b'AXicY2BgYGBkgABGGAMMAABLAAQ=') as a decorator on your test case </details> <details> <summary>FAILED ivy_tests/test_ivy/test_frontends/test_torch/test_tensor.py::test_torch_instance_new_full[cpu-ivy.functional.backends.jax-False-False]</summary> 2023-01-10T05:59:12.4161032Z E ivy.exceptions.IvyException: the fill_value: 0 and data type: bfloat16 are not compatible 2023-01-10T05:59:12.4167196Z E ivy.exceptions.IvyBackendException: jax: full: the fill_value: 0 and data type: bfloat16 are not compatible 2023-01-10T05:59:12.4167665Z E Falsifying example: test_torch_instance_new_full( 2023-01-10T05:59:12.4168127Z E dtype_and_x=(['bfloat16', 'int32'], 2023-01-10T05:59:12.4168533Z E [array([-1], dtype=bfloat16), (1,), 0]), 2023-01-10T05:59:12.4168879Z E init_num_positional_args=0, 2023-01-10T05:59:12.4169215Z E method_num_positional_args=0, 2023-01-10T05:59:12.4169530Z E as_variable=[False], 2023-01-10T05:59:12.4169834Z E native_array=[False], 2023-01-10T05:59:12.4170765Z E frontend_method_data=FrontendMethodData(ivy_init_module=<module 'ivy.functional.frontends.torch' from '/ivy/ivy/functional/frontends/torch/__init__.py'>, framework_init_module=<module 'torch' from '/usr/local/lib/python3.8/dist-packages/torch/__init__.py'>, init_name='tensor', method_name='new_full'), 2023-01-10T05:59:12.4171633Z E frontend='torch', 2023-01-10T05:59:12.4171919Z E ) 2023-01-10T05:59:12.4172167Z E 2023-01-10T05:59:12.4172779Z E You can reproduce this example by temporarily adding @reproduce_failure('6.55.0', b'AXicY2BgYGBkgABGGAMMAABLAAQ=') as a decorator on your test case </details>
test
fix tensor test torch instance new full tensorflow img src torch img src numpy img src jax img src failed ivy tests test ivy test frontends test torch test tensor py test torch instance new full e ivy exceptions ivyexception the fill value and data type are not compatible e ivy exceptions ivybackendexception jax full the fill value and data type are not compatible e falsifying example test torch instance new full e dtype and x e dtype e init num positional args e method num positional args e as variable e native array e frontend method data frontendmethoddata ivy init module framework init module init name tensor method name new full e frontend torch e e e you can reproduce this example by temporarily adding reproduce failure b as a decorator on your test case failed ivy tests test ivy test frontends test torch test tensor py test torch instance new full e ivy exceptions ivyexception the fill value and data type are not compatible e ivy exceptions ivybackendexception jax full the fill value and data type are not compatible e falsifying example test torch instance new full e dtype and x e dtype e init num positional args e method num positional args e as variable e native array e frontend method data frontendmethoddata ivy init module framework init module init name tensor method name new full e frontend torch e e e you can reproduce this example by temporarily adding reproduce failure b as a decorator on your test case failed ivy tests test ivy test frontends test torch test tensor py test torch instance new full e ivy exceptions ivyexception the fill value and data type are not compatible e ivy exceptions ivybackendexception jax full the fill value and data type are not compatible e falsifying example test torch instance new full e dtype and x e dtype e init num positional args e method num positional args e as variable e native array e frontend method data frontendmethoddata ivy init module framework init module init name tensor method name new full e frontend torch e e e you can reproduce this example by temporarily adding reproduce failure b as a decorator on your test case failed ivy tests test ivy test frontends test torch test tensor py test torch instance new full e ivy exceptions ivyexception the fill value and data type are not compatible e ivy exceptions ivybackendexception jax full the fill value and data type are not compatible e falsifying example test torch instance new full e dtype and x e dtype e init num positional args e method num positional args e as variable e native array e frontend method data frontendmethoddata ivy init module framework init module init name tensor method name new full e frontend torch e e e you can reproduce this example by temporarily adding reproduce failure b as a decorator on your test case
1
212,136
16,419,601,947
IssuesEvent
2021-05-19 10:56:23
jetstack/cert-manager
https://api.github.com/repos/jetstack/cert-manager
closed
Unit test for ACME Issuer setup
area/acme area/testing kind/cleanup priority/important-soon
We currently don't unit test the `Setup` function that sets up ACME Issuer, [here](https://github.com/jetstack/cert-manager/blob/master/pkg/issuer/acme/setup.go#L61). This test would be useful for code changes such as #3877 . This might involve some refactoring of `Setup`. /kind cleanup
1.0
Unit test for ACME Issuer setup - We currently don't unit test the `Setup` function that sets up ACME Issuer, [here](https://github.com/jetstack/cert-manager/blob/master/pkg/issuer/acme/setup.go#L61). This test would be useful for code changes such as #3877 . This might involve some refactoring of `Setup`. /kind cleanup
test
unit test for acme issuer setup we currently don t unit test the setup function that sets up acme issuer this test would be useful for code changes such as this might involve some refactoring of setup kind cleanup
1
48,926
5,989,925,222
IssuesEvent
2017-06-02 09:55:01
innosoft-pro/label-them
https://api.github.com/repos/innosoft-pro/label-them
closed
generate_tsv silently generates wrong data
bug To be tested and closed
Given invalid json such as: ``` { "classes": [ "car", "person", "other"" ], "parameters": [ { "type": "boolean", "name": "is_occluded" } ] } ``` generate_tsv.py silently generates invalid tsv file, which leads to empty space in Toloka.
1.0
generate_tsv silently generates wrong data - Given invalid json such as: ``` { "classes": [ "car", "person", "other"" ], "parameters": [ { "type": "boolean", "name": "is_occluded" } ] } ``` generate_tsv.py silently generates invalid tsv file, which leads to empty space in Toloka.
test
generate tsv silently generates wrong data given invalid json such as classes car person other parameters type boolean name is occluded generate tsv py silently generates invalid tsv file which leads to empty space in toloka
1
167,776
6,346,378,039
IssuesEvent
2017-07-28 01:53:30
gregswindle/generator-apiproxy
https://api.github.com/repos/gregswindle/generator-apiproxy
closed
refactor(pull-request-badge): replace emoji with "PRs welcome" badge
Points: 0.5 Priority: Medium Status: Available Type: Chore Type: Docs
## User story As a willing contributor, I want to access a quick tutorial about pull requests In order to add features or defect fixes in a systematic, asynchronous way. ## Acceptance criteria - [ ] 1. The "PRs welcome" badge appears in the "Contributing to `product-name`" section of the `generators/readme/templates/README.md` template. - [ ] 2. Selecting the "PRs welcome" opens a page with links to free training. ## Instructions Replace the :family: emoji on line 157 of of the `generators/readme/templates/README.md` template with the "PRs welcome" badge used on line 478 of `README.md`.
1.0
refactor(pull-request-badge): replace emoji with "PRs welcome" badge - ## User story As a willing contributor, I want to access a quick tutorial about pull requests In order to add features or defect fixes in a systematic, asynchronous way. ## Acceptance criteria - [ ] 1. The "PRs welcome" badge appears in the "Contributing to `product-name`" section of the `generators/readme/templates/README.md` template. - [ ] 2. Selecting the "PRs welcome" opens a page with links to free training. ## Instructions Replace the :family: emoji on line 157 of of the `generators/readme/templates/README.md` template with the "PRs welcome" badge used on line 478 of `README.md`.
non_test
refactor pull request badge replace emoji with prs welcome badge user story as a willing contributor i want to access a quick tutorial about pull requests in order to add features or defect fixes in a systematic asynchronous way acceptance criteria the prs welcome badge appears in the contributing to product name section of the generators readme templates readme md template selecting the prs welcome opens a page with links to free training instructions replace the family emoji on line of of the generators readme templates readme md template with the prs welcome badge used on line of readme md
0
49,698
6,037,104,869
IssuesEvent
2017-06-09 17:49:47
nodejs/node
https://api.github.com/repos/nodejs/node
closed
n-api: missing binding.gyp in /test/addons-napi/test_instanceof/
n-api test
<!-- Thank you for reporting an issue. This issue tracker is for bugs and issues found within Node.js core. If you require more general support please file an issue on our help repo. https://github.com/nodejs/help Please fill in as much of the template below as you're able. Version: output of `node -v` Platform: output of `uname -a` (UNIX), or version and 32 or 64-bit (Windows) Subsystem: if known, please specify affected core module name If possible, please provide code that demonstrates the problem, keeping it as simple and free of external dependencies as you are able. --> * **Version**: master * **Platform**: macOS 10.11.6 * **Subsystem**: n-api <!-- Enter your issue details below this comment. --> Running tests fails with an error due to missing binding.gyp in /test/addons-napi/test_instanceof/ ``` $ make test ... Building addon /Users/Desktop/repos/node/test/addons-napi/test_instanceof/ gyp: binding.gyp not found (cwd: /Users/Desktop/repos/node/test/addons-napi/test_instanceof) while trying to load binding.gyp make[1]: *** [test/addons-napi/.buildstamp] Error 1 make: *** [test] Error 2 ```
1.0
n-api: missing binding.gyp in /test/addons-napi/test_instanceof/ - <!-- Thank you for reporting an issue. This issue tracker is for bugs and issues found within Node.js core. If you require more general support please file an issue on our help repo. https://github.com/nodejs/help Please fill in as much of the template below as you're able. Version: output of `node -v` Platform: output of `uname -a` (UNIX), or version and 32 or 64-bit (Windows) Subsystem: if known, please specify affected core module name If possible, please provide code that demonstrates the problem, keeping it as simple and free of external dependencies as you are able. --> * **Version**: master * **Platform**: macOS 10.11.6 * **Subsystem**: n-api <!-- Enter your issue details below this comment. --> Running tests fails with an error due to missing binding.gyp in /test/addons-napi/test_instanceof/ ``` $ make test ... Building addon /Users/Desktop/repos/node/test/addons-napi/test_instanceof/ gyp: binding.gyp not found (cwd: /Users/Desktop/repos/node/test/addons-napi/test_instanceof) while trying to load binding.gyp make[1]: *** [test/addons-napi/.buildstamp] Error 1 make: *** [test] Error 2 ```
test
n api missing binding gyp in test addons napi test instanceof thank you for reporting an issue this issue tracker is for bugs and issues found within node js core if you require more general support please file an issue on our help repo please fill in as much of the template below as you re able version output of node v platform output of uname a unix or version and or bit windows subsystem if known please specify affected core module name if possible please provide code that demonstrates the problem keeping it as simple and free of external dependencies as you are able version master platform macos subsystem n api running tests fails with an error due to missing binding gyp in test addons napi test instanceof make test building addon users desktop repos node test addons napi test instanceof gyp binding gyp not found cwd users desktop repos node test addons napi test instanceof while trying to load binding gyp make error make error
1
248,248
21,004,905,037
IssuesEvent
2022-03-29 21:25:44
microsoft/playwright
https://api.github.com/repos/microsoft/playwright
closed
[Question] How is the snapshot path built?
feature-visual-regression-testing v1.21
I am having issues understanding how the path of the snapshot files is created when calling `toMatchSnapshot`. In my example - I have a test file called **pages.spec.ts** and another one called **detailsSlideover.spec.ts** - when running all tests and calling `toMatchSnapshot` inside of **pages.spec.ts** the snapshot is stored in **.../detailsSlideover.spec.ts-snapshots**. See image below. Unfortunately this is not "stable", so if I only run tests for the one file explicitly, its snapshots are stored in a folder with the "correct" name. Any hints on this? Am I missing an important configuration path, is it a race condition in playwright, is it on purpose? ![snapshotpath](https://user-images.githubusercontent.com/894149/157430213-8cff623b-1f0a-4719-ba01-38882d59abe2.jpg) ### some context: - My configuration resembles https://github.com/vercel/next.js/tree/canary/examples/with-playwright. - I call `pnpm playwright test` & `pnpm playwright test pages` to execute the tests, though regular "npm run" does not seem to make any difference - `@playwright/test` is used in version 1.19.2 - this happens as well on MacOs as on Docker in CI
1.0
[Question] How is the snapshot path built? - I am having issues understanding how the path of the snapshot files is created when calling `toMatchSnapshot`. In my example - I have a test file called **pages.spec.ts** and another one called **detailsSlideover.spec.ts** - when running all tests and calling `toMatchSnapshot` inside of **pages.spec.ts** the snapshot is stored in **.../detailsSlideover.spec.ts-snapshots**. See image below. Unfortunately this is not "stable", so if I only run tests for the one file explicitly, its snapshots are stored in a folder with the "correct" name. Any hints on this? Am I missing an important configuration path, is it a race condition in playwright, is it on purpose? ![snapshotpath](https://user-images.githubusercontent.com/894149/157430213-8cff623b-1f0a-4719-ba01-38882d59abe2.jpg) ### some context: - My configuration resembles https://github.com/vercel/next.js/tree/canary/examples/with-playwright. - I call `pnpm playwright test` & `pnpm playwright test pages` to execute the tests, though regular "npm run" does not seem to make any difference - `@playwright/test` is used in version 1.19.2 - this happens as well on MacOs as on Docker in CI
test
how is the snapshot path built i am having issues understanding how the path of the snapshot files is created when calling tomatchsnapshot in my example i have a test file called pages spec ts and another one called detailsslideover spec ts when running all tests and calling tomatchsnapshot inside of pages spec ts the snapshot is stored in detailsslideover spec ts snapshots see image below unfortunately this is not stable so if i only run tests for the one file explicitly its snapshots are stored in a folder with the correct name any hints on this am i missing an important configuration path is it a race condition in playwright is it on purpose some context my configuration resembles i call pnpm playwright test pnpm playwright test pages to execute the tests though regular npm run does not seem to make any difference playwright test is used in version this happens as well on macos as on docker in ci
1
308,495
26,610,695,604
IssuesEvent
2023-01-23 23:48:22
PalisadoesFoundation/talawa-api
https://api.github.com/repos/PalisadoesFoundation/talawa-api
closed
Resolvers: Create tests for unlikeComment.js
good first issue unapproved points 02 test
The Talawa-API code base needs to be 100% reliable. This means we need to have 100% test code coverage. Tests need to be written for file `lib/resolvers/post_mutations/unlikeComment.js` - We will need the API to be refactored for all methods, classes and/or functions found in this file for testing to be correctly executed. - When complete, all all methods, classes and/or functions in the refactored file will need to be tested. These tests must be placed in a single file with the name `tests/resolvers/post_mutations/unlikeComment.spec.js`. You may need to create the appropriate directory structure to do this. ### IMPORTANT: Please refer to the parent issue on how to implement these tests correctly: - https://github.com/PalisadoesFoundation/talawa-api/issues/490 ### PR Acceptance Criteria - When complete this file must show **100%** coverage when merged into the code base. This will be clearly visible when you submit your PR. - [The current code coverage for the file can be found here](https://codecov.io/gh/PalisadoesFoundation/talawa-api/tree/develop/lib/resolvers/post_mutations/). If the file isn't found in this directory, or there is a 404 error, then tests have not been created. - The PR will show a report for the code coverage for the file you have added. You can use that as a guide.
1.0
Resolvers: Create tests for unlikeComment.js - The Talawa-API code base needs to be 100% reliable. This means we need to have 100% test code coverage. Tests need to be written for file `lib/resolvers/post_mutations/unlikeComment.js` - We will need the API to be refactored for all methods, classes and/or functions found in this file for testing to be correctly executed. - When complete, all all methods, classes and/or functions in the refactored file will need to be tested. These tests must be placed in a single file with the name `tests/resolvers/post_mutations/unlikeComment.spec.js`. You may need to create the appropriate directory structure to do this. ### IMPORTANT: Please refer to the parent issue on how to implement these tests correctly: - https://github.com/PalisadoesFoundation/talawa-api/issues/490 ### PR Acceptance Criteria - When complete this file must show **100%** coverage when merged into the code base. This will be clearly visible when you submit your PR. - [The current code coverage for the file can be found here](https://codecov.io/gh/PalisadoesFoundation/talawa-api/tree/develop/lib/resolvers/post_mutations/). If the file isn't found in this directory, or there is a 404 error, then tests have not been created. - The PR will show a report for the code coverage for the file you have added. You can use that as a guide.
test
resolvers create tests for unlikecomment js the talawa api code base needs to be reliable this means we need to have test code coverage tests need to be written for file lib resolvers post mutations unlikecomment js we will need the api to be refactored for all methods classes and or functions found in this file for testing to be correctly executed when complete all all methods classes and or functions in the refactored file will need to be tested these tests must be placed in a single file with the name tests resolvers post mutations unlikecomment spec js you may need to create the appropriate directory structure to do this important please refer to the parent issue on how to implement these tests correctly pr acceptance criteria when complete this file must show coverage when merged into the code base this will be clearly visible when you submit your pr if the file isn t found in this directory or there is a error then tests have not been created the pr will show a report for the code coverage for the file you have added you can use that as a guide
1
207,997
15,865,972,871
IssuesEvent
2021-04-08 15:15:48
adrianwyard/jwplayer-enhancements
https://api.github.com/repos/adrianwyard/jwplayer-enhancements
closed
If you try to seek before the current item’s timecode when viewing the first item it goes to the last item in the playlist. Ideally it should restart the first item.
ready for testing
If you try to seek before the current item’s timecode when viewing the first item it goes to the last item in the playlist. Ideally it should restart the first item.
1.0
If you try to seek before the current item’s timecode when viewing the first item it goes to the last item in the playlist. Ideally it should restart the first item. - If you try to seek before the current item’s timecode when viewing the first item it goes to the last item in the playlist. Ideally it should restart the first item.
test
if you try to seek before the current item’s timecode when viewing the first item it goes to the last item in the playlist ideally it should restart the first item if you try to seek before the current item’s timecode when viewing the first item it goes to the last item in the playlist ideally it should restart the first item
1
244,673
20,682,305,952
IssuesEvent
2022-03-10 14:56:39
elastic/kibana
https://api.github.com/repos/elastic/kibana
closed
Failing test: Chrome X-Pack UI Functional Tests.x-pack/test/functional/apps/dashboard/feature_controls/time_to_visualize_security·ts - dashboard feature controls dashboard time to visualize security visualize by value works without library save permissions edits to a by value visualize panel are properly applied
Team:Presentation failed-test
A test failed on a tracked branch ``` Error: retry.try timeout: TimeoutError: Waiting for element to be located By(css selector, [data-test-subj="dashboardPanelTitle"]) Wait timed out after 10028ms at /dev/shm/workspace/parallel/2/kibana/node_modules/selenium-webdriver/lib/webdriver.js:842:17 at runMicrotasks (<anonymous>) at processTicksAndRejections (internal/process/task_queues.js:93:5) at onFailure (/dev/shm/workspace/parallel/2/kibana/test/common/services/retry/retry_for_success.ts:17:9) at retryForSuccess (/dev/shm/workspace/parallel/2/kibana/test/common/services/retry/retry_for_success.ts:57:13) at Retry.try (/dev/shm/workspace/parallel/2/kibana/test/common/services/retry/retry.ts:32:14) at TestSubjects.moveMouseTo (/dev/shm/workspace/parallel/2/kibana/test/functional/services/common/test_subjects.ts:260:7) at DashboardPanelActions.toggleContextMenu (/dev/shm/workspace/parallel/2/kibana/test/functional/services/dashboard/panel_actions.ts:44:7) at DashboardPanelActions.openContextMenu (/dev/shm/workspace/parallel/2/kibana/test/functional/services/dashboard/panel_actions.ts:56:7) at Context.<anonymous> (test/functional/apps/dashboard/feature_controls/time_to_visualize_security.ts:184:9) at Object.apply (/dev/shm/workspace/parallel/2/kibana/node_modules/@kbn/test/src/functional_test_runner/lib/mocha/wrap_function.js:73:16) ``` First failure: [Jenkins Build](https://kibana-ci.elastic.co/job/elastic+kibana+master/13867/) <!-- kibanaCiData = {"failed-test":{"test.class":"Chrome X-Pack UI Functional Tests.x-pack/test/functional/apps/dashboard/feature_controls/time_to_visualize_security·ts","test.name":"dashboard feature controls dashboard time to visualize security visualize by value works without library save permissions edits to a by value visualize panel are properly applied","test.failCount":5}} -->
1.0
Failing test: Chrome X-Pack UI Functional Tests.x-pack/test/functional/apps/dashboard/feature_controls/time_to_visualize_security·ts - dashboard feature controls dashboard time to visualize security visualize by value works without library save permissions edits to a by value visualize panel are properly applied - A test failed on a tracked branch ``` Error: retry.try timeout: TimeoutError: Waiting for element to be located By(css selector, [data-test-subj="dashboardPanelTitle"]) Wait timed out after 10028ms at /dev/shm/workspace/parallel/2/kibana/node_modules/selenium-webdriver/lib/webdriver.js:842:17 at runMicrotasks (<anonymous>) at processTicksAndRejections (internal/process/task_queues.js:93:5) at onFailure (/dev/shm/workspace/parallel/2/kibana/test/common/services/retry/retry_for_success.ts:17:9) at retryForSuccess (/dev/shm/workspace/parallel/2/kibana/test/common/services/retry/retry_for_success.ts:57:13) at Retry.try (/dev/shm/workspace/parallel/2/kibana/test/common/services/retry/retry.ts:32:14) at TestSubjects.moveMouseTo (/dev/shm/workspace/parallel/2/kibana/test/functional/services/common/test_subjects.ts:260:7) at DashboardPanelActions.toggleContextMenu (/dev/shm/workspace/parallel/2/kibana/test/functional/services/dashboard/panel_actions.ts:44:7) at DashboardPanelActions.openContextMenu (/dev/shm/workspace/parallel/2/kibana/test/functional/services/dashboard/panel_actions.ts:56:7) at Context.<anonymous> (test/functional/apps/dashboard/feature_controls/time_to_visualize_security.ts:184:9) at Object.apply (/dev/shm/workspace/parallel/2/kibana/node_modules/@kbn/test/src/functional_test_runner/lib/mocha/wrap_function.js:73:16) ``` First failure: [Jenkins Build](https://kibana-ci.elastic.co/job/elastic+kibana+master/13867/) <!-- kibanaCiData = {"failed-test":{"test.class":"Chrome X-Pack UI Functional Tests.x-pack/test/functional/apps/dashboard/feature_controls/time_to_visualize_security·ts","test.name":"dashboard feature controls dashboard time to visualize security visualize by value works without library save permissions edits to a by value visualize panel are properly applied","test.failCount":5}} -->
test
failing test chrome x pack ui functional tests x pack test functional apps dashboard feature controls time to visualize security·ts dashboard feature controls dashboard time to visualize security visualize by value works without library save permissions edits to a by value visualize panel are properly applied a test failed on a tracked branch error retry try timeout timeouterror waiting for element to be located by css selector wait timed out after at dev shm workspace parallel kibana node modules selenium webdriver lib webdriver js at runmicrotasks at processticksandrejections internal process task queues js at onfailure dev shm workspace parallel kibana test common services retry retry for success ts at retryforsuccess dev shm workspace parallel kibana test common services retry retry for success ts at retry try dev shm workspace parallel kibana test common services retry retry ts at testsubjects movemouseto dev shm workspace parallel kibana test functional services common test subjects ts at dashboardpanelactions togglecontextmenu dev shm workspace parallel kibana test functional services dashboard panel actions ts at dashboardpanelactions opencontextmenu dev shm workspace parallel kibana test functional services dashboard panel actions ts at context test functional apps dashboard feature controls time to visualize security ts at object apply dev shm workspace parallel kibana node modules kbn test src functional test runner lib mocha wrap function js first failure
1
24,663
6,558,023,981
IssuesEvent
2017-09-06 19:42:51
dotnet/coreclr
https://api.github.com/repos/dotnet/coreclr
closed
[x86, R2R] Jit/Regressions/JitBlue/DevDiv_278523 test failure
area-CodeGen area-ILVerification bug
This test contains such IL sequence: ``` // This sequence of IL repros the issue. Note that the `ldc.i8` is necessary (rather than an `ldc.i4` that is // implicitly converted to a long byt the `add`). ldloca.s V_1 <- native int ldc.i8 4 <- int64 add <- native int + int64 ``` On x86 this sequence is not compiled and executed in CoreRun, because the method that contains it (Test64Bit) is called under condition that pointer size is 64 bits. However, CrossGen has to compile it and it blows up on the assert that address should have native int size. ECMA says that it is " an invalid CIL instruction" ([ecma](http://www.ecma-international.org/publications/files/ECMA-ST/ECMA-335.pdf#page328), page 328, Table III.2: Binary Numeric Operations). Jit64 and RyuJit64 process it as correct sequence and execute this code without any problems. I will add PEVerify and jit32 results soon.
1.0
[x86, R2R] Jit/Regressions/JitBlue/DevDiv_278523 test failure - This test contains such IL sequence: ``` // This sequence of IL repros the issue. Note that the `ldc.i8` is necessary (rather than an `ldc.i4` that is // implicitly converted to a long byt the `add`). ldloca.s V_1 <- native int ldc.i8 4 <- int64 add <- native int + int64 ``` On x86 this sequence is not compiled and executed in CoreRun, because the method that contains it (Test64Bit) is called under condition that pointer size is 64 bits. However, CrossGen has to compile it and it blows up on the assert that address should have native int size. ECMA says that it is " an invalid CIL instruction" ([ecma](http://www.ecma-international.org/publications/files/ECMA-ST/ECMA-335.pdf#page328), page 328, Table III.2: Binary Numeric Operations). Jit64 and RyuJit64 process it as correct sequence and execute this code without any problems. I will add PEVerify and jit32 results soon.
non_test
jit regressions jitblue devdiv test failure this test contains such il sequence this sequence of il repros the issue note that the ldc is necessary rather than an ldc that is implicitly converted to a long byt the add ldloca s v native int ldc add native int on this sequence is not compiled and executed in corerun because the method that contains it is called under condition that pointer size is bits however crossgen has to compile it and it blows up on the assert that address should have native int size ecma says that it is an invalid cil instruction page table iii binary numeric operations and process it as correct sequence and execute this code without any problems i will add peverify and results soon
0
149,487
11,902,858,101
IssuesEvent
2020-03-30 14:32:43
wazuh/wazuh-qa
https://api.github.com/repos/wazuh/wazuh-qa
closed
FIM System tests Wiki
fim-system-tests
### Objective The aim of this issue is to create the FIM service tests Wiki. ### Description The goal of FIM service tests wiki is to gather, unify and summarize all the needed testing processes. It will contain the methodology, specifications, desired workflow, and serializations to be applied in the context of the FIM service tests. The wiki will allow better coordination between the implied teams, more readable and easily reproducible service tests. ### Tasks - [x] Scenarios specifications table
1.0
FIM System tests Wiki - ### Objective The aim of this issue is to create the FIM service tests Wiki. ### Description The goal of FIM service tests wiki is to gather, unify and summarize all the needed testing processes. It will contain the methodology, specifications, desired workflow, and serializations to be applied in the context of the FIM service tests. The wiki will allow better coordination between the implied teams, more readable and easily reproducible service tests. ### Tasks - [x] Scenarios specifications table
test
fim system tests wiki objective the aim of this issue is to create the fim service tests wiki description the goal of fim service tests wiki is to gather unify and summarize all the needed testing processes it will contain the methodology specifications desired workflow and serializations to be applied in the context of the fim service tests the wiki will allow better coordination between the implied teams more readable and easily reproducible service tests tasks scenarios specifications table
1
293,863
25,329,198,901
IssuesEvent
2022-11-18 11:51:06
Tribler/tribler
https://api.github.com/repos/Tribler/tribler
closed
[Tests] Task was destroyed but it is pending! KnowledgeRulesProcessor:_check_tasks
type: bug component: tests
Sentry Issue: [PYTEST-3](https://sentry.tribler.org/organizations/tribler/issues/1846/?referrer=github_integration) ``` Task was destroyed but it is pending! task: <Task pending name='KnowledgeRulesProcessor:_check_tasks' coro=<interval_runner() running at c:\users\runneradmin\.virtualenvs\.venv\lib\site-packages\ipv8\taskmanager.py:16> wait_for=<Future pending cb=[<TaskWakeupMethWrapper object at 0x000001AD668FCDF0>()]> cb=[TaskManager.register_task.<locals>.done_cb() at c:\users\runneradmin\.virtualenvs\.venv\lib\site-packages\ipv8\taskmanager.py:128]> ```
1.0
[Tests] Task was destroyed but it is pending! KnowledgeRulesProcessor:_check_tasks - Sentry Issue: [PYTEST-3](https://sentry.tribler.org/organizations/tribler/issues/1846/?referrer=github_integration) ``` Task was destroyed but it is pending! task: <Task pending name='KnowledgeRulesProcessor:_check_tasks' coro=<interval_runner() running at c:\users\runneradmin\.virtualenvs\.venv\lib\site-packages\ipv8\taskmanager.py:16> wait_for=<Future pending cb=[<TaskWakeupMethWrapper object at 0x000001AD668FCDF0>()]> cb=[TaskManager.register_task.<locals>.done_cb() at c:\users\runneradmin\.virtualenvs\.venv\lib\site-packages\ipv8\taskmanager.py:128]> ```
test
task was destroyed but it is pending knowledgerulesprocessor check tasks sentry issue task was destroyed but it is pending task wait for cb
1
123,394
10,266,580,442
IssuesEvent
2019-08-22 21:53:01
microsoft/PTVS
https://api.github.com/repos/microsoft/PTVS
closed
pytest with parameterize values that include '::' breaking RunAll due to pytestId not found
area:Test Adapter bug priority:P1
pytest like this one are currently breaking RunAll: ``` @pytest.mark.parametrize( "baseid, nodeid, expected", ( ("", "", True), ("", "foo", True), ("", "foo/bar", True), ("", "foo/bar::TestBaz", True), ("foo", "food", False), ("foo/bar::TestBaz", "foo/bar", False), ("foo/bar::TestBaz", "foo/bar::TestBop", False), ("foo/bar", "foo/bar::TestBop", True), ), ) def test_ischildnode(baseid, nodeid, expected): result = nodes.ischildnode(baseid, nodeid) assert result is expected ``` Can't be run individually by pytestId ie. ```pytest .\testing\test_nodes.py::test_ischildnode[-foo/bar::TestBaz-True]``` However other parametrized tests work ```pytest .\testing\test_nodes.py::test_ischildnode[--True]``` This example taken from pytest repo. See #5620 for how to setup pytest repo. **Additional context and screenshots** Pytest Directly ![image](https://user-images.githubusercontent.com/1946977/63452920-54990480-c3fc-11e9-8c99-68292c2feb37.png) VS Test Output ``` [8/21/2019 10:03:43.461 AM Informational] ---------- Run started ---------- [8/21/2019 10:03:44.351 AM Informational] cd D:\demos\pytest [8/21/2019 10:03:44.403 AM Informational] set PYTHONPATH=D:\demos\pytest;D:\demos\pytest\ [8/21/2019 10:03:44.422 AM Informational] D:\demos\pytest\envPytest\Scripts\python.exe "C:\USERS\BSCHNURR\APPDATA\LOCAL\MICROSOFT\VISUALSTUDIO\16.0_FE4FEA96EXP\EXTENSIONS\MICROSOFT CORPORATION\PYTHON\16.0.0\testlauncher.py" D:\demos\pytest pytest "" 0 "C:\USERS\BSCHNURR\APPDATA\LOCAL\MICROSOFT\VISUALSTUDIO\16.0_FE4FEA96EXP\EXTENSIONS\MICROSOFT CORPORATION\PYTHON\16.0.0\Packages" "" "" dummyfilename .\testing\test_nodes.py::test_ischildnode[--True] .\testing\test_nodes.py::test_ischildnode[-foo/bar::TestBaz-True] --junitxml=D:\demos\pytest\TestResults\junitresults_fc1f51dd-5504-4405-8d14-ec5307f3bce8.xml --rootdir=D:\demos\pytest [8/21/2019 10:03:44.758 AM Informational] ============================= test session starts ============================= [8/21/2019 10:03:44.837 AM Informational] platform win32 -- Python 3.7.4, pytest-5.1.2.dev1+g4265ab3a4, py-1.8.0, pluggy-0.12.0 [8/21/2019 10:03:44.891 AM Informational] rootdir: D:\demos\pytest, inifile: tox.ini [8/21/2019 10:03:44.943 AM Informational] collected 1 item [8/21/2019 10:03:44.982 AM Informational] - generated xml file: D:\demos\pytest\TestResults\junitresults_fc1f51dd-5504-4405-8d14-ec5307f3bce8.xml - [8/21/2019 10:03:44.995 AM Informational] ============================ no tests ran in 0.04s ============================ [8/21/2019 10:03:45.034 AM Error] ERROR: not found: D:\demos\pytest\testing\test_nodes.py::test_ischildnode[-foo/bar::TestBaz-True] [8/21/2019 10:03:45.049 AM Error] (no name 'D:\\demos\\pytest\\testing\\test_nodes.py::test_ischildnode[-foo/bar::TestBaz-True]' in any of [<Module testing/test_nodes.py>]) [8/21/2019 10:03:47.004 AM Informational] ========== Run finished: 2 tests run (0:00:01.9437585) ========== ```
1.0
pytest with parameterize values that include '::' breaking RunAll due to pytestId not found - pytest like this one are currently breaking RunAll: ``` @pytest.mark.parametrize( "baseid, nodeid, expected", ( ("", "", True), ("", "foo", True), ("", "foo/bar", True), ("", "foo/bar::TestBaz", True), ("foo", "food", False), ("foo/bar::TestBaz", "foo/bar", False), ("foo/bar::TestBaz", "foo/bar::TestBop", False), ("foo/bar", "foo/bar::TestBop", True), ), ) def test_ischildnode(baseid, nodeid, expected): result = nodes.ischildnode(baseid, nodeid) assert result is expected ``` Can't be run individually by pytestId ie. ```pytest .\testing\test_nodes.py::test_ischildnode[-foo/bar::TestBaz-True]``` However other parametrized tests work ```pytest .\testing\test_nodes.py::test_ischildnode[--True]``` This example taken from pytest repo. See #5620 for how to setup pytest repo. **Additional context and screenshots** Pytest Directly ![image](https://user-images.githubusercontent.com/1946977/63452920-54990480-c3fc-11e9-8c99-68292c2feb37.png) VS Test Output ``` [8/21/2019 10:03:43.461 AM Informational] ---------- Run started ---------- [8/21/2019 10:03:44.351 AM Informational] cd D:\demos\pytest [8/21/2019 10:03:44.403 AM Informational] set PYTHONPATH=D:\demos\pytest;D:\demos\pytest\ [8/21/2019 10:03:44.422 AM Informational] D:\demos\pytest\envPytest\Scripts\python.exe "C:\USERS\BSCHNURR\APPDATA\LOCAL\MICROSOFT\VISUALSTUDIO\16.0_FE4FEA96EXP\EXTENSIONS\MICROSOFT CORPORATION\PYTHON\16.0.0\testlauncher.py" D:\demos\pytest pytest "" 0 "C:\USERS\BSCHNURR\APPDATA\LOCAL\MICROSOFT\VISUALSTUDIO\16.0_FE4FEA96EXP\EXTENSIONS\MICROSOFT CORPORATION\PYTHON\16.0.0\Packages" "" "" dummyfilename .\testing\test_nodes.py::test_ischildnode[--True] .\testing\test_nodes.py::test_ischildnode[-foo/bar::TestBaz-True] --junitxml=D:\demos\pytest\TestResults\junitresults_fc1f51dd-5504-4405-8d14-ec5307f3bce8.xml --rootdir=D:\demos\pytest [8/21/2019 10:03:44.758 AM Informational] ============================= test session starts ============================= [8/21/2019 10:03:44.837 AM Informational] platform win32 -- Python 3.7.4, pytest-5.1.2.dev1+g4265ab3a4, py-1.8.0, pluggy-0.12.0 [8/21/2019 10:03:44.891 AM Informational] rootdir: D:\demos\pytest, inifile: tox.ini [8/21/2019 10:03:44.943 AM Informational] collected 1 item [8/21/2019 10:03:44.982 AM Informational] - generated xml file: D:\demos\pytest\TestResults\junitresults_fc1f51dd-5504-4405-8d14-ec5307f3bce8.xml - [8/21/2019 10:03:44.995 AM Informational] ============================ no tests ran in 0.04s ============================ [8/21/2019 10:03:45.034 AM Error] ERROR: not found: D:\demos\pytest\testing\test_nodes.py::test_ischildnode[-foo/bar::TestBaz-True] [8/21/2019 10:03:45.049 AM Error] (no name 'D:\\demos\\pytest\\testing\\test_nodes.py::test_ischildnode[-foo/bar::TestBaz-True]' in any of [<Module testing/test_nodes.py>]) [8/21/2019 10:03:47.004 AM Informational] ========== Run finished: 2 tests run (0:00:01.9437585) ========== ```
test
pytest with parameterize values that include breaking runall due to pytestid not found pytest like this one are currently breaking runall pytest mark parametrize baseid nodeid expected true foo true foo bar true foo bar testbaz true foo food false foo bar testbaz foo bar false foo bar testbaz foo bar testbop false foo bar foo bar testbop true def test ischildnode baseid nodeid expected result nodes ischildnode baseid nodeid assert result is expected can t be run individually by pytestid ie pytest testing test nodes py test ischildnode however other parametrized tests work pytest testing test nodes py test ischildnode this example taken from pytest repo see for how to setup pytest repo additional context and screenshots pytest directly vs test output run started cd d demos pytest set pythonpath d demos pytest d demos pytest d demos pytest envpytest scripts python exe c users bschnurr appdata local microsoft visualstudio extensions microsoft corporation python testlauncher py d demos pytest pytest c users bschnurr appdata local microsoft visualstudio extensions microsoft corporation python packages dummyfilename testing test nodes py test ischildnode testing test nodes py test ischildnode junitxml d demos pytest testresults junitresults xml rootdir d demos pytest test session starts platform python pytest py pluggy rootdir d demos pytest inifile tox ini collected item generated xml file d demos pytest testresults junitresults xml no tests ran in error not found d demos pytest testing test nodes py test ischildnode no name d demos pytest testing test nodes py test ischildnode in any of run finished tests run
1
819,234
30,724,783,757
IssuesEvent
2023-07-27 18:42:58
algorand/go-algorand
https://api.github.com/repos/algorand/go-algorand
closed
Document Muleci
Low Priority Team Hyper Flow
## Summary We need to document the new muleci cli. ## Scope/Requirements * Documentation that explains how it works and how to get started with a new project ## Urgency/Relative Priority We're hoping that this will be something teams can use on their own, so it would be good to do soon.
1.0
Document Muleci - ## Summary We need to document the new muleci cli. ## Scope/Requirements * Documentation that explains how it works and how to get started with a new project ## Urgency/Relative Priority We're hoping that this will be something teams can use on their own, so it would be good to do soon.
non_test
document muleci summary we need to document the new muleci cli scope requirements documentation that explains how it works and how to get started with a new project urgency relative priority we re hoping that this will be something teams can use on their own so it would be good to do soon
0
100,250
8,728,600,942
IssuesEvent
2018-12-10 17:49:37
filamentgroup/tablesaw
https://api.github.com/repos/filamentgroup/tablesaw
closed
Not working with DataTable Server side resource load, Pagination and updation.
needs-test-case
In my datatable data is loading via ajax from serverside. After first data load I am calling - $( document ).trigger( "enhance.tablesaw" ) and its working fine. But when I am sorting and moving to next page via pagination, Labels are not showing. after new data load via pagination or sorting, I'm doing - $('#example').tablesaw().data( "tablesaw" ).refresh();
1.0
Not working with DataTable Server side resource load, Pagination and updation. - In my datatable data is loading via ajax from serverside. After first data load I am calling - $( document ).trigger( "enhance.tablesaw" ) and its working fine. But when I am sorting and moving to next page via pagination, Labels are not showing. after new data load via pagination or sorting, I'm doing - $('#example').tablesaw().data( "tablesaw" ).refresh();
test
not working with datatable server side resource load pagination and updation in my datatable data is loading via ajax from serverside after first data load i am calling document trigger enhance tablesaw and its working fine but when i am sorting and moving to next page via pagination labels are not showing after new data load via pagination or sorting i m doing example tablesaw data tablesaw refresh
1
65,247
6,953,096,312
IssuesEvent
2017-12-06 19:46:19
Microsoft/visualfsharp
https://api.github.com/repos/Microsoft/visualfsharp
opened
Tests for a user typing a character to trigger completions
Needs Test cases
Making an issue for providing tests against ShouldTriggerCompletion that is in CompletionProvider.fs. Meaning, we should provide tests that does an accurate simulation of when a user types a character that kicks off ShouldTriggerCompletion and the following completions appear.
1.0
Tests for a user typing a character to trigger completions - Making an issue for providing tests against ShouldTriggerCompletion that is in CompletionProvider.fs. Meaning, we should provide tests that does an accurate simulation of when a user types a character that kicks off ShouldTriggerCompletion and the following completions appear.
test
tests for a user typing a character to trigger completions making an issue for providing tests against shouldtriggercompletion that is in completionprovider fs meaning we should provide tests that does an accurate simulation of when a user types a character that kicks off shouldtriggercompletion and the following completions appear
1
538,385
15,767,833,951
IssuesEvent
2021-03-31 16:31:46
AY2021S2-CS2103T-W15-3/tp
https://api.github.com/repos/AY2021S2-CS2103T-W15-3/tp
closed
Personalise GUI for JJIMY
priority.Medium type.UI
Implement changing displays/panels in the GUI according to the data type being queried.
1.0
Personalise GUI for JJIMY - Implement changing displays/panels in the GUI according to the data type being queried.
non_test
personalise gui for jjimy implement changing displays panels in the gui according to the data type being queried
0
458,686
13,179,656,122
IssuesEvent
2020-08-12 11:21:47
adonisjs/auth
https://api.github.com/repos/adonisjs/auth
closed
Passing user id as number to auth.attempt throws an error
Priority: High Status: Abandoned Type: Bug
Even though my primary key is a `bigInt`, I can't pass a number to `auth.attempt` ## Package version ``` "@adonisjs/auth": "^3.0.7", "@adonisjs/framework": "^5.0.13", ``` ## Node.js and npm version ``` node 12.9.1 npm 6.10.2 ``` ## Sample Code (to reproduce the issue) `auth.attempt(Number(userId), validPassword)` will throw an error. `auth.attempt(userId.toString(), validPassword)` works fine. ## BONUS I traced the bug to this line which always wants the user id to be a string. https://github.com/adonisjs/adonis-auth/blob/56621d0aa2/src/Schemes/Base.js#L187
1.0
Passing user id as number to auth.attempt throws an error - Even though my primary key is a `bigInt`, I can't pass a number to `auth.attempt` ## Package version ``` "@adonisjs/auth": "^3.0.7", "@adonisjs/framework": "^5.0.13", ``` ## Node.js and npm version ``` node 12.9.1 npm 6.10.2 ``` ## Sample Code (to reproduce the issue) `auth.attempt(Number(userId), validPassword)` will throw an error. `auth.attempt(userId.toString(), validPassword)` works fine. ## BONUS I traced the bug to this line which always wants the user id to be a string. https://github.com/adonisjs/adonis-auth/blob/56621d0aa2/src/Schemes/Base.js#L187
non_test
passing user id as number to auth attempt throws an error even though my primary key is a bigint i can t pass a number to auth attempt package version adonisjs auth adonisjs framework node js and npm version node npm sample code to reproduce the issue auth attempt number userid validpassword will throw an error auth attempt userid tostring validpassword works fine bonus i traced the bug to this line which always wants the user id to be a string
0
284,533
30,913,642,644
IssuesEvent
2023-08-05 02:28:50
Satheesh575555/linux-4.1.15_CVE-2022-45934
https://api.github.com/repos/Satheesh575555/linux-4.1.15_CVE-2022-45934
reopened
CVE-2016-7425 (High) detected in linuxlinux-4.6
Mend: dependency security vulnerability
## CVE-2016-7425 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linuxlinux-4.6</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/Satheesh575555/linux-4.1.15_CVE-2022-45934/commit/7c0b143b43394df131d83e9aecb3c5518edc127a">7c0b143b43394df131d83e9aecb3c5518edc127a</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 (2)</summary> <p></p> <p> <img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/drivers/scsi/arcmsr/arcmsr_hba.c</b> <img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/drivers/scsi/arcmsr/arcmsr_hba.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> The arcmsr_iop_message_xfer function in drivers/scsi/arcmsr/arcmsr_hba.c in the Linux kernel through 4.8.2 does not restrict a certain length field, which allows local users to gain privileges or cause a denial of service (heap-based buffer overflow) via an ARCMSR_MESSAGE_WRITE_WQBUFFER control code. <p>Publish Date: 2016-10-16 <p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2016-7425>CVE-2016-7425</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/detail?vulnId=CVE-2016-7425">http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2016-7425</a></p> <p>Release Date: 2016-10-16</p> <p>Fix Resolution: v4.9-rc1</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-7425 (High) detected in linuxlinux-4.6 - ## CVE-2016-7425 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linuxlinux-4.6</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/Satheesh575555/linux-4.1.15_CVE-2022-45934/commit/7c0b143b43394df131d83e9aecb3c5518edc127a">7c0b143b43394df131d83e9aecb3c5518edc127a</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 (2)</summary> <p></p> <p> <img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/drivers/scsi/arcmsr/arcmsr_hba.c</b> <img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/drivers/scsi/arcmsr/arcmsr_hba.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> The arcmsr_iop_message_xfer function in drivers/scsi/arcmsr/arcmsr_hba.c in the Linux kernel through 4.8.2 does not restrict a certain length field, which allows local users to gain privileges or cause a denial of service (heap-based buffer overflow) via an ARCMSR_MESSAGE_WRITE_WQBUFFER control code. <p>Publish Date: 2016-10-16 <p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2016-7425>CVE-2016-7425</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/detail?vulnId=CVE-2016-7425">http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2016-7425</a></p> <p>Release Date: 2016-10-16</p> <p>Fix Resolution: v4.9-rc1</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 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 master vulnerable source files drivers scsi arcmsr arcmsr hba c drivers scsi arcmsr arcmsr hba c vulnerability details the arcmsr iop message xfer function in drivers scsi arcmsr arcmsr hba c in the linux kernel through does not restrict a certain length field which allows local users to gain privileges or cause a denial of service heap based buffer overflow via an arcmsr message write wqbuffer control code 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
22,171
3,940,572,256
IssuesEvent
2016-04-27 01:46:20
extnet/Ext.NET
https://api.github.com/repos/extnet/Ext.NET
closed
MonthPicker is rendered too small to show all the options
2.x fixed-in-latest-extjs sencha
http://forums.ext.net/showthread.php?29341 http://www.sencha.com/forum/showthread.php?264688 It should be fixed in ExtJS 4.2.2. Review after next ExtJS update. Duplicate: http://forums.ext.net/showthread.php?32271 **Update:** Allegedly [fixed since 5.0.0](http://docs.sencha.com/extjs/5.0/whats_new/release_notes.html) (look for ExtJS-9974 issue).
1.0
MonthPicker is rendered too small to show all the options - http://forums.ext.net/showthread.php?29341 http://www.sencha.com/forum/showthread.php?264688 It should be fixed in ExtJS 4.2.2. Review after next ExtJS update. Duplicate: http://forums.ext.net/showthread.php?32271 **Update:** Allegedly [fixed since 5.0.0](http://docs.sencha.com/extjs/5.0/whats_new/release_notes.html) (look for ExtJS-9974 issue).
test
monthpicker is rendered too small to show all the options it should be fixed in extjs review after next extjs update duplicate update allegedly look for extjs issue
1
294,924
25,414,943,883
IssuesEvent
2022-11-22 22:45:42
sourcegraph/sec-pr-audit-trail
https://api.github.com/repos/sourcegraph/sec-pr-audit-trail
closed
sourcegraph/cloud#63: "<redacted>"
exception/review exception/test-plan sourcegraph/cloud
https://github.com/sourcegraph/cloud/pull/63 "<redacted>" **has no test plan** and **was not reviewed**. Learn more about test plans in our [testing guidelines](https://docs.sourcegraph.com/dev/background-information/testing_principles#test-plans). @michaellzc please comment in this issue with an explanation for this exception and close this issue.
1.0
sourcegraph/cloud#63: "<redacted>" - https://github.com/sourcegraph/cloud/pull/63 "<redacted>" **has no test plan** and **was not reviewed**. Learn more about test plans in our [testing guidelines](https://docs.sourcegraph.com/dev/background-information/testing_principles#test-plans). @michaellzc please comment in this issue with an explanation for this exception and close this issue.
test
sourcegraph cloud has no test plan and was not reviewed learn more about test plans in our michaellzc please comment in this issue with an explanation for this exception and close this issue
1
251,250
8,002,034,116
IssuesEvent
2018-07-23 06:56:16
wso2/product-is
https://api.github.com/repos/wso2/product-is
closed
Add a feature for having idtoken expiry time per application
Affected/5.6.0 Component/OIDC Priority/Normal Type/Improvement
Currently we have access token expiry time per application but we don't have a way to configure idtoken expiry time per application.
1.0
Add a feature for having idtoken expiry time per application - Currently we have access token expiry time per application but we don't have a way to configure idtoken expiry time per application.
non_test
add a feature for having idtoken expiry time per application currently we have access token expiry time per application but we don t have a way to configure idtoken expiry time per application
0
265,619
28,297,999,153
IssuesEvent
2023-04-10 01:23:39
dpteam/RK3188_TABLET
https://api.github.com/repos/dpteam/RK3188_TABLET
closed
CVE-2023-1281 (High) detected in linuxv3.0 - autoclosed
Mend: dependency security vulnerability
## CVE-2023-1281 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linuxv3.0</b></p></summary> <p> <p>Linux kernel source tree</p> <p>Library home page: <a href=https://github.com/verygreen/linux.git>https://github.com/verygreen/linux.git</a></p> <p>Found in HEAD commit: <a href="https://github.com/dpteam/RK3188_TABLET/commit/0c501f5a0fd72c7b2ac82904235363bd44fd8f9e">0c501f5a0fd72c7b2ac82904235363bd44fd8f9e</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 (2)</summary> <p></p> <p> <img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/net/sched/cls_tcindex.c</b> <img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/net/sched/cls_tcindex.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> Use After Free vulnerability in Linux kernel traffic control index filter (tcindex) allows Privilege Escalation. The imperfect hash area can be updated while packets are traversing, which will cause a use-after-free when 'tcf_exts_exec()' is called with the destroyed tcf_ext. A local attacker user can use this vulnerability to elevate its privileges to root. This issue affects Linux Kernel: from 4.14 before git commit ee059170b1f7e94e55fa6cadee544e176a6e59c2. <p>Publish Date: 2023-03-22 <p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2023-1281>CVE-2023-1281</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="https://www.linuxkernelcves.com/cves/CVE-2023-1281">https://www.linuxkernelcves.com/cves/CVE-2023-1281</a></p> <p>Release Date: 2023-03-22</p> <p>Fix Resolution: v5.10.169,v5.15.95,v6.1.13,v6.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-2023-1281 (High) detected in linuxv3.0 - autoclosed - ## CVE-2023-1281 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linuxv3.0</b></p></summary> <p> <p>Linux kernel source tree</p> <p>Library home page: <a href=https://github.com/verygreen/linux.git>https://github.com/verygreen/linux.git</a></p> <p>Found in HEAD commit: <a href="https://github.com/dpteam/RK3188_TABLET/commit/0c501f5a0fd72c7b2ac82904235363bd44fd8f9e">0c501f5a0fd72c7b2ac82904235363bd44fd8f9e</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 (2)</summary> <p></p> <p> <img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/net/sched/cls_tcindex.c</b> <img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/net/sched/cls_tcindex.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> Use After Free vulnerability in Linux kernel traffic control index filter (tcindex) allows Privilege Escalation. The imperfect hash area can be updated while packets are traversing, which will cause a use-after-free when 'tcf_exts_exec()' is called with the destroyed tcf_ext. A local attacker user can use this vulnerability to elevate its privileges to root. This issue affects Linux Kernel: from 4.14 before git commit ee059170b1f7e94e55fa6cadee544e176a6e59c2. <p>Publish Date: 2023-03-22 <p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2023-1281>CVE-2023-1281</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="https://www.linuxkernelcves.com/cves/CVE-2023-1281">https://www.linuxkernelcves.com/cves/CVE-2023-1281</a></p> <p>Release Date: 2023-03-22</p> <p>Fix Resolution: v5.10.169,v5.15.95,v6.1.13,v6.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 autoclosed cve high severity vulnerability vulnerable library linux kernel source tree library home page a href found in head commit a href found in base branch master vulnerable source files net sched cls tcindex c net sched cls tcindex c vulnerability details use after free vulnerability in linux kernel traffic control index filter tcindex allows privilege escalation the imperfect hash area can be updated while packets are traversing which will cause a use after free when tcf exts exec is called with the destroyed tcf ext a local attacker user can use this vulnerability to elevate its privileges to root this issue affects linux kernel from before git commit 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
458,984
13,184,680,828
IssuesEvent
2020-08-12 19:53:39
zephyrproject-rtos/zephyr
https://api.github.com/repos/zephyrproject-rtos/zephyr
closed
STM32F407 I2C driver hangs
area: I2C bug platform: STM32 priority: low
The STM32F407 I2C driver hangs from time to time where it waits on the semaphore in the driver. When that happens the signal on the bus looks like this (SDA = yellow, SCL = green); ![i2c_error](https://user-images.githubusercontent.com/1266398/74319938-0e57a900-4d80-11ea-9db9-cecb1f442da0.png) To work around it I added a timeout to the k_sem_take calls, but I have not found the real cause of the problem. On the scope is to see it must go wrong real early, because it generates a start-stop without any data. This is on the 1.14 branch, but I cherry-picked most commits (like the new timeout handling) from master. The target is a STM32F407 so it uses the V1 driver. Also not using IRQ's but polling causes the problem to happen less but it still happens.
1.0
STM32F407 I2C driver hangs - The STM32F407 I2C driver hangs from time to time where it waits on the semaphore in the driver. When that happens the signal on the bus looks like this (SDA = yellow, SCL = green); ![i2c_error](https://user-images.githubusercontent.com/1266398/74319938-0e57a900-4d80-11ea-9db9-cecb1f442da0.png) To work around it I added a timeout to the k_sem_take calls, but I have not found the real cause of the problem. On the scope is to see it must go wrong real early, because it generates a start-stop without any data. This is on the 1.14 branch, but I cherry-picked most commits (like the new timeout handling) from master. The target is a STM32F407 so it uses the V1 driver. Also not using IRQ's but polling causes the problem to happen less but it still happens.
non_test
driver hangs the driver hangs from time to time where it waits on the semaphore in the driver when that happens the signal on the bus looks like this sda yellow scl green to work around it i added a timeout to the k sem take calls but i have not found the real cause of the problem on the scope is to see it must go wrong real early because it generates a start stop without any data this is on the branch but i cherry picked most commits like the new timeout handling from master the target is a so it uses the driver also not using irq s but polling causes the problem to happen less but it still happens
0
163,126
12,704,791,462
IssuesEvent
2020-06-23 02:33:28
goharbor/harbor
https://api.github.com/repos/goharbor/harbor
closed
Add nightly test case for harbor version verification
area/test automation/ui-e2e target/2.1.0
Add nightly test case for harbor version verification
1.0
Add nightly test case for harbor version verification - Add nightly test case for harbor version verification
test
add nightly test case for harbor version verification add nightly test case for harbor version verification
1
97,625
8,664,334,982
IssuesEvent
2018-11-28 19:51:42
ansible/awx
https://api.github.com/repos/ansible/awx
closed
"TOTAL JOBS" field on WFJ view does not reflect number of jobs in WF, instead it is the number of nodes
component:ui flag:🎱 priority:low state:needs_test type:bug
##### ISSUE TYPE - Bug Report ##### COMPONENT NAME <!-- Pick the area of AWX for this issue, you can have multiple, delete the rest: --> - UI ##### SUMMARY <!-- Briefly describe the problem. --> When I look at the detail of a WFJ, there is text that indicates the "TOTAL JOBS" a WF had in it. It is not accurate, it displays the number of nodes in the WF, not the number of jobs actually run. ##### ENVIRONMENT * AWX version: `workflow-convergence` feature branch * AWX install method: docker on linux * Operating System: fedora * Web Browser: chrome ##### STEPS TO REPRODUCE <!-- Please describe exactly how to reproduce the problem. --> Make a WF where some nodes will not be executed (a failure path that is not taken for example) Run the WF Look at the workflow job view for the completed WF. ##### EXPECTED RESULTS <!-- What did you expect to happen when running the steps above? --> TOTAL JOBS reflects number of jobs ran or different wording to say TOTAL WORKFLOW JOB NODES or something. ##### ACTUAL RESULTS <!-- What actually happened? --> text says TOTAL JOBS but is actually TOTAL WORKFLOW JOB NODES ##### ADDITIONAL INFORMATION <!-- Include any links to sosreport, database dumps, screenshots or other information. --> View from UI (number says 500, you can see if you zoom in) ![total_job_count_is_actually_node_count](https://user-images.githubusercontent.com/29239279/48640346-70223b00-e9a4-11e8-8e4d-4cddfa7f7c7e.png) View from API filtering on workflow job nodes with no job associated: ![nodes_that_had_no_jobs](https://user-images.githubusercontent.com/29239279/48640375-803a1a80-e9a4-11e8-9a06-e0a5f5557bba.png) Looks like this is existing behavior, I just confirmed it happens in 3.3.1 as well. Low priority.
1.0
"TOTAL JOBS" field on WFJ view does not reflect number of jobs in WF, instead it is the number of nodes - ##### ISSUE TYPE - Bug Report ##### COMPONENT NAME <!-- Pick the area of AWX for this issue, you can have multiple, delete the rest: --> - UI ##### SUMMARY <!-- Briefly describe the problem. --> When I look at the detail of a WFJ, there is text that indicates the "TOTAL JOBS" a WF had in it. It is not accurate, it displays the number of nodes in the WF, not the number of jobs actually run. ##### ENVIRONMENT * AWX version: `workflow-convergence` feature branch * AWX install method: docker on linux * Operating System: fedora * Web Browser: chrome ##### STEPS TO REPRODUCE <!-- Please describe exactly how to reproduce the problem. --> Make a WF where some nodes will not be executed (a failure path that is not taken for example) Run the WF Look at the workflow job view for the completed WF. ##### EXPECTED RESULTS <!-- What did you expect to happen when running the steps above? --> TOTAL JOBS reflects number of jobs ran or different wording to say TOTAL WORKFLOW JOB NODES or something. ##### ACTUAL RESULTS <!-- What actually happened? --> text says TOTAL JOBS but is actually TOTAL WORKFLOW JOB NODES ##### ADDITIONAL INFORMATION <!-- Include any links to sosreport, database dumps, screenshots or other information. --> View from UI (number says 500, you can see if you zoom in) ![total_job_count_is_actually_node_count](https://user-images.githubusercontent.com/29239279/48640346-70223b00-e9a4-11e8-8e4d-4cddfa7f7c7e.png) View from API filtering on workflow job nodes with no job associated: ![nodes_that_had_no_jobs](https://user-images.githubusercontent.com/29239279/48640375-803a1a80-e9a4-11e8-9a06-e0a5f5557bba.png) Looks like this is existing behavior, I just confirmed it happens in 3.3.1 as well. Low priority.
test
total jobs field on wfj view does not reflect number of jobs in wf instead it is the number of nodes issue type bug report component name ui summary when i look at the detail of a wfj there is text that indicates the total jobs a wf had in it it is not accurate it displays the number of nodes in the wf not the number of jobs actually run environment awx version workflow convergence feature branch awx install method docker on linux operating system fedora web browser chrome steps to reproduce make a wf where some nodes will not be executed a failure path that is not taken for example run the wf look at the workflow job view for the completed wf expected results total jobs reflects number of jobs ran or different wording to say total workflow job nodes or something actual results text says total jobs but is actually total workflow job nodes additional information include any links to sosreport database dumps screenshots or other information view from ui number says you can see if you zoom in view from api filtering on workflow job nodes with no job associated looks like this is existing behavior i just confirmed it happens in as well low priority
1
118,553
4,750,655,210
IssuesEvent
2016-10-22 13:17:00
gushphp/gush
https://api.github.com/repos/gushphp/gush
closed
CMD git rev-parse --abbrev-ref HEAD CMD git push cordoval -u thursday-of-deploy
Bug Critical priority Easy pick
it is not git push cordoval -u ... but git push -u cordoval 👍 i will fix it this weekend
1.0
CMD git rev-parse --abbrev-ref HEAD CMD git push cordoval -u thursday-of-deploy - it is not git push cordoval -u ... but git push -u cordoval 👍 i will fix it this weekend
non_test
cmd git rev parse abbrev ref head cmd git push cordoval u thursday of deploy it is not git push cordoval u but git push u cordoval 👍 i will fix it this weekend
0
2,855
2,641,835,766
IssuesEvent
2015-03-11 20:02:39
ropensci/redland-bindings
https://api.github.com/repos/ropensci/redland-bindings
closed
Create stress tests for building models
enhancement testing
Write stress tests that perform many iterations of: - [ ] building models - [ ] serializing models - [ ] deserializing models These tests should verify that: - [ ] memory is released when requested - [ ] memory leaks are not occuring
1.0
Create stress tests for building models - Write stress tests that perform many iterations of: - [ ] building models - [ ] serializing models - [ ] deserializing models These tests should verify that: - [ ] memory is released when requested - [ ] memory leaks are not occuring
test
create stress tests for building models write stress tests that perform many iterations of building models serializing models deserializing models these tests should verify that memory is released when requested memory leaks are not occuring
1
32,738
4,787,892,146
IssuesEvent
2016-10-30 08:25:13
vedmack/yadcf
https://api.github.com/repos/vedmack/yadcf
closed
Filter type multi_select_custom_func causing fail when Datable refreshed
waiting for response / test page link
I have a column with a custom_func and it appears to be causing the following problem to occur: In the refresh after i make a server call I get a console message : jquery.js:3855 Uncaught TypeError: obj.Table is not a function UPDATE:( this fails for both custom_func and multi.. - also I found that the selector in the oInstance of the settingsDt is not present the second time through. I am using destroy: true on datatable init. I also found that the filterval is not present). If I change the column filter to just multi_select everything works fine: It looks like somehow the settingsDt is getting used before completely filled in? Not really sure: function generateTableSelectorJQFriendly2(obj) { var tmpStr; if (obj.oInstance !== undefined && obj.oInstance.selector !== undefined) { tmpStr = obj.oInstance.selector; } else if (obj.selector !== undefined) { tmpStr = obj.selector; } else { console.log('getting table selector'); console.dir(obj.Table()); tmpStr = obj.Table().node().id; } tmpStr = replaceAll(tmpStr, ".", "-"); tmpStr = replaceAll(tmpStr, ' ', ''); return tmpStr.replace(":", "-").replace("(", "").replace(")", "").replace("#", "-"); } Here is the stack trace. generateTableSelectorJQFriendly2 @ yadcf:674 (anonymous function) @ yadcf:1219 _fnFilterCustom @ jquery.dataTables.js:4311 _fnFilterComplete @ jquery.dataTables.js:4279 _fnReDraw @ jquery.dataTables.js:3517 _fnInitialise @ jquery.dataTables.js:4708 (anonymous function) @ jquery.dataTables.js:1339 each @ jquery.js:368 each @ jquery.js:157 DataTable @ jquery.dataTables.js:869 $.fn.DataTable @ jquery.dataTables.js:15105 (anonymous function) @ VM909487:424 mightThrow @ jquery.js:3570 process @ jquery.js:3638 setTimeout (async)jQuery.readyException @ jquery.js:3854 (anonymous function) @ jquery.js:3874 mightThrow @ jquery.js:3570 process @ jquery.js:3638 setTimeout (async)(anonymous function) @ jquery.js:3676 fire @ jquery.js:3305 fireWith @ jquery.js:3435 fire @ jquery.js:3443 fire @ jquery.js:3305 fireWith @ jquery.js:3435 process @ jquery.js:3658 setTimeout (async)(anonymous function) @ jquery.js:3676 fire @ jquery.js:3305 add @ jquery.js:3364 (anonymous function) @ jquery.js:3696 Deferred @ jquery.js:3780 then @ jquery.js:3681 jQuery.fn.ready @ jquery.js:3868 (anonymous function) @ VM909487:30 _evaluateScript @ 3_3_3.Finalorg.ajax4jsf.javascript.AjaxScript?rel=1476574686000:81 (anonymous function) @ 3_3_3.Finalorg.ajax4jsf.javascript.AjaxScript?rel=1476574686000:82 setTimeout (async)evalScripts @ 3_3_3.Finalorg.ajax4jsf.javascript.AjaxScript?rel=1476574686000:82 updatePagePart @ 3_3_3.Finalorg.ajax4jsf.javascript.AjaxScript?rel=1476574686000:93 A4J.AJAX.processResponseAfterUpdateHeadElements @ 3_3_3.Finalorg.ajax4jsf.javascript.AjaxScript?rel=1476574686000:131 callback @ 3_3_3.Finalorg.ajax4jsf.javascript.AjaxScript?rel=1476574686000:136 appendNewHeadElements @ 3_3_3.Finalorg.ajax4jsf.javascript.AjaxScript?rel=1476574686000:95 A4J.AJAX.processResponse @ 3_3_3.Finalorg.ajax4jsf.javascript.AjaxScript?rel=1476574686000:136 _request.onreadystatechange @ 3_3_3.Finalorg.ajax4jsf.javascript.AjaxScript?rel=1476574686000:64 And here is my yadcf init: yadcf.init(openSubmissionsTableVar, [{ // The indicator column (COL 6) column_number : 6, //filter_type: "multi_select", filter_type: "multi_select_custom_func", custom_func: filterIndicatorUsingAND, //select_type: 'chosen', //select_type: 'select2', //select_type_options: { //width: '150px', //minimumResultsForSearch: -1 // remove search box //}, column_data_type: "html", html_data_type: "text", filter_default_label: "All", //filter_default_label: "Select tag", filter_reset_button_text: false }, { // the group name column (COL 7) column_number: 7, //filter_type: "multi_select", filter_type: "auto_complete", column_data_type: "text" }, { //the policy effective date (COL 8) column_number: 8, filter_type: "multi_select", filter_default_label: "All", filter_reset_button_text: false }, { // the carrier (COL 9) column_number: 9, filter_type: "multi_select", //filter_type: "multi_select_custom_func", //custom_func: filterCarrier, //select_type: 'chosen', column_data_type: 'text', filter_default_label: "All", filter_reset_button_text: false, exclude: true }, { // Submission status (COL 10) column_number: 10, filter_type: "multi_select", filter_default_label: "All", filter_reset_button_text: false //select_type: 'chosen' }, { // the coverage type . (COL 14) column_number: 13, filter_type: "multi_select", filter_default_label: "All", filter_reset_button_text: false //select_type: 'chosen' }, { // the Case Advocate. (COL 15) column_number: 14, filter_type: "multi_select", filter_default_label: "All", filter_reset_button_text: false //select_type: 'chosen' }]
1.0
Filter type multi_select_custom_func causing fail when Datable refreshed - I have a column with a custom_func and it appears to be causing the following problem to occur: In the refresh after i make a server call I get a console message : jquery.js:3855 Uncaught TypeError: obj.Table is not a function UPDATE:( this fails for both custom_func and multi.. - also I found that the selector in the oInstance of the settingsDt is not present the second time through. I am using destroy: true on datatable init. I also found that the filterval is not present). If I change the column filter to just multi_select everything works fine: It looks like somehow the settingsDt is getting used before completely filled in? Not really sure: function generateTableSelectorJQFriendly2(obj) { var tmpStr; if (obj.oInstance !== undefined && obj.oInstance.selector !== undefined) { tmpStr = obj.oInstance.selector; } else if (obj.selector !== undefined) { tmpStr = obj.selector; } else { console.log('getting table selector'); console.dir(obj.Table()); tmpStr = obj.Table().node().id; } tmpStr = replaceAll(tmpStr, ".", "-"); tmpStr = replaceAll(tmpStr, ' ', ''); return tmpStr.replace(":", "-").replace("(", "").replace(")", "").replace("#", "-"); } Here is the stack trace. generateTableSelectorJQFriendly2 @ yadcf:674 (anonymous function) @ yadcf:1219 _fnFilterCustom @ jquery.dataTables.js:4311 _fnFilterComplete @ jquery.dataTables.js:4279 _fnReDraw @ jquery.dataTables.js:3517 _fnInitialise @ jquery.dataTables.js:4708 (anonymous function) @ jquery.dataTables.js:1339 each @ jquery.js:368 each @ jquery.js:157 DataTable @ jquery.dataTables.js:869 $.fn.DataTable @ jquery.dataTables.js:15105 (anonymous function) @ VM909487:424 mightThrow @ jquery.js:3570 process @ jquery.js:3638 setTimeout (async)jQuery.readyException @ jquery.js:3854 (anonymous function) @ jquery.js:3874 mightThrow @ jquery.js:3570 process @ jquery.js:3638 setTimeout (async)(anonymous function) @ jquery.js:3676 fire @ jquery.js:3305 fireWith @ jquery.js:3435 fire @ jquery.js:3443 fire @ jquery.js:3305 fireWith @ jquery.js:3435 process @ jquery.js:3658 setTimeout (async)(anonymous function) @ jquery.js:3676 fire @ jquery.js:3305 add @ jquery.js:3364 (anonymous function) @ jquery.js:3696 Deferred @ jquery.js:3780 then @ jquery.js:3681 jQuery.fn.ready @ jquery.js:3868 (anonymous function) @ VM909487:30 _evaluateScript @ 3_3_3.Finalorg.ajax4jsf.javascript.AjaxScript?rel=1476574686000:81 (anonymous function) @ 3_3_3.Finalorg.ajax4jsf.javascript.AjaxScript?rel=1476574686000:82 setTimeout (async)evalScripts @ 3_3_3.Finalorg.ajax4jsf.javascript.AjaxScript?rel=1476574686000:82 updatePagePart @ 3_3_3.Finalorg.ajax4jsf.javascript.AjaxScript?rel=1476574686000:93 A4J.AJAX.processResponseAfterUpdateHeadElements @ 3_3_3.Finalorg.ajax4jsf.javascript.AjaxScript?rel=1476574686000:131 callback @ 3_3_3.Finalorg.ajax4jsf.javascript.AjaxScript?rel=1476574686000:136 appendNewHeadElements @ 3_3_3.Finalorg.ajax4jsf.javascript.AjaxScript?rel=1476574686000:95 A4J.AJAX.processResponse @ 3_3_3.Finalorg.ajax4jsf.javascript.AjaxScript?rel=1476574686000:136 _request.onreadystatechange @ 3_3_3.Finalorg.ajax4jsf.javascript.AjaxScript?rel=1476574686000:64 And here is my yadcf init: yadcf.init(openSubmissionsTableVar, [{ // The indicator column (COL 6) column_number : 6, //filter_type: "multi_select", filter_type: "multi_select_custom_func", custom_func: filterIndicatorUsingAND, //select_type: 'chosen', //select_type: 'select2', //select_type_options: { //width: '150px', //minimumResultsForSearch: -1 // remove search box //}, column_data_type: "html", html_data_type: "text", filter_default_label: "All", //filter_default_label: "Select tag", filter_reset_button_text: false }, { // the group name column (COL 7) column_number: 7, //filter_type: "multi_select", filter_type: "auto_complete", column_data_type: "text" }, { //the policy effective date (COL 8) column_number: 8, filter_type: "multi_select", filter_default_label: "All", filter_reset_button_text: false }, { // the carrier (COL 9) column_number: 9, filter_type: "multi_select", //filter_type: "multi_select_custom_func", //custom_func: filterCarrier, //select_type: 'chosen', column_data_type: 'text', filter_default_label: "All", filter_reset_button_text: false, exclude: true }, { // Submission status (COL 10) column_number: 10, filter_type: "multi_select", filter_default_label: "All", filter_reset_button_text: false //select_type: 'chosen' }, { // the coverage type . (COL 14) column_number: 13, filter_type: "multi_select", filter_default_label: "All", filter_reset_button_text: false //select_type: 'chosen' }, { // the Case Advocate. (COL 15) column_number: 14, filter_type: "multi_select", filter_default_label: "All", filter_reset_button_text: false //select_type: 'chosen' }]
test
filter type multi select custom func causing fail when datable refreshed i have a column with a custom func and it appears to be causing the following problem to occur in the refresh after i make a server call i get a console message jquery js uncaught typeerror obj table is not a function update this fails for both custom func and multi also i found that the selector in the oinstance of the settingsdt is not present the second time through i am using destroy true on datatable init i also found that the filterval is not present if i change the column filter to just multi select everything works fine it looks like somehow the settingsdt is getting used before completely filled in not really sure function obj var tmpstr if obj oinstance undefined obj oinstance selector undefined tmpstr obj oinstance selector else if obj selector undefined tmpstr obj selector else console log getting table selector console dir obj table tmpstr obj table node id tmpstr replaceall tmpstr tmpstr replaceall tmpstr return tmpstr replace replace replace replace here is the stack trace yadcf anonymous function yadcf fnfiltercustom jquery datatables js fnfiltercomplete jquery datatables js fnredraw jquery datatables js fninitialise jquery datatables js anonymous function jquery datatables js each jquery js each jquery js datatable jquery datatables js fn datatable jquery datatables js anonymous function mightthrow jquery js process jquery js settimeout async jquery readyexception jquery js anonymous function jquery js mightthrow jquery js process jquery js settimeout async anonymous function jquery js fire jquery js firewith jquery js fire jquery js fire jquery js firewith jquery js process jquery js settimeout async anonymous function jquery js fire jquery js add jquery js anonymous function jquery js deferred jquery js then jquery js jquery fn ready jquery js anonymous function evaluatescript finalorg javascript ajaxscript rel anonymous function finalorg javascript ajaxscript rel settimeout async evalscripts finalorg javascript ajaxscript rel updatepagepart finalorg javascript ajaxscript rel ajax processresponseafterupdateheadelements finalorg javascript ajaxscript rel callback finalorg javascript ajaxscript rel appendnewheadelements finalorg javascript ajaxscript rel ajax processresponse finalorg javascript ajaxscript rel request onreadystatechange finalorg javascript ajaxscript rel and here is my yadcf init yadcf init opensubmissionstablevar the indicator column col column number filter type multi select filter type multi select custom func custom func filterindicatorusingand select type chosen select type select type options width minimumresultsforsearch remove search box column data type html html data type text filter default label all filter default label select tag filter reset button text false the group name column col column number filter type multi select filter type auto complete column data type text the policy effective date col column number filter type multi select filter default label all filter reset button text false the carrier col column number filter type multi select filter type multi select custom func custom func filtercarrier select type chosen column data type text filter default label all filter reset button text false exclude true submission status col column number filter type multi select filter default label all filter reset button text false select type chosen the coverage type col column number filter type multi select filter default label all filter reset button text false select type chosen the case advocate col column number filter type multi select filter default label all filter reset button text false select type chosen
1
70,196
7,179,218,833
IssuesEvent
2018-01-31 18:57:21
dani02021/TakaAntiCheat
https://api.github.com/repos/dani02021/TakaAntiCheat
closed
Step Bypass
bypass minor untested
Hack Client: LiquidBounce b32 Taka Version: 2.9.6 Movement: Step (AAC_334) I hope you can fix it, thank you Clasher31
1.0
Step Bypass - Hack Client: LiquidBounce b32 Taka Version: 2.9.6 Movement: Step (AAC_334) I hope you can fix it, thank you Clasher31
test
step bypass hack client liquidbounce taka version movement step aac i hope you can fix it thank you
1
141,542
12,971,155,029
IssuesEvent
2020-07-21 10:27:08
maartenuni/gwayland
https://api.github.com/repos/maartenuni/gwayland
opened
Add documentation
documentation enhancement
Currently the gwayland library lacks any form of documentation, but documentation is always useful.
1.0
Add documentation - Currently the gwayland library lacks any form of documentation, but documentation is always useful.
non_test
add documentation currently the gwayland library lacks any form of documentation but documentation is always useful
0
41,177
5,342,728,501
IssuesEvent
2017-02-17 09:10:32
mautic/mautic
https://api.github.com/repos/mautic/mautic
closed
Cloned campaign failure
Pending Feedback Ready To Test
What type of report is this: | Q | A | | --- | --- | | Bug report? | | ## Description: When cloning a campaign & going to publish it, the "i broke it" error comes up. ## If a bug: | Q | A | | --- | --- | | Mautic version | | ### Steps to reproduce: 1. Create Campaign 2. Clone Campaign 3. Make Edits 4. Apply ### Log errors: _Please check for related errors in the latest log file in [mautic root]/app/log/ and/or the web server's logs and post them here. Be sure to remove sensitive information if applicable._
1.0
Cloned campaign failure - What type of report is this: | Q | A | | --- | --- | | Bug report? | | ## Description: When cloning a campaign & going to publish it, the "i broke it" error comes up. ## If a bug: | Q | A | | --- | --- | | Mautic version | | ### Steps to reproduce: 1. Create Campaign 2. Clone Campaign 3. Make Edits 4. Apply ### Log errors: _Please check for related errors in the latest log file in [mautic root]/app/log/ and/or the web server's logs and post them here. Be sure to remove sensitive information if applicable._
test
cloned campaign failure what type of report is this q a bug report description when cloning a campaign going to publish it the i broke it error comes up if a bug q a mautic version steps to reproduce create campaign clone campaign make edits apply log errors please check for related errors in the latest log file in app log and or the web server s logs and post them here be sure to remove sensitive information if applicable
1
64,325
6,899,654,324
IssuesEvent
2017-11-24 14:42:05
ValveSoftware/steam-for-linux
https://api.github.com/repos/ValveSoftware/steam-for-linux
closed
Starting Steam in Big Picture Mode - PS3 Dualshock Controller has wrong bindings
Big Picture Need Retest reviewed
If I start Steam directly in Big Picture Mode my PS3 Controller has wrong bindings. Since the newest beta I even cannot change them. Strange thing is if I start Steam normally and then switch to BPM everything is fine and the controller bindings are set up correctly. It makes no different if I set the option "start Steam in Big Pictore Mode" or use the command line flag.
1.0
Starting Steam in Big Picture Mode - PS3 Dualshock Controller has wrong bindings - If I start Steam directly in Big Picture Mode my PS3 Controller has wrong bindings. Since the newest beta I even cannot change them. Strange thing is if I start Steam normally and then switch to BPM everything is fine and the controller bindings are set up correctly. It makes no different if I set the option "start Steam in Big Pictore Mode" or use the command line flag.
test
starting steam in big picture mode dualshock controller has wrong bindings if i start steam directly in big picture mode my controller has wrong bindings since the newest beta i even cannot change them strange thing is if i start steam normally and then switch to bpm everything is fine and the controller bindings are set up correctly it makes no different if i set the option start steam in big pictore mode or use the command line flag
1
105,765
9,100,680,276
IssuesEvent
2019-02-20 09:12:49
humera987/FXLabs-Test-Automation
https://api.github.com/repos/humera987/FXLabs-Test-Automation
closed
Test : ApiV1TestSuitesProjectIdIdCategoryCountsGetAnonymousInvalid
test
Project : Test Job : Default Env : Default Category : Unsecured Tags : [ OWASP - OTG-AUTHN-002, FX Top 10 - API Vulnerability, Non-Intrusive] Severity : Major Region : US_WEST Result : fail Status Code : 500 Headers : {} Endpoint : http://13.56.210.25/api/v1/api/v1/test-suites/project-id/2054725892/category-counts Request : Response : I/O error on GET request for "http://13.56.210.25/api/v1/api/v1/test-suites/project-id/2054725892/category-counts": Read timed out; nested exception is java.net.SocketTimeoutException: Read timed out Logs : 2019-02-20 07:53:59 DEBUG [ApiV1TestSuitesProjectIdIdCategoryCountsGetAnonymousInvalid] : URL [http://13.56.210.25/api/v1/api/v1/test-suites/project-id/2054725892/category-counts] 2019-02-20 07:53:59 DEBUG [ApiV1TestSuitesProjectIdIdCategoryCountsGetAnonymousInvalid] : Method [GET] 2019-02-20 07:53:59 DEBUG [ApiV1TestSuitesProjectIdIdCategoryCountsGetAnonymousInvalid] : Request [] 2019-02-20 07:53:59 DEBUG [ApiV1TestSuitesProjectIdIdCategoryCountsGetAnonymousInvalid] : Request-Headers [{Content-Type=[application/json], Accept=[application/json]}] 2019-02-20 07:53:59 DEBUG [ApiV1TestSuitesProjectIdIdCategoryCountsGetAnonymousInvalid] : Response [I/O error on GET request for "http://13.56.210.25/api/v1/api/v1/test-suites/project-id/2054725892/category-counts": Read timed out; nested exception is java.net.SocketTimeoutException: Read timed out] 2019-02-20 07:53:59 DEBUG [ApiV1TestSuitesProjectIdIdCategoryCountsGetAnonymousInvalid] : Response-Headers [{}] 2019-02-20 07:53:59 DEBUG [ApiV1TestSuitesProjectIdIdCategoryCountsGetAnonymousInvalid] : StatusCode [500] 2019-02-20 07:53:59 DEBUG [ApiV1TestSuitesProjectIdIdCategoryCountsGetAnonymousInvalid] : Time [15013] 2019-02-20 07:53:59 DEBUG [ApiV1TestSuitesProjectIdIdCategoryCountsGetAnonymousInvalid] : Size [199] 2019-02-20 07:53:59 ERROR [ApiV1TestSuitesProjectIdIdCategoryCountsGetAnonymousInvalid] : Assertion [@StatusCode == 401 OR @StatusCode == 403] resolved-to [500 == 401 OR 500 == 403] result [Failed] --- FX Bot ---
1.0
Test : ApiV1TestSuitesProjectIdIdCategoryCountsGetAnonymousInvalid - Project : Test Job : Default Env : Default Category : Unsecured Tags : [ OWASP - OTG-AUTHN-002, FX Top 10 - API Vulnerability, Non-Intrusive] Severity : Major Region : US_WEST Result : fail Status Code : 500 Headers : {} Endpoint : http://13.56.210.25/api/v1/api/v1/test-suites/project-id/2054725892/category-counts Request : Response : I/O error on GET request for "http://13.56.210.25/api/v1/api/v1/test-suites/project-id/2054725892/category-counts": Read timed out; nested exception is java.net.SocketTimeoutException: Read timed out Logs : 2019-02-20 07:53:59 DEBUG [ApiV1TestSuitesProjectIdIdCategoryCountsGetAnonymousInvalid] : URL [http://13.56.210.25/api/v1/api/v1/test-suites/project-id/2054725892/category-counts] 2019-02-20 07:53:59 DEBUG [ApiV1TestSuitesProjectIdIdCategoryCountsGetAnonymousInvalid] : Method [GET] 2019-02-20 07:53:59 DEBUG [ApiV1TestSuitesProjectIdIdCategoryCountsGetAnonymousInvalid] : Request [] 2019-02-20 07:53:59 DEBUG [ApiV1TestSuitesProjectIdIdCategoryCountsGetAnonymousInvalid] : Request-Headers [{Content-Type=[application/json], Accept=[application/json]}] 2019-02-20 07:53:59 DEBUG [ApiV1TestSuitesProjectIdIdCategoryCountsGetAnonymousInvalid] : Response [I/O error on GET request for "http://13.56.210.25/api/v1/api/v1/test-suites/project-id/2054725892/category-counts": Read timed out; nested exception is java.net.SocketTimeoutException: Read timed out] 2019-02-20 07:53:59 DEBUG [ApiV1TestSuitesProjectIdIdCategoryCountsGetAnonymousInvalid] : Response-Headers [{}] 2019-02-20 07:53:59 DEBUG [ApiV1TestSuitesProjectIdIdCategoryCountsGetAnonymousInvalid] : StatusCode [500] 2019-02-20 07:53:59 DEBUG [ApiV1TestSuitesProjectIdIdCategoryCountsGetAnonymousInvalid] : Time [15013] 2019-02-20 07:53:59 DEBUG [ApiV1TestSuitesProjectIdIdCategoryCountsGetAnonymousInvalid] : Size [199] 2019-02-20 07:53:59 ERROR [ApiV1TestSuitesProjectIdIdCategoryCountsGetAnonymousInvalid] : Assertion [@StatusCode == 401 OR @StatusCode == 403] resolved-to [500 == 401 OR 500 == 403] result [Failed] --- FX Bot ---
test
test project test job default env default category unsecured tags severity major region us west result fail status code headers endpoint request response i o error on get request for read timed out nested exception is java net sockettimeoutexception read timed out logs debug url debug method debug request debug request headers accept debug response debug response headers debug statuscode debug time debug size error assertion resolved to result fx bot
1
505,676
14,643,671,410
IssuesEvent
2020-12-25 17:57:53
bounswe/bounswe2020group3
https://api.github.com/repos/bounswe/bounswe2020group3
closed
[Back-End] Project names needed when returning own milestones
Backend Priority: Medium Status: Available Type: Enhancement
* **Project: BACKEND** * **This is a: FEATURE REQUEST** * **Description of the issue** We would like to have PROJECT NAMES and (OPTIONALLY) the URL while returning a user's own milestones. * **Deadline for resolution:** 27.12.2020
1.0
[Back-End] Project names needed when returning own milestones - * **Project: BACKEND** * **This is a: FEATURE REQUEST** * **Description of the issue** We would like to have PROJECT NAMES and (OPTIONALLY) the URL while returning a user's own milestones. * **Deadline for resolution:** 27.12.2020
non_test
project names needed when returning own milestones project backend this is a feature request description of the issue we would like to have project names and optionally the url while returning a user s own milestones deadline for resolution
0
6,760
3,051,556,923
IssuesEvent
2015-08-12 09:23:30
grpc/grpc
https://api.github.com/repos/grpc/grpc
opened
Python out-of-project-tree README.md is stale
documentation python
This [README.md](https://github.com/grpc/grpc/tree/master/src/python/README.md) file is stale. However, it's not clear to me why we'd want to have it, given that we're distributing `README.rst` files via the PyPI projects and the README.md never appears among those files. Do we want to keep this file and update it, if only for giving people browsing GitHub something to look at? cc @nathanielmanistaatgoogle
1.0
Python out-of-project-tree README.md is stale - This [README.md](https://github.com/grpc/grpc/tree/master/src/python/README.md) file is stale. However, it's not clear to me why we'd want to have it, given that we're distributing `README.rst` files via the PyPI projects and the README.md never appears among those files. Do we want to keep this file and update it, if only for giving people browsing GitHub something to look at? cc @nathanielmanistaatgoogle
non_test
python out of project tree readme md is stale this file is stale however it s not clear to me why we d want to have it given that we re distributing readme rst files via the pypi projects and the readme md never appears among those files do we want to keep this file and update it if only for giving people browsing github something to look at cc nathanielmanistaatgoogle
0
331,406
28,961,860,680
IssuesEvent
2023-05-10 03:42:05
kubean-io/kubean
https://api.github.com/repos/kubean-io/kubean
closed
An error occurred while creating a cluster for the Redhat8 operating system
kind/test
**Describe the version** version about: 1. kubean 2. kubespray 3. kubenetes 4. what CNI and itsversion **Describe the bug** An error occurred while creating a cluster for the Redhat8 operating system **How To Reproduce** Steps to reproduce the issue: 1、kpanda list - create redhat8 cluster(docker20.10) - input vm ipaddr,configure customize value ( 1、 rhel_enable_repos:false 2、docker_rh_repo_gpgkey: ‘’) - final ,create failed **Expected behavior** A clear and concise description of what you expected to happen. **Screenshots and log** <img width="1197" alt="image" src="https://user-images.githubusercontent.com/36811869/236848147-d305ef46-4600-4fdd-86d7-1a10b003b013.png"> **Additional context** Add any other context about the problem here.
1.0
An error occurred while creating a cluster for the Redhat8 operating system - **Describe the version** version about: 1. kubean 2. kubespray 3. kubenetes 4. what CNI and itsversion **Describe the bug** An error occurred while creating a cluster for the Redhat8 operating system **How To Reproduce** Steps to reproduce the issue: 1、kpanda list - create redhat8 cluster(docker20.10) - input vm ipaddr,configure customize value ( 1、 rhel_enable_repos:false 2、docker_rh_repo_gpgkey: ‘’) - final ,create failed **Expected behavior** A clear and concise description of what you expected to happen. **Screenshots and log** <img width="1197" alt="image" src="https://user-images.githubusercontent.com/36811869/236848147-d305ef46-4600-4fdd-86d7-1a10b003b013.png"> **Additional context** Add any other context about the problem here.
test
an error occurred while creating a cluster for the operating system describe the version version about kubean kubespray kubenetes what cni and itsversion describe the bug an error occurred while creating a cluster for the operating system how to reproduce steps to reproduce the issue 、kpanda list create cluster( ) input vm ipaddr,configure customize value ( 、 rhel enable repos:false 、docker rh repo gpgkey ‘’) final ,create failed expected behavior a clear and concise description of what you expected to happen screenshots and log img width alt image src additional context add any other context about the problem here
1
23,698
11,942,604,986
IssuesEvent
2020-04-02 21:19:27
microsoft/vscode-cpptools
https://api.github.com/repos/microsoft/vscode-cpptools
closed
Add always show error squiggles count in explorer window files name right side.
Feature Request Language Service more votes needed
Issue Type: <b>Feature Request</b> Now, the error squiggles count show in file name of explorer need click the file one time. Request for a option to automatic show all files error sguiggles count. It will better and more benefit for fix errors. Extension version: 0.23.1 VS Code version: Code 1.34.0 (a622c65b2c713c890fcf4fbf07cf34049d5fe758, 2019-05-15T21:59:37.030Z) OS version: Windows_NT x64 10.0.16299 <!-- generated by issue reporter -->
1.0
Add always show error squiggles count in explorer window files name right side. - Issue Type: <b>Feature Request</b> Now, the error squiggles count show in file name of explorer need click the file one time. Request for a option to automatic show all files error sguiggles count. It will better and more benefit for fix errors. Extension version: 0.23.1 VS Code version: Code 1.34.0 (a622c65b2c713c890fcf4fbf07cf34049d5fe758, 2019-05-15T21:59:37.030Z) OS version: Windows_NT x64 10.0.16299 <!-- generated by issue reporter -->
non_test
add always show error squiggles count in explorer window files name right side issue type feature request now the error squiggles count show in file name of explorer need click the file one time request for a option to automatic show all files error sguiggles count it will better and more benefit for fix errors extension version vs code version code os version windows nt
0
12,741
7,968,467,609
IssuesEvent
2018-07-16 03:14:13
geophystech/eqalert.ru
https://api.github.com/repos/geophystech/eqalert.ru
closed
Decrease EMERCOM logo
enhancement layout performance
The EMERCOM (МЧС) logo is too big. https://eqalert-frontend-test.geophystech.ru/static/img/mchs.ff600c7.png We don't use it in full-size anywhere on the site. The logo is 95.3 Kb and should be decreased.
True
Decrease EMERCOM logo - The EMERCOM (МЧС) logo is too big. https://eqalert-frontend-test.geophystech.ru/static/img/mchs.ff600c7.png We don't use it in full-size anywhere on the site. The logo is 95.3 Kb and should be decreased.
non_test
decrease emercom logo the emercom мчс logo is too big we don t use it in full size anywhere on the site the logo is kb and should be decreased
0
308,006
26,573,810,535
IssuesEvent
2023-01-21 14:38:21
EddieHubCommunity/LinkFree
https://api.github.com/repos/EddieHubCommunity/LinkFree
closed
New Testimonial for Pradumna Saraf
testimonial
### Name Pradumnasaraf ### Title A mentor to GenZ Techies ### Description Pradumna has always been an inspiration to GenZ techies like me that had never found open source interesting. I went from being a nobody in the open-source community to a maintainer of 2 very big open-source projects in the 4c community! Pradumna is such an inspiration to me when it comes to open source and he's one of the people I credit for everything I have achieved in Open source today
1.0
New Testimonial for Pradumna Saraf - ### Name Pradumnasaraf ### Title A mentor to GenZ Techies ### Description Pradumna has always been an inspiration to GenZ techies like me that had never found open source interesting. I went from being a nobody in the open-source community to a maintainer of 2 very big open-source projects in the 4c community! Pradumna is such an inspiration to me when it comes to open source and he's one of the people I credit for everything I have achieved in Open source today
test
new testimonial for pradumna saraf name pradumnasaraf title a mentor to genz techies description pradumna has always been an inspiration to genz techies like me that had never found open source interesting i went from being a nobody in the open source community to a maintainer of very big open source projects in the community pradumna is such an inspiration to me when it comes to open source and he s one of the people i credit for everything i have achieved in open source today
1
266,145
23,225,543,160
IssuesEvent
2022-08-02 23:24:39
tgstation/tgstation
https://api.github.com/repos/tgstation/tgstation
closed
Statues of carbon/humans do not complete properly
Consistency Issue Test Merge Bug
Reporting client version: 514.1585 <!-- Write **BELOW** The Headers and **ABOVE** The comments else it may not be viewable --> ## Round ID: [187720](https://scrubby.melonmesa.com/round/187720) <!--- **INCLUDE THE ROUND ID** If you discovered this issue from playing tgstation hosted servers: [Round ID]: # (It can be found in the Status panel or retrieved from https://sb.atlantaned.space/rounds ! The round id let's us look up valuable information and logs for the round the bug happened.)--> ## Testmerges: - [Adds the Mothroach](https://www.github.com/tgstation/tgstation/pull/68763) - [Refactors SM Delaminations to be strategies](https://www.github.com/tgstation/tgstation/pull/68599) - [Lemon does pain](https://www.github.com/tgstation/tgstation/pull/67902) <!-- If you're certain the issue is to be caused by a test merge [OOC tab -> Show Server Revision], report it in the pull request's comment section rather than on the tracker(If you're unsure you can refer to the issue number by prefixing said number with #. The issue number can be found beside the title after submitting it to the tracker).If no testmerges are active, feel free to remove this section. --> ## Reproduction: My money's on #67902 (nice description summary that goes into the report issue list of possible culprit TMs :P) Statues of player mobs do not complete properly ; they animate the carving however upon completion the statue section is rendered invisible leaving just the base behind In extended testing it appears to be subtypes of carbon/human that are affected, e.g. carbon/xeno statues properly but carbon/human, carbon/human/moth, abductor, do not complete properly. Looking good... ![image](https://user-images.githubusercontent.com/3789327/182248046-3711e88c-fa5c-4822-92ab-d2a738dbfcf9.png) Aww shucks... ![image](https://user-images.githubusercontent.com/3789327/182248104-4a5fb459-f00d-4efc-9474-2537dc7f53e8.png)
1.0
Statues of carbon/humans do not complete properly - Reporting client version: 514.1585 <!-- Write **BELOW** The Headers and **ABOVE** The comments else it may not be viewable --> ## Round ID: [187720](https://scrubby.melonmesa.com/round/187720) <!--- **INCLUDE THE ROUND ID** If you discovered this issue from playing tgstation hosted servers: [Round ID]: # (It can be found in the Status panel or retrieved from https://sb.atlantaned.space/rounds ! The round id let's us look up valuable information and logs for the round the bug happened.)--> ## Testmerges: - [Adds the Mothroach](https://www.github.com/tgstation/tgstation/pull/68763) - [Refactors SM Delaminations to be strategies](https://www.github.com/tgstation/tgstation/pull/68599) - [Lemon does pain](https://www.github.com/tgstation/tgstation/pull/67902) <!-- If you're certain the issue is to be caused by a test merge [OOC tab -> Show Server Revision], report it in the pull request's comment section rather than on the tracker(If you're unsure you can refer to the issue number by prefixing said number with #. The issue number can be found beside the title after submitting it to the tracker).If no testmerges are active, feel free to remove this section. --> ## Reproduction: My money's on #67902 (nice description summary that goes into the report issue list of possible culprit TMs :P) Statues of player mobs do not complete properly ; they animate the carving however upon completion the statue section is rendered invisible leaving just the base behind In extended testing it appears to be subtypes of carbon/human that are affected, e.g. carbon/xeno statues properly but carbon/human, carbon/human/moth, abductor, do not complete properly. Looking good... ![image](https://user-images.githubusercontent.com/3789327/182248046-3711e88c-fa5c-4822-92ab-d2a738dbfcf9.png) Aww shucks... ![image](https://user-images.githubusercontent.com/3789327/182248104-4a5fb459-f00d-4efc-9474-2537dc7f53e8.png)
test
statues of carbon humans do not complete properly reporting client version round id include the round id if you discovered this issue from playing tgstation hosted servers it can be found in the status panel or retrieved from the round id let s us look up valuable information and logs for the round the bug happened testmerges reproduction my money s on nice description summary that goes into the report issue list of possible culprit tms p statues of player mobs do not complete properly they animate the carving however upon completion the statue section is rendered invisible leaving just the base behind in extended testing it appears to be subtypes of carbon human that are affected e g carbon xeno statues properly but carbon human carbon human moth abductor do not complete properly looking good aww shucks
1
127,429
10,469,602,910
IssuesEvent
2019-09-22 21:58:44
radareorg/radare2
https://api.github.com/repos/radareorg/radare2
closed
MSVC demangling error
RBin Windows demangling test-required
Try this ``` "iD msvc ?AV?$Module@$00VInProcModule@Details@Platform@@@WRL@Microsoft@@" ``` It simply return nothing.
1.0
MSVC demangling error - Try this ``` "iD msvc ?AV?$Module@$00VInProcModule@Details@Platform@@@WRL@Microsoft@@" ``` It simply return nothing.
test
msvc demangling error try this id msvc av module details platform wrl microsoft it simply return nothing
1
99,087
8,689,895,588
IssuesEvent
2018-12-03 19:58:47
brave/brave-browser
https://api.github.com/repos/brave/brave-browser
closed
no notification when a-c table is empty and contribution is attempted - follow up to 2114
QA/Test-Plan-Specified QA/Yes feature/rewards
<!-- Have you searched for similar issues? Before submitting this issue, please check the open issues and add a note before logging a new issue. PLEASE USE THE TEMPLATE BELOW TO PROVIDE INFORMATION ABOUT THE ISSUE. INSUFFICIENT INFO WILL GET THE ISSUE CLOSED. IT WILL ONLY BE REOPENED AFTER SUFFICIENT INFO IS PROVIDED--> ## Description Per issue description in #2114 there should be an error notification when Auto Contribute table is empty. ## Steps to Reproduce <!--Please add a series of steps to reproduce the issue--> 1. Launch with clean profile on 0.57.8 and `--rewards=reconcile-interval=3` 2. Enable Rewards 3. Accept UGP grant. 4. Do not visit any sites. After specified time (3 minutes from `--rewards=reconcile-interval=3` flag), a contribution should be attempted. ## Actual result: No notification is displayed indicating that a contribution could not take place since Auto-Contribute table is empty. ## Expected result: Notification is displayed. ## Reproduces how often: easily ## Brave version (brave://version info) Brave | 0.57.8 Chromium: 71.0.3578.53 (Official Build) beta(64-bit) -- | -- Revision | 599fb72e740eab9d10609f1ed28a2ad669f82c1a-refs/branch-heads/3578@{#669} OS | Mac OS X ### Reproducible on current release: - Does it reproduce on brave-browser dev/beta builds? yes ### Website problems only: - Does the issue resolve itself when disabling Brave Shields? n/a - Is the issue reproducible on the latest version of Chrome? n/a ### Additional Information <!--Any additional information, related issues, extra QA steps, configuration or data that might be necessary to reproduce the issue-->
1.0
no notification when a-c table is empty and contribution is attempted - follow up to 2114 - <!-- Have you searched for similar issues? Before submitting this issue, please check the open issues and add a note before logging a new issue. PLEASE USE THE TEMPLATE BELOW TO PROVIDE INFORMATION ABOUT THE ISSUE. INSUFFICIENT INFO WILL GET THE ISSUE CLOSED. IT WILL ONLY BE REOPENED AFTER SUFFICIENT INFO IS PROVIDED--> ## Description Per issue description in #2114 there should be an error notification when Auto Contribute table is empty. ## Steps to Reproduce <!--Please add a series of steps to reproduce the issue--> 1. Launch with clean profile on 0.57.8 and `--rewards=reconcile-interval=3` 2. Enable Rewards 3. Accept UGP grant. 4. Do not visit any sites. After specified time (3 minutes from `--rewards=reconcile-interval=3` flag), a contribution should be attempted. ## Actual result: No notification is displayed indicating that a contribution could not take place since Auto-Contribute table is empty. ## Expected result: Notification is displayed. ## Reproduces how often: easily ## Brave version (brave://version info) Brave | 0.57.8 Chromium: 71.0.3578.53 (Official Build) beta(64-bit) -- | -- Revision | 599fb72e740eab9d10609f1ed28a2ad669f82c1a-refs/branch-heads/3578@{#669} OS | Mac OS X ### Reproducible on current release: - Does it reproduce on brave-browser dev/beta builds? yes ### Website problems only: - Does the issue resolve itself when disabling Brave Shields? n/a - Is the issue reproducible on the latest version of Chrome? n/a ### Additional Information <!--Any additional information, related issues, extra QA steps, configuration or data that might be necessary to reproduce the issue-->
test
no notification when a c table is empty and contribution is attempted follow up to have you searched for similar issues before submitting this issue please check the open issues and add a note before logging a new issue please use the template below to provide information about the issue insufficient info will get the issue closed it will only be reopened after sufficient info is provided description per issue description in there should be an error notification when auto contribute table is empty steps to reproduce launch with clean profile on and rewards reconcile interval enable rewards accept ugp grant do not visit any sites after specified time minutes from rewards reconcile interval flag a contribution should be attempted actual result no notification is displayed indicating that a contribution could not take place since auto contribute table is empty expected result notification is displayed reproduces how often easily brave version brave version info brave chromium   official build  beta bit revision refs branch heads os mac os x reproducible on current release does it reproduce on brave browser dev beta builds yes website problems only does the issue resolve itself when disabling brave shields n a is the issue reproducible on the latest version of chrome n a additional information
1
2,110
2,586,027,578
IssuesEvent
2015-02-17 07:48:29
d3athrow/vgstation13
https://api.github.com/repos/d3athrow/vgstation13
closed
Wizards cannot cast spells when shot by bullet projectiles
Needs Moar Testing
When shot by bullets you cannot blink or jaunt away. This does not apply to electrodes, may need to be tested with multiple guns but this happened when an assault rifle.
1.0
Wizards cannot cast spells when shot by bullet projectiles - When shot by bullets you cannot blink or jaunt away. This does not apply to electrodes, may need to be tested with multiple guns but this happened when an assault rifle.
test
wizards cannot cast spells when shot by bullet projectiles when shot by bullets you cannot blink or jaunt away this does not apply to electrodes may need to be tested with multiple guns but this happened when an assault rifle
1
80,150
7,740,980,897
IssuesEvent
2018-05-29 02:26:40
TerriaJS/magda
https://api.github.com/repos/TerriaJS/magda
reopened
Create acronyms based on publisher name
usabilitytest
Create an acronym for the search engine based on the first letter for every word in the publisher name. For example, Agriculture and Fisheries will be AF.
1.0
Create acronyms based on publisher name - Create an acronym for the search engine based on the first letter for every word in the publisher name. For example, Agriculture and Fisheries will be AF.
test
create acronyms based on publisher name create an acronym for the search engine based on the first letter for every word in the publisher name for example agriculture and fisheries will be af
1
278,332
24,146,795,697
IssuesEvent
2022-09-21 19:32:27
BoBAdministration/QA-Bug-Reports
https://api.github.com/repos/BoBAdministration/QA-Bug-Reports
closed
Ribs become a saddle
Fixed-PendingTesting
**Describe the Bug** Dropped ribs teleport when you drop them directly under you **To Reproduce** Steps to reproduce the behavior in detail. Please include ALL steps, even menial ones. 1. Logged into Dedicated Testing 12 2. Spawned as a dino that can carry ribs (in this case, a Wiehen) 3. Picked up ribs 4. Dropped ribs directly under dino 5. The ribs teleported onto dino's back **Expected behavior** Ribs drop and land on the ground **Actual behavior** Ribs teleport and sit on your dino's back **Screenshots & Video** ![20220821024132_1](https://user-images.githubusercontent.com/96404852/185779997-4ccce8cc-d813-410d-a33b-63df12067b5f.jpg) Holding rib ![20220821024139_1](https://user-images.githubusercontent.com/96404852/185780000-05ea39af-ec33-4bbf-8342-7c3e44841c33.jpg) Dropping rib directly under dino ![20220821024142_1](https://user-images.githubusercontent.com/96404852/185780002-716e721a-f000-44d7-abff-243971682907.jpg) Rib teleports **Branch Version** Tester **Character Information** This dino was an approximately 1.375 Wiehenvenator. Mostly speed build. **Additional Information** N/A
1.0
Ribs become a saddle - **Describe the Bug** Dropped ribs teleport when you drop them directly under you **To Reproduce** Steps to reproduce the behavior in detail. Please include ALL steps, even menial ones. 1. Logged into Dedicated Testing 12 2. Spawned as a dino that can carry ribs (in this case, a Wiehen) 3. Picked up ribs 4. Dropped ribs directly under dino 5. The ribs teleported onto dino's back **Expected behavior** Ribs drop and land on the ground **Actual behavior** Ribs teleport and sit on your dino's back **Screenshots & Video** ![20220821024132_1](https://user-images.githubusercontent.com/96404852/185779997-4ccce8cc-d813-410d-a33b-63df12067b5f.jpg) Holding rib ![20220821024139_1](https://user-images.githubusercontent.com/96404852/185780000-05ea39af-ec33-4bbf-8342-7c3e44841c33.jpg) Dropping rib directly under dino ![20220821024142_1](https://user-images.githubusercontent.com/96404852/185780002-716e721a-f000-44d7-abff-243971682907.jpg) Rib teleports **Branch Version** Tester **Character Information** This dino was an approximately 1.375 Wiehenvenator. Mostly speed build. **Additional Information** N/A
test
ribs become a saddle describe the bug dropped ribs teleport when you drop them directly under you to reproduce steps to reproduce the behavior in detail please include all steps even menial ones logged into dedicated testing spawned as a dino that can carry ribs in this case a wiehen picked up ribs dropped ribs directly under dino the ribs teleported onto dino s back expected behavior ribs drop and land on the ground actual behavior ribs teleport and sit on your dino s back screenshots video holding rib dropping rib directly under dino rib teleports branch version tester character information this dino was an approximately wiehenvenator mostly speed build additional information n a
1
154,966
12,235,076,668
IssuesEvent
2020-05-04 14:22:40
cilium/cilium
https://api.github.com/repos/cilium/cilium
closed
Cilium no longer accepts toService flows pointing to IPs belonging to cluster nodes
kind/community-report kind/regression needs/e2e-test
<!-- If you have usage questions, please try the [slack channel](http://cilium.io/slack) and see the [FAQ](https://goo.gl/qG2YmU) first. Choose either "Proposal" or "Bug report" --> ## Bug report <!-- Important: For security related issues: We strongly encourage you to report security vulnerabilities to our private security mailing list: security@cilium.io - first, before disclosing them in any public forums. --> **General Information** - Cilium version 1.7.0 - Kernel version 4.9 (debian stretch) - Orchestration system version in use kubernetes 1.17 **How to reproduce the issue** 1. create a deployment or similar with hostNetwork 2. create a service without selector and endpoints pointing to pods in this deployment 3. kubernetes.default.svc should be an example of the above 4. Create a policy from some pod to the service above using a toService. With 1.6.6, the policy accepts flows through. With 1.7.0, the traffic is denied. It looks like cilium recognizes the IPs as world in 1.6, while in 1.7 it sees them as part of host/remote-nodes. Could be that this changes the policy matching/service resolution.
1.0
Cilium no longer accepts toService flows pointing to IPs belonging to cluster nodes - <!-- If you have usage questions, please try the [slack channel](http://cilium.io/slack) and see the [FAQ](https://goo.gl/qG2YmU) first. Choose either "Proposal" or "Bug report" --> ## Bug report <!-- Important: For security related issues: We strongly encourage you to report security vulnerabilities to our private security mailing list: security@cilium.io - first, before disclosing them in any public forums. --> **General Information** - Cilium version 1.7.0 - Kernel version 4.9 (debian stretch) - Orchestration system version in use kubernetes 1.17 **How to reproduce the issue** 1. create a deployment or similar with hostNetwork 2. create a service without selector and endpoints pointing to pods in this deployment 3. kubernetes.default.svc should be an example of the above 4. Create a policy from some pod to the service above using a toService. With 1.6.6, the policy accepts flows through. With 1.7.0, the traffic is denied. It looks like cilium recognizes the IPs as world in 1.6, while in 1.7 it sees them as part of host/remote-nodes. Could be that this changes the policy matching/service resolution.
test
cilium no longer accepts toservice flows pointing to ips belonging to cluster nodes if you have usage questions please try the slack channel and see the first choose either proposal or bug report bug report important for security related issues we strongly encourage you to report security vulnerabilities to our private security mailing list security cilium io first before disclosing them in any public forums general information cilium version kernel version debian stretch orchestration system version in use kubernetes how to reproduce the issue create a deployment or similar with hostnetwork create a service without selector and endpoints pointing to pods in this deployment kubernetes default svc should be an example of the above create a policy from some pod to the service above using a toservice with the policy accepts flows through with the traffic is denied it looks like cilium recognizes the ips as world in while in it sees them as part of host remote nodes could be that this changes the policy matching service resolution
1