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
181,404
14,019,155,171
IssuesEvent
2020-10-29 17:47:15
haxeui/haxeui-core
https://api.github.com/repos/haxeui/haxeui-core
closed
Inner scroll with outer scroll
retest required
2 scroll areas with parent child relationship. Inner scroll area ignored ## Expected Behavior It would scroll and parent would not ## Current Behavior Parent scroll doesnt scroll use html project but I repeated in nme also. it is assumed to be generally wrong [Full.zip](https://github.com/haxeui/haxeui-core/files/4595029/Full.zip)
1.0
Inner scroll with outer scroll - 2 scroll areas with parent child relationship. Inner scroll area ignored ## Expected Behavior It would scroll and parent would not ## Current Behavior Parent scroll doesnt scroll use html project but I repeated in nme also. it is assumed to be generally wrong [Full.zip](https://github.com/haxeui/haxeui-core/files/4595029/Full.zip)
test
inner scroll with outer scroll scroll areas with parent child relationship inner scroll area ignored expected behavior it would scroll and parent would not current behavior parent scroll doesnt scroll use html project but i repeated in nme also it is assumed to be generally wrong
1
267,808
23,321,471,962
IssuesEvent
2022-08-08 16:47:30
o3de/o3de
https://api.github.com/repos/o3de/o3de
closed
AR Bug Report
kind/bug needs-triage sig/testing kind/automation
**Describe the bug** `AutomatedTesting::EditorTests_Main.main::TEST_RUN` and `AutomatedTesting::SmokeTest.smoke::TEST_RUN` failed during an AR run for unrelated changes. `AutomatedTesting::SmokeTest.smoke::TEST_RUN` failed in both windows and linux jobs, but `AutomatedTesting::EditorTests_Main.main::TEST_RUN` only failed on the windows build. **Failed Jenkins Job Information:** The name of the job that failed, job build number, and code snippit of the failure. Platform/Job: Windows/test_cpu_profile and Linux/test_profile_nounity **Attachments** Attach the Jenkins job log as a .txt file and any other relevant information. [Windows AR Failures](https://github.com/o3de/o3de/files/9130851/windows.ar.failures.txt) [linux ar failures.txt](https://github.com/o3de/o3de/files/9130866/linux.ar.failures.txt)
1.0
AR Bug Report - **Describe the bug** `AutomatedTesting::EditorTests_Main.main::TEST_RUN` and `AutomatedTesting::SmokeTest.smoke::TEST_RUN` failed during an AR run for unrelated changes. `AutomatedTesting::SmokeTest.smoke::TEST_RUN` failed in both windows and linux jobs, but `AutomatedTesting::EditorTests_Main.main::TEST_RUN` only failed on the windows build. **Failed Jenkins Job Information:** The name of the job that failed, job build number, and code snippit of the failure. Platform/Job: Windows/test_cpu_profile and Linux/test_profile_nounity **Attachments** Attach the Jenkins job log as a .txt file and any other relevant information. [Windows AR Failures](https://github.com/o3de/o3de/files/9130851/windows.ar.failures.txt) [linux ar failures.txt](https://github.com/o3de/o3de/files/9130866/linux.ar.failures.txt)
test
ar bug report describe the bug automatedtesting editortests main main test run and automatedtesting smoketest smoke test run failed during an ar run for unrelated changes automatedtesting smoketest smoke test run failed in both windows and linux jobs but automatedtesting editortests main main test run only failed on the windows build failed jenkins job information the name of the job that failed job build number and code snippit of the failure platform job windows test cpu profile and linux test profile nounity attachments attach the jenkins job log as a txt file and any other relevant information
1
95,744
8,575,446,193
IssuesEvent
2018-11-12 17:17:19
eclipse/openj9
https://api.github.com/repos/eclipse/openj9
closed
JTReg test fail : java/util/Spliterator/SpliteratorCharacteristics.java
test failure
Test failure at https://github.com/ibmruntimes/openj9-openjdk-jdk11/blob/openj9/test/jdk/java/util/Spliterator/SpliteratorCharacteristics.java#L93 ... ``` test SpliteratorCharacteristics.testSpliteratorFromCharSequence(): failure java.lang.AssertionError: Spliterator characteristics expected [true] but found [false] at org.testng.Assert.fail(Assert.java:94) at org.testng.Assert.failNotEquals(Assert.java:496) at org.testng.Assert.assertTrue(Assert.java:42) at SpliteratorCharacteristics.assertCharacteristics(SpliteratorCharacteristics.java:392) at SpliteratorCharacteristics.testSpliteratorFromCharSequence(SpliteratorCharacteristics.java:93) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85) at org.testng.internal.Invoker.invokeMethod(Invoker.java:639) at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:821) at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1131) at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125) at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108) at org.testng.TestRunner.privateRun(TestRunner.java:773) at org.testng.TestRunner.run(TestRunner.java:623) at org.testng.SuiteRunner.runTest(SuiteRunner.java:357) at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:352) at org.testng.SuiteRunner.privateRun(SuiteRunner.java:310) at org.testng.SuiteRunner.run(SuiteRunner.java:259) at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52) at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:86) at org.testng.TestNG.runSuitesSequentially(TestNG.java:1185) at org.testng.TestNG.runSuitesLocally(TestNG.java:1110) at org.testng.TestNG.run(TestNG.java:1018) at com.sun.javatest.regtest.agent.TestNGRunner.main(TestNGRunner.java:94) at com.sun.javatest.regtest.agent.TestNGRunner.main(TestNGRunner.java:54) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:115) at java.base/java.lang.Thread.run(Thread.java:825) ``` This test passes against Hotspot. Digging deeper, execution of this ... ``` import java.util.Spliterator; public class Test { public static void main(String args[]) { CharSequence cs = "A"; Spliterator.OfInt s = cs.chars().spliterator(); System.out.println("IMMUTABLE : " + s.hasCharacteristics(Spliterator.IMMUTABLE)); System.out.println("ORDERED : " + s.hasCharacteristics(Spliterator.ORDERED)); System.out.println("SIZED : " + s.hasCharacteristics(Spliterator.SIZED)); System.out.println("SUBSIZED : " + s.hasCharacteristics(Spliterator.SUBSIZED)); } } ``` ... yields ... ``` walshbp@bendev:~/jtreg_testing$ /home/walshbp/openjdk11-hotspot-binary/jdk-11/bin/javac Test.java walshbp@bendev:~/jtreg_testing$ /home/walshbp/openjdk11-hotspot-binary/jdk-11/bin/java Test IMMUTABLE : true ORDERED : true SIZED : true SUBSIZED : true walshbp@bendev:~/jtreg_testing$ /home/walshbp/openjdk11-openj9-binary/jdk-11+28/bin/javac Test.java walshbp@bendev:~/jtreg_testing$ /home/walshbp/openjdk11-openj9-binary/jdk-11+28/bin/java Test IMMUTABLE : false ORDERED : true SIZED : true SUBSIZED : true ``` Is it intentional that a CharSequence is MUTABLE in OpenJ9 while it is IMMUTABLE in Hotspot ? Log archive : [SplitCharProb.tar.gz](https://github.com/eclipse/openj9/files/2464242/SplitCharProb.tar.gz)
1.0
JTReg test fail : java/util/Spliterator/SpliteratorCharacteristics.java - Test failure at https://github.com/ibmruntimes/openj9-openjdk-jdk11/blob/openj9/test/jdk/java/util/Spliterator/SpliteratorCharacteristics.java#L93 ... ``` test SpliteratorCharacteristics.testSpliteratorFromCharSequence(): failure java.lang.AssertionError: Spliterator characteristics expected [true] but found [false] at org.testng.Assert.fail(Assert.java:94) at org.testng.Assert.failNotEquals(Assert.java:496) at org.testng.Assert.assertTrue(Assert.java:42) at SpliteratorCharacteristics.assertCharacteristics(SpliteratorCharacteristics.java:392) at SpliteratorCharacteristics.testSpliteratorFromCharSequence(SpliteratorCharacteristics.java:93) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85) at org.testng.internal.Invoker.invokeMethod(Invoker.java:639) at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:821) at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1131) at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125) at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108) at org.testng.TestRunner.privateRun(TestRunner.java:773) at org.testng.TestRunner.run(TestRunner.java:623) at org.testng.SuiteRunner.runTest(SuiteRunner.java:357) at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:352) at org.testng.SuiteRunner.privateRun(SuiteRunner.java:310) at org.testng.SuiteRunner.run(SuiteRunner.java:259) at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52) at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:86) at org.testng.TestNG.runSuitesSequentially(TestNG.java:1185) at org.testng.TestNG.runSuitesLocally(TestNG.java:1110) at org.testng.TestNG.run(TestNG.java:1018) at com.sun.javatest.regtest.agent.TestNGRunner.main(TestNGRunner.java:94) at com.sun.javatest.regtest.agent.TestNGRunner.main(TestNGRunner.java:54) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:115) at java.base/java.lang.Thread.run(Thread.java:825) ``` This test passes against Hotspot. Digging deeper, execution of this ... ``` import java.util.Spliterator; public class Test { public static void main(String args[]) { CharSequence cs = "A"; Spliterator.OfInt s = cs.chars().spliterator(); System.out.println("IMMUTABLE : " + s.hasCharacteristics(Spliterator.IMMUTABLE)); System.out.println("ORDERED : " + s.hasCharacteristics(Spliterator.ORDERED)); System.out.println("SIZED : " + s.hasCharacteristics(Spliterator.SIZED)); System.out.println("SUBSIZED : " + s.hasCharacteristics(Spliterator.SUBSIZED)); } } ``` ... yields ... ``` walshbp@bendev:~/jtreg_testing$ /home/walshbp/openjdk11-hotspot-binary/jdk-11/bin/javac Test.java walshbp@bendev:~/jtreg_testing$ /home/walshbp/openjdk11-hotspot-binary/jdk-11/bin/java Test IMMUTABLE : true ORDERED : true SIZED : true SUBSIZED : true walshbp@bendev:~/jtreg_testing$ /home/walshbp/openjdk11-openj9-binary/jdk-11+28/bin/javac Test.java walshbp@bendev:~/jtreg_testing$ /home/walshbp/openjdk11-openj9-binary/jdk-11+28/bin/java Test IMMUTABLE : false ORDERED : true SIZED : true SUBSIZED : true ``` Is it intentional that a CharSequence is MUTABLE in OpenJ9 while it is IMMUTABLE in Hotspot ? Log archive : [SplitCharProb.tar.gz](https://github.com/eclipse/openj9/files/2464242/SplitCharProb.tar.gz)
test
jtreg test fail java util spliterator spliteratorcharacteristics java test failure at test spliteratorcharacteristics testspliteratorfromcharsequence failure java lang assertionerror spliterator characteristics expected but found at org testng assert fail assert java at org testng assert failnotequals assert java at org testng assert asserttrue assert java at spliteratorcharacteristics assertcharacteristics spliteratorcharacteristics java at spliteratorcharacteristics testspliteratorfromcharsequence spliteratorcharacteristics java at java base jdk internal reflect nativemethodaccessorimpl native method at java base jdk internal reflect nativemethodaccessorimpl invoke nativemethodaccessorimpl java at java base jdk internal reflect delegatingmethodaccessorimpl invoke delegatingmethodaccessorimpl java at java base java lang reflect method invoke method java at org testng internal methodinvocationhelper invokemethod methodinvocationhelper java at org testng internal invoker invokemethod invoker java at org testng internal invoker invoketestmethod invoker java at org testng internal invoker invoketestmethods invoker java at org testng internal testmethodworker invoketestmethods testmethodworker java at org testng internal testmethodworker run testmethodworker java at org testng testrunner privaterun testrunner java at org testng testrunner run testrunner java at org testng suiterunner runtest suiterunner java at org testng suiterunner runsequentially suiterunner java at org testng suiterunner privaterun suiterunner java at org testng suiterunner run suiterunner java at org testng suiterunnerworker runsuite suiterunnerworker java at org testng suiterunnerworker run suiterunnerworker java at org testng testng runsuitessequentially testng java at org testng testng runsuiteslocally testng java at org testng testng run testng java at com sun javatest regtest agent testngrunner main testngrunner java at com sun javatest regtest agent testngrunner main testngrunner java at java base jdk internal reflect nativemethodaccessorimpl native method at java base jdk internal reflect nativemethodaccessorimpl invoke nativemethodaccessorimpl java at java base jdk internal reflect delegatingmethodaccessorimpl invoke delegatingmethodaccessorimpl java at java base java lang reflect method invoke method java at com sun javatest regtest agent mainwrapper mainthread run mainwrapper java at java base java lang thread run thread java this test passes against hotspot digging deeper execution of this import java util spliterator public class test public static void main string args charsequence cs a spliterator ofint s cs chars spliterator system out println immutable s hascharacteristics spliterator immutable system out println ordered s hascharacteristics spliterator ordered system out println sized s hascharacteristics spliterator sized system out println subsized s hascharacteristics spliterator subsized yields walshbp bendev jtreg testing home walshbp hotspot binary jdk bin javac test java walshbp bendev jtreg testing home walshbp hotspot binary jdk bin java test immutable true ordered true sized true subsized true walshbp bendev jtreg testing home walshbp binary jdk bin javac test java walshbp bendev jtreg testing home walshbp binary jdk bin java test immutable false ordered true sized true subsized true is it intentional that a charsequence is mutable in while it is immutable in hotspot log archive
1
152,974
5,872,511,229
IssuesEvent
2017-05-15 11:44:39
waltster/Fantasy
https://api.github.com/repos/waltster/Fantasy
opened
"Ghosty" Race
0.1.0 1.0.0 enhancement Priority: Low to-add
Add the "Ghosty" race to the game. This race will be able to float through walls made of certain materials and fly a few blocks above the ground, and will be partially transparent. I think it should have about four hearts less than the "Human" race, for balancing sake. - [ ] Floating through walls - [ ] Flying a few blocks above the ground (without being kicked; increased hunger when flying) - [ ] Decreased health
1.0
"Ghosty" Race - Add the "Ghosty" race to the game. This race will be able to float through walls made of certain materials and fly a few blocks above the ground, and will be partially transparent. I think it should have about four hearts less than the "Human" race, for balancing sake. - [ ] Floating through walls - [ ] Flying a few blocks above the ground (without being kicked; increased hunger when flying) - [ ] Decreased health
non_test
ghosty race add the ghosty race to the game this race will be able to float through walls made of certain materials and fly a few blocks above the ground and will be partially transparent i think it should have about four hearts less than the human race for balancing sake floating through walls flying a few blocks above the ground without being kicked increased hunger when flying decreased health
0
133,137
10,791,127,815
IssuesEvent
2019-11-05 16:06:58
riganti/dotvvm
https://api.github.com/repos/riganti/dotvvm
opened
UI tests for UpdateProgress changes for redirects
testing
We need to add UI tests for #787 We should check that UpdateProgress does not disappear when a redirect is made - in SPA and in non-SPA pages.
1.0
UI tests for UpdateProgress changes for redirects - We need to add UI tests for #787 We should check that UpdateProgress does not disappear when a redirect is made - in SPA and in non-SPA pages.
test
ui tests for updateprogress changes for redirects we need to add ui tests for we should check that updateprogress does not disappear when a redirect is made in spa and in non spa pages
1
269,644
23,455,472,318
IssuesEvent
2022-08-16 08:29:25
microsoft/vscode
https://api.github.com/repos/microsoft/vscode
opened
Test: platform agnostic path separators in workspace files
testplan-item
Refs: https://github.com/microsoft/vscode/issues/148492 - [ ] windows - [ ] windows Complexity: 2 --- We have decided to no longer store paths with backslash (`\`) on Windows but always slash (`/`), same as on Linux and macOS. This means that even existing `.code-workspace` files will convert to slashes when root folders are added, removed or changed. The only exception is Windows UNC paths where backslash is mandatory **Testing:** * create multi root workspaces via our existing `File` or explorer context menu actions and ensure slashes are used for paths * existing paths that use backslash see their paths converted to slashes * ensure backslashes are preserved for UNC paths ([see this for easy local UNC setup](https://stackoverflow.com/questions/2787203/unc-path-to-a-folder-on-my-local-computer)) * the explorer always shows the folders properly with their contents
1.0
Test: platform agnostic path separators in workspace files - Refs: https://github.com/microsoft/vscode/issues/148492 - [ ] windows - [ ] windows Complexity: 2 --- We have decided to no longer store paths with backslash (`\`) on Windows but always slash (`/`), same as on Linux and macOS. This means that even existing `.code-workspace` files will convert to slashes when root folders are added, removed or changed. The only exception is Windows UNC paths where backslash is mandatory **Testing:** * create multi root workspaces via our existing `File` or explorer context menu actions and ensure slashes are used for paths * existing paths that use backslash see their paths converted to slashes * ensure backslashes are preserved for UNC paths ([see this for easy local UNC setup](https://stackoverflow.com/questions/2787203/unc-path-to-a-folder-on-my-local-computer)) * the explorer always shows the folders properly with their contents
test
test platform agnostic path separators in workspace files refs windows windows complexity we have decided to no longer store paths with backslash on windows but always slash same as on linux and macos this means that even existing code workspace files will convert to slashes when root folders are added removed or changed the only exception is windows unc paths where backslash is mandatory testing create multi root workspaces via our existing file or explorer context menu actions and ensure slashes are used for paths existing paths that use backslash see their paths converted to slashes ensure backslashes are preserved for unc paths the explorer always shows the folders properly with their contents
1
438,731
30,658,788,551
IssuesEvent
2023-07-25 13:48:43
opendatahub-io/odh-dashboard
https://api.github.com/repos/opendatahub-io/odh-dashboard
closed
[Feature Request]: Document Testing Strategy
kind/documentation infrastructure priority/high quality
### Feature description Update https://github.com/opendatahub-io/odh-dashboard/blob/main/docs/architecture.md#testing-structure to include the testing strategy from the internal google doc. cc @Gkrumbach07 ### Describe alternatives you've considered _No response_ ### Anything else? _No response_
1.0
[Feature Request]: Document Testing Strategy - ### Feature description Update https://github.com/opendatahub-io/odh-dashboard/blob/main/docs/architecture.md#testing-structure to include the testing strategy from the internal google doc. cc @Gkrumbach07 ### Describe alternatives you've considered _No response_ ### Anything else? _No response_
non_test
document testing strategy feature description update to include the testing strategy from the internal google doc cc describe alternatives you ve considered no response anything else no response
0
440,155
30,731,841,541
IssuesEvent
2023-07-28 02:46:47
rdsea/QoA4ML
https://api.github.com/repos/rdsea/QoA4ML
opened
Update QoA4ML Readme
documentation
Update the main readme file to fit into the current prototype before we can do other stuffs
1.0
Update QoA4ML Readme - Update the main readme file to fit into the current prototype before we can do other stuffs
non_test
update readme update the main readme file to fit into the current prototype before we can do other stuffs
0
335,358
30,024,876,946
IssuesEvent
2023-06-27 04:53:14
samtools/bcftools
https://api.github.com/repos/samtools/bcftools
closed
convert --hapsample loosing phase
requires-test-case
When I use 1.17 or 1.17-56-g402de74a to run `convert --hapsample` on a phased bcf, the hap output looks like 19:171762_T_C 19:171762_T_C 171762 T C 0* 0* 0* 0* 1* 0* 0* 0*... I tried 1.3.1, following a suggestion in issue #730 (https://github.com/samtools/bcftools/issues/730), and it fixed the issue 19 19:171762_T_C 171762 T C 0 0 0 0 1 0 0 0 0 0 I don't have a file I can share, but hopefully it is easy to recreate.
1.0
convert --hapsample loosing phase - When I use 1.17 or 1.17-56-g402de74a to run `convert --hapsample` on a phased bcf, the hap output looks like 19:171762_T_C 19:171762_T_C 171762 T C 0* 0* 0* 0* 1* 0* 0* 0*... I tried 1.3.1, following a suggestion in issue #730 (https://github.com/samtools/bcftools/issues/730), and it fixed the issue 19 19:171762_T_C 171762 T C 0 0 0 0 1 0 0 0 0 0 I don't have a file I can share, but hopefully it is easy to recreate.
test
convert hapsample loosing phase when i use or to run convert hapsample on a phased bcf the hap output looks like t c t c t c i tried following a suggestion in issue and it fixed the issue t c t c i don t have a file i can share but hopefully it is easy to recreate
1
505,140
14,628,146,535
IssuesEvent
2020-12-23 13:38:46
AlexGustafsson/quickterm
https://api.github.com/repos/AlexGustafsson/quickterm
opened
Add option to not show a command view
enhancement priority:low
For some use cases, the command input can be used to execute commands where the output is not important. There should be an option to control when commands are shown in the view (such as don't show if there's no output, don't show if the process exits immediately etc.). Example commands: ``` open https://github.com open ~/Downloads atom ~/GitHub/QuickTerm ```
1.0
Add option to not show a command view - For some use cases, the command input can be used to execute commands where the output is not important. There should be an option to control when commands are shown in the view (such as don't show if there's no output, don't show if the process exits immediately etc.). Example commands: ``` open https://github.com open ~/Downloads atom ~/GitHub/QuickTerm ```
non_test
add option to not show a command view for some use cases the command input can be used to execute commands where the output is not important there should be an option to control when commands are shown in the view such as don t show if there s no output don t show if the process exits immediately etc example commands open open downloads atom github quickterm
0
119,666
17,627,539,106
IssuesEvent
2021-08-19 01:01:54
doc-ai/tensorflow
https://api.github.com/repos/doc-ai/tensorflow
opened
CVE-2021-37684 (Medium) detected in tensorflow-2.0.0b1-cp36-cp36m-manylinux1_x86_64.whl
security vulnerability
## CVE-2021-37684 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>tensorflow-2.0.0b1-cp36-cp36m-manylinux1_x86_64.whl</b></p></summary> <p>TensorFlow is an open source machine learning framework for everyone.</p> <p>Library home page: <a href="https://files.pythonhosted.org/packages/29/6c/2c9a5c4d095c63c2fb37d20def0e4f92685f7aee9243d6aae25862694fd1/tensorflow-2.0.0b1-cp36-cp36m-manylinux1_x86_64.whl">https://files.pythonhosted.org/packages/29/6c/2c9a5c4d095c63c2fb37d20def0e4f92685f7aee9243d6aae25862694fd1/tensorflow-2.0.0b1-cp36-cp36m-manylinux1_x86_64.whl</a></p> <p>Path to dependency file: tensorflow/tensorflow/lite/micro/examples/magic_wand/train/requirements.txt</p> <p>Path to vulnerable library: tensorflow/tensorflow/lite/micro/examples/magic_wand/train/requirements.txt</p> <p> Dependency Hierarchy: - :x: **tensorflow-2.0.0b1-cp36-cp36m-manylinux1_x86_64.whl** (Vulnerable Library) </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> TensorFlow is an end-to-end open source platform for machine learning. In affected versions the implementations of pooling in TFLite are vulnerable to division by 0 errors as there are no checks for divisors not being 0. We have patched the issue in GitHub commit [dfa22b348b70bb89d6d6ec0ff53973bacb4f4695](https://github.com/tensorflow/tensorflow/commit/dfa22b348b70bb89d6d6ec0ff53973bacb4f4695). The fix will be included in TensorFlow 2.6.0. We will also cherrypick this commit on TensorFlow 2.5.1, TensorFlow 2.4.3, and TensorFlow 2.3.4, as these are also affected and still in supported range. <p>Publish Date: 2021-08-12 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-37684>CVE-2021-37684</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://github.com/tensorflow/tensorflow/security/advisories/GHSA-q7f7-544h-67h9">https://github.com/tensorflow/tensorflow/security/advisories/GHSA-q7f7-544h-67h9</a></p> <p>Release Date: 2021-08-12</p> <p>Fix Resolution: tensorflow - 2.3.4, 2.4.3, 2.5.1, 2.6.0, tensorflow-cpu - 2.3.4, 2.4.3, 2.5.1, 2.6.0, tensorflow-gpu - 2.3.4, 2.4.3, 2.5.1, 2.6.0</p> </p> </details> <p></p> *** <!-- REMEDIATE-OPEN-PR-START --> - [ ] Check this box to open an automated fix PR <!-- REMEDIATE-OPEN-PR-END --> <!-- <REMEDIATE>{"isOpenPROnVulnerability":false,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"Python","packageName":"tensorflow","packageVersion":"2.0.0b1","packageFilePaths":["/tensorflow/lite/micro/examples/magic_wand/train/requirements.txt"],"isTransitiveDependency":false,"dependencyTree":"tensorflow:2.0.0b1","isMinimumFixVersionAvailable":true,"minimumFixVersion":"tensorflow - 2.3.4, 2.4.3, 2.5.1, 2.6.0, tensorflow-cpu - 2.3.4, 2.4.3, 2.5.1, 2.6.0, tensorflow-gpu - 2.3.4, 2.4.3, 2.5.1, 2.6.0"}],"baseBranches":[],"vulnerabilityIdentifier":"CVE-2021-37684","vulnerabilityDetails":"TensorFlow is an end-to-end open source platform for machine learning. In affected versions the implementations of pooling in TFLite are vulnerable to division by 0 errors as there are no checks for divisors not being 0. We have patched the issue in GitHub commit [dfa22b348b70bb89d6d6ec0ff53973bacb4f4695](https://github.com/tensorflow/tensorflow/commit/dfa22b348b70bb89d6d6ec0ff53973bacb4f4695). The fix will be included in TensorFlow 2.6.0. We will also cherrypick this commit on TensorFlow 2.5.1, TensorFlow 2.4.3, and TensorFlow 2.3.4, as these are also affected and still in supported range.","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-37684","cvss3Severity":"medium","cvss3Score":"5.5","cvss3Metrics":{"A":"High","AC":"Low","PR":"Low","S":"Unchanged","C":"None","UI":"None","AV":"Local","I":"None"},"extraData":{}}</REMEDIATE> -->
True
CVE-2021-37684 (Medium) detected in tensorflow-2.0.0b1-cp36-cp36m-manylinux1_x86_64.whl - ## CVE-2021-37684 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>tensorflow-2.0.0b1-cp36-cp36m-manylinux1_x86_64.whl</b></p></summary> <p>TensorFlow is an open source machine learning framework for everyone.</p> <p>Library home page: <a href="https://files.pythonhosted.org/packages/29/6c/2c9a5c4d095c63c2fb37d20def0e4f92685f7aee9243d6aae25862694fd1/tensorflow-2.0.0b1-cp36-cp36m-manylinux1_x86_64.whl">https://files.pythonhosted.org/packages/29/6c/2c9a5c4d095c63c2fb37d20def0e4f92685f7aee9243d6aae25862694fd1/tensorflow-2.0.0b1-cp36-cp36m-manylinux1_x86_64.whl</a></p> <p>Path to dependency file: tensorflow/tensorflow/lite/micro/examples/magic_wand/train/requirements.txt</p> <p>Path to vulnerable library: tensorflow/tensorflow/lite/micro/examples/magic_wand/train/requirements.txt</p> <p> Dependency Hierarchy: - :x: **tensorflow-2.0.0b1-cp36-cp36m-manylinux1_x86_64.whl** (Vulnerable Library) </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> TensorFlow is an end-to-end open source platform for machine learning. In affected versions the implementations of pooling in TFLite are vulnerable to division by 0 errors as there are no checks for divisors not being 0. We have patched the issue in GitHub commit [dfa22b348b70bb89d6d6ec0ff53973bacb4f4695](https://github.com/tensorflow/tensorflow/commit/dfa22b348b70bb89d6d6ec0ff53973bacb4f4695). The fix will be included in TensorFlow 2.6.0. We will also cherrypick this commit on TensorFlow 2.5.1, TensorFlow 2.4.3, and TensorFlow 2.3.4, as these are also affected and still in supported range. <p>Publish Date: 2021-08-12 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-37684>CVE-2021-37684</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://github.com/tensorflow/tensorflow/security/advisories/GHSA-q7f7-544h-67h9">https://github.com/tensorflow/tensorflow/security/advisories/GHSA-q7f7-544h-67h9</a></p> <p>Release Date: 2021-08-12</p> <p>Fix Resolution: tensorflow - 2.3.4, 2.4.3, 2.5.1, 2.6.0, tensorflow-cpu - 2.3.4, 2.4.3, 2.5.1, 2.6.0, tensorflow-gpu - 2.3.4, 2.4.3, 2.5.1, 2.6.0</p> </p> </details> <p></p> *** <!-- REMEDIATE-OPEN-PR-START --> - [ ] Check this box to open an automated fix PR <!-- REMEDIATE-OPEN-PR-END --> <!-- <REMEDIATE>{"isOpenPROnVulnerability":false,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"Python","packageName":"tensorflow","packageVersion":"2.0.0b1","packageFilePaths":["/tensorflow/lite/micro/examples/magic_wand/train/requirements.txt"],"isTransitiveDependency":false,"dependencyTree":"tensorflow:2.0.0b1","isMinimumFixVersionAvailable":true,"minimumFixVersion":"tensorflow - 2.3.4, 2.4.3, 2.5.1, 2.6.0, tensorflow-cpu - 2.3.4, 2.4.3, 2.5.1, 2.6.0, tensorflow-gpu - 2.3.4, 2.4.3, 2.5.1, 2.6.0"}],"baseBranches":[],"vulnerabilityIdentifier":"CVE-2021-37684","vulnerabilityDetails":"TensorFlow is an end-to-end open source platform for machine learning. In affected versions the implementations of pooling in TFLite are vulnerable to division by 0 errors as there are no checks for divisors not being 0. We have patched the issue in GitHub commit [dfa22b348b70bb89d6d6ec0ff53973bacb4f4695](https://github.com/tensorflow/tensorflow/commit/dfa22b348b70bb89d6d6ec0ff53973bacb4f4695). The fix will be included in TensorFlow 2.6.0. We will also cherrypick this commit on TensorFlow 2.5.1, TensorFlow 2.4.3, and TensorFlow 2.3.4, as these are also affected and still in supported range.","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-37684","cvss3Severity":"medium","cvss3Score":"5.5","cvss3Metrics":{"A":"High","AC":"Low","PR":"Low","S":"Unchanged","C":"None","UI":"None","AV":"Local","I":"None"},"extraData":{}}</REMEDIATE> -->
non_test
cve medium detected in tensorflow whl cve medium severity vulnerability vulnerable library tensorflow whl tensorflow is an open source machine learning framework for everyone library home page a href path to dependency file tensorflow tensorflow lite micro examples magic wand train requirements txt path to vulnerable library tensorflow tensorflow lite micro examples magic wand train requirements txt dependency hierarchy x tensorflow whl vulnerable library vulnerability details tensorflow is an end to end open source platform for machine learning in affected versions the implementations of pooling in tflite are vulnerable to division by errors as there are no checks for divisors not being we have patched the issue in github commit the fix will be included in tensorflow we will also cherrypick this commit on tensorflow tensorflow and tensorflow as these are also affected and still in supported range 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 tensorflow tensorflow cpu tensorflow gpu check this box to open an automated fix pr isopenpronvulnerability false ispackagebased true isdefaultbranch true packages istransitivedependency false dependencytree tensorflow isminimumfixversionavailable true minimumfixversion tensorflow tensorflow cpu tensorflow gpu basebranches vulnerabilityidentifier cve vulnerabilitydetails tensorflow is an end to end open source platform for machine learning in affected versions the implementations of pooling in tflite are vulnerable to division by errors as there are no checks for divisors not being we have patched the issue in github commit the fix will be included in tensorflow we will also cherrypick this commit on tensorflow tensorflow and tensorflow as these are also affected and still in supported range vulnerabilityurl
0
240,079
20,009,123,303
IssuesEvent
2022-02-01 02:37:41
redwoodjs/redwood
https://api.github.com/repos/redwoodjs/redwood
closed
Generated Test Files: add comment with link to Redwood Testing Doc
help wanted good first issue topic/testing v1/for-consideration
_continuing from #3601_ There are (plenty of) cases where the boilerplate tests will fail. One recent example is #3601 re: Float and DateTime types that don't play well with Jest expect(). Instead of attempting to configure boilerplate to handle all possible situations, we decided to update the docs over here https://github.com/redwoodjs/redwoodjs.com/pull/881 But what good are docs if you don't know about them? I suggest we add a comment block to all generated test files: - link to the Redwood Testing Doc: https://redwoodjs.com/docs/testing - explains that boilerplate isn't intended to work for all circumstances without adjustments, e.g. Float and DateTime types
1.0
Generated Test Files: add comment with link to Redwood Testing Doc - _continuing from #3601_ There are (plenty of) cases where the boilerplate tests will fail. One recent example is #3601 re: Float and DateTime types that don't play well with Jest expect(). Instead of attempting to configure boilerplate to handle all possible situations, we decided to update the docs over here https://github.com/redwoodjs/redwoodjs.com/pull/881 But what good are docs if you don't know about them? I suggest we add a comment block to all generated test files: - link to the Redwood Testing Doc: https://redwoodjs.com/docs/testing - explains that boilerplate isn't intended to work for all circumstances without adjustments, e.g. Float and DateTime types
test
generated test files add comment with link to redwood testing doc continuing from there are plenty of cases where the boilerplate tests will fail one recent example is re float and datetime types that don t play well with jest expect instead of attempting to configure boilerplate to handle all possible situations we decided to update the docs over here but what good are docs if you don t know about them i suggest we add a comment block to all generated test files link to the redwood testing doc explains that boilerplate isn t intended to work for all circumstances without adjustments e g float and datetime types
1
279,979
24,270,610,734
IssuesEvent
2022-09-28 09:57:46
pingcap/tidb
https://api.github.com/repos/pingcap/tidb
closed
DATA RACE in the br's fakeCluster
type/bug component/test severity/major affects-6.3
## Bug Report Please answer these questions before submitting your issue. Thanks! ### 1. Minimal reproduce step (Required) ``` WARNING: DATA RACE Write at 0x00c0015c9d68 by goroutine 292: br/pkg/streamhelper/streamhelper_test_test.(*fakeCluster).advanceCheckpoints.func1() br/pkg/streamhelper/basic_lib_for_test.go:318 +0x84 br/pkg/streamhelper/streamhelper_test_test.(*fakeCluster).updateRegion() br/pkg/streamhelper/basic_lib_for_test.go:309 +0xce br/pkg/streamhelper/streamhelper_test_test.(*fakeCluster).advanceCheckpoints() br/pkg/streamhelper/basic_lib_for_test.go:315 +0xe4 br/pkg/streamhelper/streamhelper_test_test.TestOneStoreFailure() br/pkg/streamhelper/advancer_test.go:178 +0x53c testing.tRunner() GOROOT/src/testing/testing.go:1446 +0x216 testing.(*T).Run.func1() GOROOT/src/testing/testing.go:1493 +0x47 Previous read at 0x00c0015c9d68 by goroutine 1778: br/pkg/streamhelper/streamhelper_test_test.(*fakeStore).GetLastFlushTSOfRegion() br/pkg/streamhelper/basic_lib_for_test.go:154 +0xd64 github.com/pingcap/tidb/br/pkg/streamhelper.(*storeCollector).sendPendingRequests() br/pkg/streamhelper/collector.go:188 +0x3f3 github.com/pingcap/tidb/br/pkg/streamhelper.(*storeCollector).recvLoop() br/pkg/streamhelper/collector.go:105 +0xa6d github.com/pingcap/tidb/br/pkg/streamhelper.(*storeCollector).begin() br/pkg/streamhelper/collector.go:88 +0x67 github.com/pingcap/tidb/br/pkg/streamhelper.(*storeCollector).spawn.func2() br/pkg/streamhelper/collector.go:161 +0x58 Goroutine 292 (running) created at: testing.(*T).Run() GOROOT/src/testing/testing.go:1493 +0x75d testing.runTests.func1() GOROOT/src/testing/testing.go:1846 +0x99 testing.tRunner() GOROOT/src/testing/testing.go:1446 +0x216 testing.runTests() GOROOT/src/testing/testing.go:1844 +0x7ec testing.(*M).Run() GOROOT/src/testing/testing.go:1726 +0xa84 main.main() bazel-out/k8-fastbuild/bin/br/pkg/streamhelper/streamhelper_test_/testmain.go:126 +0x5d0 Goroutine 1778 (finished) created at: github.com/pingcap/tidb/br/pkg/streamhelper.(*storeCollector).spawn() br/pkg/streamhelper/collector.go:161 +0xdc github.com/pingcap/tidb/br/pkg/streamhelper.(*clusterCollector).collectRegion() br/pkg/streamhelper/collector.go:296 +0x83d github.com/pingcap/tidb/br/pkg/streamhelper.(*CheckpointAdvancer).GetCheckpointInRange() br/pkg/streamhelper/advancer.go:165 +0x5b1 github.com/pingcap/tidb/br/pkg/streamhelper.(*CheckpointAdvancer).tryAdvance.func3() br/pkg/streamhelper/advancer.go:210 +0x288 github.com/pingcap/tidb/br/pkg/utils.(*WorkerPool).ApplyOnErrorGroup.func1() br/pkg/utils/worker.go:76 +0xb2 golang.org/x/sync/errgroup.(*Group).Go.func1() external/org_golang_x_sync/errgroup/errgroup.go:75 +0x86 ================== ``` <!-- a step by step guide for reproducing the bug. --> ### 2. What did you expect to see? (Required) ### 3. What did you see instead (Required) ### 4. What is your TiDB version? (Required) <!-- Paste the output of SELECT tidb_version() -->
1.0
DATA RACE in the br's fakeCluster - ## Bug Report Please answer these questions before submitting your issue. Thanks! ### 1. Minimal reproduce step (Required) ``` WARNING: DATA RACE Write at 0x00c0015c9d68 by goroutine 292: br/pkg/streamhelper/streamhelper_test_test.(*fakeCluster).advanceCheckpoints.func1() br/pkg/streamhelper/basic_lib_for_test.go:318 +0x84 br/pkg/streamhelper/streamhelper_test_test.(*fakeCluster).updateRegion() br/pkg/streamhelper/basic_lib_for_test.go:309 +0xce br/pkg/streamhelper/streamhelper_test_test.(*fakeCluster).advanceCheckpoints() br/pkg/streamhelper/basic_lib_for_test.go:315 +0xe4 br/pkg/streamhelper/streamhelper_test_test.TestOneStoreFailure() br/pkg/streamhelper/advancer_test.go:178 +0x53c testing.tRunner() GOROOT/src/testing/testing.go:1446 +0x216 testing.(*T).Run.func1() GOROOT/src/testing/testing.go:1493 +0x47 Previous read at 0x00c0015c9d68 by goroutine 1778: br/pkg/streamhelper/streamhelper_test_test.(*fakeStore).GetLastFlushTSOfRegion() br/pkg/streamhelper/basic_lib_for_test.go:154 +0xd64 github.com/pingcap/tidb/br/pkg/streamhelper.(*storeCollector).sendPendingRequests() br/pkg/streamhelper/collector.go:188 +0x3f3 github.com/pingcap/tidb/br/pkg/streamhelper.(*storeCollector).recvLoop() br/pkg/streamhelper/collector.go:105 +0xa6d github.com/pingcap/tidb/br/pkg/streamhelper.(*storeCollector).begin() br/pkg/streamhelper/collector.go:88 +0x67 github.com/pingcap/tidb/br/pkg/streamhelper.(*storeCollector).spawn.func2() br/pkg/streamhelper/collector.go:161 +0x58 Goroutine 292 (running) created at: testing.(*T).Run() GOROOT/src/testing/testing.go:1493 +0x75d testing.runTests.func1() GOROOT/src/testing/testing.go:1846 +0x99 testing.tRunner() GOROOT/src/testing/testing.go:1446 +0x216 testing.runTests() GOROOT/src/testing/testing.go:1844 +0x7ec testing.(*M).Run() GOROOT/src/testing/testing.go:1726 +0xa84 main.main() bazel-out/k8-fastbuild/bin/br/pkg/streamhelper/streamhelper_test_/testmain.go:126 +0x5d0 Goroutine 1778 (finished) created at: github.com/pingcap/tidb/br/pkg/streamhelper.(*storeCollector).spawn() br/pkg/streamhelper/collector.go:161 +0xdc github.com/pingcap/tidb/br/pkg/streamhelper.(*clusterCollector).collectRegion() br/pkg/streamhelper/collector.go:296 +0x83d github.com/pingcap/tidb/br/pkg/streamhelper.(*CheckpointAdvancer).GetCheckpointInRange() br/pkg/streamhelper/advancer.go:165 +0x5b1 github.com/pingcap/tidb/br/pkg/streamhelper.(*CheckpointAdvancer).tryAdvance.func3() br/pkg/streamhelper/advancer.go:210 +0x288 github.com/pingcap/tidb/br/pkg/utils.(*WorkerPool).ApplyOnErrorGroup.func1() br/pkg/utils/worker.go:76 +0xb2 golang.org/x/sync/errgroup.(*Group).Go.func1() external/org_golang_x_sync/errgroup/errgroup.go:75 +0x86 ================== ``` <!-- a step by step guide for reproducing the bug. --> ### 2. What did you expect to see? (Required) ### 3. What did you see instead (Required) ### 4. What is your TiDB version? (Required) <!-- Paste the output of SELECT tidb_version() -->
test
data race in the br s fakecluster bug report please answer these questions before submitting your issue thanks minimal reproduce step required warning data race write at by goroutine br pkg streamhelper streamhelper test test fakecluster advancecheckpoints br pkg streamhelper basic lib for test go br pkg streamhelper streamhelper test test fakecluster updateregion br pkg streamhelper basic lib for test go br pkg streamhelper streamhelper test test fakecluster advancecheckpoints br pkg streamhelper basic lib for test go br pkg streamhelper streamhelper test test testonestorefailure br pkg streamhelper advancer test go testing trunner goroot src testing testing go testing t run goroot src testing testing go previous read at by goroutine br pkg streamhelper streamhelper test test fakestore getlastflushtsofregion br pkg streamhelper basic lib for test go github com pingcap tidb br pkg streamhelper storecollector sendpendingrequests br pkg streamhelper collector go github com pingcap tidb br pkg streamhelper storecollector recvloop br pkg streamhelper collector go github com pingcap tidb br pkg streamhelper storecollector begin br pkg streamhelper collector go github com pingcap tidb br pkg streamhelper storecollector spawn br pkg streamhelper collector go goroutine running created at testing t run goroot src testing testing go testing runtests goroot src testing testing go testing trunner goroot src testing testing go testing runtests goroot src testing testing go testing m run goroot src testing testing go main main bazel out fastbuild bin br pkg streamhelper streamhelper test testmain go goroutine finished created at github com pingcap tidb br pkg streamhelper storecollector spawn br pkg streamhelper collector go github com pingcap tidb br pkg streamhelper clustercollector collectregion br pkg streamhelper collector go github com pingcap tidb br pkg streamhelper checkpointadvancer getcheckpointinrange br pkg streamhelper advancer go github com pingcap tidb br pkg streamhelper checkpointadvancer tryadvance br pkg streamhelper advancer go github com pingcap tidb br pkg utils workerpool applyonerrorgroup br pkg utils worker go golang org x sync errgroup group go external org golang x sync errgroup errgroup go what did you expect to see required what did you see instead required what is your tidb version required
1
73,183
24,486,055,307
IssuesEvent
2022-10-09 12:58:25
primefaces/primeng
https://api.github.com/repos/primefaces/primeng
opened
ProgressSpinner: Missing Documentation
defect
### Describe the bug [ProgressSpinner](https://www.primefaces.org/primeng/progressspinner) documentation does not have the following in it's `Properties` 1. `style` 2. `styleClass` ### Environment ``` _ _ ____ _ ___ / \ _ __ __ _ _ _| | __ _ _ __ / ___| | |_ _| / △ \ | '_ \ / _` | | | | |/ _` | '__| | | | | | | / ___ \| | | | (_| | |_| | | (_| | | | |___| |___ | | /_/ \_\_| |_|\__, |\__,_|_|\__,_|_| \____|_____|___| |___/ Angular CLI: 14.0.7 Node: 16.16.0 Package Manager: npm 8.19.2 OS: darwin x64 Angular: 14.0.7 ... animations, cli, common, compiler, compiler-cli, core, forms ... platform-browser, platform-browser-dynamic, router Package Version --------------------------------------------------------- @angular-devkit/architect 0.1400.7 @angular-devkit/build-angular 14.0.7 @angular-devkit/core 14.0.7 @angular-devkit/schematics 14.0.7 @angular/cdk 14.0.6 @schematics/angular 14.0.7 ng-packagr 13.0.8 rxjs 7.5.7 typescript 4.7.4 ``` ### Reproducer _No response_ ### Angular version 14.0.7 ### PrimeNG version 14.1.2 ### Build / Runtime Angular CLI App ### Language TypeScript ### Node version (for AoT issues node --version) 16.6.0 ### Browser(s) _No response_ ### Steps to reproduce the behavior _No response_ ### Expected behavior Include `style` and `styleClass` in the documentation
1.0
ProgressSpinner: Missing Documentation - ### Describe the bug [ProgressSpinner](https://www.primefaces.org/primeng/progressspinner) documentation does not have the following in it's `Properties` 1. `style` 2. `styleClass` ### Environment ``` _ _ ____ _ ___ / \ _ __ __ _ _ _| | __ _ _ __ / ___| | |_ _| / △ \ | '_ \ / _` | | | | |/ _` | '__| | | | | | | / ___ \| | | | (_| | |_| | | (_| | | | |___| |___ | | /_/ \_\_| |_|\__, |\__,_|_|\__,_|_| \____|_____|___| |___/ Angular CLI: 14.0.7 Node: 16.16.0 Package Manager: npm 8.19.2 OS: darwin x64 Angular: 14.0.7 ... animations, cli, common, compiler, compiler-cli, core, forms ... platform-browser, platform-browser-dynamic, router Package Version --------------------------------------------------------- @angular-devkit/architect 0.1400.7 @angular-devkit/build-angular 14.0.7 @angular-devkit/core 14.0.7 @angular-devkit/schematics 14.0.7 @angular/cdk 14.0.6 @schematics/angular 14.0.7 ng-packagr 13.0.8 rxjs 7.5.7 typescript 4.7.4 ``` ### Reproducer _No response_ ### Angular version 14.0.7 ### PrimeNG version 14.1.2 ### Build / Runtime Angular CLI App ### Language TypeScript ### Node version (for AoT issues node --version) 16.6.0 ### Browser(s) _No response_ ### Steps to reproduce the behavior _No response_ ### Expected behavior Include `style` and `styleClass` in the documentation
non_test
progressspinner missing documentation describe the bug documentation does not have the following in it s properties style styleclass environment △ angular cli node package manager npm os darwin angular animations cli common compiler compiler cli core forms platform browser platform browser dynamic router package version angular devkit architect angular devkit build angular angular devkit core angular devkit schematics angular cdk schematics angular ng packagr rxjs typescript reproducer no response angular version primeng version build runtime angular cli app language typescript node version for aot issues node version browser s no response steps to reproduce the behavior no response expected behavior include style and styleclass in the documentation
0
178,685
21,509,454,135
IssuesEvent
2022-04-28 01:43:03
Watemlifts/redash
https://api.github.com/repos/Watemlifts/redash
closed
CVE-2021-3777 (High) detected in tmpl-1.0.4.tgz - autoclosed
security vulnerability
## CVE-2021-3777 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>tmpl-1.0.4.tgz</b></p></summary> <p>JavaScript micro templates.</p> <p>Library home page: <a href="https://registry.npmjs.org/tmpl/-/tmpl-1.0.4.tgz">https://registry.npmjs.org/tmpl/-/tmpl-1.0.4.tgz</a></p> <p>Path to dependency file: /package.json</p> <p>Path to vulnerable library: /node_modules/tmpl/package.json</p> <p> Dependency Hierarchy: - jest-24.1.0.tgz (Root Library) - jest-cli-24.1.0.tgz - jest-haste-map-24.0.0.tgz - sane-3.1.0.tgz - walker-1.0.7.tgz - makeerror-1.0.11.tgz - :x: **tmpl-1.0.4.tgz** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/Watemlifts/redash/commit/5edd49e1ef994e1a5ccac0609831dc6bf7380739">5edd49e1ef994e1a5ccac0609831dc6bf7380739</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> nodejs-tmpl is vulnerable to Inefficient Regular Expression Complexity <p>Publish Date: 2021-09-15 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-3777>CVE-2021-3777</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.5</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: None - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://github.com/daaku/nodejs-tmpl/releases/tag/v1.0.5">https://github.com/daaku/nodejs-tmpl/releases/tag/v1.0.5</a></p> <p>Release Date: 2021-09-15</p> <p>Fix Resolution: tmpl - 1.0.5</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
True
CVE-2021-3777 (High) detected in tmpl-1.0.4.tgz - autoclosed - ## CVE-2021-3777 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>tmpl-1.0.4.tgz</b></p></summary> <p>JavaScript micro templates.</p> <p>Library home page: <a href="https://registry.npmjs.org/tmpl/-/tmpl-1.0.4.tgz">https://registry.npmjs.org/tmpl/-/tmpl-1.0.4.tgz</a></p> <p>Path to dependency file: /package.json</p> <p>Path to vulnerable library: /node_modules/tmpl/package.json</p> <p> Dependency Hierarchy: - jest-24.1.0.tgz (Root Library) - jest-cli-24.1.0.tgz - jest-haste-map-24.0.0.tgz - sane-3.1.0.tgz - walker-1.0.7.tgz - makeerror-1.0.11.tgz - :x: **tmpl-1.0.4.tgz** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/Watemlifts/redash/commit/5edd49e1ef994e1a5ccac0609831dc6bf7380739">5edd49e1ef994e1a5ccac0609831dc6bf7380739</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> nodejs-tmpl is vulnerable to Inefficient Regular Expression Complexity <p>Publish Date: 2021-09-15 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-3777>CVE-2021-3777</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.5</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: None - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://github.com/daaku/nodejs-tmpl/releases/tag/v1.0.5">https://github.com/daaku/nodejs-tmpl/releases/tag/v1.0.5</a></p> <p>Release Date: 2021-09-15</p> <p>Fix Resolution: tmpl - 1.0.5</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_test
cve high detected in tmpl tgz autoclosed cve high severity vulnerability vulnerable library tmpl tgz javascript micro templates library home page a href path to dependency file package json path to vulnerable library node modules tmpl package json dependency hierarchy jest tgz root library jest cli tgz jest haste map tgz sane tgz walker tgz makeerror tgz x tmpl tgz vulnerable library found in head commit a href vulnerability details nodejs tmpl is vulnerable to inefficient regular expression complexity publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction none scope unchanged impact metrics confidentiality impact none integrity impact none availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution tmpl step up your open source security game with whitesource
0
254,563
21,793,884,617
IssuesEvent
2022-05-15 10:30:26
mennaelkashef/eShop
https://api.github.com/repos/mennaelkashef/eShop
opened
No description entered by the user.
Hello! RULE-GOT-APPLIED DOES-NOT-CONTAIN-STRING Rule-works-on-convert-to-bug test instabug
# :clipboard: Bug Details >No description entered by the user. key | value --|-- Reported At | 2022-05-15 10:29:35 UTC Email | imohamady@instabug.com Categories | Report a bug Tags | test, Hello!, RULE-GOT-APPLIED, DOES-NOT-CONTAIN-STRING, Rule-works-on-convert-to-bug, instabug App Version | 1.1 (1) Session Duration | 39 Device | unknown Android SDK built for arm64, OS Level 28 Display | 1080x1920 (xhdpi) Location | Giza, Egypt (en) ## :point_right: [View Full Bug Report on Instabug](https://dashboard.instabug.com/applications/android-sample/beta/bugs/8729?utm_source=github&utm_medium=integrations) :point_left: ___ # :iphone: View Hierarchy This bug was reported from **com.example.app.complexviews.ComplexViewsFragment** Find its interactive view hierarchy with all its subviews here: :point_right: **[Check View Hierarchy](https://dashboard.instabug.com/applications/android-sample/beta/bugs/8729?show-hierarchy-view=true&utm_source=github&utm_medium=integrations)** :point_left: ___ # :chart_with_downwards_trend: Session Profiler Here is what the app was doing right before the bug was reported: Key | Value --|-- Used Memory | 64.1% - 0.89/1.39 GB Used Storage | 13.4% - 0.78/5.81 GB Connectivity | WiFi Battery | 100% - unplugged Orientation | portrait Find all the changes that happened in the parameters mentioned above during the last 60 seconds before the bug was reported here: :point_right: **[View Full Session Profiler](https://dashboard.instabug.com/applications/android-sample/beta/bugs/8729?show-session-profiler=true&utm_source=github&utm_medium=integrations)** :point_left: ___ # :bust_in_silhouette: User Info ### User Attributes ``` key_name -49566826: key value bla bla bla la key_name -1765571580: key value bla bla bla la key_name -216532084: key value bla bla bla la key_name -1527061288: key value bla bla bla la ``` ___ # :mag_right: Logs ### User Steps Here are the last 10 steps done by the user right before the bug was reported: ``` 10:28:55 com.example.app.instacaptureSample.CubeGLSurfaceViewSampleActivity was paused. 10:28:55 com.example.app.instacaptureSample.CubeGLSurfaceViewSampleActivity was stopped. 10:28:56 com.example.app.instacaptureSample.CubeGLSurfaceViewSampleActivity was started. 10:28:56 com.example.app.instacaptureSample.CubeGLSurfaceViewSampleActivity was resumed. 10:29:11 com.example.app.instacaptureSample.CubeGLSurfaceViewSampleActivity was paused. 10:29:34 Tap in "androidx.appcompat.widget.AppCompatImageView" in "com.example.app.instacaptureSample.CubeGLSurfaceViewSampleActivity" 10:29:34 com.example.app.instacaptureSample.CubeGLSurfaceViewSampleActivity was paused. 10:29:34 com.example.app.instacaptureSample.CubeGLSurfaceViewSampleActivity was resumed. 10:29:34 com.example.app.instacaptureSample.CubeGLSurfaceViewSampleActivity was paused. 10:29:35 Tap in "glSurfaceView" of type "android.opengl.GLSurfaceView" in "com.example.app.instacaptureSample.CubeGLSurfaceViewSampleActivity" ``` Find all the user steps done by the user throughout the session here: :point_right: **[View All User Steps](https://dashboard.instabug.com/applications/android-sample/beta/bugs/8729?show-logs=user_steps&utm_source=github&utm_medium=integrations)** :point_left: ### Console Log Here are the last 10 console logs logged right before the bug was reported: ``` 10:29:36 V/IBG-BR (10486): file zipped successfully 10:29:36 V/IBG-BR (10486): zip viewHierarchy images done successfully 10:29:36 V/IBG-BR (10486): viewHierarchy images zipped successfully, zip file uri: file:///storage/emulated/0/Android/data/com.example.app/files/instabug/view_hierarchy_attachment_1652610576559.zip, time in MS: 1652610576566 10:29:36 V/IBG-BR (10486): Started adding attchments to bug 10:29:36 V/IBG-BR (10486): Activity view inspection done successfully 10:29:36 D/IBG-BR (10486): Received a view hierarchy inspection action, action value: COMPLETED 10:29:36 D/IBG-BR (10486): Received a view hierarchy inspection action, action value: COMPLETED 10:29:37 D/EGL_emulation(10486): eglMakeCurrent: 0x7052438440: ver 3 0 (tinfo 0x70525c2040) 10:29:37 V/IBG-BR (10486): checkUserEmailValid :non-empty-email 10:29:37 V/IBG-Core(10486): encryptAttachments ``` Find all the logged console logs throughout the session here: :point_right: **[View All Console Log](https://dashboard.instabug.com/applications/android-sample/beta/bugs/8729?show-logs=console_log&utm_source=github&utm_medium=integrations)** :point_left: ___ # :camera: Images [![image attachment](https://d38gnqwzxziyyy.cloudfront.net/attachments/bugs/18317850/ffcde5ae14e880c70dd0a7ca143c4a61_one_bug_thumb/26014322/bug_1652610574806_.jpg?Expires=4808284225&Signature=WlKf-lWmxL9my7kDYR3mtv0qymq7LamTPYpIaVDKpYFDubOGuIxK0mMyVPQ0IuSjruu0uclqNqilxqPUzZbMdjzHpuqs1UjykGeSgZkRNLwcl-AINojossnsnEFvhmKhJznNXWEe9vi0Zl0jMzYUt~0KFn~Hnjy4xO0TNjCPcDDwaGD1XJ3RGxSArhNyOeuPA1ehSgkV~q7n9-5lTpUhwG9COdkoIazotMQmIkFXi-ggU0oRo0oXFNDKb7ID6TeuUyBJ~K0d1ImWxNShDXO845SNoQJUh2JRir~IOCcjM2u~jEBKyjwQi0ECQWV7O4eHVOi05~y6hDgtmViyqG~wdw__&Key-Pair-Id=APKAIXAG65U6UUX7JAQQ)](https://d38gnqwzxziyyy.cloudfront.net/attachments/bugs/18317850/ffcde5ae14e880c70dd0a7ca143c4a61_original/26014322/bug_1652610574806_.jpg?Expires=4808284225&Signature=Gq9Qim~j~6fPhuWXlFKHhKwh6N5s-Autt6t9bEJBfPzfX6t2wowobfybqA2cspZj8-saZX0VlfS-O-gWz41FGA40QY77g4nxOPfPe1c56y-BfSHqUsJZPn6zi~MzsvRH3dcoKQYoqeJnFD1hEsHAlYyWVdZLt94Jt009VBUOotgSs7a9oPVX1VzVU9xO0mifSp0D0TkQHRZTTF6LgFNlmTeSdWGX6is0VXPoWgz5XSFu6nN~gOddPimDSwggHfbCkepwVZjbvLmjbj~B6bXsJZAN1iseaCAy3hOuYa6Jt1m5CClqMskvs5uTpbo9j8UIJi2~BaV0JvKAMeN4AS4DUQ__&Key-Pair-Id=APKAIXAG65U6UUX7JAQQ) ___ # :warning: Looking for More Details? 1. **Network Log**: we are unable to capture your network requests automatically. If you are using HttpUrlConnection or Okhttp requests, [**check the details mentioned here**](https://docs.instabug.com/docs/android-logging?utm_source=github&utm_medium=integrations#section-network-logs). 2. **User Events**: start capturing custom User Events to send them along with each report. [**Find all the details in the docs**](https://docs.instabug.com/docs/android-logging?utm_source=github&utm_medium=integrations). 3. **Instabug Log**: start adding Instabug logs to see them right inside each report you receive. [**Find all the details in the docs**](https://docs.instabug.com/docs/android-logging?utm_source=github&utm_medium=integrations).
1.0
No description entered by the user. - # :clipboard: Bug Details >No description entered by the user. key | value --|-- Reported At | 2022-05-15 10:29:35 UTC Email | imohamady@instabug.com Categories | Report a bug Tags | test, Hello!, RULE-GOT-APPLIED, DOES-NOT-CONTAIN-STRING, Rule-works-on-convert-to-bug, instabug App Version | 1.1 (1) Session Duration | 39 Device | unknown Android SDK built for arm64, OS Level 28 Display | 1080x1920 (xhdpi) Location | Giza, Egypt (en) ## :point_right: [View Full Bug Report on Instabug](https://dashboard.instabug.com/applications/android-sample/beta/bugs/8729?utm_source=github&utm_medium=integrations) :point_left: ___ # :iphone: View Hierarchy This bug was reported from **com.example.app.complexviews.ComplexViewsFragment** Find its interactive view hierarchy with all its subviews here: :point_right: **[Check View Hierarchy](https://dashboard.instabug.com/applications/android-sample/beta/bugs/8729?show-hierarchy-view=true&utm_source=github&utm_medium=integrations)** :point_left: ___ # :chart_with_downwards_trend: Session Profiler Here is what the app was doing right before the bug was reported: Key | Value --|-- Used Memory | 64.1% - 0.89/1.39 GB Used Storage | 13.4% - 0.78/5.81 GB Connectivity | WiFi Battery | 100% - unplugged Orientation | portrait Find all the changes that happened in the parameters mentioned above during the last 60 seconds before the bug was reported here: :point_right: **[View Full Session Profiler](https://dashboard.instabug.com/applications/android-sample/beta/bugs/8729?show-session-profiler=true&utm_source=github&utm_medium=integrations)** :point_left: ___ # :bust_in_silhouette: User Info ### User Attributes ``` key_name -49566826: key value bla bla bla la key_name -1765571580: key value bla bla bla la key_name -216532084: key value bla bla bla la key_name -1527061288: key value bla bla bla la ``` ___ # :mag_right: Logs ### User Steps Here are the last 10 steps done by the user right before the bug was reported: ``` 10:28:55 com.example.app.instacaptureSample.CubeGLSurfaceViewSampleActivity was paused. 10:28:55 com.example.app.instacaptureSample.CubeGLSurfaceViewSampleActivity was stopped. 10:28:56 com.example.app.instacaptureSample.CubeGLSurfaceViewSampleActivity was started. 10:28:56 com.example.app.instacaptureSample.CubeGLSurfaceViewSampleActivity was resumed. 10:29:11 com.example.app.instacaptureSample.CubeGLSurfaceViewSampleActivity was paused. 10:29:34 Tap in "androidx.appcompat.widget.AppCompatImageView" in "com.example.app.instacaptureSample.CubeGLSurfaceViewSampleActivity" 10:29:34 com.example.app.instacaptureSample.CubeGLSurfaceViewSampleActivity was paused. 10:29:34 com.example.app.instacaptureSample.CubeGLSurfaceViewSampleActivity was resumed. 10:29:34 com.example.app.instacaptureSample.CubeGLSurfaceViewSampleActivity was paused. 10:29:35 Tap in "glSurfaceView" of type "android.opengl.GLSurfaceView" in "com.example.app.instacaptureSample.CubeGLSurfaceViewSampleActivity" ``` Find all the user steps done by the user throughout the session here: :point_right: **[View All User Steps](https://dashboard.instabug.com/applications/android-sample/beta/bugs/8729?show-logs=user_steps&utm_source=github&utm_medium=integrations)** :point_left: ### Console Log Here are the last 10 console logs logged right before the bug was reported: ``` 10:29:36 V/IBG-BR (10486): file zipped successfully 10:29:36 V/IBG-BR (10486): zip viewHierarchy images done successfully 10:29:36 V/IBG-BR (10486): viewHierarchy images zipped successfully, zip file uri: file:///storage/emulated/0/Android/data/com.example.app/files/instabug/view_hierarchy_attachment_1652610576559.zip, time in MS: 1652610576566 10:29:36 V/IBG-BR (10486): Started adding attchments to bug 10:29:36 V/IBG-BR (10486): Activity view inspection done successfully 10:29:36 D/IBG-BR (10486): Received a view hierarchy inspection action, action value: COMPLETED 10:29:36 D/IBG-BR (10486): Received a view hierarchy inspection action, action value: COMPLETED 10:29:37 D/EGL_emulation(10486): eglMakeCurrent: 0x7052438440: ver 3 0 (tinfo 0x70525c2040) 10:29:37 V/IBG-BR (10486): checkUserEmailValid :non-empty-email 10:29:37 V/IBG-Core(10486): encryptAttachments ``` Find all the logged console logs throughout the session here: :point_right: **[View All Console Log](https://dashboard.instabug.com/applications/android-sample/beta/bugs/8729?show-logs=console_log&utm_source=github&utm_medium=integrations)** :point_left: ___ # :camera: Images [![image attachment](https://d38gnqwzxziyyy.cloudfront.net/attachments/bugs/18317850/ffcde5ae14e880c70dd0a7ca143c4a61_one_bug_thumb/26014322/bug_1652610574806_.jpg?Expires=4808284225&Signature=WlKf-lWmxL9my7kDYR3mtv0qymq7LamTPYpIaVDKpYFDubOGuIxK0mMyVPQ0IuSjruu0uclqNqilxqPUzZbMdjzHpuqs1UjykGeSgZkRNLwcl-AINojossnsnEFvhmKhJznNXWEe9vi0Zl0jMzYUt~0KFn~Hnjy4xO0TNjCPcDDwaGD1XJ3RGxSArhNyOeuPA1ehSgkV~q7n9-5lTpUhwG9COdkoIazotMQmIkFXi-ggU0oRo0oXFNDKb7ID6TeuUyBJ~K0d1ImWxNShDXO845SNoQJUh2JRir~IOCcjM2u~jEBKyjwQi0ECQWV7O4eHVOi05~y6hDgtmViyqG~wdw__&Key-Pair-Id=APKAIXAG65U6UUX7JAQQ)](https://d38gnqwzxziyyy.cloudfront.net/attachments/bugs/18317850/ffcde5ae14e880c70dd0a7ca143c4a61_original/26014322/bug_1652610574806_.jpg?Expires=4808284225&Signature=Gq9Qim~j~6fPhuWXlFKHhKwh6N5s-Autt6t9bEJBfPzfX6t2wowobfybqA2cspZj8-saZX0VlfS-O-gWz41FGA40QY77g4nxOPfPe1c56y-BfSHqUsJZPn6zi~MzsvRH3dcoKQYoqeJnFD1hEsHAlYyWVdZLt94Jt009VBUOotgSs7a9oPVX1VzVU9xO0mifSp0D0TkQHRZTTF6LgFNlmTeSdWGX6is0VXPoWgz5XSFu6nN~gOddPimDSwggHfbCkepwVZjbvLmjbj~B6bXsJZAN1iseaCAy3hOuYa6Jt1m5CClqMskvs5uTpbo9j8UIJi2~BaV0JvKAMeN4AS4DUQ__&Key-Pair-Id=APKAIXAG65U6UUX7JAQQ) ___ # :warning: Looking for More Details? 1. **Network Log**: we are unable to capture your network requests automatically. If you are using HttpUrlConnection or Okhttp requests, [**check the details mentioned here**](https://docs.instabug.com/docs/android-logging?utm_source=github&utm_medium=integrations#section-network-logs). 2. **User Events**: start capturing custom User Events to send them along with each report. [**Find all the details in the docs**](https://docs.instabug.com/docs/android-logging?utm_source=github&utm_medium=integrations). 3. **Instabug Log**: start adding Instabug logs to see them right inside each report you receive. [**Find all the details in the docs**](https://docs.instabug.com/docs/android-logging?utm_source=github&utm_medium=integrations).
test
no description entered by the user clipboard bug details no description entered by the user key value reported at utc email imohamady instabug com categories report a bug tags test hello rule got applied does not contain string rule works on convert to bug instabug app version session duration device unknown android sdk built for os level display xhdpi location giza egypt en point right point left iphone view hierarchy this bug was reported from com example app complexviews complexviewsfragment find its interactive view hierarchy with all its subviews here point right point left chart with downwards trend session profiler here is what the app was doing right before the bug was reported key value used memory gb used storage gb connectivity wifi battery unplugged orientation portrait find all the changes that happened in the parameters mentioned above during the last seconds before the bug was reported here point right point left bust in silhouette user info user attributes key name key value bla bla bla la key name key value bla bla bla la key name key value bla bla bla la key name key value bla bla bla la mag right logs user steps here are the last steps done by the user right before the bug was reported com example app instacapturesample cubeglsurfaceviewsampleactivity was paused com example app instacapturesample cubeglsurfaceviewsampleactivity was stopped com example app instacapturesample cubeglsurfaceviewsampleactivity was started com example app instacapturesample cubeglsurfaceviewsampleactivity was resumed com example app instacapturesample cubeglsurfaceviewsampleactivity was paused tap in androidx appcompat widget appcompatimageview in com example app instacapturesample cubeglsurfaceviewsampleactivity com example app instacapturesample cubeglsurfaceviewsampleactivity was paused com example app instacapturesample cubeglsurfaceviewsampleactivity was resumed com example app instacapturesample cubeglsurfaceviewsampleactivity was paused tap in glsurfaceview of type android opengl glsurfaceview in com example app instacapturesample cubeglsurfaceviewsampleactivity find all the user steps done by the user throughout the session here point right point left console log here are the last console logs logged right before the bug was reported v ibg br file zipped successfully v ibg br zip viewhierarchy images done successfully v ibg br viewhierarchy images zipped successfully zip file uri file storage emulated android data com example app files instabug view hierarchy attachment zip time in ms v ibg br started adding attchments to bug v ibg br activity view inspection done successfully d ibg br received a view hierarchy inspection action action value completed d ibg br received a view hierarchy inspection action action value completed d egl emulation eglmakecurrent ver tinfo v ibg br checkuseremailvalid non empty email v ibg core encryptattachments find all the logged console logs throughout the session here point right point left camera images warning looking for more details network log we are unable to capture your network requests automatically if you are using httpurlconnection or okhttp requests user events start capturing custom user events to send them along with each report instabug log start adding instabug logs to see them right inside each report you receive
1
188,672
15,167,441,621
IssuesEvent
2021-02-12 17:47:54
numpy/numpy
https://api.github.com/repos/numpy/numpy
closed
update Array Creation document
04 - Documentation
## Documentation I am proposing an update to the current [Array Creation](https://numpy.org/doc/stable/user/basics.creation.html) tutorial as part of Google Season of Docs. The current document has a few missing pieces (like Reading Arrays from disk and binary creation). I would like to limit this document to a tutorial that discusses 3 topics: 1. Python list/tuple conversion to array 2. NumPy array-creation functions 3. SciPy and openCV array creation I will add slicing/mutation to the list of ways to "create an array" since array operations result in newly created arrays. <!-- If this is an issue with the current documentation for NumPy (e.g. incomplete/inaccurate docstring, unclear explanation in any part of the documentation), make sure to leave a reference to the document/code you're referring to. You can also check the development version of the documentation and see if this issue has already been addressed: https://numpy.org/devdocs/ --> # Below is the proposed outline ************** Array creation ************** .. seealso:: :ref:`Array creation routines <routines.array-creation>` What you'll do ============== Create NumPy arrays using converting Python objects to arrays, using NumPy functions, and using external functions. What you'll learn ================= - Use the `numpy.array` function to convert Python objects - Use common `numpy` functions to create 1D and 2D arrays - Display your NumPy arrays in plots and text outputs What you'll need ================ You'll need the NumPy and matplotlib libraries installed and loaded into your session. ``` import numpy as np import matplotlib.pyplot as plt import cv2 ``` --- Introduction ============ There are 6 general mechanisms for creating arrays. This tutorial covers the first three mechanisms: 1) Conversion from other Python structures (e.g., lists, tuples) 2) Intrinsic numpy array creation objects (e.g., arange, ones, zeros, etc.) 3) Use of special library functions (e.g., random, PIL) outside the scope of this tutorial, but covered in more depth in other How-to's and tutorials: 4) Reading arrays from disk, either from standard or custom formats [1](https://numpy.org/devdocs/user/how-to-io.html), [2](https://github.com/numpy/numpy-tutorials/blob/master/content/save-load-arrays.ipynb) 5) Creating arrays from raw bytes through the use of strings or buffers 6) replicating, joining, or otherwise expanding or mutating existing arrays This tutorial will not cover creating object arrays or structured arrays. Both of those are covered in their own sections. Creating NumPy arrays from Python objects ==================================================== - Simple examples of `np.array` len 3,4 - end with `np.array([1, 2, 3, 4, 5, 6, 7, 8 , 9, 10])` Creating NumPy arrays with built-in functions ============================================= - Use `arange`, `linspace`, `logspace`, `zeros`, `meshgrid`, `empty` & `full`, `identity` - Link to [Array creation routines](https://numpy.org/doc/stable/reference/routines.array-creation.html#routines-array-creation) Creating NumPy arrays with SciPy libraries ============================================= - Use `default_rng.random`, OpenCV `cv2.imread`, [scipy special matrices](https://docs.scipy.org/doc/scipy/reference/tutorial/linalg.html#special-matrices) Wrapping up =========== - You can create nd arrays from a number of Python functions - Your arrays can build coordinate systems and store data - You can even build and work with image data <!-- If this is an idea or a request for content, please describe as clearly as possible what topics you think are missing from the current documentation. Make sure to check https://github.com/numpy/numpy-tutorials and see if this issue might be more appropriate there. -->
1.0
update Array Creation document - ## Documentation I am proposing an update to the current [Array Creation](https://numpy.org/doc/stable/user/basics.creation.html) tutorial as part of Google Season of Docs. The current document has a few missing pieces (like Reading Arrays from disk and binary creation). I would like to limit this document to a tutorial that discusses 3 topics: 1. Python list/tuple conversion to array 2. NumPy array-creation functions 3. SciPy and openCV array creation I will add slicing/mutation to the list of ways to "create an array" since array operations result in newly created arrays. <!-- If this is an issue with the current documentation for NumPy (e.g. incomplete/inaccurate docstring, unclear explanation in any part of the documentation), make sure to leave a reference to the document/code you're referring to. You can also check the development version of the documentation and see if this issue has already been addressed: https://numpy.org/devdocs/ --> # Below is the proposed outline ************** Array creation ************** .. seealso:: :ref:`Array creation routines <routines.array-creation>` What you'll do ============== Create NumPy arrays using converting Python objects to arrays, using NumPy functions, and using external functions. What you'll learn ================= - Use the `numpy.array` function to convert Python objects - Use common `numpy` functions to create 1D and 2D arrays - Display your NumPy arrays in plots and text outputs What you'll need ================ You'll need the NumPy and matplotlib libraries installed and loaded into your session. ``` import numpy as np import matplotlib.pyplot as plt import cv2 ``` --- Introduction ============ There are 6 general mechanisms for creating arrays. This tutorial covers the first three mechanisms: 1) Conversion from other Python structures (e.g., lists, tuples) 2) Intrinsic numpy array creation objects (e.g., arange, ones, zeros, etc.) 3) Use of special library functions (e.g., random, PIL) outside the scope of this tutorial, but covered in more depth in other How-to's and tutorials: 4) Reading arrays from disk, either from standard or custom formats [1](https://numpy.org/devdocs/user/how-to-io.html), [2](https://github.com/numpy/numpy-tutorials/blob/master/content/save-load-arrays.ipynb) 5) Creating arrays from raw bytes through the use of strings or buffers 6) replicating, joining, or otherwise expanding or mutating existing arrays This tutorial will not cover creating object arrays or structured arrays. Both of those are covered in their own sections. Creating NumPy arrays from Python objects ==================================================== - Simple examples of `np.array` len 3,4 - end with `np.array([1, 2, 3, 4, 5, 6, 7, 8 , 9, 10])` Creating NumPy arrays with built-in functions ============================================= - Use `arange`, `linspace`, `logspace`, `zeros`, `meshgrid`, `empty` & `full`, `identity` - Link to [Array creation routines](https://numpy.org/doc/stable/reference/routines.array-creation.html#routines-array-creation) Creating NumPy arrays with SciPy libraries ============================================= - Use `default_rng.random`, OpenCV `cv2.imread`, [scipy special matrices](https://docs.scipy.org/doc/scipy/reference/tutorial/linalg.html#special-matrices) Wrapping up =========== - You can create nd arrays from a number of Python functions - Your arrays can build coordinate systems and store data - You can even build and work with image data <!-- If this is an idea or a request for content, please describe as clearly as possible what topics you think are missing from the current documentation. Make sure to check https://github.com/numpy/numpy-tutorials and see if this issue might be more appropriate there. -->
non_test
update array creation document documentation i am proposing an update to the current tutorial as part of google season of docs the current document has a few missing pieces like reading arrays from disk and binary creation i would like to limit this document to a tutorial that discusses topics python list tuple conversion to array numpy array creation functions scipy and opencv array creation i will add slicing mutation to the list of ways to create an array since array operations result in newly created arrays if this is an issue with the current documentation for numpy e g incomplete inaccurate docstring unclear explanation in any part of the documentation make sure to leave a reference to the document code you re referring to you can also check the development version of the documentation and see if this issue has already been addressed below is the proposed outline array creation seealso ref array creation routines what you ll do create numpy arrays using converting python objects to arrays using numpy functions and using external functions what you ll learn use the numpy array function to convert python objects use common numpy functions to create and arrays display your numpy arrays in plots and text outputs what you ll need you ll need the numpy and matplotlib libraries installed and loaded into your session import numpy as np import matplotlib pyplot as plt import introduction there are general mechanisms for creating arrays this tutorial covers the first three mechanisms conversion from other python structures e g lists tuples intrinsic numpy array creation objects e g arange ones zeros etc use of special library functions e g random pil outside the scope of this tutorial but covered in more depth in other how to s and tutorials reading arrays from disk either from standard or custom formats creating arrays from raw bytes through the use of strings or buffers replicating joining or otherwise expanding or mutating existing arrays this tutorial will not cover creating object arrays or structured arrays both of those are covered in their own sections creating numpy arrays from python objects simple examples of np array len end with np array creating numpy arrays with built in functions use arange linspace logspace zeros meshgrid empty full identity link to array creation routines creating numpy arrays with scipy libraries use default rng random opencv imread scipy special matrices wrapping up you can create nd arrays from a number of python functions your arrays can build coordinate systems and store data you can even build and work with image data if this is an idea or a request for content please describe as clearly as possible what topics you think are missing from the current documentation make sure to check and see if this issue might be more appropriate there
0
519,324
15,049,205,241
IssuesEvent
2021-02-03 11:10:04
googleapis/google-cloud-php
https://api.github.com/repos/googleapis/google-cloud-php
opened
Synthesis failed for recommendationengine
api: recommendationengine autosynth failure priority: p1 type: bug
Hello! Autosynth couldn't regenerate recommendationengine. :broken_heart: Here's the output from running `synth.py`: ``` ing -b with the checkout command again. Example: git checkout -b <new-branch-name> HEAD is now at e935c9e build(java): run linkage monitor as GitHub action (#933) 2021-02-03 03:10:01,884 autosynth [DEBUG] > Running: git checkout f694606e3e34d0e2a289d655864e225cab9ecb88 Note: checking out 'f694606e3e34d0e2a289d655864e225cab9ecb88'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by performing another checkout. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -b with the checkout command again. Example: git checkout -b <new-branch-name> HEAD is now at f694606e chore(profiler): Set proto namespace to google.cloud 2021-02-03 03:10:01,901 autosynth [DEBUG] > Running: git branch -f autosynth-recommendationengine-43 2021-02-03 03:10:01,905 autosynth [DEBUG] > Running: git checkout autosynth-recommendationengine-43 Switched to branch 'autosynth-recommendationengine-43' 2021-02-03 03:10:01,932 autosynth [INFO] > Running synthtool 2021-02-03 03:10:01,933 autosynth [INFO] > ['/tmpfs/src/github/synthtool/env/bin/python3', '-m', 'synthtool', '--metadata', 'synth.metadata', 'synth.py', '--'] 2021-02-03 03:10:01,933 autosynth [DEBUG] > log_file_path: /tmpfs/src/logs/RecommendationEngine/43/sponge_log.log 2021-02-03 03:10:01,936 autosynth [DEBUG] > Running: /tmpfs/src/github/synthtool/env/bin/python3 -m synthtool --metadata synth.metadata synth.py -- 2021-02-03 03:10:02,173 synthtool [DEBUG] > Executing /home/kbuilder/.cache/synthtool/google-cloud-php/RecommendationEngine/synth.py. On branch autosynth-recommendationengine-43 nothing to commit, working tree clean 2021-02-03 03:10:02,349 synthtool [DEBUG] > Ensuring dependencies. DEBUG:synthtool:Ensuring dependencies. 2021-02-03 03:10:02,361 synthtool [DEBUG] > Using precloned repo /home/kbuilder/.cache/synthtool/synthtool DEBUG:synthtool:Using precloned repo /home/kbuilder/.cache/synthtool/synthtool 2021-02-03 03:10:02,366 synthtool [DEBUG] > Cloning googleapis. DEBUG:synthtool:Cloning googleapis. 2021-02-03 03:10:02,366 synthtool [DEBUG] > Using precloned repo /home/kbuilder/.cache/synthtool/googleapis DEBUG:synthtool:Using precloned repo /home/kbuilder/.cache/synthtool/googleapis 2021-02-03 03:10:02,370 synthtool [DEBUG] > Which version of bazel will I run? DEBUG:synthtool:Which version of bazel will I run? bazel 3.0.0 2021-02-03 03:10:02,374 synthtool [DEBUG] > Generating code for: //google/cloud/recommendationengine/v1beta1:google-cloud-recommendationengine-v1beta1-php. DEBUG:synthtool:Generating code for: //google/cloud/recommendationengine/v1beta1:google-cloud-recommendationengine-v1beta1-php. 2021-02-03 03:10:02,538 synthtool [ERROR] > Failed executing bazel --max_idle_secs=240 build //google/cloud/recommendationengine/v1beta1:google-cloud-recommendationengine-v1beta1-php: Loading: Loading: 0 packages loaded INFO: Call stack for the definition of repository 'com_google_api_codegen' which is a http_archive (rule definition at /home/kbuilder/.cache/bazel/_bazel_kbuilder/a732f932c2cbeb7e37e1543f189a2a73/external/bazel_tools/tools/build_defs/repo/http.bzl:296:16): - <builtin> - /home/kbuilder/.cache/synthtool/googleapis/WORKSPACE:77:1 WARNING: Download from https://github.com/googleapis/gapic-generator/archive/v2.10.4.zip failed: class com.google.devtools.build.lib.bazel.repository.downloader.UnrecoverableHttpException GET returned 404 Not Found ERROR: An error occurred during the fetch of repository 'com_google_api_codegen': java.io.IOException: Error downloading [https://github.com/googleapis/gapic-generator/archive/v2.10.4.zip] to /home/kbuilder/.cache/bazel/_bazel_kbuilder/a732f932c2cbeb7e37e1543f189a2a73/external/com_google_api_codegen/v2.10.4.zip: GET returned 404 Not Found ERROR: no such package '@com_google_api_codegen//': java.io.IOException: Error downloading [https://github.com/googleapis/gapic-generator/archive/v2.10.4.zip] to /home/kbuilder/.cache/bazel/_bazel_kbuilder/a732f932c2cbeb7e37e1543f189a2a73/external/com_google_api_codegen/v2.10.4.zip: GET returned 404 Not Found INFO: Elapsed time: 0.155s INFO: 0 processes. FAILED: Build did NOT complete successfully (0 packages loaded) FAILED: Build did NOT complete successfully (0 packages loaded) ERROR:synthtool:Failed executing bazel --max_idle_secs=240 build //google/cloud/recommendationengine/v1beta1:google-cloud-recommendationengine-v1beta1-php: Loading: Loading: 0 packages loaded INFO: Call stack for the definition of repository 'com_google_api_codegen' which is a http_archive (rule definition at /home/kbuilder/.cache/bazel/_bazel_kbuilder/a732f932c2cbeb7e37e1543f189a2a73/external/bazel_tools/tools/build_defs/repo/http.bzl:296:16): - <builtin> - /home/kbuilder/.cache/synthtool/googleapis/WORKSPACE:77:1 WARNING: Download from https://github.com/googleapis/gapic-generator/archive/v2.10.4.zip failed: class com.google.devtools.build.lib.bazel.repository.downloader.UnrecoverableHttpException GET returned 404 Not Found ERROR: An error occurred during the fetch of repository 'com_google_api_codegen': java.io.IOException: Error downloading [https://github.com/googleapis/gapic-generator/archive/v2.10.4.zip] to /home/kbuilder/.cache/bazel/_bazel_kbuilder/a732f932c2cbeb7e37e1543f189a2a73/external/com_google_api_codegen/v2.10.4.zip: GET returned 404 Not Found ERROR: no such package '@com_google_api_codegen//': java.io.IOException: Error downloading [https://github.com/googleapis/gapic-generator/archive/v2.10.4.zip] to /home/kbuilder/.cache/bazel/_bazel_kbuilder/a732f932c2cbeb7e37e1543f189a2a73/external/com_google_api_codegen/v2.10.4.zip: GET returned 404 Not Found INFO: Elapsed time: 0.155s INFO: 0 processes. FAILED: Build did NOT complete successfully (0 packages loaded) FAILED: Build did NOT complete successfully (0 packages loaded) Traceback (most recent call last): File "/home/kbuilder/.pyenv/versions/3.6.9/lib/python3.6/runpy.py", line 193, in _run_module_as_main "__main__", mod_spec) File "/home/kbuilder/.pyenv/versions/3.6.9/lib/python3.6/runpy.py", line 85, in _run_code exec(code, run_globals) File "/tmpfs/src/github/synthtool/synthtool/__main__.py", line 102, in <module> main() File "/tmpfs/src/github/synthtool/env/lib/python3.6/site-packages/click/core.py", line 829, in __call__ return self.main(*args, **kwargs) File "/tmpfs/src/github/synthtool/env/lib/python3.6/site-packages/click/core.py", line 782, in main rv = self.invoke(ctx) File "/tmpfs/src/github/synthtool/env/lib/python3.6/site-packages/click/core.py", line 1066, in invoke return ctx.invoke(self.callback, **ctx.params) File "/tmpfs/src/github/synthtool/env/lib/python3.6/site-packages/click/core.py", line 610, in invoke return callback(*args, **kwargs) File "/tmpfs/src/github/synthtool/synthtool/__main__.py", line 94, in main spec.loader.exec_module(synth_module) # type: ignore File "<frozen importlib._bootstrap_external>", line 678, in exec_module File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed File "/home/kbuilder/.cache/synthtool/google-cloud-php/RecommendationEngine/synth.py", line 30, in <module> bazel_target=f'//google/cloud/recommendationengine/v1beta1:google-cloud-recommendationengine-v1beta1-php') File "/tmpfs/src/github/synthtool/synthtool/gcp/gapic_bazel.py", line 64, in php_library return self._generate_code(service, version, "php", **kwargs) File "/tmpfs/src/github/synthtool/synthtool/gcp/gapic_bazel.py", line 197, in _generate_code shell.run(bazel_run_args) File "/tmpfs/src/github/synthtool/synthtool/shell.py", line 39, in run raise exc File "/tmpfs/src/github/synthtool/synthtool/shell.py", line 33, in run encoding="utf-8", File "/home/kbuilder/.pyenv/versions/3.6.9/lib/python3.6/subprocess.py", line 438, in run output=stdout, stderr=stderr) subprocess.CalledProcessError: Command '['bazel', '--max_idle_secs=240', 'build', '//google/cloud/recommendationengine/v1beta1:google-cloud-recommendationengine-v1beta1-php']' returned non-zero exit status 1. 2021-02-03 03:10:02,595 autosynth [ERROR] > Synthesis failed 2021-02-03 03:10:02,595 autosynth [DEBUG] > Running: git reset --hard HEAD HEAD is now at f7702e01 chore: update with latest version of protobuf (#3710) 2021-02-03 03:10:02,640 autosynth [DEBUG] > Running: git checkout autosynth-recommendationengine Switched to branch 'autosynth-recommendationengine' Traceback (most recent call last): File "/home/kbuilder/.pyenv/versions/3.6.9/lib/python3.6/runpy.py", line 193, in _run_module_as_main "__main__", mod_spec) File "/home/kbuilder/.pyenv/versions/3.6.9/lib/python3.6/runpy.py", line 85, in _run_code exec(code, run_globals) File "/tmpfs/src/github/synthtool/autosynth/synth.py", line 354, in <module> main() File "/tmpfs/src/github/synthtool/autosynth/synth.py", line 189, in main return _inner_main(temp_dir) File "/tmpfs/src/github/synthtool/autosynth/synth.py", line 334, in _inner_main commit_count = synthesize_loop(x, multiple_prs, change_pusher, synthesizer) File "/tmpfs/src/github/synthtool/autosynth/synth.py", line 65, in synthesize_loop has_changes = toolbox.synthesize_version_in_new_branch(synthesizer, youngest) File "/tmpfs/src/github/synthtool/autosynth/synth_toolbox.py", line 259, in synthesize_version_in_new_branch synthesizer.synthesize(synth_log_path, self.environ) File "/tmpfs/src/github/synthtool/autosynth/synthesizer.py", line 120, in synthesize synth_proc.check_returncode() # Raise an exception. File "/home/kbuilder/.pyenv/versions/3.6.9/lib/python3.6/subprocess.py", line 389, in check_returncode self.stderr) subprocess.CalledProcessError: Command '['/tmpfs/src/github/synthtool/env/bin/python3', '-m', 'synthtool', '--metadata', 'synth.metadata', 'synth.py', '--']' returned non-zero exit status 1. ``` Google internal developers can see the full log [here](http://sponge2/results/invocations/3786305c-4627-45e1-bb93-c9d5f6a2fc78/targets/github%2Fsynthtool;config=default/tests;query=google-cloud-php;failed=false).
1.0
Synthesis failed for recommendationengine - Hello! Autosynth couldn't regenerate recommendationengine. :broken_heart: Here's the output from running `synth.py`: ``` ing -b with the checkout command again. Example: git checkout -b <new-branch-name> HEAD is now at e935c9e build(java): run linkage monitor as GitHub action (#933) 2021-02-03 03:10:01,884 autosynth [DEBUG] > Running: git checkout f694606e3e34d0e2a289d655864e225cab9ecb88 Note: checking out 'f694606e3e34d0e2a289d655864e225cab9ecb88'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by performing another checkout. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -b with the checkout command again. Example: git checkout -b <new-branch-name> HEAD is now at f694606e chore(profiler): Set proto namespace to google.cloud 2021-02-03 03:10:01,901 autosynth [DEBUG] > Running: git branch -f autosynth-recommendationengine-43 2021-02-03 03:10:01,905 autosynth [DEBUG] > Running: git checkout autosynth-recommendationengine-43 Switched to branch 'autosynth-recommendationengine-43' 2021-02-03 03:10:01,932 autosynth [INFO] > Running synthtool 2021-02-03 03:10:01,933 autosynth [INFO] > ['/tmpfs/src/github/synthtool/env/bin/python3', '-m', 'synthtool', '--metadata', 'synth.metadata', 'synth.py', '--'] 2021-02-03 03:10:01,933 autosynth [DEBUG] > log_file_path: /tmpfs/src/logs/RecommendationEngine/43/sponge_log.log 2021-02-03 03:10:01,936 autosynth [DEBUG] > Running: /tmpfs/src/github/synthtool/env/bin/python3 -m synthtool --metadata synth.metadata synth.py -- 2021-02-03 03:10:02,173 synthtool [DEBUG] > Executing /home/kbuilder/.cache/synthtool/google-cloud-php/RecommendationEngine/synth.py. On branch autosynth-recommendationengine-43 nothing to commit, working tree clean 2021-02-03 03:10:02,349 synthtool [DEBUG] > Ensuring dependencies. DEBUG:synthtool:Ensuring dependencies. 2021-02-03 03:10:02,361 synthtool [DEBUG] > Using precloned repo /home/kbuilder/.cache/synthtool/synthtool DEBUG:synthtool:Using precloned repo /home/kbuilder/.cache/synthtool/synthtool 2021-02-03 03:10:02,366 synthtool [DEBUG] > Cloning googleapis. DEBUG:synthtool:Cloning googleapis. 2021-02-03 03:10:02,366 synthtool [DEBUG] > Using precloned repo /home/kbuilder/.cache/synthtool/googleapis DEBUG:synthtool:Using precloned repo /home/kbuilder/.cache/synthtool/googleapis 2021-02-03 03:10:02,370 synthtool [DEBUG] > Which version of bazel will I run? DEBUG:synthtool:Which version of bazel will I run? bazel 3.0.0 2021-02-03 03:10:02,374 synthtool [DEBUG] > Generating code for: //google/cloud/recommendationengine/v1beta1:google-cloud-recommendationengine-v1beta1-php. DEBUG:synthtool:Generating code for: //google/cloud/recommendationengine/v1beta1:google-cloud-recommendationengine-v1beta1-php. 2021-02-03 03:10:02,538 synthtool [ERROR] > Failed executing bazel --max_idle_secs=240 build //google/cloud/recommendationengine/v1beta1:google-cloud-recommendationengine-v1beta1-php: Loading: Loading: 0 packages loaded INFO: Call stack for the definition of repository 'com_google_api_codegen' which is a http_archive (rule definition at /home/kbuilder/.cache/bazel/_bazel_kbuilder/a732f932c2cbeb7e37e1543f189a2a73/external/bazel_tools/tools/build_defs/repo/http.bzl:296:16): - <builtin> - /home/kbuilder/.cache/synthtool/googleapis/WORKSPACE:77:1 WARNING: Download from https://github.com/googleapis/gapic-generator/archive/v2.10.4.zip failed: class com.google.devtools.build.lib.bazel.repository.downloader.UnrecoverableHttpException GET returned 404 Not Found ERROR: An error occurred during the fetch of repository 'com_google_api_codegen': java.io.IOException: Error downloading [https://github.com/googleapis/gapic-generator/archive/v2.10.4.zip] to /home/kbuilder/.cache/bazel/_bazel_kbuilder/a732f932c2cbeb7e37e1543f189a2a73/external/com_google_api_codegen/v2.10.4.zip: GET returned 404 Not Found ERROR: no such package '@com_google_api_codegen//': java.io.IOException: Error downloading [https://github.com/googleapis/gapic-generator/archive/v2.10.4.zip] to /home/kbuilder/.cache/bazel/_bazel_kbuilder/a732f932c2cbeb7e37e1543f189a2a73/external/com_google_api_codegen/v2.10.4.zip: GET returned 404 Not Found INFO: Elapsed time: 0.155s INFO: 0 processes. FAILED: Build did NOT complete successfully (0 packages loaded) FAILED: Build did NOT complete successfully (0 packages loaded) ERROR:synthtool:Failed executing bazel --max_idle_secs=240 build //google/cloud/recommendationengine/v1beta1:google-cloud-recommendationengine-v1beta1-php: Loading: Loading: 0 packages loaded INFO: Call stack for the definition of repository 'com_google_api_codegen' which is a http_archive (rule definition at /home/kbuilder/.cache/bazel/_bazel_kbuilder/a732f932c2cbeb7e37e1543f189a2a73/external/bazel_tools/tools/build_defs/repo/http.bzl:296:16): - <builtin> - /home/kbuilder/.cache/synthtool/googleapis/WORKSPACE:77:1 WARNING: Download from https://github.com/googleapis/gapic-generator/archive/v2.10.4.zip failed: class com.google.devtools.build.lib.bazel.repository.downloader.UnrecoverableHttpException GET returned 404 Not Found ERROR: An error occurred during the fetch of repository 'com_google_api_codegen': java.io.IOException: Error downloading [https://github.com/googleapis/gapic-generator/archive/v2.10.4.zip] to /home/kbuilder/.cache/bazel/_bazel_kbuilder/a732f932c2cbeb7e37e1543f189a2a73/external/com_google_api_codegen/v2.10.4.zip: GET returned 404 Not Found ERROR: no such package '@com_google_api_codegen//': java.io.IOException: Error downloading [https://github.com/googleapis/gapic-generator/archive/v2.10.4.zip] to /home/kbuilder/.cache/bazel/_bazel_kbuilder/a732f932c2cbeb7e37e1543f189a2a73/external/com_google_api_codegen/v2.10.4.zip: GET returned 404 Not Found INFO: Elapsed time: 0.155s INFO: 0 processes. FAILED: Build did NOT complete successfully (0 packages loaded) FAILED: Build did NOT complete successfully (0 packages loaded) Traceback (most recent call last): File "/home/kbuilder/.pyenv/versions/3.6.9/lib/python3.6/runpy.py", line 193, in _run_module_as_main "__main__", mod_spec) File "/home/kbuilder/.pyenv/versions/3.6.9/lib/python3.6/runpy.py", line 85, in _run_code exec(code, run_globals) File "/tmpfs/src/github/synthtool/synthtool/__main__.py", line 102, in <module> main() File "/tmpfs/src/github/synthtool/env/lib/python3.6/site-packages/click/core.py", line 829, in __call__ return self.main(*args, **kwargs) File "/tmpfs/src/github/synthtool/env/lib/python3.6/site-packages/click/core.py", line 782, in main rv = self.invoke(ctx) File "/tmpfs/src/github/synthtool/env/lib/python3.6/site-packages/click/core.py", line 1066, in invoke return ctx.invoke(self.callback, **ctx.params) File "/tmpfs/src/github/synthtool/env/lib/python3.6/site-packages/click/core.py", line 610, in invoke return callback(*args, **kwargs) File "/tmpfs/src/github/synthtool/synthtool/__main__.py", line 94, in main spec.loader.exec_module(synth_module) # type: ignore File "<frozen importlib._bootstrap_external>", line 678, in exec_module File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed File "/home/kbuilder/.cache/synthtool/google-cloud-php/RecommendationEngine/synth.py", line 30, in <module> bazel_target=f'//google/cloud/recommendationengine/v1beta1:google-cloud-recommendationengine-v1beta1-php') File "/tmpfs/src/github/synthtool/synthtool/gcp/gapic_bazel.py", line 64, in php_library return self._generate_code(service, version, "php", **kwargs) File "/tmpfs/src/github/synthtool/synthtool/gcp/gapic_bazel.py", line 197, in _generate_code shell.run(bazel_run_args) File "/tmpfs/src/github/synthtool/synthtool/shell.py", line 39, in run raise exc File "/tmpfs/src/github/synthtool/synthtool/shell.py", line 33, in run encoding="utf-8", File "/home/kbuilder/.pyenv/versions/3.6.9/lib/python3.6/subprocess.py", line 438, in run output=stdout, stderr=stderr) subprocess.CalledProcessError: Command '['bazel', '--max_idle_secs=240', 'build', '//google/cloud/recommendationengine/v1beta1:google-cloud-recommendationengine-v1beta1-php']' returned non-zero exit status 1. 2021-02-03 03:10:02,595 autosynth [ERROR] > Synthesis failed 2021-02-03 03:10:02,595 autosynth [DEBUG] > Running: git reset --hard HEAD HEAD is now at f7702e01 chore: update with latest version of protobuf (#3710) 2021-02-03 03:10:02,640 autosynth [DEBUG] > Running: git checkout autosynth-recommendationengine Switched to branch 'autosynth-recommendationengine' Traceback (most recent call last): File "/home/kbuilder/.pyenv/versions/3.6.9/lib/python3.6/runpy.py", line 193, in _run_module_as_main "__main__", mod_spec) File "/home/kbuilder/.pyenv/versions/3.6.9/lib/python3.6/runpy.py", line 85, in _run_code exec(code, run_globals) File "/tmpfs/src/github/synthtool/autosynth/synth.py", line 354, in <module> main() File "/tmpfs/src/github/synthtool/autosynth/synth.py", line 189, in main return _inner_main(temp_dir) File "/tmpfs/src/github/synthtool/autosynth/synth.py", line 334, in _inner_main commit_count = synthesize_loop(x, multiple_prs, change_pusher, synthesizer) File "/tmpfs/src/github/synthtool/autosynth/synth.py", line 65, in synthesize_loop has_changes = toolbox.synthesize_version_in_new_branch(synthesizer, youngest) File "/tmpfs/src/github/synthtool/autosynth/synth_toolbox.py", line 259, in synthesize_version_in_new_branch synthesizer.synthesize(synth_log_path, self.environ) File "/tmpfs/src/github/synthtool/autosynth/synthesizer.py", line 120, in synthesize synth_proc.check_returncode() # Raise an exception. File "/home/kbuilder/.pyenv/versions/3.6.9/lib/python3.6/subprocess.py", line 389, in check_returncode self.stderr) subprocess.CalledProcessError: Command '['/tmpfs/src/github/synthtool/env/bin/python3', '-m', 'synthtool', '--metadata', 'synth.metadata', 'synth.py', '--']' returned non-zero exit status 1. ``` Google internal developers can see the full log [here](http://sponge2/results/invocations/3786305c-4627-45e1-bb93-c9d5f6a2fc78/targets/github%2Fsynthtool;config=default/tests;query=google-cloud-php;failed=false).
non_test
synthesis failed for recommendationengine hello autosynth couldn t regenerate recommendationengine broken heart here s the output from running synth py ing b with the checkout command again example git checkout b head is now at build java run linkage monitor as github action autosynth running git checkout note checking out you are in detached head state you can look around make experimental changes and commit them and you can discard any commits you make in this state without impacting any branches by performing another checkout if you want to create a new branch to retain commits you create you may do so now or later by using b with the checkout command again example git checkout b head is now at chore profiler set proto namespace to google cloud autosynth running git branch f autosynth recommendationengine autosynth running git checkout autosynth recommendationengine switched to branch autosynth recommendationengine autosynth running synthtool autosynth autosynth log file path tmpfs src logs recommendationengine sponge log log autosynth running tmpfs src github synthtool env bin m synthtool metadata synth metadata synth py synthtool executing home kbuilder cache synthtool google cloud php recommendationengine synth py on branch autosynth recommendationengine nothing to commit working tree clean synthtool ensuring dependencies debug synthtool ensuring dependencies synthtool using precloned repo home kbuilder cache synthtool synthtool debug synthtool using precloned repo home kbuilder cache synthtool synthtool synthtool cloning googleapis debug synthtool cloning googleapis synthtool using precloned repo home kbuilder cache synthtool googleapis debug synthtool using precloned repo home kbuilder cache synthtool googleapis synthtool which version of bazel will i run debug synthtool which version of bazel will i run bazel synthtool generating code for google cloud recommendationengine google cloud recommendationengine php debug synthtool generating code for google cloud recommendationengine google cloud recommendationengine php synthtool failed executing bazel max idle secs build google cloud recommendationengine google cloud recommendationengine php loading loading packages loaded info call stack for the definition of repository com google api codegen which is a http archive rule definition at home kbuilder cache bazel bazel kbuilder external bazel tools tools build defs repo http bzl home kbuilder cache synthtool googleapis workspace warning download from failed class com google devtools build lib bazel repository downloader unrecoverablehttpexception get returned not found error an error occurred during the fetch of repository com google api codegen java io ioexception error downloading to home kbuilder cache bazel bazel kbuilder external com google api codegen zip get returned not found error no such package com google api codegen java io ioexception error downloading to home kbuilder cache bazel bazel kbuilder external com google api codegen zip get returned not found info elapsed time info processes failed build did not complete successfully packages loaded failed build did not complete successfully packages loaded error synthtool failed executing bazel max idle secs build google cloud recommendationengine google cloud recommendationengine php loading loading packages loaded info call stack for the definition of repository com google api codegen which is a http archive rule definition at home kbuilder cache bazel bazel kbuilder external bazel tools tools build defs repo http bzl home kbuilder cache synthtool googleapis workspace warning download from failed class com google devtools build lib bazel repository downloader unrecoverablehttpexception get returned not found error an error occurred during the fetch of repository com google api codegen java io ioexception error downloading to home kbuilder cache bazel bazel kbuilder external com google api codegen zip get returned not found error no such package com google api codegen java io ioexception error downloading to home kbuilder cache bazel bazel kbuilder external com google api codegen zip get returned not found info elapsed time info processes failed build did not complete successfully packages loaded failed build did not complete successfully packages loaded traceback most recent call last file home kbuilder pyenv versions lib runpy py line in run module as main main mod spec file home kbuilder pyenv versions lib runpy py line in run code exec code run globals file tmpfs src github synthtool synthtool main py line in main file tmpfs src github synthtool env lib site packages click core py line in call return self main args kwargs file tmpfs src github synthtool env lib site packages click core py line in main rv self invoke ctx file tmpfs src github synthtool env lib site packages click core py line in invoke return ctx invoke self callback ctx params file tmpfs src github synthtool env lib site packages click core py line in invoke return callback args kwargs file tmpfs src github synthtool synthtool main py line in main spec loader exec module synth module type ignore file line in exec module file line in call with frames removed file home kbuilder cache synthtool google cloud php recommendationengine synth py line in bazel target f google cloud recommendationengine google cloud recommendationengine php file tmpfs src github synthtool synthtool gcp gapic bazel py line in php library return self generate code service version php kwargs file tmpfs src github synthtool synthtool gcp gapic bazel py line in generate code shell run bazel run args file tmpfs src github synthtool synthtool shell py line in run raise exc file tmpfs src github synthtool synthtool shell py line in run encoding utf file home kbuilder pyenv versions lib subprocess py line in run output stdout stderr stderr subprocess calledprocesserror command returned non zero exit status autosynth synthesis failed autosynth running git reset hard head head is now at chore update with latest version of protobuf autosynth running git checkout autosynth recommendationengine switched to branch autosynth recommendationengine traceback most recent call last file home kbuilder pyenv versions lib runpy py line in run module as main main mod spec file home kbuilder pyenv versions lib runpy py line in run code exec code run globals file tmpfs src github synthtool autosynth synth py line in main file tmpfs src github synthtool autosynth synth py line in main return inner main temp dir file tmpfs src github synthtool autosynth synth py line in inner main commit count synthesize loop x multiple prs change pusher synthesizer file tmpfs src github synthtool autosynth synth py line in synthesize loop has changes toolbox synthesize version in new branch synthesizer youngest file tmpfs src github synthtool autosynth synth toolbox py line in synthesize version in new branch synthesizer synthesize synth log path self environ file tmpfs src github synthtool autosynth synthesizer py line in synthesize synth proc check returncode raise an exception file home kbuilder pyenv versions lib subprocess py line in check returncode self stderr subprocess calledprocesserror command returned non zero exit status google internal developers can see the full log
0
132,835
10,766,053,742
IssuesEvent
2019-11-01 12:49:10
brave/brave-browser
https://api.github.com/repos/brave/brave-browser
opened
Follow up of #6398 - Mouse hover doesn't show any effect on Cancel button in sync
QA/Test-Plan-Specified QA/Yes bug
<!-- Have you searched for similar issues? Before submitting this issue, please check the open issues and add a note before logging a new issue. PLEASE USE THE TEMPLATE BELOW TO PROVIDE INFORMATION ABOUT THE ISSUE. INSUFFICIENT INFO WILL GET THE ISSUE CLOSED. IT WILL ONLY BE REOPENED AFTER SUFFICIENT INFO IS PROVIDED--> ## Description <!--Provide a brief description of the issue--> Found while testing https://github.com/brave/brave-browser/issues/6398 Mouse hover doesn't show any effect on Cancel button in sync ## Steps to Reproduce <!--Please add a series of steps to reproduce the issue--> 1. Open brave 2. Click on Start a new sync chain 3. Select mobile/computer option 4. Click on Cancel button which is displayed in gray color text 5. Hover over the mouse on Cancel button which is displayed on the modal 6. Mouse hover doesn't show any effect on Cancel button in sync ## Actual result: <!--Please add screenshots if needed--> As per the https://github.com/brave/brave-core/pull/3569 - mouse hover should show the effect on the button, right now only click action is showing the effect on the button ![image](https://user-images.githubusercontent.com/38657976/68025513-fbd6c980-fcd2-11e9-952b-fefb3297024a.png) ## Expected result: As per the https://github.com/brave/brave-core/pull/3569 - mouse hover should show the effect on the button ## Reproduces how often: <!--[Easily reproduced/Intermittent issue/No steps to reproduce]--> Always ## Brave version (brave://version info) <!--For installed build, please copy Brave, Revision and OS from brave://version and paste here. If building from source please mention it along with brave://version details--> Brave | 0.71.107 Chromium: 78.0.3904.70 (Official Build) beta (64-bit) -- | -- Revision | edb9c9f3de0247fd912a77b7f6cae7447f6d3ad5-refs/branch-heads/3904@{#800} OS | Windows 10 OS Version 1803 (Build 17134.1006) ## Version/Channel Information: <!--Does this issue happen on any other channels? Or is it specific to a certain channel?--> - Can you reproduce this issue with the current release? yes - Can you reproduce this issue with the beta channel? yes - Can you reproduce this issue with the dev channel? yes - Can you reproduce this issue with the nightly channel? yes ## Other Additional Information: - Does the issue resolve itself when disabling Brave Shields? NA - Does the issue resolve itself when disabling Brave Rewards? NA - Is the issue reproducible on the latest version of Chrome? NA ## Miscellaneous Information: <!--Any additional information, related issues, extra QA steps, configuration or data that might be necessary to reproduce the issue--> cc: @brave/legacy_qa @petemill
1.0
Follow up of #6398 - Mouse hover doesn't show any effect on Cancel button in sync - <!-- Have you searched for similar issues? Before submitting this issue, please check the open issues and add a note before logging a new issue. PLEASE USE THE TEMPLATE BELOW TO PROVIDE INFORMATION ABOUT THE ISSUE. INSUFFICIENT INFO WILL GET THE ISSUE CLOSED. IT WILL ONLY BE REOPENED AFTER SUFFICIENT INFO IS PROVIDED--> ## Description <!--Provide a brief description of the issue--> Found while testing https://github.com/brave/brave-browser/issues/6398 Mouse hover doesn't show any effect on Cancel button in sync ## Steps to Reproduce <!--Please add a series of steps to reproduce the issue--> 1. Open brave 2. Click on Start a new sync chain 3. Select mobile/computer option 4. Click on Cancel button which is displayed in gray color text 5. Hover over the mouse on Cancel button which is displayed on the modal 6. Mouse hover doesn't show any effect on Cancel button in sync ## Actual result: <!--Please add screenshots if needed--> As per the https://github.com/brave/brave-core/pull/3569 - mouse hover should show the effect on the button, right now only click action is showing the effect on the button ![image](https://user-images.githubusercontent.com/38657976/68025513-fbd6c980-fcd2-11e9-952b-fefb3297024a.png) ## Expected result: As per the https://github.com/brave/brave-core/pull/3569 - mouse hover should show the effect on the button ## Reproduces how often: <!--[Easily reproduced/Intermittent issue/No steps to reproduce]--> Always ## Brave version (brave://version info) <!--For installed build, please copy Brave, Revision and OS from brave://version and paste here. If building from source please mention it along with brave://version details--> Brave | 0.71.107 Chromium: 78.0.3904.70 (Official Build) beta (64-bit) -- | -- Revision | edb9c9f3de0247fd912a77b7f6cae7447f6d3ad5-refs/branch-heads/3904@{#800} OS | Windows 10 OS Version 1803 (Build 17134.1006) ## Version/Channel Information: <!--Does this issue happen on any other channels? Or is it specific to a certain channel?--> - Can you reproduce this issue with the current release? yes - Can you reproduce this issue with the beta channel? yes - Can you reproduce this issue with the dev channel? yes - Can you reproduce this issue with the nightly channel? yes ## Other Additional Information: - Does the issue resolve itself when disabling Brave Shields? NA - Does the issue resolve itself when disabling Brave Rewards? NA - Is the issue reproducible on the latest version of Chrome? NA ## Miscellaneous Information: <!--Any additional information, related issues, extra QA steps, configuration or data that might be necessary to reproduce the issue--> cc: @brave/legacy_qa @petemill
test
follow up of mouse hover doesn t show any effect on cancel button in sync 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 found while testing mouse hover doesn t show any effect on cancel button in sync steps to reproduce open brave click on start a new sync chain select mobile computer option click on cancel button which is displayed in gray color text hover over the mouse on cancel button which is displayed on the modal mouse hover doesn t show any effect on cancel button in sync actual result as per the mouse hover should show the effect on the button right now only click action is showing the effect on the button expected result as per the mouse hover should show the effect on the button reproduces how often always brave version brave version info brave chromium   official build  beta  bit revision refs branch heads os windows  os version build version channel information can you reproduce this issue with the current release yes can you reproduce this issue with the beta channel yes can you reproduce this issue with the dev channel yes can you reproduce this issue with the nightly channel yes other additional information does the issue resolve itself when disabling brave shields na does the issue resolve itself when disabling brave rewards na is the issue reproducible on the latest version of chrome na miscellaneous information cc brave legacy qa petemill
1
56,738
13,918,228,735
IssuesEvent
2020-10-21 07:22:43
googleapis/java-bigquerydatatransfer
https://api.github.com/repos/googleapis/java-bigquerydatatransfer
reopened
com.example.bigquerydatatransfer.CreateScheduledQueryIT: testCreateScheduledQuery failed
api: bigquerydatatransfer buildcop: flaky buildcop: issue priority: p2 type: bug
This test failed! To configure my behavior, see [the Build Cop Bot documentation](https://github.com/googleapis/repo-automation-bots/tree/master/packages/buildcop). If I'm commenting on this issue too often, add the `buildcop: quiet` label and I will stop commenting. --- commit: c0f257da9f3117e1e034ce3b3b4f6c39fb555b89 buildURL: [Build Status](https://source.cloud.google.com/results/invocations/d164f390-a327-4426-8c69-78cd0c518469), [Sponge](http://sponge2/d164f390-a327-4426-8c69-78cd0c518469) status: failed <details><summary>Test output</summary><br><pre>expected to contain: Scheduled query created successfully but was: Scheduled query was not created.com.google.api.gax.rpc.ResourceExhaustedException: io.grpc.StatusRuntimeException: RESOURCE_EXHAUSTED: Quota exceeded for quota group 'DataTransferServiceOthersGroup' and limit 'ProjectQps' of service 'bigquerydatatransfer.googleapis.com' for consumer 'project_number:779844219229'. at com.example.bigquerydatatransfer.CreateScheduledQueryIT.testCreateScheduledQuery(CreateScheduledQueryIT.java:120) </pre></details>
2.0
com.example.bigquerydatatransfer.CreateScheduledQueryIT: testCreateScheduledQuery failed - This test failed! To configure my behavior, see [the Build Cop Bot documentation](https://github.com/googleapis/repo-automation-bots/tree/master/packages/buildcop). If I'm commenting on this issue too often, add the `buildcop: quiet` label and I will stop commenting. --- commit: c0f257da9f3117e1e034ce3b3b4f6c39fb555b89 buildURL: [Build Status](https://source.cloud.google.com/results/invocations/d164f390-a327-4426-8c69-78cd0c518469), [Sponge](http://sponge2/d164f390-a327-4426-8c69-78cd0c518469) status: failed <details><summary>Test output</summary><br><pre>expected to contain: Scheduled query created successfully but was: Scheduled query was not created.com.google.api.gax.rpc.ResourceExhaustedException: io.grpc.StatusRuntimeException: RESOURCE_EXHAUSTED: Quota exceeded for quota group 'DataTransferServiceOthersGroup' and limit 'ProjectQps' of service 'bigquerydatatransfer.googleapis.com' for consumer 'project_number:779844219229'. at com.example.bigquerydatatransfer.CreateScheduledQueryIT.testCreateScheduledQuery(CreateScheduledQueryIT.java:120) </pre></details>
non_test
com example bigquerydatatransfer createscheduledqueryit testcreatescheduledquery failed this test failed to configure my behavior see if i m commenting on this issue too often add the buildcop quiet label and i will stop commenting commit buildurl status failed test output expected to contain scheduled query created successfully but was scheduled query was not created com google api gax rpc resourceexhaustedexception io grpc statusruntimeexception resource exhausted quota exceeded for quota group datatransferserviceothersgroup and limit projectqps of service bigquerydatatransfer googleapis com for consumer project number at com example bigquerydatatransfer createscheduledqueryit testcreatescheduledquery createscheduledqueryit java
0
299,275
22,596,828,684
IssuesEvent
2022-06-29 04:35:46
jfcherng-sublime/ST-API-stubs
https://api.github.com/repos/jfcherng-sublime/ST-API-stubs
closed
ADD_TO_SELECTION_SEMI_TRANSIENT flag doesn't exist
documentation
The following flag in the description for `Window.open_file` doesn't exist and should be removed: https://github.com/jfcherng-sublime/ST-API-stubs/blob/26cad735696ee62e2935c72a679299787e8fcc59/typings/sublime.pyi#L710-L711
1.0
ADD_TO_SELECTION_SEMI_TRANSIENT flag doesn't exist - The following flag in the description for `Window.open_file` doesn't exist and should be removed: https://github.com/jfcherng-sublime/ST-API-stubs/blob/26cad735696ee62e2935c72a679299787e8fcc59/typings/sublime.pyi#L710-L711
non_test
add to selection semi transient flag doesn t exist the following flag in the description for window open file doesn t exist and should be removed
0
246,427
7,895,203,806
IssuesEvent
2018-06-29 01:44:59
aowen87/BAR
https://api.github.com/repos/aowen87/BAR
closed
Fix VTK-m in VisIt so that it builds and works again.
Likelihood: 3 - Occasional OS: All Priority: High Severity: 2 - Minor Irritation Support Group: Any bug version: 2.13.0
Brad checked in some changes to get VTK-m working again in VisIt (revisions 32178, 32179) , but there is a minor issue that prevents it from building with exporting of symbols. Matt has a fix for it. We should get that fix into VisIt. If all the changes aren't on the 2.13RC, we should back port them. The ARL folks are interested in this (Joe Hennessey, Simon Su). -----------------------REDMINE MIGRATION----------------------- This ticket was migrated from Redmine. The following information could not be accurately captured in the new ticket: Original author: Eric Brugger Original creation: 02/12/2018 12:24 pm Original update: 03/16/2018 12:43 pm Ticket number: 3013
1.0
Fix VTK-m in VisIt so that it builds and works again. - Brad checked in some changes to get VTK-m working again in VisIt (revisions 32178, 32179) , but there is a minor issue that prevents it from building with exporting of symbols. Matt has a fix for it. We should get that fix into VisIt. If all the changes aren't on the 2.13RC, we should back port them. The ARL folks are interested in this (Joe Hennessey, Simon Su). -----------------------REDMINE MIGRATION----------------------- This ticket was migrated from Redmine. The following information could not be accurately captured in the new ticket: Original author: Eric Brugger Original creation: 02/12/2018 12:24 pm Original update: 03/16/2018 12:43 pm Ticket number: 3013
non_test
fix vtk m in visit so that it builds and works again brad checked in some changes to get vtk m working again in visit revisions but there is a minor issue that prevents it from building with exporting of symbols matt has a fix for it we should get that fix into visit if all the changes aren t on the we should back port them the arl folks are interested in this joe hennessey simon su redmine migration this ticket was migrated from redmine the following information could not be accurately captured in the new ticket original author eric brugger original creation pm original update pm ticket number
0
701,797
24,108,623,859
IssuesEvent
2022-09-20 09:30:01
TencentBlueKing/bk-iam-saas
https://api.github.com/repos/TencentBlueKing/bk-iam-saas
closed
[SaaS] 优化Makefile
Type: Enhancement Layer: SaaS Priority: Medium Size: XS(Hours)
README.md 目标: 1. 新用户可以直接拉取开发,即环境搭建,基本的启动 1. 目录结构说明 1. 单元测试如何运行 1. 多版本如何切换 1. 依赖后台等如何处理 MakeFile 完善:可以参考IAM后台的,有init等等,常用命令 ---- 将init/poetry等等工具类集成成一个相对简单的`开发环境构建`命令 ----
1.0
[SaaS] 优化Makefile - README.md 目标: 1. 新用户可以直接拉取开发,即环境搭建,基本的启动 1. 目录结构说明 1. 单元测试如何运行 1. 多版本如何切换 1. 依赖后台等如何处理 MakeFile 完善:可以参考IAM后台的,有init等等,常用命令 ---- 将init/poetry等等工具类集成成一个相对简单的`开发环境构建`命令 ----
non_test
优化makefile readme md 目标: 新用户可以直接拉取开发,即环境搭建,基本的启动 目录结构说明 单元测试如何运行 多版本如何切换 依赖后台等如何处理 makefile 完善:可以参考iam后台的,有init等等,常用命令 将init poetry等等工具类集成成一个相对简单的 开发环境构建 命令
0
99,699
8,708,677,510
IssuesEvent
2018-12-06 11:38:42
edenlabllc/ehealth.api
https://api.github.com/repos/edenlabllc/ehealth.api
closed
Change status_reason field BE
[zube]: In Test kind/dp_change_request project/capitation_contracts status/todo
- [x] in tables il.contract_requests and prm.contracts change status_reason from varchar(255) to text - [ ] on Decline Contract Request, Terminate Contract change json schema ``` "status_reason": { "type": "string", "pattern": "^(?!.*[ЫЪЭЁыъэё@%&$^#])[a-zA-ZА-ЯҐЇІЄа-яґїіє0-9№\\\"!\\^\\*)\\]\\[(._-].*$", "maxLength": 3000 } ```
1.0
Change status_reason field BE - - [x] in tables il.contract_requests and prm.contracts change status_reason from varchar(255) to text - [ ] on Decline Contract Request, Terminate Contract change json schema ``` "status_reason": { "type": "string", "pattern": "^(?!.*[ЫЪЭЁыъэё@%&$^#])[a-zA-ZА-ЯҐЇІЄа-яґїіє0-9№\\\"!\\^\\*)\\]\\[(._-].*$", "maxLength": 3000 } ```
test
change status reason field be in tables il contract requests and prm contracts change status reason from varchar to text on decline contract request terminate contract change json schema status reason type string pattern maxlength
1
229,899
18,451,731,864
IssuesEvent
2021-10-15 11:37:44
pmareke/hackberry_xyz
https://api.github.com/repos/pmareke/hackberry_xyz
opened
Wappalyzer Technology Detection (tech-detect:google-font-api) found on https://hackberry.xyz
test
**Details**: **tech-detect:google-font-api** matched at https://hackberry.xyz **Protocol**: HTTP **Full URL**: https://hackberry.xyz **Timestamp**: Fri Oct 15 13:37:42 +0200 CEST 2021 **Template Information** | Key | Value | |---|---| | Name | Wappalyzer Technology Detection | | Authors | hakluke | | Tags | tech | | Severity | info | **Request** ```http GET / HTTP/1.1 Host: hackberry.xyz User-Agent: Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36 Connection: close Accept: */* Accept-Language: en Accept-Encoding: gzip ``` **Response** ```http HTTP/1.1 200 OK Connection: close Transfer-Encoding: chunked Age: 44 Cache-Control: public, max-age=0, must-revalidate Content-Security-Policy: default-src *; script-src * 'unsafe-eval' 'unsafe-inline'; style-src * 'unsafe-inline'; font-src *; img-src * data: Content-Type: text/html; charset=utf-8 Date: Fri, 15 Oct 2021 11:36:58 GMT Etag: W/"16119-2g9e/f5/0MHclLiKk9ONkUkezIs" Referrer-Policy: origin-when-cross-origin Server: Vercel Strict-Transport-Security: max-age=63072000 X-Content-Type-Options: nosniff X-Frame-Options: deny X-Matched-Path: / X-Powered-By: Next.js X-Vercel-Cache: STALE X-Vercel-Id: cdg1:cdg1:cdg1::pdx1::wgshm-1634297862861-a3f0fb42eb9c <!DOCTYPE html><html lang="en" id="current-style"><head><link rel="preconnect" href="https://fonts.googleapis.com"/><link rel="preconnect" href="https://fonts.gstatic.com" crossorigin="true"/><link rel="stylesheet" data-href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&amp;display=block"/><style data-emotion-css=""></style><style>.article-width{width:800px}@media (max-width:800px){.article-width{width:100%!important}}.tooltip-handle{position:relative}.tooltip-handle:after{content:attr(data-title);--tw-bg-opacity:1;background-color:rgba(31,41,55,var(--tw-bg-opacity));border-radius:.25rem;font-size:.75rem;line-height:1rem;margin-top:.5rem;opacity:0;padding:.5rem;position:absolute;right:0;top:100%;--tw-shadow:0 10px 15px -3px rgba(0, 0, 0, 0.1),0 4px 6px -2px rgba(0, 0, 0, 0.05);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);text-align:right;--tw-text-opacity:1;color:rgba(255,255,255,var(--tw-text-opacity));visibility:hidden;white-space:nowrap;z-index:20;transition-property:background-color,border-color,color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:background-color,border-color,color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:background-color,border-color,color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:150ms}.tooltip-handle.gold-tooltip:after{background:linear-gradient(135.06deg,#fcc201 .05%,#b78628 99.96%)}.tooltip-handle:hover::after{opacity:1;visibility:visible;transition-delay:1s}.tooltip-handle.tooltip-right::after{margin-top:.5rem;margin-left:.5rem;position:absolute;top:0;left:100%;right:auto}.tooltip-handle.tooltip-left-aligned::after{left:0;top:100%;right:auto}.tooltip-handle.tooltip-right-aligned::after{right:0;top:100%}.tooltip-handle.tooltip-left::after{top:0;right:100%;left:auto}@media (max-width:1023px){.tooltip-handle:after{display:none}}.hn-table{display:block;width:100%;overflow-x:auto;margin-top:2em;margin-bottom:2em}.prose .hn-table table{border:1px solid #e0e0e0;margin-top:0;margin-bottom:0}.prose .hn-table table tbody td:first-child{padding-left:.5rem}.prose .hn-table table td{min-width:200px;padding:.5rem}.container{width:100%}@media (min-width:640px){.container{max-width:640px}}@media (min-width:768px){.container{max-width:768px}}@media (min-width:1024px){.container{max-width:1024px}}@media (min-width:1280px){.container{max-width:1280px}}@media (min-width:1536px){.container{max-width:1536px}}@media (min-width:1440px){.feed-width{min-width:850px;max-width:1000px}.container-wrapper{max-width:1232px}}.prose code{border-radius:.25rem;font-weight:400!important;padding:.25rem;--tw-text-opacity:1;color:rgba(0,0,0,var(--tw-text-opacity));font-size:80%;background:#f0efed}.dark .prose code{--tw-bg-opacity:1;background-color:rgba(36,41,46,var(--tw-bg-opacity));--tw-text-opacity:1;color:rgba(238,238,238,var(--tw-text-opacity))}.prose pre{padding-top:2rem!important;padding-bottom:2rem!important}.prose pre code{background-color:transparent;border-radius:0;font-weight:500!important;padding:0;font-size:100%}.prose blockquote p:first-of-type::before,.prose blockquote p:last-of-type::after{content:none}.dark .prose pre code{background-color:transparent;color:#ddd}.prose .embed-wrapper{max-width:100%;margin-top:1.25em;margin-bottom:1.25em}.prose .embed-wrapper iframe{max-width:100%!important}a.user-mention{color:#2962ff!important;--tw-border-opacity:1;border-color:rgba(158,158,158,var(--tw-border-opacity));border-style:dashed;border-bottom-width:2px;display:inline;font-weight:500;line-height:1.375;text-decoration:none!important}</style><style>#nprogress{pointer-events:none}#nprogress .bar{background:#29d;position:fixed;z-index:1031;top:0;left:0;width:100%;height:2px}#nprogress .peg{display:block;position:absolute;right:0;width:100px;height:100%;box-shadow:0 0 10px #29d,0 0 5px #29d;opacity:1;-webkit-transform:rotate(3deg) translate(0,-4px);-ms-transform:rotate(3deg) translate(0,-4px);transform:rotate(3deg) translate(0,-4px)}#nprogress .spinner{display:block;position:fixed;z-index:1031;top:15px;right:15px}#nprogress .spinner-icon{width:18px;height:18px;box-sizing:border-box;border:solid 2px transparent;border-top-color:#29d;border-left-color:#29d;border-radius:50.... Truncated .... ``` --- Generated by [Nuclei 2.5.2](https://github.com/projectdiscovery/nuclei)
1.0
Wappalyzer Technology Detection (tech-detect:google-font-api) found on https://hackberry.xyz - **Details**: **tech-detect:google-font-api** matched at https://hackberry.xyz **Protocol**: HTTP **Full URL**: https://hackberry.xyz **Timestamp**: Fri Oct 15 13:37:42 +0200 CEST 2021 **Template Information** | Key | Value | |---|---| | Name | Wappalyzer Technology Detection | | Authors | hakluke | | Tags | tech | | Severity | info | **Request** ```http GET / HTTP/1.1 Host: hackberry.xyz User-Agent: Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36 Connection: close Accept: */* Accept-Language: en Accept-Encoding: gzip ``` **Response** ```http HTTP/1.1 200 OK Connection: close Transfer-Encoding: chunked Age: 44 Cache-Control: public, max-age=0, must-revalidate Content-Security-Policy: default-src *; script-src * 'unsafe-eval' 'unsafe-inline'; style-src * 'unsafe-inline'; font-src *; img-src * data: Content-Type: text/html; charset=utf-8 Date: Fri, 15 Oct 2021 11:36:58 GMT Etag: W/"16119-2g9e/f5/0MHclLiKk9ONkUkezIs" Referrer-Policy: origin-when-cross-origin Server: Vercel Strict-Transport-Security: max-age=63072000 X-Content-Type-Options: nosniff X-Frame-Options: deny X-Matched-Path: / X-Powered-By: Next.js X-Vercel-Cache: STALE X-Vercel-Id: cdg1:cdg1:cdg1::pdx1::wgshm-1634297862861-a3f0fb42eb9c <!DOCTYPE html><html lang="en" id="current-style"><head><link rel="preconnect" href="https://fonts.googleapis.com"/><link rel="preconnect" href="https://fonts.gstatic.com" crossorigin="true"/><link rel="stylesheet" data-href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&amp;display=block"/><style data-emotion-css=""></style><style>.article-width{width:800px}@media (max-width:800px){.article-width{width:100%!important}}.tooltip-handle{position:relative}.tooltip-handle:after{content:attr(data-title);--tw-bg-opacity:1;background-color:rgba(31,41,55,var(--tw-bg-opacity));border-radius:.25rem;font-size:.75rem;line-height:1rem;margin-top:.5rem;opacity:0;padding:.5rem;position:absolute;right:0;top:100%;--tw-shadow:0 10px 15px -3px rgba(0, 0, 0, 0.1),0 4px 6px -2px rgba(0, 0, 0, 0.05);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);text-align:right;--tw-text-opacity:1;color:rgba(255,255,255,var(--tw-text-opacity));visibility:hidden;white-space:nowrap;z-index:20;transition-property:background-color,border-color,color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:background-color,border-color,color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:background-color,border-color,color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:150ms}.tooltip-handle.gold-tooltip:after{background:linear-gradient(135.06deg,#fcc201 .05%,#b78628 99.96%)}.tooltip-handle:hover::after{opacity:1;visibility:visible;transition-delay:1s}.tooltip-handle.tooltip-right::after{margin-top:.5rem;margin-left:.5rem;position:absolute;top:0;left:100%;right:auto}.tooltip-handle.tooltip-left-aligned::after{left:0;top:100%;right:auto}.tooltip-handle.tooltip-right-aligned::after{right:0;top:100%}.tooltip-handle.tooltip-left::after{top:0;right:100%;left:auto}@media (max-width:1023px){.tooltip-handle:after{display:none}}.hn-table{display:block;width:100%;overflow-x:auto;margin-top:2em;margin-bottom:2em}.prose .hn-table table{border:1px solid #e0e0e0;margin-top:0;margin-bottom:0}.prose .hn-table table tbody td:first-child{padding-left:.5rem}.prose .hn-table table td{min-width:200px;padding:.5rem}.container{width:100%}@media (min-width:640px){.container{max-width:640px}}@media (min-width:768px){.container{max-width:768px}}@media (min-width:1024px){.container{max-width:1024px}}@media (min-width:1280px){.container{max-width:1280px}}@media (min-width:1536px){.container{max-width:1536px}}@media (min-width:1440px){.feed-width{min-width:850px;max-width:1000px}.container-wrapper{max-width:1232px}}.prose code{border-radius:.25rem;font-weight:400!important;padding:.25rem;--tw-text-opacity:1;color:rgba(0,0,0,var(--tw-text-opacity));font-size:80%;background:#f0efed}.dark .prose code{--tw-bg-opacity:1;background-color:rgba(36,41,46,var(--tw-bg-opacity));--tw-text-opacity:1;color:rgba(238,238,238,var(--tw-text-opacity))}.prose pre{padding-top:2rem!important;padding-bottom:2rem!important}.prose pre code{background-color:transparent;border-radius:0;font-weight:500!important;padding:0;font-size:100%}.prose blockquote p:first-of-type::before,.prose blockquote p:last-of-type::after{content:none}.dark .prose pre code{background-color:transparent;color:#ddd}.prose .embed-wrapper{max-width:100%;margin-top:1.25em;margin-bottom:1.25em}.prose .embed-wrapper iframe{max-width:100%!important}a.user-mention{color:#2962ff!important;--tw-border-opacity:1;border-color:rgba(158,158,158,var(--tw-border-opacity));border-style:dashed;border-bottom-width:2px;display:inline;font-weight:500;line-height:1.375;text-decoration:none!important}</style><style>#nprogress{pointer-events:none}#nprogress .bar{background:#29d;position:fixed;z-index:1031;top:0;left:0;width:100%;height:2px}#nprogress .peg{display:block;position:absolute;right:0;width:100px;height:100%;box-shadow:0 0 10px #29d,0 0 5px #29d;opacity:1;-webkit-transform:rotate(3deg) translate(0,-4px);-ms-transform:rotate(3deg) translate(0,-4px);transform:rotate(3deg) translate(0,-4px)}#nprogress .spinner{display:block;position:fixed;z-index:1031;top:15px;right:15px}#nprogress .spinner-icon{width:18px;height:18px;box-sizing:border-box;border:solid 2px transparent;border-top-color:#29d;border-left-color:#29d;border-radius:50.... Truncated .... ``` --- Generated by [Nuclei 2.5.2](https://github.com/projectdiscovery/nuclei)
test
wappalyzer technology detection tech detect google font api found on details tech detect google font api matched at protocol http full url timestamp fri oct cest template information key value name wappalyzer technology detection authors hakluke tags tech severity info request http get http host hackberry xyz user agent mozilla windows nt applewebkit khtml like gecko chrome safari connection close accept accept language en accept encoding gzip response http http ok connection close transfer encoding chunked age cache control public max age must revalidate content security policy default src script src unsafe eval unsafe inline style src unsafe inline font src img src data content type text html charset utf date fri oct gmt etag w referrer policy origin when cross origin server vercel strict transport security max age x content type options nosniff x frame options deny x matched path x powered by next js x vercel cache stale x vercel id wgshm article width width media max width article width width important tooltip handle position relative tooltip handle after content attr data title tw bg opacity background color rgba var tw bg opacity border radius font size line height margin top opacity padding position absolute right top tw shadow rgba rgba box shadow var tw ring offset shadow var tw ring shadow var tw shadow text align right tw text opacity color rgba var tw text opacity visibility hidden white space nowrap z index transition property background color border color color fill stroke opacity box shadow transform filter webkit backdrop filter transition property background color border color color fill stroke opacity box shadow transform filter backdrop filter transition property background color border color color fill stroke opacity box shadow transform filter backdrop filter webkit backdrop filter transition timing function cubic bezier transition duration tooltip handle gold tooltip after background linear gradient tooltip handle hover after opacity visibility visible transition delay tooltip handle tooltip right after margin top margin left position absolute top left right auto tooltip handle tooltip left aligned after left top right auto tooltip handle tooltip right aligned after right top tooltip handle tooltip left after top right left auto media max width tooltip handle after display none hn table display block width overflow x auto margin top margin bottom prose hn table table border solid margin top margin bottom prose hn table table tbody td first child padding left prose hn table table td min width padding container width media min width container max width media min width container max width media min width container max width media min width container max width media min width container max width media min width feed width min width max width container wrapper max width prose code border radius font weight important padding tw text opacity color rgba var tw text opacity font size background dark prose code tw bg opacity background color rgba var tw bg opacity tw text opacity color rgba var tw text opacity prose pre padding top important padding bottom important prose pre code background color transparent border radius font weight important padding font size prose blockquote p first of type before prose blockquote p last of type after content none dark prose pre code background color transparent color ddd prose embed wrapper max width margin top margin bottom prose embed wrapper iframe max width important a user mention color important tw border opacity border color rgba var tw border opacity border style dashed border bottom width display inline font weight line height text decoration none important nprogress pointer events none nprogress bar background position fixed z index top left width height nprogress peg display block position absolute right width height box shadow opacity webkit transform rotate translate ms transform rotate translate transform rotate translate nprogress spinner display block position fixed z index top right nprogress spinner icon width height box sizing border box border solid transparent border top color border left color border radius truncated generated by
1
54,074
6,363,072,715
IssuesEvent
2017-07-31 16:13:04
phetsims/circuit-construction-kit-dc
https://api.github.com/repos/phetsims/circuit-construction-kit-dc
closed
Layout bounds are incorrect UNTIL I zoom
status:ready-to-test
From https://github.com/phetsims/circuit-construction-kit-dc/issues/99 @phet-steele said: Ack, @samreid I don't know if this is new or not, but now layout bounds are incorrect UNTIL I zoom. So right from sim opening, I drag out a sensor and am not allowed to drag out of dev bounds. Once I zoom out then in, everything is fine. Just tried this on master.
1.0
Layout bounds are incorrect UNTIL I zoom - From https://github.com/phetsims/circuit-construction-kit-dc/issues/99 @phet-steele said: Ack, @samreid I don't know if this is new or not, but now layout bounds are incorrect UNTIL I zoom. So right from sim opening, I drag out a sensor and am not allowed to drag out of dev bounds. Once I zoom out then in, everything is fine. Just tried this on master.
test
layout bounds are incorrect until i zoom from phet steele said ack samreid i don t know if this is new or not but now layout bounds are incorrect until i zoom so right from sim opening i drag out a sensor and am not allowed to drag out of dev bounds once i zoom out then in everything is fine just tried this on master
1
627,621
19,910,407,050
IssuesEvent
2022-01-25 16:37:10
webcompat/web-bugs
https://api.github.com/repos/webcompat/web-bugs
closed
duckduckgo.com - design is broken
status-needsinfo priority-important browser-focus-geckoview engine-gecko QA_triaged
<!-- @browser: Firefox Mobile 95.0 --> <!-- @ua_header: Mozilla/5.0 (Android 11; Mobile; rv:95.0) Gecko/95.0 Firefox/95.0 --> <!-- @reported_with: android-components-reporter --> **URL**: https://duckduckgo.com/?q=Firefox+Focus+problems+allign+icons+header&t=fpas&ia=web **Browser / Version**: Firefox Mobile 95.0 **Operating System**: Android 11 **Tested Another Browser**: Yes Chrome **Problem type**: Design is broken **Description**: Items are misaligned **Steps to Reproduce**: My "3 bars menu" and "icon search" should be in fixed position at the top of my website pages but in Firefox Focus they appear misaligned. Please check it, URL: www.potasiepe.it <details> <summary>View the screenshot</summary> <img alt="Screenshot" src="https://webcompat.com/uploads/2022/1/7d46555c-29f8-4e53-82c1-1a54970a0dd5.jpeg"> </details> <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: 20211215221728</li><li>channel: release</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> [View console log messages](https://webcompat.com/console_logs/2022/1/b7fe1857-44a4-4d46-b306-150ed437a852) _From [webcompat.com](https://webcompat.com/) with ❤️_
1.0
duckduckgo.com - design is broken - <!-- @browser: Firefox Mobile 95.0 --> <!-- @ua_header: Mozilla/5.0 (Android 11; Mobile; rv:95.0) Gecko/95.0 Firefox/95.0 --> <!-- @reported_with: android-components-reporter --> **URL**: https://duckduckgo.com/?q=Firefox+Focus+problems+allign+icons+header&t=fpas&ia=web **Browser / Version**: Firefox Mobile 95.0 **Operating System**: Android 11 **Tested Another Browser**: Yes Chrome **Problem type**: Design is broken **Description**: Items are misaligned **Steps to Reproduce**: My "3 bars menu" and "icon search" should be in fixed position at the top of my website pages but in Firefox Focus they appear misaligned. Please check it, URL: www.potasiepe.it <details> <summary>View the screenshot</summary> <img alt="Screenshot" src="https://webcompat.com/uploads/2022/1/7d46555c-29f8-4e53-82c1-1a54970a0dd5.jpeg"> </details> <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: 20211215221728</li><li>channel: release</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> [View console log messages](https://webcompat.com/console_logs/2022/1/b7fe1857-44a4-4d46-b306-150ed437a852) _From [webcompat.com](https://webcompat.com/) with ❤️_
non_test
duckduckgo com design is broken url browser version firefox mobile operating system android tested another browser yes chrome problem type design is broken description items are misaligned steps to reproduce my bars menu and icon search should be in fixed position at the top of my website pages but in firefox focus they appear misaligned please check it url view the screenshot img alt screenshot src browser configuration gfx webrender all false gfx webrender blob images true gfx webrender enabled false image mem shared true buildid channel release hastouchscreen true mixed active content blocked false mixed passive content blocked false tracking content blocked false from with ❤️
0
5,548
12,698,240,748
IssuesEvent
2020-06-22 13:09:40
Plant-for-the-Planet-org/treecounter-app
https://api.github.com/repos/Plant-for-the-Planet-org/treecounter-app
opened
Refactor check of valid responses from API requests
architecture bug
A lot of errors are throws by not checking for correct result of the API requests, e.g.: - https://github.com/Plant-for-the-Planet-org/treecounter-app/issues/2204 - https://github.com/Plant-for-the-Planet-org/treecounter-app/issues/2202 Therefore we should add more checks to the API request code before we use the resulting data in any further modules where they result into all kind of errors.
1.0
Refactor check of valid responses from API requests - A lot of errors are throws by not checking for correct result of the API requests, e.g.: - https://github.com/Plant-for-the-Planet-org/treecounter-app/issues/2204 - https://github.com/Plant-for-the-Planet-org/treecounter-app/issues/2202 Therefore we should add more checks to the API request code before we use the resulting data in any further modules where they result into all kind of errors.
non_test
refactor check of valid responses from api requests a lot of errors are throws by not checking for correct result of the api requests e g therefore we should add more checks to the api request code before we use the resulting data in any further modules where they result into all kind of errors
0
45,591
24,125,445,843
IssuesEvent
2022-09-20 23:34:19
artichoke/artichoke
https://api.github.com/repos/artichoke/artichoke
closed
Push down `String#ends_with?` implementation to encoded `String` variants
E-easy A-ruby-core A-performance C-quality
maybe a new `ends_with()` fn on the encoded implementations would make this even nicer _Originally posted by @b-n in https://github.com/artichoke/artichoke/pull/1678#r816221491_
True
Push down `String#ends_with?` implementation to encoded `String` variants - maybe a new `ends_with()` fn on the encoded implementations would make this even nicer _Originally posted by @b-n in https://github.com/artichoke/artichoke/pull/1678#r816221491_
non_test
push down string ends with implementation to encoded string variants maybe a new ends with fn on the encoded implementations would make this even nicer originally posted by b n in
0
21,081
11,579,966,484
IssuesEvent
2020-02-21 19:05:55
sourcegraph/sourcegraph
https://api.github.com/repos/sourcegraph/sourcegraph
closed
search: design proposals for AND / OR / NOT expressions
estimate/4d planned/3.13 search team/core-services
A subtask of #7823 is to define the constraints and behaviors for implementing AND / OR / NOT expressions. The progress on this task so far is: - A design proposal for the Query Predicate Language, [RFC 94](https://docs.google.com/document/d/1nYv_p1138eHsN7WOw0s3x69Y0HK2L8x7VP-nFKQGal8/edit?ts=5e2845ae#heading=h.trqab8y0kufp) - A proposal to change literal search so that we can support the query predicate language universally, [RFC 108](https://docs.google.com/document/d/1k19NAYyhGWt7X0Ktnqt0WbNzx61htNrhvoEquyRDZVQ/edit#). This RFC is abandoned and we will not implement AND / OR expressions for literal search initially due to conflicting design decisions in the input representation.
1.0
search: design proposals for AND / OR / NOT expressions - A subtask of #7823 is to define the constraints and behaviors for implementing AND / OR / NOT expressions. The progress on this task so far is: - A design proposal for the Query Predicate Language, [RFC 94](https://docs.google.com/document/d/1nYv_p1138eHsN7WOw0s3x69Y0HK2L8x7VP-nFKQGal8/edit?ts=5e2845ae#heading=h.trqab8y0kufp) - A proposal to change literal search so that we can support the query predicate language universally, [RFC 108](https://docs.google.com/document/d/1k19NAYyhGWt7X0Ktnqt0WbNzx61htNrhvoEquyRDZVQ/edit#). This RFC is abandoned and we will not implement AND / OR expressions for literal search initially due to conflicting design decisions in the input representation.
non_test
search design proposals for and or not expressions a subtask of is to define the constraints and behaviors for implementing and or not expressions the progress on this task so far is a design proposal for the query predicate language a proposal to change literal search so that we can support the query predicate language universally this rfc is abandoned and we will not implement and or expressions for literal search initially due to conflicting design decisions in the input representation
0
79,572
15,586,185,367
IssuesEvent
2021-03-18 01:22:00
ziednov007/JavaSpring
https://api.github.com/repos/ziednov007/JavaSpring
opened
CVE-2020-36188 (High) detected in jackson-databind-2.9.6.jar
security vulnerability
## CVE-2020-36188 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jackson-databind-2.9.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: JavaSpring/app/build.gradle</p> <p>Path to vulnerable library: /root/.gradle/caches/modules-2/files-2.1/com.fasterxml.jackson.core/jackson-databind/2.9.6/cfa4f316351a91bfd95cb0644c6a2c95f52db1fc/jackson-databind-2.9.6.jar,/root/.gradle/caches/modules-2/files-2.1/com.fasterxml.jackson.core/jackson-databind/2.9.6/cfa4f316351a91bfd95cb0644c6a2c95f52db1fc/jackson-databind-2.9.6.jar</p> <p> Dependency Hierarchy: - spring-boot-starter-web-2.0.5.RELEASE.jar (Root Library) - spring-boot-starter-json-2.0.5.RELEASE.jar - :x: **jackson-databind-2.9.6.jar** (Vulnerable Library) </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> FasterXML jackson-databind 2.x before 2.9.10.8 mishandles the interaction between serialization gadgets and typing, related to com.newrelic.agent.deps.ch.qos.logback.core.db.JNDIConnectionSource. <p>Publish Date: 2021-01-06 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-36188>CVE-2020-36188</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://github.com/FasterXML/jackson-databind/issues/2996">https://github.com/FasterXML/jackson-databind/issues/2996</a></p> <p>Release Date: 2021-01-06</p> <p>Fix Resolution: com.fasterxml.jackson.core:jackson-databind:2.9.10.8</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
True
CVE-2020-36188 (High) detected in jackson-databind-2.9.6.jar - ## CVE-2020-36188 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jackson-databind-2.9.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: JavaSpring/app/build.gradle</p> <p>Path to vulnerable library: /root/.gradle/caches/modules-2/files-2.1/com.fasterxml.jackson.core/jackson-databind/2.9.6/cfa4f316351a91bfd95cb0644c6a2c95f52db1fc/jackson-databind-2.9.6.jar,/root/.gradle/caches/modules-2/files-2.1/com.fasterxml.jackson.core/jackson-databind/2.9.6/cfa4f316351a91bfd95cb0644c6a2c95f52db1fc/jackson-databind-2.9.6.jar</p> <p> Dependency Hierarchy: - spring-boot-starter-web-2.0.5.RELEASE.jar (Root Library) - spring-boot-starter-json-2.0.5.RELEASE.jar - :x: **jackson-databind-2.9.6.jar** (Vulnerable Library) </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> FasterXML jackson-databind 2.x before 2.9.10.8 mishandles the interaction between serialization gadgets and typing, related to com.newrelic.agent.deps.ch.qos.logback.core.db.JNDIConnectionSource. <p>Publish Date: 2021-01-06 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-36188>CVE-2020-36188</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://github.com/FasterXML/jackson-databind/issues/2996">https://github.com/FasterXML/jackson-databind/issues/2996</a></p> <p>Release Date: 2021-01-06</p> <p>Fix Resolution: com.fasterxml.jackson.core:jackson-databind:2.9.10.8</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_test
cve high detected in jackson databind jar cve high severity vulnerability vulnerable library jackson databind jar general data binding functionality for jackson works on core streaming api library home page a href path to dependency file javaspring app build gradle path to vulnerable library root gradle caches modules files com fasterxml jackson core jackson databind jackson databind jar root gradle caches modules files 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 vulnerability details fasterxml jackson databind x before mishandles the interaction between serialization gadgets and typing related to com newrelic agent deps ch qos logback core db jndiconnectionsource 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 step up your open source security game with whitesource
0
20,933
3,862,894,008
IssuesEvent
2016-04-08 06:35:18
django-tastypie/django-tastypie
https://api.github.com/repos/django-tastypie/django-tastypie
closed
api_name in _meta is lost
bug needunittest unconfirmed
api_name in _meta is lost in a second level relationship causing failure to generate reverse url
1.0
api_name in _meta is lost - api_name in _meta is lost in a second level relationship causing failure to generate reverse url
test
api name in meta is lost api name in meta is lost in a second level relationship causing failure to generate reverse url
1
362,872
10,733,017,682
IssuesEvent
2019-10-28 23:42:58
celo-org/celo-monorepo
https://api.github.com/repos/celo-org/celo-monorepo
closed
Wallet needs spanish translations for the new backup flow
Priority: P2 applications bug triaged wallet
### Expected Behavior Yes spanish for packages/mobile/locales/en-US/backupKeyFlow6.json And also packages/mobile/locales/es-419/nuxRestoreWallet3.json ### Current Behavior No spanish for packages/mobile/locales/en-US/backupKeyFlow6.json
1.0
Wallet needs spanish translations for the new backup flow - ### Expected Behavior Yes spanish for packages/mobile/locales/en-US/backupKeyFlow6.json And also packages/mobile/locales/es-419/nuxRestoreWallet3.json ### Current Behavior No spanish for packages/mobile/locales/en-US/backupKeyFlow6.json
non_test
wallet needs spanish translations for the new backup flow expected behavior yes spanish for packages mobile locales en us json and also packages mobile locales es json current behavior no spanish for packages mobile locales en us json
0
155,931
13,637,109,788
IssuesEvent
2020-09-25 07:15:44
storybookjs/storybook
https://api.github.com/repos/storybookjs/storybook
closed
Composition does not update addon tabs across refs
P3 api: addons composition documentation question / support tracked
**Describe the bug** Addons do not update properly when switching between referenced storybooks. When I switch to "Three" I should have access to knobs and accessibility addons but I don't. I also still see "controls" which three package does not have. **To Reproduce** Steps to reproduce the behavior: Clone the repo https://github.com/inthegreenwild/storybook-bug Run commands: npm i npm run prepare npm run preview Open browser: http://localhost:6001 **Expected behavior** As I move across storybooks, the addons tab should reflect what the storybook collection uses. **Screenshots** ![Screen Shot 2020-09-13 at 9 26 45 PM](https://user-images.githubusercontent.com/8966510/93037410-fbec6900-f607-11ea-8faa-b04bbabd2c2f.png) ![Screen Shot 2020-09-13 at 9 26 21 PM](https://user-images.githubusercontent.com/8966510/93037387-f000a700-f607-11ea-8e9c-8c8e57131fd0.png) **System:** System: OS: macOS 10.15.6 CPU: (6) x64 Intel(R) Core(TM) i5-8500B CPU @ 3.00GHz Binaries: Node: 14.10.1 - ~/.nvm/versions/node/v14.10.1/bin/node Yarn: 1.22.5 - ~/.nvm/versions/node/v14.10.1/bin/yarn npm: 6.14.8 - ~/.nvm/versions/node/v14.10.1/bin/npm Browsers: Chrome: 85.0.4183.102 Firefox: 80.0 Safari: 13.1.2 **Additional context** Add any other context about the problem here.
1.0
Composition does not update addon tabs across refs - **Describe the bug** Addons do not update properly when switching between referenced storybooks. When I switch to "Three" I should have access to knobs and accessibility addons but I don't. I also still see "controls" which three package does not have. **To Reproduce** Steps to reproduce the behavior: Clone the repo https://github.com/inthegreenwild/storybook-bug Run commands: npm i npm run prepare npm run preview Open browser: http://localhost:6001 **Expected behavior** As I move across storybooks, the addons tab should reflect what the storybook collection uses. **Screenshots** ![Screen Shot 2020-09-13 at 9 26 45 PM](https://user-images.githubusercontent.com/8966510/93037410-fbec6900-f607-11ea-8faa-b04bbabd2c2f.png) ![Screen Shot 2020-09-13 at 9 26 21 PM](https://user-images.githubusercontent.com/8966510/93037387-f000a700-f607-11ea-8e9c-8c8e57131fd0.png) **System:** System: OS: macOS 10.15.6 CPU: (6) x64 Intel(R) Core(TM) i5-8500B CPU @ 3.00GHz Binaries: Node: 14.10.1 - ~/.nvm/versions/node/v14.10.1/bin/node Yarn: 1.22.5 - ~/.nvm/versions/node/v14.10.1/bin/yarn npm: 6.14.8 - ~/.nvm/versions/node/v14.10.1/bin/npm Browsers: Chrome: 85.0.4183.102 Firefox: 80.0 Safari: 13.1.2 **Additional context** Add any other context about the problem here.
non_test
composition does not update addon tabs across refs describe the bug addons do not update properly when switching between referenced storybooks when i switch to three i should have access to knobs and accessibility addons but i don t i also still see controls which three package does not have to reproduce steps to reproduce the behavior clone the repo run commands npm i npm run prepare npm run preview open browser expected behavior as i move across storybooks the addons tab should reflect what the storybook collection uses screenshots system system os macos cpu intel r core tm cpu binaries node nvm versions node bin node yarn nvm versions node bin yarn npm nvm versions node bin npm browsers chrome firefox safari additional context add any other context about the problem here
0
272,796
23,704,317,170
IssuesEvent
2022-08-29 22:29:26
we3lab/wwtp-configuration
https://api.github.com/repos/we3lab/wwtp-configuration
opened
TEST: unit tests for parse_json helper functions
testing
- [x] I have reviewed the test coverage on [Codecov](https://codecov.io/gh/we3lab/wwtp-configuration) --- ## Describe the Missing Coverage There are no unit tests for the following helper functions in `test_parse_json.py`: - `create_node()` - `create_connection()` - `parse_tag()` - `parse_contents()` - `get_tag_contents()` - `parse_flow_or_gen_capacity()` ## Expected Behavior The current behavior is as expected, but there is a possibility of regressions if test coverage is not improved. ## Recommended Fix Write unit tests for the helper functions listed above.
1.0
TEST: unit tests for parse_json helper functions - - [x] I have reviewed the test coverage on [Codecov](https://codecov.io/gh/we3lab/wwtp-configuration) --- ## Describe the Missing Coverage There are no unit tests for the following helper functions in `test_parse_json.py`: - `create_node()` - `create_connection()` - `parse_tag()` - `parse_contents()` - `get_tag_contents()` - `parse_flow_or_gen_capacity()` ## Expected Behavior The current behavior is as expected, but there is a possibility of regressions if test coverage is not improved. ## Recommended Fix Write unit tests for the helper functions listed above.
test
test unit tests for parse json helper functions i have reviewed the test coverage on describe the missing coverage there are no unit tests for the following helper functions in test parse json py create node create connection parse tag parse contents get tag contents parse flow or gen capacity expected behavior the current behavior is as expected but there is a possibility of regressions if test coverage is not improved recommended fix write unit tests for the helper functions listed above
1
30,287
4,579,557,130
IssuesEvent
2016-09-18 08:57:02
kubernetes/kubernetes
https://api.github.com/repos/kubernetes/kubernetes
reopened
[k8s.io] Upgrade [Feature:Upgrade] [k8s.io] master upgrade should maintain responsive services [Feature:MasterUpgrade]
area/test component/apiserver kind/upgrade-test-failure priority/P0 team/control-plane
[k8s.io] Upgrade [Feature:Upgrade] [k8s.io] master upgrade should maintain responsive services [Feature:MasterUpgrade] https://k8s-testgrid.appspot.com/release-1.4-blocking#gke-1.3-1.4-upgrade-master https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/logs/kubernetes-e2e-gke-1.3-1.4-upgrade-master/595
2.0
[k8s.io] Upgrade [Feature:Upgrade] [k8s.io] master upgrade should maintain responsive services [Feature:MasterUpgrade] - [k8s.io] Upgrade [Feature:Upgrade] [k8s.io] master upgrade should maintain responsive services [Feature:MasterUpgrade] https://k8s-testgrid.appspot.com/release-1.4-blocking#gke-1.3-1.4-upgrade-master https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/logs/kubernetes-e2e-gke-1.3-1.4-upgrade-master/595
test
upgrade master upgrade should maintain responsive services upgrade master upgrade should maintain responsive services
1
75,225
25,599,699,229
IssuesEvent
2022-12-01 19:02:58
microsoft/TypeScript
https://api.github.com/repos/microsoft/TypeScript
closed
Narrowing fails with union of functions
Not a Defect
# Bug Report <!-- Please fill in each section completely. Thank you! --> ### 🔎 Search Terms <!-- What search terms did you use when trying to find an existing bug report? List them here so people in the future can find this one more easily. --> function union, function union, multiple signatures ### 🕗 Version & Regression Information <!-- When did you start seeing this bug occur? "Bugs" that have existed in TS for a long time are very likely to be FAQs; refer to https://github.com/Microsoft/TypeScript/wiki/FAQ#common-bugs-that-arent-bugs If possible, please try testing the nightly version of TS to see if it's already been fixed. For npm: `typescript@next` This is also the 'Nightly' version in the playground: http://www.typescriptlang.org/play/?ts=Nightly Note: The TypeScript Playground can be used to try older versions of TypeScript. Please keep and fill in the line that best applies: --> - This is the behavior in every version I tried. It's not fixed in nightly ### ⏯ Playground Link <!-- A link to a TypeScript Playground "Share" link which shows this behavior The TypeScript Workbench can be used for more complex setups, try https://www.typescriptlang.org/dev/bug-workbench/ As a last resort, you can link to a repo, but these will be slower for us to investigate. --> [Playground link with relevant code](https://www.typescriptlang.org/play?ts=5.0.0-dev.20221124&ssl=11&ssc=2&pln=1&pc=1#code/C4TwDgpgBAyglgWzAGwgMQHZQLxQBTAQAewAXFAM7ABOcGA5gJQ4B8lNd9UAUKJFAHU4wABYBBavQqYc+QiXJVaDADRQAdJoD2YYHC0YKijgwDaAXWbY2eK2yWdu3OoWoAzAIYBjaJgCyHmCQ1FAA3txQUKYA1hAgxsr05uTwSKgyAD6CwuKS0hgA3NwAvk5eBlRQCIHB5P41ECG44ZFuWlrkBMTAdlAA5H1q3AD0w5HjUAB601AAotTUWtRq8sBQcBRQHhggahQiWgCuyAAmUABG0A4MJUA) ### 💻 Code <!-- Please post the relevant code sample here as well--> ```ts type SimpleFn = (text: string) => string type WithArgsFn = (text: string, ...options: string[]) => () => string interface FnMapper { [key: string]: SimpleFn | WithArgsFn; } const mapper: FnMapper = { foo: (text) => '', // ^^^ Error, text is any, should be string } ``` ### 🙁 Actual behavior Parameter `text` implicitly has an `any` type. ### 🙂 Expected behavior No error plus `text` should be of type string
1.0
Narrowing fails with union of functions - # Bug Report <!-- Please fill in each section completely. Thank you! --> ### 🔎 Search Terms <!-- What search terms did you use when trying to find an existing bug report? List them here so people in the future can find this one more easily. --> function union, function union, multiple signatures ### 🕗 Version & Regression Information <!-- When did you start seeing this bug occur? "Bugs" that have existed in TS for a long time are very likely to be FAQs; refer to https://github.com/Microsoft/TypeScript/wiki/FAQ#common-bugs-that-arent-bugs If possible, please try testing the nightly version of TS to see if it's already been fixed. For npm: `typescript@next` This is also the 'Nightly' version in the playground: http://www.typescriptlang.org/play/?ts=Nightly Note: The TypeScript Playground can be used to try older versions of TypeScript. Please keep and fill in the line that best applies: --> - This is the behavior in every version I tried. It's not fixed in nightly ### ⏯ Playground Link <!-- A link to a TypeScript Playground "Share" link which shows this behavior The TypeScript Workbench can be used for more complex setups, try https://www.typescriptlang.org/dev/bug-workbench/ As a last resort, you can link to a repo, but these will be slower for us to investigate. --> [Playground link with relevant code](https://www.typescriptlang.org/play?ts=5.0.0-dev.20221124&ssl=11&ssc=2&pln=1&pc=1#code/C4TwDgpgBAyglgWzAGwgMQHZQLxQBTAQAewAXFAM7ABOcGA5gJQ4B8lNd9UAUKJFAHU4wABYBBavQqYc+QiXJVaDADRQAdJoD2YYHC0YKijgwDaAXWbY2eK2yWdu3OoWoAzAIYBjaJgCyHmCQ1FAA3txQUKYA1hAgxsr05uTwSKgyAD6CwuKS0hgA3NwAvk5eBlRQCIHB5P41ECG44ZFuWlrkBMTAdlAA5H1q3AD0w5HjUAB601AAotTUWtRq8sBQcBRQHhggahQiWgCuyAAmUABG0A4MJUA) ### 💻 Code <!-- Please post the relevant code sample here as well--> ```ts type SimpleFn = (text: string) => string type WithArgsFn = (text: string, ...options: string[]) => () => string interface FnMapper { [key: string]: SimpleFn | WithArgsFn; } const mapper: FnMapper = { foo: (text) => '', // ^^^ Error, text is any, should be string } ``` ### 🙁 Actual behavior Parameter `text` implicitly has an `any` type. ### 🙂 Expected behavior No error plus `text` should be of type string
non_test
narrowing fails with union of functions bug report please fill in each section completely thank you 🔎 search terms what search terms did you use when trying to find an existing bug report list them here so people in the future can find this one more easily function union function union multiple signatures 🕗 version regression information when did you start seeing this bug occur bugs that have existed in ts for a long time are very likely to be faqs refer to if possible please try testing the nightly version of ts to see if it s already been fixed for npm typescript next this is also the nightly version in the playground note the typescript playground can be used to try older versions of typescript please keep and fill in the line that best applies this is the behavior in every version i tried it s not fixed in nightly ⏯ playground link a link to a typescript playground share link which shows this behavior the typescript workbench can be used for more complex setups try as a last resort you can link to a repo but these will be slower for us to investigate 💻 code ts type simplefn text string string type withargsfn text string options string string interface fnmapper simplefn withargsfn const mapper fnmapper foo text error text is any should be string 🙁 actual behavior parameter text implicitly has an any type 🙂 expected behavior no error plus text should be of type string
0
55,533
6,485,204,642
IssuesEvent
2017-08-19 07:54:15
nical/lyon
https://api.github.com/repos/nical/lyon
closed
Import MapBox's earcut tessellator test suite.
easy help wanted testing
Many thanks to @sharazam for pointing out this test suite in #140. I assume the tests inherit earcut's [ISC license](https://github.com/mapbox/earcut/blob/master/LICENSE) which looks permissive enough to import the tests for our own tessellator. The tests are here: https://github.com/mapbox/earcut/tree/master/test/fixtures
1.0
Import MapBox's earcut tessellator test suite. - Many thanks to @sharazam for pointing out this test suite in #140. I assume the tests inherit earcut's [ISC license](https://github.com/mapbox/earcut/blob/master/LICENSE) which looks permissive enough to import the tests for our own tessellator. The tests are here: https://github.com/mapbox/earcut/tree/master/test/fixtures
test
import mapbox s earcut tessellator test suite many thanks to sharazam for pointing out this test suite in i assume the tests inherit earcut s which looks permissive enough to import the tests for our own tessellator the tests are here
1
142,280
11,462,576,339
IssuesEvent
2020-02-07 14:24:57
OpenLiberty/open-liberty
https://api.github.com/repos/OpenLiberty/open-liberty
closed
Test Failure: LoadTestWithFailoverEnabled is not tolerating the CWWKC1502W warning
team:Zombie Apocalypse test bug
Test Failure: junit.framework.TestSuite.com.ibm.ws.concurrent.persistent.fat.load.LoadTestWithFailoverEnabled ``` com.ibm.ws.concurrent.persistent.fat.load.LoadTestWithFailoverEnabled:java.lang.Exception: Errors/warnings were found in server com.ibm.ws.concurrent.persistent.fat.loadtest logs: <br>[2/4/20 7:03:05:210 GMT] 00000080 com.ibm.ws.concurrent.persistent.internal.InvokerTask W CWWKC1502W: Persistent executor concurrent/myScheduler rolled back task 432. <br>[2/4/20 7:03:06:376 GMT] 0000007b com.ibm.ws.concurrent.persistent.internal.InvokerTask W CWWKC1502W: Persistent executor concurrent/myScheduler rolled back task 420. <br>[2/4/20 7:03:09:238 GMT] 00000075 com.ibm.ws.concurrent.persistent.internal.InvokerTask W CWWKC1502W: Persistent executor concurrent/myScheduler rolled back task 437. <br>[2/4/20 7:03:12:083 GMT] 0000006e com.ibm.ws.concurrent.persistent.internal.InvokerTask W CWWKC1502W: Persistent executor concurrent/myScheduler rolled back task 444. <br>[2/4/20 7:03:12:117 GMT] 00000059 com.ibm.ws.concurrent.persistent.internal.InvokerTask W CWWKC1502W: Persistent executor concurrent/myScheduler rolled back task 440. <br>[2/4/20 7:03:12:118 GMT] 00000060 com.ibm.ws.concurrent.persistent.internal.InvokerTask W CWWKC1502W: Persistent executor concurrent/myScheduler rolled back task 414. <br>[2/4/20 7:03:12:118 GMT] 00000070 com.ibm.ws.concurrent.persistent.internal.InvokerTask W CWWKC1502W: Persistent executor concurrent/myScheduler rolled back task 449. <br>[2/4/20 7:03:12:118 GMT] 00000057 com.ibm.ws.concurrent.persistent.internal.InvokerTask W CWWKC1502W: Persistent executor concurrent/myScheduler rolled back task 406. <br>[2/4/20 7:03:12:118 GMT] 0000006a com.ibm.ws.concurrent.persistent.internal.InvokerTask W CWWKC1502W: Persistent executor concurrent/myScheduler rolled back task 407. <br>[2/4/20 7:03:12:126 GMT] 00000072 com.ibm.ws.concurrent.persistent.internal.InvokerTask W CWWKC1502W: Persistent executor concurrent/myScheduler rolled back task 413. <br>[2/4/20 7:03:12:158 GMT] 00000064 com.ibm.ws.concurrent.persistent.internal.InvokerTask ``` In the load test, some tasks are timing out or intentionally failing, and are successfully retried. Often the CWWKC1503W warning is emitted for this, and the test case tolerates the appearance of that warning. However, sometimes, the similar CWWKC1502W warning is emitted, but the test case isn't aware to tolerate it. This needs to be added.
1.0
Test Failure: LoadTestWithFailoverEnabled is not tolerating the CWWKC1502W warning - Test Failure: junit.framework.TestSuite.com.ibm.ws.concurrent.persistent.fat.load.LoadTestWithFailoverEnabled ``` com.ibm.ws.concurrent.persistent.fat.load.LoadTestWithFailoverEnabled:java.lang.Exception: Errors/warnings were found in server com.ibm.ws.concurrent.persistent.fat.loadtest logs: <br>[2/4/20 7:03:05:210 GMT] 00000080 com.ibm.ws.concurrent.persistent.internal.InvokerTask W CWWKC1502W: Persistent executor concurrent/myScheduler rolled back task 432. <br>[2/4/20 7:03:06:376 GMT] 0000007b com.ibm.ws.concurrent.persistent.internal.InvokerTask W CWWKC1502W: Persistent executor concurrent/myScheduler rolled back task 420. <br>[2/4/20 7:03:09:238 GMT] 00000075 com.ibm.ws.concurrent.persistent.internal.InvokerTask W CWWKC1502W: Persistent executor concurrent/myScheduler rolled back task 437. <br>[2/4/20 7:03:12:083 GMT] 0000006e com.ibm.ws.concurrent.persistent.internal.InvokerTask W CWWKC1502W: Persistent executor concurrent/myScheduler rolled back task 444. <br>[2/4/20 7:03:12:117 GMT] 00000059 com.ibm.ws.concurrent.persistent.internal.InvokerTask W CWWKC1502W: Persistent executor concurrent/myScheduler rolled back task 440. <br>[2/4/20 7:03:12:118 GMT] 00000060 com.ibm.ws.concurrent.persistent.internal.InvokerTask W CWWKC1502W: Persistent executor concurrent/myScheduler rolled back task 414. <br>[2/4/20 7:03:12:118 GMT] 00000070 com.ibm.ws.concurrent.persistent.internal.InvokerTask W CWWKC1502W: Persistent executor concurrent/myScheduler rolled back task 449. <br>[2/4/20 7:03:12:118 GMT] 00000057 com.ibm.ws.concurrent.persistent.internal.InvokerTask W CWWKC1502W: Persistent executor concurrent/myScheduler rolled back task 406. <br>[2/4/20 7:03:12:118 GMT] 0000006a com.ibm.ws.concurrent.persistent.internal.InvokerTask W CWWKC1502W: Persistent executor concurrent/myScheduler rolled back task 407. <br>[2/4/20 7:03:12:126 GMT] 00000072 com.ibm.ws.concurrent.persistent.internal.InvokerTask W CWWKC1502W: Persistent executor concurrent/myScheduler rolled back task 413. <br>[2/4/20 7:03:12:158 GMT] 00000064 com.ibm.ws.concurrent.persistent.internal.InvokerTask ``` In the load test, some tasks are timing out or intentionally failing, and are successfully retried. Often the CWWKC1503W warning is emitted for this, and the test case tolerates the appearance of that warning. However, sometimes, the similar CWWKC1502W warning is emitted, but the test case isn't aware to tolerate it. This needs to be added.
test
test failure loadtestwithfailoverenabled is not tolerating the warning test failure junit framework testsuite com ibm ws concurrent persistent fat load loadtestwithfailoverenabled com ibm ws concurrent persistent fat load loadtestwithfailoverenabled java lang exception errors warnings were found in server com ibm ws concurrent persistent fat loadtest logs com ibm ws concurrent persistent internal invokertask w persistent executor concurrent myscheduler rolled back task com ibm ws concurrent persistent internal invokertask w persistent executor concurrent myscheduler rolled back task com ibm ws concurrent persistent internal invokertask w persistent executor concurrent myscheduler rolled back task com ibm ws concurrent persistent internal invokertask w persistent executor concurrent myscheduler rolled back task com ibm ws concurrent persistent internal invokertask w persistent executor concurrent myscheduler rolled back task com ibm ws concurrent persistent internal invokertask w persistent executor concurrent myscheduler rolled back task com ibm ws concurrent persistent internal invokertask w persistent executor concurrent myscheduler rolled back task com ibm ws concurrent persistent internal invokertask w persistent executor concurrent myscheduler rolled back task com ibm ws concurrent persistent internal invokertask w persistent executor concurrent myscheduler rolled back task com ibm ws concurrent persistent internal invokertask w persistent executor concurrent myscheduler rolled back task com ibm ws concurrent persistent internal invokertask in the load test some tasks are timing out or intentionally failing and are successfully retried often the warning is emitted for this and the test case tolerates the appearance of that warning however sometimes the similar warning is emitted but the test case isn t aware to tolerate it this needs to be added
1
40,521
12,799,555,272
IssuesEvent
2020-07-02 15:34:36
TreyM-WSS/WhiteSource-Demo
https://api.github.com/repos/TreyM-WSS/WhiteSource-Demo
opened
CVE-2017-5648 (High) detected in tomcat-embed-core-8.5.4.jar
security vulnerability
## CVE-2017-5648 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>tomcat-embed-core-8.5.4.jar</b></p></summary> <p>Core Tomcat implementation</p> <p>Library home page: <a href="http://tomcat.apache.org/">http://tomcat.apache.org/</a></p> <p>Path to dependency file: /tmp/ws-scm/WhiteSource-Demo/pom.xml</p> <p>Path to vulnerable library: /home/wss-scanner/.m2/repository/org/apache/tomcat/embed/tomcat-embed-core/8.5.4/tomcat-embed-core-8.5.4.jar</p> <p> Dependency Hierarchy: - spring-boot-starter-web-1.4.0.RELEASE.jar (Root Library) - spring-boot-starter-tomcat-1.4.0.RELEASE.jar - :x: **tomcat-embed-core-8.5.4.jar** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://api.github.com/repos/TreyM-WSS/WhiteSource-Demo/commits/75659f691fb82d67ecd666ba6076394defeb92d0">75659f691fb82d67ecd666ba6076394defeb92d0</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> While investigating bug 60718, it was noticed that some calls to application listeners in Apache Tomcat 9.0.0.M1 to 9.0.0.M17, 8.5.0 to 8.5.11, 8.0.0.RC1 to 8.0.41, and 7.0.0 to 7.0.75 did not use the appropriate facade object. When running an untrusted application under a SecurityManager, it was therefore possible for that untrusted application to retain a reference to the request or response object and thereby access and/or modify information associated with another web application. <p>Publish Date: 2017-04-17 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2017-5648>CVE-2017-5648</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>9.1</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: High - Availability Impact: None </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-5648">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-5648</a></p> <p>Release Date: 2017-04-17</p> <p>Fix Resolution: org.apache.tomcat.embed:tomcat-embed-core:9.0.0.M18,8.5.12,8.0.42,7.0.76,org.apache.tomcat:tomcat-catalina:9.0.0.M18,8.5.12,8.0.42,7.0.76</p> </p> </details> <p></p> <!-- <REMEDIATE>{"isOpenPROnVulnerability":true,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"Java","groupId":"org.apache.tomcat.embed","packageName":"tomcat-embed-core","packageVersion":"8.5.4","isTransitiveDependency":true,"dependencyTree":"org.springframework.boot:spring-boot-starter-web:1.4.0.RELEASE;org.springframework.boot:spring-boot-starter-tomcat:1.4.0.RELEASE;org.apache.tomcat.embed:tomcat-embed-core:8.5.4","isMinimumFixVersionAvailable":true,"minimumFixVersion":"org.apache.tomcat.embed:tomcat-embed-core:9.0.0.M18,8.5.12,8.0.42,7.0.76,org.apache.tomcat:tomcat-catalina:9.0.0.M18,8.5.12,8.0.42,7.0.76"}],"vulnerabilityIdentifier":"CVE-2017-5648","vulnerabilityDetails":"While investigating bug 60718, it was noticed that some calls to application listeners in Apache Tomcat 9.0.0.M1 to 9.0.0.M17, 8.5.0 to 8.5.11, 8.0.0.RC1 to 8.0.41, and 7.0.0 to 7.0.75 did not use the appropriate facade object. When running an untrusted application under a SecurityManager, it was therefore possible for that untrusted application to retain a reference to the request or response object and thereby access and/or modify information associated with another web application.","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2017-5648","cvss3Severity":"high","cvss3Score":"9.1","cvss3Metrics":{"A":"None","AC":"Low","PR":"None","S":"Unchanged","C":"High","UI":"None","AV":"Network","I":"High"},"extraData":{}}</REMEDIATE> -->
True
CVE-2017-5648 (High) detected in tomcat-embed-core-8.5.4.jar - ## CVE-2017-5648 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>tomcat-embed-core-8.5.4.jar</b></p></summary> <p>Core Tomcat implementation</p> <p>Library home page: <a href="http://tomcat.apache.org/">http://tomcat.apache.org/</a></p> <p>Path to dependency file: /tmp/ws-scm/WhiteSource-Demo/pom.xml</p> <p>Path to vulnerable library: /home/wss-scanner/.m2/repository/org/apache/tomcat/embed/tomcat-embed-core/8.5.4/tomcat-embed-core-8.5.4.jar</p> <p> Dependency Hierarchy: - spring-boot-starter-web-1.4.0.RELEASE.jar (Root Library) - spring-boot-starter-tomcat-1.4.0.RELEASE.jar - :x: **tomcat-embed-core-8.5.4.jar** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://api.github.com/repos/TreyM-WSS/WhiteSource-Demo/commits/75659f691fb82d67ecd666ba6076394defeb92d0">75659f691fb82d67ecd666ba6076394defeb92d0</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> While investigating bug 60718, it was noticed that some calls to application listeners in Apache Tomcat 9.0.0.M1 to 9.0.0.M17, 8.5.0 to 8.5.11, 8.0.0.RC1 to 8.0.41, and 7.0.0 to 7.0.75 did not use the appropriate facade object. When running an untrusted application under a SecurityManager, it was therefore possible for that untrusted application to retain a reference to the request or response object and thereby access and/or modify information associated with another web application. <p>Publish Date: 2017-04-17 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2017-5648>CVE-2017-5648</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>9.1</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: High - Availability Impact: None </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-5648">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-5648</a></p> <p>Release Date: 2017-04-17</p> <p>Fix Resolution: org.apache.tomcat.embed:tomcat-embed-core:9.0.0.M18,8.5.12,8.0.42,7.0.76,org.apache.tomcat:tomcat-catalina:9.0.0.M18,8.5.12,8.0.42,7.0.76</p> </p> </details> <p></p> <!-- <REMEDIATE>{"isOpenPROnVulnerability":true,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"Java","groupId":"org.apache.tomcat.embed","packageName":"tomcat-embed-core","packageVersion":"8.5.4","isTransitiveDependency":true,"dependencyTree":"org.springframework.boot:spring-boot-starter-web:1.4.0.RELEASE;org.springframework.boot:spring-boot-starter-tomcat:1.4.0.RELEASE;org.apache.tomcat.embed:tomcat-embed-core:8.5.4","isMinimumFixVersionAvailable":true,"minimumFixVersion":"org.apache.tomcat.embed:tomcat-embed-core:9.0.0.M18,8.5.12,8.0.42,7.0.76,org.apache.tomcat:tomcat-catalina:9.0.0.M18,8.5.12,8.0.42,7.0.76"}],"vulnerabilityIdentifier":"CVE-2017-5648","vulnerabilityDetails":"While investigating bug 60718, it was noticed that some calls to application listeners in Apache Tomcat 9.0.0.M1 to 9.0.0.M17, 8.5.0 to 8.5.11, 8.0.0.RC1 to 8.0.41, and 7.0.0 to 7.0.75 did not use the appropriate facade object. When running an untrusted application under a SecurityManager, it was therefore possible for that untrusted application to retain a reference to the request or response object and thereby access and/or modify information associated with another web application.","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2017-5648","cvss3Severity":"high","cvss3Score":"9.1","cvss3Metrics":{"A":"None","AC":"Low","PR":"None","S":"Unchanged","C":"High","UI":"None","AV":"Network","I":"High"},"extraData":{}}</REMEDIATE> -->
non_test
cve high detected in tomcat embed core jar cve high severity vulnerability vulnerable library tomcat embed core jar core tomcat implementation library home page a href path to dependency file tmp ws scm whitesource demo pom xml path to vulnerable library home wss scanner repository org apache tomcat embed tomcat embed core tomcat embed core jar dependency hierarchy spring boot starter web release jar root library spring boot starter tomcat release jar x tomcat embed core jar vulnerable library found in head commit a href vulnerability details while investigating bug it was noticed that some calls to application listeners in apache tomcat to to to and to did not use the appropriate facade object when running an untrusted application under a securitymanager it was therefore possible for that untrusted application to retain a reference to the request or response object and thereby access and or modify information associated with another web application publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction none scope unchanged impact metrics confidentiality impact high integrity impact high availability impact none for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution org apache tomcat embed tomcat embed core org apache tomcat tomcat catalina isopenpronvulnerability true ispackagebased true isdefaultbranch true packages vulnerabilityidentifier cve vulnerabilitydetails while investigating bug it was noticed that some calls to application listeners in apache tomcat to to to and to did not use the appropriate facade object when running an untrusted application under a securitymanager it was therefore possible for that untrusted application to retain a reference to the request or response object and thereby access and or modify information associated with another web application vulnerabilityurl
0
290,664
25,084,711,025
IssuesEvent
2022-11-07 22:32:20
AnandInguva/beam
https://api.github.com/repos/AnandInguva/beam
opened
Performance Regression: apache_beam_testing_benchmarks_inference_pytorch_image_classification_benchmarks:mean_load_model_latency_milli_secs
testing P2
Affected metric: mean_load_model_latency_milli_secs timestamp: 2022-11-07 17:07:02.269009+00:00 metric_name: mean_load_model_latency_milli_secs, metric_value: 129896.0 timestamp: 2022-11-06 17:03:15.723243+00:00 metric_name: mean_load_model_latency_milli_secs, metric_value: 122564.50602409638 timestamp: 2022-11-05 16:57:57.547895+00:00 metric_name: mean_load_model_latency_milli_secs, metric_value: 118625.2 timestamp: 2022-11-04 17:10:58.295750+00:00 metric_name: mean_load_model_latency_milli_secs, metric_value: 146713.04494382022 timestamp: 2022-11-03 17:08:40.967873+00:00 metric_name: mean_load_model_latency_milli_secs, metric_value: 142292.32558139536 timestamp: 2022-11-02 17:09:31.350466+00:00 metric_name: mean_load_model_latency_milli_secs, metric_value: 128728.4375 timestamp: 2022-11-01 17:07:44.019524+00:00 metric_name: mean_load_model_latency_milli_secs, metric_value: 129828.25842696629 timestamp: 2022-10-31 17:08:06.419395+00:00 metric_name: mean_load_model_latency_milli_secs, metric_value: 138341.2380952381 timestamp: 2022-10-30 17:00:28.644563+00:00 metric_name: mean_load_model_latency_milli_secs, metric_value: 110099.42268041238 timestamp: 2022-10-29 17:02:01.515268+00:00 metric_name: mean_load_model_latency_milli_secs, metric_value: 118546.0 timestamp: 2022-10-28 17:00:17.125783+00:00 metric_name: mean_load_model_latency_milli_secs, metric_value: 126493.89130434782 timestamp: 2022-10-27 16:55:10.612512+00:00 metric_name: mean_load_model_latency_milli_secs, metric_value: 124709.90816326531 timestamp: 2022-10-26 16:53:42.965407+00:00 metric_name: mean_load_model_latency_milli_secs, metric_value: 118303.26262626263 timestamp: 2022-10-24 17:02:48.363941+00:00 metric_name: mean_load_model_latency_milli_secs, metric_value: 105108.56626506025 timestamp: 2022-10-23 16:51:47.271845+00:00 metric_name: mean_load_model_latency_milli_secs, metric_value: 97331.85882352942 timestamp: 2022-10-22 16:56:53.548015+00:00 metric_name: mean_load_model_latency_milli_secs, metric_value: 112271.21428571429 timestamp: 2022-10-21 16:58:14.569701+00:00 metric_name: mean_load_model_latency_milli_secs, metric_value: 93713.9494949495 timestamp: 2022-10-20 17:06:18.730649+00:00 metric_name: mean_load_model_latency_milli_secs, metric_value: 120862.83529411764 timestamp: 2022-10-19 17:01:07.863218+00:00 metric_name: mean_load_model_latency_milli_secs, metric_value: 124964.62962962964 timestamp: 2022-10-18 16:57:38.387353+00:00 metric_name: mean_load_model_latency_milli_secs, metric_value: 121160.46913580247 timestamp: 2022-10-17 17:10:41.494449+00:00 metric_name: mean_load_model_latency_milli_secs, metric_value: 162701.8260869565 timestamp: 2022-10-16 16:55:17.489928+00:00 metric_name: mean_load_model_latency_milli_secs, metric_value: 104827.4625 timestamp: 2022-10-15 16:49:05.257236+00:00 metric_name: mean_load_model_latency_milli_secs, metric_value: 106417.73267326732 timestamp: 2022-10-14 20:38:17.320000+00:00 metric_name: mean_load_model_latency_milli_secs, metric_value: 123100.77906976744 timestamp: 2022-10-14 17:00:38.363232+00:00 metric_name: mean_load_model_latency_milli_secs, metric_value: 122012.8375
1.0
Performance Regression: apache_beam_testing_benchmarks_inference_pytorch_image_classification_benchmarks:mean_load_model_latency_milli_secs - Affected metric: mean_load_model_latency_milli_secs timestamp: 2022-11-07 17:07:02.269009+00:00 metric_name: mean_load_model_latency_milli_secs, metric_value: 129896.0 timestamp: 2022-11-06 17:03:15.723243+00:00 metric_name: mean_load_model_latency_milli_secs, metric_value: 122564.50602409638 timestamp: 2022-11-05 16:57:57.547895+00:00 metric_name: mean_load_model_latency_milli_secs, metric_value: 118625.2 timestamp: 2022-11-04 17:10:58.295750+00:00 metric_name: mean_load_model_latency_milli_secs, metric_value: 146713.04494382022 timestamp: 2022-11-03 17:08:40.967873+00:00 metric_name: mean_load_model_latency_milli_secs, metric_value: 142292.32558139536 timestamp: 2022-11-02 17:09:31.350466+00:00 metric_name: mean_load_model_latency_milli_secs, metric_value: 128728.4375 timestamp: 2022-11-01 17:07:44.019524+00:00 metric_name: mean_load_model_latency_milli_secs, metric_value: 129828.25842696629 timestamp: 2022-10-31 17:08:06.419395+00:00 metric_name: mean_load_model_latency_milli_secs, metric_value: 138341.2380952381 timestamp: 2022-10-30 17:00:28.644563+00:00 metric_name: mean_load_model_latency_milli_secs, metric_value: 110099.42268041238 timestamp: 2022-10-29 17:02:01.515268+00:00 metric_name: mean_load_model_latency_milli_secs, metric_value: 118546.0 timestamp: 2022-10-28 17:00:17.125783+00:00 metric_name: mean_load_model_latency_milli_secs, metric_value: 126493.89130434782 timestamp: 2022-10-27 16:55:10.612512+00:00 metric_name: mean_load_model_latency_milli_secs, metric_value: 124709.90816326531 timestamp: 2022-10-26 16:53:42.965407+00:00 metric_name: mean_load_model_latency_milli_secs, metric_value: 118303.26262626263 timestamp: 2022-10-24 17:02:48.363941+00:00 metric_name: mean_load_model_latency_milli_secs, metric_value: 105108.56626506025 timestamp: 2022-10-23 16:51:47.271845+00:00 metric_name: mean_load_model_latency_milli_secs, metric_value: 97331.85882352942 timestamp: 2022-10-22 16:56:53.548015+00:00 metric_name: mean_load_model_latency_milli_secs, metric_value: 112271.21428571429 timestamp: 2022-10-21 16:58:14.569701+00:00 metric_name: mean_load_model_latency_milli_secs, metric_value: 93713.9494949495 timestamp: 2022-10-20 17:06:18.730649+00:00 metric_name: mean_load_model_latency_milli_secs, metric_value: 120862.83529411764 timestamp: 2022-10-19 17:01:07.863218+00:00 metric_name: mean_load_model_latency_milli_secs, metric_value: 124964.62962962964 timestamp: 2022-10-18 16:57:38.387353+00:00 metric_name: mean_load_model_latency_milli_secs, metric_value: 121160.46913580247 timestamp: 2022-10-17 17:10:41.494449+00:00 metric_name: mean_load_model_latency_milli_secs, metric_value: 162701.8260869565 timestamp: 2022-10-16 16:55:17.489928+00:00 metric_name: mean_load_model_latency_milli_secs, metric_value: 104827.4625 timestamp: 2022-10-15 16:49:05.257236+00:00 metric_name: mean_load_model_latency_milli_secs, metric_value: 106417.73267326732 timestamp: 2022-10-14 20:38:17.320000+00:00 metric_name: mean_load_model_latency_milli_secs, metric_value: 123100.77906976744 timestamp: 2022-10-14 17:00:38.363232+00:00 metric_name: mean_load_model_latency_milli_secs, metric_value: 122012.8375
test
performance regression apache beam testing benchmarks inference pytorch image classification benchmarks mean load model latency milli secs affected metric mean load model latency milli secs timestamp metric name mean load model latency milli secs metric value timestamp metric name mean load model latency milli secs metric value timestamp metric name mean load model latency milli secs metric value timestamp metric name mean load model latency milli secs metric value timestamp metric name mean load model latency milli secs metric value timestamp metric name mean load model latency milli secs metric value timestamp metric name mean load model latency milli secs metric value timestamp metric name mean load model latency milli secs metric value timestamp metric name mean load model latency milli secs metric value timestamp metric name mean load model latency milli secs metric value timestamp metric name mean load model latency milli secs metric value timestamp metric name mean load model latency milli secs metric value timestamp metric name mean load model latency milli secs metric value timestamp metric name mean load model latency milli secs metric value timestamp metric name mean load model latency milli secs metric value timestamp metric name mean load model latency milli secs metric value timestamp metric name mean load model latency milli secs metric value timestamp metric name mean load model latency milli secs metric value timestamp metric name mean load model latency milli secs metric value timestamp metric name mean load model latency milli secs metric value timestamp metric name mean load model latency milli secs metric value timestamp metric name mean load model latency milli secs metric value timestamp metric name mean load model latency milli secs metric value timestamp metric name mean load model latency milli secs metric value timestamp metric name mean load model latency milli secs metric value
1
220,107
17,148,845,761
IssuesEvent
2021-07-13 17:42:09
totvs/tds-vscode
https://api.github.com/repos/totvs/tds-vscode
closed
Error(-1) Falha ao iniciar o smartclient. Command:
awaiting user test need more information
Ao tentar executar debugando em uma estação de PDV (front loja), ocorre a mensagem abaixo: Error(-1) Falha ao iniciar o smartclient. Command: c:\caixa06\protheus\bin\smartclient_32\samrtclient.exe -DEBUG=1852 -C=DBG_TEMP "-E=MP11PDV2" "-P=sigamdi" -M -A= < -a=nill -A=> ![ErroVscode](https://user-images.githubusercontent.com/64661146/123967086-5f276c00-d98c-11eb-9910-5106b7c1e9c8.png)
1.0
Error(-1) Falha ao iniciar o smartclient. Command: - Ao tentar executar debugando em uma estação de PDV (front loja), ocorre a mensagem abaixo: Error(-1) Falha ao iniciar o smartclient. Command: c:\caixa06\protheus\bin\smartclient_32\samrtclient.exe -DEBUG=1852 -C=DBG_TEMP "-E=MP11PDV2" "-P=sigamdi" -M -A= < -a=nill -A=> ![ErroVscode](https://user-images.githubusercontent.com/64661146/123967086-5f276c00-d98c-11eb-9910-5106b7c1e9c8.png)
test
error falha ao iniciar o smartclient command ao tentar executar debugando em uma estação de pdv front loja ocorre a mensagem abaixo error falha ao iniciar o smartclient command c protheus bin smartclient samrtclient exe debug c dbg temp e p sigamdi m a
1
43,903
5,576,305,469
IssuesEvent
2017-03-28 06:10:57
cockroachdb/cockroach
https://api.github.com/repos/cockroachdb/cockroach
opened
config: TestComputeSplits failed under stress
Robot test-failure
SHA: https://github.com/cockroachdb/cockroach/commits/53f592a631d83e2afd4b20e60ead1d92d899d03a Parameters: ``` COCKROACH_PROPOSER_EVALUATED_KV=true TAGS= GOFLAGS= ``` Stress build found a failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=196508&tab=buildLog ``` E170328 06:10:56.098820 36 config/config.go:447 unable to determine largest object ID from system config: descriptor table not found in system config of 0 values E170328 06:10:56.098913 36 config/config.go:447 unable to determine largest object ID from system config: descriptor table not found in system config of 0 values notewakeup - double wakeup (1) fatal error: notewakeup - double wakeup runtime stack: runtime.throw(0xcd08b0, 0x1a) /usr/local/go/src/runtime/panic.go:596 +0x95 fp=0x2b41ed37fd30 sp=0x2b41ed37fd10 runtime.notewakeup(0x1483638) /usr/local/go/src/runtime/lock_futex.go:133 +0xb4 fp=0x2b41ed37fd58 sp=0x2b41ed37fd30 runtime.gchelper() /usr/local/go/src/runtime/mgc.go:1923 +0xf5 fp=0x2b41ed37fd88 sp=0x2b41ed37fd58 runtime.stopm() /usr/local/go/src/runtime/proc.go:1653 +0xdd fp=0x2b41ed37fdb0 sp=0x2b41ed37fd88 runtime.findrunnable(0xc420022600, 0x0) /usr/local/go/src/runtime/proc.go:2102 +0x2e4 fp=0x2b41ed37fe48 sp=0x2b41ed37fdb0 runtime.schedule() /usr/local/go/src/runtime/proc.go:2222 +0x14c fp=0x2b41ed37fe88 sp=0x2b41ed37fe48 runtime.park_m(0xc4205ac340) /usr/local/go/src/runtime/proc.go:2285 +0xab fp=0x2b41ed37fec0 sp=0x2b41ed37fe88 runtime.mcall(0x2b41ece1daef) /usr/local/go/src/runtime/asm_amd64.s:269 +0x5b fp=0x2b41ed37fed0 sp=0x2b41ed37fec0 goroutine 1 [chan receive]: runtime.gopark(0xcfb110, 0xc420330178, 0xcc644d, 0xc, 0xc42001a117, 0x3) /usr/local/go/src/runtime/proc.go:271 +0x13a fp=0xc4202d3b20 sp=0xc4202d3af0 runtime.goparkunlock(0xc420330178, 0xcc644d, 0xc, 0x17, 0x3) /usr/local/go/src/runtime/proc.go:277 +0x5e fp=0xc4202d3b60 sp=0xc4202d3b20 runtime.chanrecv(0xb9b140, 0xc420330120, 0x0, 0xc4202d3c01, 0x4ea4ea) /usr/local/go/src/runtime/chan.go:513 +0x371 fp=0xc4202d3c00 sp=0xc4202d3b60 runtime.chanrecv1(0xb9b140, 0xc420330120, 0x0) /usr/local/go/src/runtime/chan.go:395 +0x35 fp=0xc4202d3c38 sp=0xc4202d3c00 testing.(*T).Run(0xc42039a1a0, 0xcc9e73, 0x11, 0xcf9120, 0xc420329d01) /usr/local/go/src/testing/testing.go:698 +0x2f4 fp=0xc4202d3ce0 sp=0xc4202d3c38 testing.runTests.func1(0xc42039a1a0) /usr/local/go/src/testing/testing.go:882 +0x67 fp=0xc4202d3d30 sp=0xc4202d3ce0 testing.tRunner(0xc42039a1a0, 0xc420329de0) /usr/local/go/src/testing/testing.go:657 +0x96 fp=0xc4202d3d58 sp=0xc4202d3d30 testing.runTests(0xc420393980, 0x12f7c00, 0x7, 0x7, 0x0) /usr/local/go/src/testing/testing.go:888 +0x2c1 fp=0xc4202d3e10 sp=0xc4202d3d58 testing.(*M).Run(0xc4202d3f20, 0xc420329f20) /usr/local/go/src/testing/testing.go:822 +0xfc fp=0xc4202d3f00 sp=0xc4202d3e10 main.main() github.com/cockroachdb/cockroach/pkg/config/_test/_testmain.go:56 +0xf7 fp=0xc4202d3f88 sp=0xc4202d3f00 runtime.main() /usr/local/go/src/runtime/proc.go:185 +0x20a fp=0xc4202d3fe0 sp=0xc4202d3f88 runtime.goexit() /usr/local/go/src/runtime/asm_amd64.s:2197 +0x1 fp=0xc4202d3fe8 sp=0xc4202d3fe0 goroutine 17 [syscall, locked to thread]: runtime.goexit() /usr/local/go/src/runtime/asm_amd64.s:2197 +0x1 fp=0xc420042fe8 sp=0xc420042fe0 goroutine 2 [force gc (idle)]: runtime.gopark(0xcfb110, 0x14822f0, 0xcc86e7, 0xf, 0xcfb014, 0x1) /usr/local/go/src/runtime/proc.go:271 +0x13a fp=0xc420030768 sp=0xc420030738 runtime.goparkunlock(0x14822f0, 0xcc86e7, 0xf, 0xc420000114, 0x1) /usr/local/go/src/runtime/proc.go:277 +0x5e fp=0xc4200307a8 sp=0xc420030768 runtime.forcegchelper() /usr/local/go/src/runtime/proc.go:226 +0x9e fp=0xc4200307e0 sp=0xc4200307a8 runtime.goexit() /usr/local/go/src/runtime/asm_amd64.s:2197 +0x1 fp=0xc4200307e8 sp=0xc4200307e0 created by runtime.init.4 /usr/local/go/src/runtime/proc.go:215 +0x35 goroutine 3 [GC sweep wait]: runtime.gopark(0xcfb110, 0x14825e0, 0xcc6c72, 0xd, 0x456214, 0x1) /usr/local/go/src/runtime/proc.go:271 +0x13a fp=0xc420030f58 sp=0xc420030f28 runtime.goparkunlock(0x14825e0, 0xcc6c72, 0xd, 0x14, 0x1) /usr/local/go/src/runtime/proc.go:277 +0x5e fp=0xc420030f98 sp=0xc420030f58 runtime.bgsweep(0xc42005e000) /usr/local/go/src/runtime/mgcsweep.go:72 +0x12e fp=0xc420030fd8 sp=0xc420030f98 runtime.goexit() /usr/local/go/src/runtime/asm_amd64.s:2197 +0x1 fp=0xc420030fe0 sp=0xc420030fd8 created by runtime.gcenable /usr/local/go/src/runtime/mgc.go:212 +0x61 goroutine 4 [finalizer wait]: runtime.gopark(0xcfb110, 0x14a4360, 0xcc7b4e, 0xe, 0x14, 0x1) /usr/local/go/src/runtime/proc.go:271 +0x13a fp=0xc420031718 sp=0xc4200316e8 runtime.goparkunlock(0x14a4360, 0xcc7b4e, 0xe, 0x14, 0x1) /usr/local/go/src/runtime/proc.go:277 +0x5e fp=0xc420031758 sp=0xc420031718 runtime.runfinq() /usr/local/go/src/runtime/mfinal.go:161 +0xb2 fp=0xc4200317e0 sp=0xc420031758 runtime.goexit() /usr/local/go/src/runtime/asm_amd64.s:2197 +0x1 fp=0xc4200317e8 sp=0xc4200317e0 created by runtime.createfing /usr/local/go/src/runtime/mfinal.go:142 +0x62 goroutine 5 [chan receive]: runtime.gopark(0xcfb110, 0xc420376058, 0xcc644d, 0xc, 0xc420380017, 0x3) /usr/local/go/src/runtime/proc.go:271 +0x13a fp=0xc420031e70 sp=0xc420031e40 runtime.goparkunlock(0xc420376058, 0xcc644d, 0xc, 0x17, 0x3) /usr/local/go/src/runtime/proc.go:277 +0x5e fp=0xc420031eb0 sp=0xc420031e70 runtime.chanrecv(0xb9af80, 0xc420376000, 0xc420031fb0, 0x6fc23ac01, 0xc42037a000) /usr/local/go/src/runtime/chan.go:513 +0x371 fp=0xc420031f50 sp=0xc420031eb0 runtime.chanrecv2(0xb9af80, 0xc420376000, 0xc420031fb0, 0x0) /usr/local/go/src/runtime/chan.go:400 +0x35 fp=0xc420031f88 sp=0xc420031f50 github.com/cockroachdb/cockroach/pkg/util/log.(*loggingT).flushDaemon(0x14831a0) /go/src/github.com/cockroachdb/cockroach/pkg/util/log/clog.go:1005 +0x77 fp=0xc420031fd8 sp=0xc420031f88 runtime.goexit() /usr/local/go/src/runtime/asm_amd64.s:2197 +0x1 fp=0xc420031fe0 sp=0xc420031fd8 created by github.com/cockroachdb/cockroach/pkg/util/log.init.1 /go/src/github.com/cockroachdb/cockroach/pkg/util/log/clog.go:584 +0xd2 goroutine 6 [chan receive]: runtime.gopark(0xcfb110, 0xc420010e98, 0xcc644d, 0xc, 0xc420398017, 0x3) /usr/local/go/src/runtime/proc.go:271 +0x13a fp=0xc420032688 sp=0xc420032658 runtime.goparkunlock(0xc420010e98, 0xcc644d, 0xc, 0x17, 0x3) /usr/local/go/src/runtime/proc.go:277 +0x5e fp=0xc4200326c8 sp=0xc420032688 runtime.chanrecv(0xb9b880, 0xc420010e40, 0xc4200327c0, 0x1, 0x0) /usr/local/go/src/runtime/chan.go:513 +0x371 fp=0xc420032768 sp=0xc4200326c8 runtime.chanrecv2(0xb9b880, 0xc420010e40, 0xc4200327c0, 0x0) /usr/local/go/src/runtime/chan.go:400 +0x35 fp=0xc4200327a0 sp=0xc420032768 github.com/cockroachdb/cockroach/pkg/util/log.(*loggingT).gcDaemon(0x14831a0) /go/src/github.com/cockroachdb/cockroach/pkg/util/log/clog.go:1028 +0x5b fp=0xc4200327d8 sp=0xc4200327a0 runtime.goexit() /usr/local/go/src/runtime/asm_amd64.s:2197 +0x1 fp=0xc4200327e0 sp=0xc4200327d8 created by github.com/cockroachdb/cockroach/pkg/util/log.init.1 /go/src/github.com/cockroachdb/cockroach/pkg/util/log/clog.go:585 +0xf6 goroutine 18 [syscall]: runtime.notetsleepg(0x14829d8, 0x6fc2376e0, 0x0) /usr/local/go/src/runtime/lock_futex.go:205 +0x42 fp=0xc42002c760 sp=0xc42002c730 runtime.timerproc() /usr/local/go/src/runtime/time.go:209 +0x327 fp=0xc42002c7e0 sp=0xc42002c760 runtime.goexit() /usr/local/go/src/runtime/asm_amd64.s:2197 +0x1 fp=0xc42002c7e8 sp=0xc42002c7e0 created by runtime.addtimerLocked /usr/local/go/src/runtime/time.go:116 +0xed goroutine 36 [runnable]: runtime.Stack(0xc4203aa000, 0x200000, 0x200000, 0xc4203aa001, 0x200000) /usr/local/go/src/runtime/mprof.go:673 +0x144 fp=0xc4202f0b50 sp=0xc4202f0b48 github.com/cockroachdb/cockroach/pkg/util/leaktest.interestingGoroutines(0xed06bf570) /go/src/github.com/cockroachdb/cockroach/pkg/util/leaktest/leaktest.go:26 +0x85 fp=0xc4202f0c20 sp=0xc4202f0b50 github.com/cockroachdb/cockroach/pkg/util/leaktest.AfterTest.func1() /go/src/github.com/cockroachdb/cockroach/pkg/util/leaktest/leaktest.go:76 +0xf7 fp=0xc4202f0d50 sp=0xc4202f0c20 github.com/cockroachdb/cockroach/pkg/config_test.TestComputeSplits(0xc42039a9c0) /go/src/github.com/cockroachdb/cockroach/pkg/config/config_test.go:291 +0x2415 fp=0xc4202f1fa8 sp=0xc4202f0d50 testing.tRunner(0xc42039a9c0, 0xcf9120) /usr/local/go/src/testing/testing.go:657 +0x96 fp=0xc4202f1fd0 sp=0xc4202f1fa8 runtime.goexit() /usr/local/go/src/runtime/asm_amd64.s:2197 +0x1 fp=0xc4202f1fd8 sp=0xc4202f1fd0 created by testing.(*T).Run /usr/local/go/src/testing/testing.go:697 +0x2ca goroutine 8 [GC worker (idle)]: runtime.gopark(0xcfaf90, 0xc420382bd0, 0xcc8e57, 0x10, 0x502b014, 0x0) /usr/local/go/src/runtime/proc.go:271 +0x13a fp=0xc420032f50 sp=0xc420032f20 runtime.gcBgMarkWorker(0xc420020000) /usr/local/go/src/runtime/mgc.go:1491 +0x138 fp=0xc420032fd8 sp=0xc420032f50 runtime.goexit() /usr/local/go/src/runtime/asm_amd64.s:2197 +0x1 fp=0xc420032fe0 sp=0xc420032fd8 created by runtime.gcBgMarkStartWorkers /usr/local/go/src/runtime/mgc.go:1412 +0x98 goroutine 9 [GC worker (idle)]: runtime.gopark(0xcfaf90, 0xc420382be0, 0xcc8e57, 0x10, 0x14, 0x0) /usr/local/go/src/runtime/proc.go:271 +0x13a fp=0xc420033750 sp=0xc420033720 runtime.gcBgMarkWorker(0xc420021300) /usr/local/go/src/runtime/mgc.go:1491 +0x138 fp=0xc4200337d8 sp=0xc420033750 runtime.goexit() /usr/local/go/src/runtime/asm_amd64.s:2197 +0x1 fp=0xc4200337e0 sp=0xc4200337d8 created by runtime.gcBgMarkStartWorkers /usr/local/go/src/runtime/mgc.go:1412 +0x98 goroutine 10 [GC worker (idle)]: runtime.gopark(0xcfaf90, 0xc420382bf0, 0xcc8e57, 0x10, 0x14, 0x0) /usr/local/go/src/runtime/proc.go:271 +0x13a fp=0xc420033f50 sp=0xc420033f20 runtime.gcBgMarkWorker(0xc420022600) /usr/local/go/src/runtime/mgc.go:1491 +0x138 fp=0xc420033fd8 sp=0xc420033f50 runtime.goexit() /usr/local/go/src/runtime/asm_amd64.s:2197 +0x1 fp=0xc420033fe0 sp=0xc420033fd8 created by runtime.gcBgMarkStartWorkers /usr/local/go/src/runtime/mgc.go:1412 +0x98 goroutine 11 [GC worker (idle)]: runtime.gopark(0xcfaf90, 0xc420382c00, 0xcc8e57, 0x10, 0x14, 0x0) /usr/local/go/src/runtime/proc.go:271 +0x13a fp=0xc4205b2750 sp=0xc4205b2720 runtime.gcBgMarkWorker(0xc420023900) /usr/local/go/src/runtime/mgc.go:1491 +0x138 fp=0xc4205b27d8 sp=0xc4205b2750 runtime.goexit() /usr/local/go/src/runtime/asm_amd64.s:2197 +0x1 fp=0xc4205b27e0 sp=0xc4205b27d8 created by runtime.gcBgMarkStartWorkers /usr/local/go/src/runtime/mgc.go:1412 +0x98 goroutine 12 [GC worker (idle)]: runtime.gopark(0xcfaf90, 0xc420382c10, 0xcc8e57, 0x10, 0x14, 0x0) /usr/local/go/src/runtime/proc.go:271 +0x13a fp=0xc4205b2f50 sp=0xc4205b2f20 runtime.gcBgMarkWorker(0xc420024c00) /usr/local/go/src/runtime/mgc.go:1491 +0x138 fp=0xc4205b2fd8 sp=0xc4205b2f50 runtime.goexit() /usr/local/go/src/runtime/asm_amd64.s:2197 +0x1 fp=0xc4205b2fe0 sp=0xc4205b2fd8 created by runtime.gcBgMarkStartWorkers /usr/local/go/src/runtime/mgc.go:1412 +0x98 goroutine 13 [GC worker (idle)]: runtime.gopark(0xcfaf90, 0xc420382c20, 0xcc8e57, 0x10, 0x14, 0x0) /usr/local/go/src/runtime/proc.go:271 +0x13a fp=0xc4205b3750 sp=0xc4205b3720 runtime.gcBgMarkWorker(0xc420026000) /usr/local/go/src/runtime/mgc.go:1491 +0x138 fp=0xc4205b37d8 sp=0xc4205b3750 runtime.goexit() /usr/local/go/src/runtime/asm_amd64.s:2197 +0x1 fp=0xc4205b37e0 sp=0xc4205b37d8 created by runtime.gcBgMarkStartWorkers /usr/local/go/src/runtime/mgc.go:1412 +0x98 goroutine 14 [GC worker (idle)]: runtime.gopark(0xcfaf90, 0xc420382c30, 0xcc8e57, 0x10, 0x14, 0x0) /usr/local/go/src/runtime/proc.go:271 +0x13a fp=0xc4205b3f50 sp=0xc4205b3f20 runtime.gcBgMarkWorker(0xc420027300) /usr/local/go/src/runtime/mgc.go:1491 +0x138 fp=0xc4205b3fd8 sp=0xc4205b3f50 runtime.goexit() /usr/local/go/src/runtime/asm_amd64.s:2197 +0x1 fp=0xc4205b3fe0 sp=0xc4205b3fd8 created by runtime.gcBgMarkStartWorkers /usr/local/go/src/runtime/mgc.go:1412 +0x98 goroutine 34 [GC worker (idle)]: runtime.gopark(0xcfaf90, 0xc4205b6000, 0xcc8e57, 0x10, 0x14, 0x0) /usr/local/go/src/runtime/proc.go:271 +0x13a fp=0xc4205ae750 sp=0xc4205ae720 runtime.gcBgMarkWorker(0xc420028600) /usr/local/go/src/runtime/mgc.go:1491 +0x138 fp=0xc4205ae7d8 sp=0xc4205ae750 runtime.goexit() /usr/local/go/src/runtime/asm_amd64.s:2197 +0x1 fp=0xc4205ae7e0 sp=0xc4205ae7d8 created by runtime.gcBgMarkStartWorkers /usr/local/go/src/runtime/mgc.go:1412 +0x98 ERROR: exit status 2 34277 runs completed, 1 failures, over 3m52s Makefile:233: recipe for target 'stress' failed make: *** [stress] Error 1 ```
1.0
config: TestComputeSplits failed under stress - SHA: https://github.com/cockroachdb/cockroach/commits/53f592a631d83e2afd4b20e60ead1d92d899d03a Parameters: ``` COCKROACH_PROPOSER_EVALUATED_KV=true TAGS= GOFLAGS= ``` Stress build found a failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=196508&tab=buildLog ``` E170328 06:10:56.098820 36 config/config.go:447 unable to determine largest object ID from system config: descriptor table not found in system config of 0 values E170328 06:10:56.098913 36 config/config.go:447 unable to determine largest object ID from system config: descriptor table not found in system config of 0 values notewakeup - double wakeup (1) fatal error: notewakeup - double wakeup runtime stack: runtime.throw(0xcd08b0, 0x1a) /usr/local/go/src/runtime/panic.go:596 +0x95 fp=0x2b41ed37fd30 sp=0x2b41ed37fd10 runtime.notewakeup(0x1483638) /usr/local/go/src/runtime/lock_futex.go:133 +0xb4 fp=0x2b41ed37fd58 sp=0x2b41ed37fd30 runtime.gchelper() /usr/local/go/src/runtime/mgc.go:1923 +0xf5 fp=0x2b41ed37fd88 sp=0x2b41ed37fd58 runtime.stopm() /usr/local/go/src/runtime/proc.go:1653 +0xdd fp=0x2b41ed37fdb0 sp=0x2b41ed37fd88 runtime.findrunnable(0xc420022600, 0x0) /usr/local/go/src/runtime/proc.go:2102 +0x2e4 fp=0x2b41ed37fe48 sp=0x2b41ed37fdb0 runtime.schedule() /usr/local/go/src/runtime/proc.go:2222 +0x14c fp=0x2b41ed37fe88 sp=0x2b41ed37fe48 runtime.park_m(0xc4205ac340) /usr/local/go/src/runtime/proc.go:2285 +0xab fp=0x2b41ed37fec0 sp=0x2b41ed37fe88 runtime.mcall(0x2b41ece1daef) /usr/local/go/src/runtime/asm_amd64.s:269 +0x5b fp=0x2b41ed37fed0 sp=0x2b41ed37fec0 goroutine 1 [chan receive]: runtime.gopark(0xcfb110, 0xc420330178, 0xcc644d, 0xc, 0xc42001a117, 0x3) /usr/local/go/src/runtime/proc.go:271 +0x13a fp=0xc4202d3b20 sp=0xc4202d3af0 runtime.goparkunlock(0xc420330178, 0xcc644d, 0xc, 0x17, 0x3) /usr/local/go/src/runtime/proc.go:277 +0x5e fp=0xc4202d3b60 sp=0xc4202d3b20 runtime.chanrecv(0xb9b140, 0xc420330120, 0x0, 0xc4202d3c01, 0x4ea4ea) /usr/local/go/src/runtime/chan.go:513 +0x371 fp=0xc4202d3c00 sp=0xc4202d3b60 runtime.chanrecv1(0xb9b140, 0xc420330120, 0x0) /usr/local/go/src/runtime/chan.go:395 +0x35 fp=0xc4202d3c38 sp=0xc4202d3c00 testing.(*T).Run(0xc42039a1a0, 0xcc9e73, 0x11, 0xcf9120, 0xc420329d01) /usr/local/go/src/testing/testing.go:698 +0x2f4 fp=0xc4202d3ce0 sp=0xc4202d3c38 testing.runTests.func1(0xc42039a1a0) /usr/local/go/src/testing/testing.go:882 +0x67 fp=0xc4202d3d30 sp=0xc4202d3ce0 testing.tRunner(0xc42039a1a0, 0xc420329de0) /usr/local/go/src/testing/testing.go:657 +0x96 fp=0xc4202d3d58 sp=0xc4202d3d30 testing.runTests(0xc420393980, 0x12f7c00, 0x7, 0x7, 0x0) /usr/local/go/src/testing/testing.go:888 +0x2c1 fp=0xc4202d3e10 sp=0xc4202d3d58 testing.(*M).Run(0xc4202d3f20, 0xc420329f20) /usr/local/go/src/testing/testing.go:822 +0xfc fp=0xc4202d3f00 sp=0xc4202d3e10 main.main() github.com/cockroachdb/cockroach/pkg/config/_test/_testmain.go:56 +0xf7 fp=0xc4202d3f88 sp=0xc4202d3f00 runtime.main() /usr/local/go/src/runtime/proc.go:185 +0x20a fp=0xc4202d3fe0 sp=0xc4202d3f88 runtime.goexit() /usr/local/go/src/runtime/asm_amd64.s:2197 +0x1 fp=0xc4202d3fe8 sp=0xc4202d3fe0 goroutine 17 [syscall, locked to thread]: runtime.goexit() /usr/local/go/src/runtime/asm_amd64.s:2197 +0x1 fp=0xc420042fe8 sp=0xc420042fe0 goroutine 2 [force gc (idle)]: runtime.gopark(0xcfb110, 0x14822f0, 0xcc86e7, 0xf, 0xcfb014, 0x1) /usr/local/go/src/runtime/proc.go:271 +0x13a fp=0xc420030768 sp=0xc420030738 runtime.goparkunlock(0x14822f0, 0xcc86e7, 0xf, 0xc420000114, 0x1) /usr/local/go/src/runtime/proc.go:277 +0x5e fp=0xc4200307a8 sp=0xc420030768 runtime.forcegchelper() /usr/local/go/src/runtime/proc.go:226 +0x9e fp=0xc4200307e0 sp=0xc4200307a8 runtime.goexit() /usr/local/go/src/runtime/asm_amd64.s:2197 +0x1 fp=0xc4200307e8 sp=0xc4200307e0 created by runtime.init.4 /usr/local/go/src/runtime/proc.go:215 +0x35 goroutine 3 [GC sweep wait]: runtime.gopark(0xcfb110, 0x14825e0, 0xcc6c72, 0xd, 0x456214, 0x1) /usr/local/go/src/runtime/proc.go:271 +0x13a fp=0xc420030f58 sp=0xc420030f28 runtime.goparkunlock(0x14825e0, 0xcc6c72, 0xd, 0x14, 0x1) /usr/local/go/src/runtime/proc.go:277 +0x5e fp=0xc420030f98 sp=0xc420030f58 runtime.bgsweep(0xc42005e000) /usr/local/go/src/runtime/mgcsweep.go:72 +0x12e fp=0xc420030fd8 sp=0xc420030f98 runtime.goexit() /usr/local/go/src/runtime/asm_amd64.s:2197 +0x1 fp=0xc420030fe0 sp=0xc420030fd8 created by runtime.gcenable /usr/local/go/src/runtime/mgc.go:212 +0x61 goroutine 4 [finalizer wait]: runtime.gopark(0xcfb110, 0x14a4360, 0xcc7b4e, 0xe, 0x14, 0x1) /usr/local/go/src/runtime/proc.go:271 +0x13a fp=0xc420031718 sp=0xc4200316e8 runtime.goparkunlock(0x14a4360, 0xcc7b4e, 0xe, 0x14, 0x1) /usr/local/go/src/runtime/proc.go:277 +0x5e fp=0xc420031758 sp=0xc420031718 runtime.runfinq() /usr/local/go/src/runtime/mfinal.go:161 +0xb2 fp=0xc4200317e0 sp=0xc420031758 runtime.goexit() /usr/local/go/src/runtime/asm_amd64.s:2197 +0x1 fp=0xc4200317e8 sp=0xc4200317e0 created by runtime.createfing /usr/local/go/src/runtime/mfinal.go:142 +0x62 goroutine 5 [chan receive]: runtime.gopark(0xcfb110, 0xc420376058, 0xcc644d, 0xc, 0xc420380017, 0x3) /usr/local/go/src/runtime/proc.go:271 +0x13a fp=0xc420031e70 sp=0xc420031e40 runtime.goparkunlock(0xc420376058, 0xcc644d, 0xc, 0x17, 0x3) /usr/local/go/src/runtime/proc.go:277 +0x5e fp=0xc420031eb0 sp=0xc420031e70 runtime.chanrecv(0xb9af80, 0xc420376000, 0xc420031fb0, 0x6fc23ac01, 0xc42037a000) /usr/local/go/src/runtime/chan.go:513 +0x371 fp=0xc420031f50 sp=0xc420031eb0 runtime.chanrecv2(0xb9af80, 0xc420376000, 0xc420031fb0, 0x0) /usr/local/go/src/runtime/chan.go:400 +0x35 fp=0xc420031f88 sp=0xc420031f50 github.com/cockroachdb/cockroach/pkg/util/log.(*loggingT).flushDaemon(0x14831a0) /go/src/github.com/cockroachdb/cockroach/pkg/util/log/clog.go:1005 +0x77 fp=0xc420031fd8 sp=0xc420031f88 runtime.goexit() /usr/local/go/src/runtime/asm_amd64.s:2197 +0x1 fp=0xc420031fe0 sp=0xc420031fd8 created by github.com/cockroachdb/cockroach/pkg/util/log.init.1 /go/src/github.com/cockroachdb/cockroach/pkg/util/log/clog.go:584 +0xd2 goroutine 6 [chan receive]: runtime.gopark(0xcfb110, 0xc420010e98, 0xcc644d, 0xc, 0xc420398017, 0x3) /usr/local/go/src/runtime/proc.go:271 +0x13a fp=0xc420032688 sp=0xc420032658 runtime.goparkunlock(0xc420010e98, 0xcc644d, 0xc, 0x17, 0x3) /usr/local/go/src/runtime/proc.go:277 +0x5e fp=0xc4200326c8 sp=0xc420032688 runtime.chanrecv(0xb9b880, 0xc420010e40, 0xc4200327c0, 0x1, 0x0) /usr/local/go/src/runtime/chan.go:513 +0x371 fp=0xc420032768 sp=0xc4200326c8 runtime.chanrecv2(0xb9b880, 0xc420010e40, 0xc4200327c0, 0x0) /usr/local/go/src/runtime/chan.go:400 +0x35 fp=0xc4200327a0 sp=0xc420032768 github.com/cockroachdb/cockroach/pkg/util/log.(*loggingT).gcDaemon(0x14831a0) /go/src/github.com/cockroachdb/cockroach/pkg/util/log/clog.go:1028 +0x5b fp=0xc4200327d8 sp=0xc4200327a0 runtime.goexit() /usr/local/go/src/runtime/asm_amd64.s:2197 +0x1 fp=0xc4200327e0 sp=0xc4200327d8 created by github.com/cockroachdb/cockroach/pkg/util/log.init.1 /go/src/github.com/cockroachdb/cockroach/pkg/util/log/clog.go:585 +0xf6 goroutine 18 [syscall]: runtime.notetsleepg(0x14829d8, 0x6fc2376e0, 0x0) /usr/local/go/src/runtime/lock_futex.go:205 +0x42 fp=0xc42002c760 sp=0xc42002c730 runtime.timerproc() /usr/local/go/src/runtime/time.go:209 +0x327 fp=0xc42002c7e0 sp=0xc42002c760 runtime.goexit() /usr/local/go/src/runtime/asm_amd64.s:2197 +0x1 fp=0xc42002c7e8 sp=0xc42002c7e0 created by runtime.addtimerLocked /usr/local/go/src/runtime/time.go:116 +0xed goroutine 36 [runnable]: runtime.Stack(0xc4203aa000, 0x200000, 0x200000, 0xc4203aa001, 0x200000) /usr/local/go/src/runtime/mprof.go:673 +0x144 fp=0xc4202f0b50 sp=0xc4202f0b48 github.com/cockroachdb/cockroach/pkg/util/leaktest.interestingGoroutines(0xed06bf570) /go/src/github.com/cockroachdb/cockroach/pkg/util/leaktest/leaktest.go:26 +0x85 fp=0xc4202f0c20 sp=0xc4202f0b50 github.com/cockroachdb/cockroach/pkg/util/leaktest.AfterTest.func1() /go/src/github.com/cockroachdb/cockroach/pkg/util/leaktest/leaktest.go:76 +0xf7 fp=0xc4202f0d50 sp=0xc4202f0c20 github.com/cockroachdb/cockroach/pkg/config_test.TestComputeSplits(0xc42039a9c0) /go/src/github.com/cockroachdb/cockroach/pkg/config/config_test.go:291 +0x2415 fp=0xc4202f1fa8 sp=0xc4202f0d50 testing.tRunner(0xc42039a9c0, 0xcf9120) /usr/local/go/src/testing/testing.go:657 +0x96 fp=0xc4202f1fd0 sp=0xc4202f1fa8 runtime.goexit() /usr/local/go/src/runtime/asm_amd64.s:2197 +0x1 fp=0xc4202f1fd8 sp=0xc4202f1fd0 created by testing.(*T).Run /usr/local/go/src/testing/testing.go:697 +0x2ca goroutine 8 [GC worker (idle)]: runtime.gopark(0xcfaf90, 0xc420382bd0, 0xcc8e57, 0x10, 0x502b014, 0x0) /usr/local/go/src/runtime/proc.go:271 +0x13a fp=0xc420032f50 sp=0xc420032f20 runtime.gcBgMarkWorker(0xc420020000) /usr/local/go/src/runtime/mgc.go:1491 +0x138 fp=0xc420032fd8 sp=0xc420032f50 runtime.goexit() /usr/local/go/src/runtime/asm_amd64.s:2197 +0x1 fp=0xc420032fe0 sp=0xc420032fd8 created by runtime.gcBgMarkStartWorkers /usr/local/go/src/runtime/mgc.go:1412 +0x98 goroutine 9 [GC worker (idle)]: runtime.gopark(0xcfaf90, 0xc420382be0, 0xcc8e57, 0x10, 0x14, 0x0) /usr/local/go/src/runtime/proc.go:271 +0x13a fp=0xc420033750 sp=0xc420033720 runtime.gcBgMarkWorker(0xc420021300) /usr/local/go/src/runtime/mgc.go:1491 +0x138 fp=0xc4200337d8 sp=0xc420033750 runtime.goexit() /usr/local/go/src/runtime/asm_amd64.s:2197 +0x1 fp=0xc4200337e0 sp=0xc4200337d8 created by runtime.gcBgMarkStartWorkers /usr/local/go/src/runtime/mgc.go:1412 +0x98 goroutine 10 [GC worker (idle)]: runtime.gopark(0xcfaf90, 0xc420382bf0, 0xcc8e57, 0x10, 0x14, 0x0) /usr/local/go/src/runtime/proc.go:271 +0x13a fp=0xc420033f50 sp=0xc420033f20 runtime.gcBgMarkWorker(0xc420022600) /usr/local/go/src/runtime/mgc.go:1491 +0x138 fp=0xc420033fd8 sp=0xc420033f50 runtime.goexit() /usr/local/go/src/runtime/asm_amd64.s:2197 +0x1 fp=0xc420033fe0 sp=0xc420033fd8 created by runtime.gcBgMarkStartWorkers /usr/local/go/src/runtime/mgc.go:1412 +0x98 goroutine 11 [GC worker (idle)]: runtime.gopark(0xcfaf90, 0xc420382c00, 0xcc8e57, 0x10, 0x14, 0x0) /usr/local/go/src/runtime/proc.go:271 +0x13a fp=0xc4205b2750 sp=0xc4205b2720 runtime.gcBgMarkWorker(0xc420023900) /usr/local/go/src/runtime/mgc.go:1491 +0x138 fp=0xc4205b27d8 sp=0xc4205b2750 runtime.goexit() /usr/local/go/src/runtime/asm_amd64.s:2197 +0x1 fp=0xc4205b27e0 sp=0xc4205b27d8 created by runtime.gcBgMarkStartWorkers /usr/local/go/src/runtime/mgc.go:1412 +0x98 goroutine 12 [GC worker (idle)]: runtime.gopark(0xcfaf90, 0xc420382c10, 0xcc8e57, 0x10, 0x14, 0x0) /usr/local/go/src/runtime/proc.go:271 +0x13a fp=0xc4205b2f50 sp=0xc4205b2f20 runtime.gcBgMarkWorker(0xc420024c00) /usr/local/go/src/runtime/mgc.go:1491 +0x138 fp=0xc4205b2fd8 sp=0xc4205b2f50 runtime.goexit() /usr/local/go/src/runtime/asm_amd64.s:2197 +0x1 fp=0xc4205b2fe0 sp=0xc4205b2fd8 created by runtime.gcBgMarkStartWorkers /usr/local/go/src/runtime/mgc.go:1412 +0x98 goroutine 13 [GC worker (idle)]: runtime.gopark(0xcfaf90, 0xc420382c20, 0xcc8e57, 0x10, 0x14, 0x0) /usr/local/go/src/runtime/proc.go:271 +0x13a fp=0xc4205b3750 sp=0xc4205b3720 runtime.gcBgMarkWorker(0xc420026000) /usr/local/go/src/runtime/mgc.go:1491 +0x138 fp=0xc4205b37d8 sp=0xc4205b3750 runtime.goexit() /usr/local/go/src/runtime/asm_amd64.s:2197 +0x1 fp=0xc4205b37e0 sp=0xc4205b37d8 created by runtime.gcBgMarkStartWorkers /usr/local/go/src/runtime/mgc.go:1412 +0x98 goroutine 14 [GC worker (idle)]: runtime.gopark(0xcfaf90, 0xc420382c30, 0xcc8e57, 0x10, 0x14, 0x0) /usr/local/go/src/runtime/proc.go:271 +0x13a fp=0xc4205b3f50 sp=0xc4205b3f20 runtime.gcBgMarkWorker(0xc420027300) /usr/local/go/src/runtime/mgc.go:1491 +0x138 fp=0xc4205b3fd8 sp=0xc4205b3f50 runtime.goexit() /usr/local/go/src/runtime/asm_amd64.s:2197 +0x1 fp=0xc4205b3fe0 sp=0xc4205b3fd8 created by runtime.gcBgMarkStartWorkers /usr/local/go/src/runtime/mgc.go:1412 +0x98 goroutine 34 [GC worker (idle)]: runtime.gopark(0xcfaf90, 0xc4205b6000, 0xcc8e57, 0x10, 0x14, 0x0) /usr/local/go/src/runtime/proc.go:271 +0x13a fp=0xc4205ae750 sp=0xc4205ae720 runtime.gcBgMarkWorker(0xc420028600) /usr/local/go/src/runtime/mgc.go:1491 +0x138 fp=0xc4205ae7d8 sp=0xc4205ae750 runtime.goexit() /usr/local/go/src/runtime/asm_amd64.s:2197 +0x1 fp=0xc4205ae7e0 sp=0xc4205ae7d8 created by runtime.gcBgMarkStartWorkers /usr/local/go/src/runtime/mgc.go:1412 +0x98 ERROR: exit status 2 34277 runs completed, 1 failures, over 3m52s Makefile:233: recipe for target 'stress' failed make: *** [stress] Error 1 ```
test
config testcomputesplits failed under stress sha parameters cockroach proposer evaluated kv true tags goflags stress build found a failed test config config go unable to determine largest object id from system config descriptor table not found in system config of values config config go unable to determine largest object id from system config descriptor table not found in system config of values notewakeup double wakeup fatal error notewakeup double wakeup runtime stack runtime throw usr local go src runtime panic go fp sp runtime notewakeup usr local go src runtime lock futex go fp sp runtime gchelper usr local go src runtime mgc go fp sp runtime stopm usr local go src runtime proc go fp sp runtime findrunnable usr local go src runtime proc go fp sp runtime schedule usr local go src runtime proc go fp sp runtime park m usr local go src runtime proc go fp sp runtime mcall usr local go src runtime asm s fp sp goroutine runtime gopark usr local go src runtime proc go fp sp runtime goparkunlock usr local go src runtime proc go fp sp runtime chanrecv usr local go src runtime chan go fp sp runtime usr local go src runtime chan go fp sp testing t run usr local go src testing testing go fp sp testing runtests usr local go src testing testing go fp sp testing trunner usr local go src testing testing go fp sp testing runtests usr local go src testing testing go fp sp testing m run usr local go src testing testing go fp sp main main github com cockroachdb cockroach pkg config test testmain go fp sp runtime main usr local go src runtime proc go fp sp runtime goexit usr local go src runtime asm s fp sp goroutine runtime goexit usr local go src runtime asm s fp sp goroutine runtime gopark usr local go src runtime proc go fp sp runtime goparkunlock usr local go src runtime proc go fp sp runtime forcegchelper usr local go src runtime proc go fp sp runtime goexit usr local go src runtime asm s fp sp created by runtime init usr local go src runtime proc go goroutine runtime gopark usr local go src runtime proc go fp sp runtime goparkunlock usr local go src runtime proc go fp sp runtime bgsweep usr local go src runtime mgcsweep go fp sp runtime goexit usr local go src runtime asm s fp sp created by runtime gcenable usr local go src runtime mgc go goroutine runtime gopark usr local go src runtime proc go fp sp runtime goparkunlock usr local go src runtime proc go fp sp runtime runfinq usr local go src runtime mfinal go fp sp runtime goexit usr local go src runtime asm s fp sp created by runtime createfing usr local go src runtime mfinal go goroutine runtime gopark usr local go src runtime proc go fp sp runtime goparkunlock usr local go src runtime proc go fp sp runtime chanrecv usr local go src runtime chan go fp sp runtime usr local go src runtime chan go fp sp github com cockroachdb cockroach pkg util log loggingt flushdaemon go src github com cockroachdb cockroach pkg util log clog go fp sp runtime goexit usr local go src runtime asm s fp sp created by github com cockroachdb cockroach pkg util log init go src github com cockroachdb cockroach pkg util log clog go goroutine runtime gopark usr local go src runtime proc go fp sp runtime goparkunlock usr local go src runtime proc go fp sp runtime chanrecv usr local go src runtime chan go fp sp runtime usr local go src runtime chan go fp sp github com cockroachdb cockroach pkg util log loggingt gcdaemon go src github com cockroachdb cockroach pkg util log clog go fp sp runtime goexit usr local go src runtime asm s fp sp created by github com cockroachdb cockroach pkg util log init go src github com cockroachdb cockroach pkg util log clog go goroutine runtime notetsleepg usr local go src runtime lock futex go fp sp runtime timerproc usr local go src runtime time go fp sp runtime goexit usr local go src runtime asm s fp sp created by runtime addtimerlocked usr local go src runtime time go goroutine runtime stack usr local go src runtime mprof go fp sp github com cockroachdb cockroach pkg util leaktest interestinggoroutines go src github com cockroachdb cockroach pkg util leaktest leaktest go fp sp github com cockroachdb cockroach pkg util leaktest aftertest go src github com cockroachdb cockroach pkg util leaktest leaktest go fp sp github com cockroachdb cockroach pkg config test testcomputesplits go src github com cockroachdb cockroach pkg config config test go fp sp testing trunner usr local go src testing testing go fp sp runtime goexit usr local go src runtime asm s fp sp created by testing t run usr local go src testing testing go goroutine runtime gopark usr local go src runtime proc go fp sp runtime gcbgmarkworker usr local go src runtime mgc go fp sp runtime goexit usr local go src runtime asm s fp sp created by runtime gcbgmarkstartworkers usr local go src runtime mgc go goroutine runtime gopark usr local go src runtime proc go fp sp runtime gcbgmarkworker usr local go src runtime mgc go fp sp runtime goexit usr local go src runtime asm s fp sp created by runtime gcbgmarkstartworkers usr local go src runtime mgc go goroutine runtime gopark usr local go src runtime proc go fp sp runtime gcbgmarkworker usr local go src runtime mgc go fp sp runtime goexit usr local go src runtime asm s fp sp created by runtime gcbgmarkstartworkers usr local go src runtime mgc go goroutine runtime gopark usr local go src runtime proc go fp sp runtime gcbgmarkworker usr local go src runtime mgc go fp sp runtime goexit usr local go src runtime asm s fp sp created by runtime gcbgmarkstartworkers usr local go src runtime mgc go goroutine runtime gopark usr local go src runtime proc go fp sp runtime gcbgmarkworker usr local go src runtime mgc go fp sp runtime goexit usr local go src runtime asm s fp sp created by runtime gcbgmarkstartworkers usr local go src runtime mgc go goroutine runtime gopark usr local go src runtime proc go fp sp runtime gcbgmarkworker usr local go src runtime mgc go fp sp runtime goexit usr local go src runtime asm s fp sp created by runtime gcbgmarkstartworkers usr local go src runtime mgc go goroutine runtime gopark usr local go src runtime proc go fp sp runtime gcbgmarkworker usr local go src runtime mgc go fp sp runtime goexit usr local go src runtime asm s fp sp created by runtime gcbgmarkstartworkers usr local go src runtime mgc go goroutine runtime gopark usr local go src runtime proc go fp sp runtime gcbgmarkworker usr local go src runtime mgc go fp sp runtime goexit usr local go src runtime asm s fp sp created by runtime gcbgmarkstartworkers usr local go src runtime mgc go error exit status runs completed failures over makefile recipe for target stress failed make error
1
161,697
6,133,189,139
IssuesEvent
2017-06-25 11:30:48
TechnionYP5777/Bugquery
https://api.github.com/repos/TechnionYP5777/Bugquery
closed
Implement the stack-trace DB updater
Low Priority serverside-database
In order not to do double work, I'm deleting now the dbupdater class. This class will be implemented in the future after all the db changes.
1.0
Implement the stack-trace DB updater - In order not to do double work, I'm deleting now the dbupdater class. This class will be implemented in the future after all the db changes.
non_test
implement the stack trace db updater in order not to do double work i m deleting now the dbupdater class this class will be implemented in the future after all the db changes
0
22,520
10,761,668,199
IssuesEvent
2019-10-31 21:19:15
Skycoin-cp/hardware-wallet
https://api.github.com/repos/Skycoin-cp/hardware-wallet
closed
Bug in sha 256
Milestone v.1.0.0 bug critical-security firmware help wanted question
**Describe the bug** **Environment information:** - Linux 4.19.0-1-amd64 x86_64 **Steps to Reproduce** Steps to reproduce the behavior: ```c uint8_t digest[SHA256_DIGEST_LENGTH] = {0}; int seed = rand(); compute_sha256sum((const uint8_t*)seed, digest, sizeof(seed)); ``` **Actual behavior** Received signal 11 (Segmentation fault) **Expected behavior** Any input message(0 <= len < 2^64) should generate a 256 bits hash. https://crypto.stackexchange.com/a/42033 **Additional context** https://github.com/skycoin/hardware-wallet/issues/84 https://github.com/skycoin/libskycoin/issues/34 **Possible implementation** TODO
True
Bug in sha 256 - **Describe the bug** **Environment information:** - Linux 4.19.0-1-amd64 x86_64 **Steps to Reproduce** Steps to reproduce the behavior: ```c uint8_t digest[SHA256_DIGEST_LENGTH] = {0}; int seed = rand(); compute_sha256sum((const uint8_t*)seed, digest, sizeof(seed)); ``` **Actual behavior** Received signal 11 (Segmentation fault) **Expected behavior** Any input message(0 <= len < 2^64) should generate a 256 bits hash. https://crypto.stackexchange.com/a/42033 **Additional context** https://github.com/skycoin/hardware-wallet/issues/84 https://github.com/skycoin/libskycoin/issues/34 **Possible implementation** TODO
non_test
bug in sha describe the bug environment information linux steps to reproduce steps to reproduce the behavior c t digest int seed rand compute const t seed digest sizeof seed actual behavior received signal segmentation fault expected behavior any input message len should generate a bits hash additional context possible implementation todo
0
177,699
21,509,155,434
IssuesEvent
2022-04-28 01:10:27
r4vnn/devslop
https://api.github.com/repos/r4vnn/devslop
closed
WS-2015-0004 (High) detected in jsonwebtoken-0.1.0.tgz - autoclosed
security vulnerability
## WS-2015-0004 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jsonwebtoken-0.1.0.tgz</b></p></summary> <p>JSON Web Token implementation (symmetric and asymmetric)</p> <p>Library home page: <a href="https://registry.npmjs.org/jsonwebtoken/-/jsonwebtoken-0.1.0.tgz">https://registry.npmjs.org/jsonwebtoken/-/jsonwebtoken-0.1.0.tgz</a></p> <p>Path to dependency file: /tmp/ws-scm/devslop/package.json</p> <p>Path to vulnerable library: /tmp/ws-scm/devslop/node_modules/express-jwt/node_modules/jsonwebtoken/package.json</p> <p> Dependency Hierarchy: - express-jwt-0.1.3.tgz (Root Library) - :x: **jsonwebtoken-0.1.0.tgz** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/r4vnn/devslop/commit/3437ea512d73ad9cae18d692c18facdeea1aa2bc">3437ea512d73ad9cae18d692c18facdeea1aa2bc</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> Verification Bypass.It is possible for an attacker to bypass verification when "a token digitally signed with an asymetric key (RS/ES family) of algorithms but instead the attacker send a token digitally signed with a symmetric algorithm <p>Publish Date: 2015-04-01 <p>URL: <a href=https://github.com/auth0/node-jsonwebtoken/commit/1bb584bc382295eeb7ee8c4452a673a77a68b687>WS-2015-0004</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 2 Score Details (<b>7.5</b>)</summary> <p> Base Score Metrics not available</p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://nodesecurity.io/advisories/jsonwebtoken_verification_bypass">https://nodesecurity.io/advisories/jsonwebtoken_verification_bypass</a></p> <p>Release Date: 2015-04-01</p> <p>Fix Resolution: Update to a version 4.2.2 or greater</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
True
WS-2015-0004 (High) detected in jsonwebtoken-0.1.0.tgz - autoclosed - ## WS-2015-0004 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jsonwebtoken-0.1.0.tgz</b></p></summary> <p>JSON Web Token implementation (symmetric and asymmetric)</p> <p>Library home page: <a href="https://registry.npmjs.org/jsonwebtoken/-/jsonwebtoken-0.1.0.tgz">https://registry.npmjs.org/jsonwebtoken/-/jsonwebtoken-0.1.0.tgz</a></p> <p>Path to dependency file: /tmp/ws-scm/devslop/package.json</p> <p>Path to vulnerable library: /tmp/ws-scm/devslop/node_modules/express-jwt/node_modules/jsonwebtoken/package.json</p> <p> Dependency Hierarchy: - express-jwt-0.1.3.tgz (Root Library) - :x: **jsonwebtoken-0.1.0.tgz** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/r4vnn/devslop/commit/3437ea512d73ad9cae18d692c18facdeea1aa2bc">3437ea512d73ad9cae18d692c18facdeea1aa2bc</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> Verification Bypass.It is possible for an attacker to bypass verification when "a token digitally signed with an asymetric key (RS/ES family) of algorithms but instead the attacker send a token digitally signed with a symmetric algorithm <p>Publish Date: 2015-04-01 <p>URL: <a href=https://github.com/auth0/node-jsonwebtoken/commit/1bb584bc382295eeb7ee8c4452a673a77a68b687>WS-2015-0004</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 2 Score Details (<b>7.5</b>)</summary> <p> Base Score Metrics not available</p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://nodesecurity.io/advisories/jsonwebtoken_verification_bypass">https://nodesecurity.io/advisories/jsonwebtoken_verification_bypass</a></p> <p>Release Date: 2015-04-01</p> <p>Fix Resolution: Update to a version 4.2.2 or greater</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_test
ws high detected in jsonwebtoken tgz autoclosed ws high severity vulnerability vulnerable library jsonwebtoken tgz json web token implementation symmetric and asymmetric library home page a href path to dependency file tmp ws scm devslop package json path to vulnerable library tmp ws scm devslop node modules express jwt node modules jsonwebtoken package json dependency hierarchy express jwt tgz root library x jsonwebtoken tgz vulnerable library found in head commit a href vulnerability details verification bypass it is possible for an attacker to bypass verification when a token digitally signed with an asymetric key rs es family of algorithms but instead the attacker send a token digitally signed with a symmetric algorithm publish date url a href cvss score details base score metrics not available suggested fix type upgrade version origin a href release date fix resolution update to a version or greater step up your open source security game with whitesource
0
532,268
15,552,923,488
IssuesEvent
2021-03-16 00:14:25
michaelrsweet/lprint
https://api.github.com/repos/michaelrsweet/lprint
closed
reserved identifier violation
enhancement priority-low
I would like to point out that an identifier like “[`_LPRINT_H_`](https://github.com/michaelrsweet/lprint/blob/c37c5dc0f75521668d753913b66e508ce222ab9a/lprint.h#L11 "Update candidate")” [does not fit](https://www.securecoding.cert.org/confluence/display/c/DCL37-C.+Do+not+declare+or+define+a+reserved+identifier#DCL37-C.Donotdeclareordefineareservedidentifier-NoncompliantCodeExample%28IncludeGuard%29 "Do not use identifiers which are reserved for the compiler implementation.") to the expected naming convention of the C language standard. Would you like to adjust your selection for unique names?
1.0
reserved identifier violation - I would like to point out that an identifier like “[`_LPRINT_H_`](https://github.com/michaelrsweet/lprint/blob/c37c5dc0f75521668d753913b66e508ce222ab9a/lprint.h#L11 "Update candidate")” [does not fit](https://www.securecoding.cert.org/confluence/display/c/DCL37-C.+Do+not+declare+or+define+a+reserved+identifier#DCL37-C.Donotdeclareordefineareservedidentifier-NoncompliantCodeExample%28IncludeGuard%29 "Do not use identifiers which are reserved for the compiler implementation.") to the expected naming convention of the C language standard. Would you like to adjust your selection for unique names?
non_test
reserved identifier violation i would like to point out that an identifier like “ update candidate ” do not use identifiers which are reserved for the compiler implementation to the expected naming convention of the c language standard would you like to adjust your selection for unique names
0
375,350
26,159,372,917
IssuesEvent
2022-12-31 08:45:51
opencv/opencv
https://api.github.com/repos/opencv/opencv
opened
Error 404 on the `Contributions` link in Wiki
category: documentation
### Descripe the doc issue Original path linsk to [https://opencv.org/about.html#Contribute] and gets the 404 Error. ![404_Page_not_found](https://user-images.githubusercontent.com/59748404/210130823-57789fdd-c21d-423c-9b9e-2cb24ee9ded5.PNG) ### Fix suggestion To add `#Contribute` anchor on `About` page Change lintk to [https://opencv.org/about/#Contribute]
1.0
Error 404 on the `Contributions` link in Wiki - ### Descripe the doc issue Original path linsk to [https://opencv.org/about.html#Contribute] and gets the 404 Error. ![404_Page_not_found](https://user-images.githubusercontent.com/59748404/210130823-57789fdd-c21d-423c-9b9e-2cb24ee9ded5.PNG) ### Fix suggestion To add `#Contribute` anchor on `About` page Change lintk to [https://opencv.org/about/#Contribute]
non_test
error on the contributions link in wiki descripe the doc issue original path linsk to and gets the error fix suggestion to add contribute anchor on about page change lintk to
0
17,512
3,011,002,652
IssuesEvent
2015-07-28 15:47:20
patric-r/jvmtop
https://api.github.com/repos/patric-r/jvmtop
closed
ERROR: Connection refused/access denied
auto-migrated Priority-Medium Type-Defect
``` # cat /etc/SuSE-release SUSE Linux Enterprise Server 11 (x86_64) VERSION = 11 PATCHLEVEL = 0 # java -version java version "1.6.0_45" Java(TM) SE Runtime Environment (build 1.6.0_45-b06) Java HotSpot(TM) 64-Bit Server VM (build 20.45-b01, mixed mode) # echo $JAVA_HOME /home/app_env_1/app/Java/jdk1.6.0_45/ # ./jvmtop.sh --once --verbose Sep 30, 2014 12:28:59 PM com.jvmtop.JvmTop main FINE: Verbosity mode. Sep 30, 2014 12:29:00 PM com.jvmtop.monitor.VMInfo attachToVM FINE: connection refused (PID=25393) java.rmi.ConnectException: Connection refused to host: 10.249.140.239; nested exception is: java.net.ConnectException: Connection refused at sun.rmi.transport.tcp.TCPEndpoint.newSocket(TCPEndpoint.java:601) at sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:198) at sun.rmi.transport.tcp.TCPChannel.newConnection(TCPChannel.java:184) at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:110) at javax.management.remote.rmi.RMIServerImpl_Stub.newClient(Unknown Source) at javax.management.remote.rmi.RMIConnector.getConnection(RMIConnector.java:2327) at javax.management.remote.rmi.RMIConnector.connect(RMIConnector.java:277) at javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:248) at javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:207) at com.jvmtop.openjdk.tools.ProxyClient.tryConnect(Unknown Source) at com.jvmtop.openjdk.tools.ProxyClient.connect(Unknown Source) at com.jvmtop.monitor.VMInfo.attachToVM(Unknown Source) at com.jvmtop.monitor.VMInfo.processNewVM(Unknown Source) at com.jvmtop.view.VMOverviewView.scanForNewVMs(Unknown Source) at com.jvmtop.view.VMOverviewView.printView(Unknown Source) at com.jvmtop.JvmTop.run(Unknown Source) at com.jvmtop.JvmTop.main(Unknown Source) Caused by: java.net.ConnectException: Connection refused at java.net.PlainSocketImpl.socketConnect(Native Method) at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) at java.net.Socket.connect(Socket.java:529) at java.net.Socket.connect(Socket.java:478) at java.net.Socket.<init>(Socket.java:375) at java.net.Socket.<init>(Socket.java:189) at sun.rmi.transport.proxy.RMIDirectSocketFactory.createSocket(RMIDirectSocketFactory.java:22) at sun.rmi.transport.proxy.RMIMasterSocketFactory.createSocket(RMIMasterSocketFactory.java:128) at sun.rmi.transport.tcp.TCPEndpoint.newSocket(TCPEndpoint.java:595) ... 16 more JvmTop 0.8.0 alpha - 12:28:59, amd64, 2 cpus, Linux 2.6.27.19, load avg 0.03 http://code.google.com/p/jvmtop PID MAIN-CLASS HPCUR HPMAX NHCUR NHMAX CPU GC VM USERNAME #T DL 14392 m.jvmtop.JvmTop 12m 1747m 10m 130m 57.69% 0.00% S6U45 root 13 25393 artup.Bootstrap [ERROR: Connection refused/access denied] # ps aux | grep tomcat | grep -v grep 1001 25393 1.2 16.1 2801376 1299808 pts/9 Sl Sep15 276:12 /home/app_env_1/APP/Java/jdk1.6.0_45/jre/bin/java -Djava.util.logging.config.file=/home/app_env_1/APP/app-manager/conf/server/logg ing.properties -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager -Dapp.conf=/home/app_env_1/APP/app-manager/conf -server -Xms1G -Xmx1G -XX:+UseCodeCacheFlushing -XX:ReservedCodeCacheSize=64M -XX:+HeapDumpOnOutOfMemoryError -XX:MaxPermSize=1024M -Djavax.net.debug=ssl,handshake -Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.port=8004 -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false -Djava.rmi.server.hostname=10.249.140.239 -Denv=KIEV_DEV -Doutput.dir=/home/app_env_1/APP/logs -Dapp.app=/home/app_env_1/APP/app-application -Dapp.conf=/home/app_env_1/app/limits-manager/conf -Dapp.version=4.7.0.qa.99 -Djava.endorsed.dirs=/home/app_env_1/app/app-server/common/endorsed -classpath /home/app_env_1/APP/app-server/bin/bootstrap.jar:/home/app_env_1/APP/app-server/ bin/tomcat-juli.jar -Dcatalina.base=/home/app_env_1/APP/app-server -Dcatalina.home=/home/app_env_1/APP/app-server -Djava.io.tmpdir=/home/app_env_1/APP/app-server/temp org.apache.catalina.startup.Bootstrap -config /home/app_env_1/APP/app-manager/conf/server/server.xml start Tomcat version 5.5.23 (yes, I know it is too old, but we must use it). jvmtop 0.8.0 Same error if run jvmtop under Tomcat's user: $ id uid=1001(app_env_1) $ ./jvmtop.sh --once --verbose Sep 30, 2014 12:36:38 PM com.jvmtop.JvmTop main FINE: Verbosity mode. Sep 30, 2014 12:36:39 PM com.jvmtop.monitor.VMInfo attachToVM FINE: connection refused (PID=25393) java.rmi.ConnectException: Connection refused to host: 10.249.140.239; nested exception is: java.net.ConnectException: Connection refused at sun.rmi.transport.tcp.TCPEndpoint.newSocket(TCPEndpoint.java:601) at sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:198) at sun.rmi.transport.tcp.TCPChannel.newConnection(TCPChannel.java:184) at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:110) at javax.management.remote.rmi.RMIServerImpl_Stub.newClient(Unknown Source) at javax.management.remote.rmi.RMIConnector.getConnection(RMIConnector.java:2327) at javax.management.remote.rmi.RMIConnector.connect(RMIConnector.java:277) at javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:248) at javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:207) at com.jvmtop.openjdk.tools.ProxyClient.tryConnect(Unknown Source) at com.jvmtop.openjdk.tools.ProxyClient.connect(Unknown Source) at com.jvmtop.monitor.VMInfo.attachToVM(Unknown Source) at com.jvmtop.monitor.VMInfo.processNewVM(Unknown Source) at com.jvmtop.view.VMOverviewView.scanForNewVMs(Unknown Source) at com.jvmtop.view.VMOverviewView.printView(Unknown Source) at com.jvmtop.JvmTop.run(Unknown Source) at com.jvmtop.JvmTop.main(Unknown Source) Caused by: java.net.ConnectException: Connection refused at java.net.PlainSocketImpl.socketConnect(Native Method) at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) at java.net.Socket.connect(Socket.java:529) at java.net.Socket.connect(Socket.java:478) at java.net.Socket.<init>(Socket.java:375) at java.net.Socket.<init>(Socket.java:189) at sun.rmi.transport.proxy.RMIDirectSocketFactory.createSocket(RMIDirectSocketFactory.java:22) at sun.rmi.transport.proxy.RMIMasterSocketFactory.createSocket(RMIMasterSocketFactory.java:128) at sun.rmi.transport.tcp.TCPEndpoint.newSocket(TCPEndpoint.java:595) ... 16 more JvmTop 0.8.0 alpha - 12:36:38, amd64, 2 cpus, Linux 2.6.27.19, load avg 0.03 http://code.google.com/p/jvmtop PID MAIN-CLASS HPCUR HPMAX NHCUR NHMAX CPU GC VM USERNAME #T DL 14520 m.jvmtop.JvmTop 7m 1747m 10m 130m 80.65% 0.00% S6U45 lmt_env_ 13 25393 artup.Bootstrap [ERROR: Connection refused/access denied] User's Java: $ echo $JAVA_HOME /home/app_env_1/LMS/Java/jdk1.6.0_45/ root's Java: # echo $JAVA_HOME /home/app_env_1/LMS/Java/jdk1.6.0_45/ ``` Original issue reported on code.google.com by `setev...@gmail.com` on 30 Sep 2014 at 9:40
1.0
ERROR: Connection refused/access denied - ``` # cat /etc/SuSE-release SUSE Linux Enterprise Server 11 (x86_64) VERSION = 11 PATCHLEVEL = 0 # java -version java version "1.6.0_45" Java(TM) SE Runtime Environment (build 1.6.0_45-b06) Java HotSpot(TM) 64-Bit Server VM (build 20.45-b01, mixed mode) # echo $JAVA_HOME /home/app_env_1/app/Java/jdk1.6.0_45/ # ./jvmtop.sh --once --verbose Sep 30, 2014 12:28:59 PM com.jvmtop.JvmTop main FINE: Verbosity mode. Sep 30, 2014 12:29:00 PM com.jvmtop.monitor.VMInfo attachToVM FINE: connection refused (PID=25393) java.rmi.ConnectException: Connection refused to host: 10.249.140.239; nested exception is: java.net.ConnectException: Connection refused at sun.rmi.transport.tcp.TCPEndpoint.newSocket(TCPEndpoint.java:601) at sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:198) at sun.rmi.transport.tcp.TCPChannel.newConnection(TCPChannel.java:184) at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:110) at javax.management.remote.rmi.RMIServerImpl_Stub.newClient(Unknown Source) at javax.management.remote.rmi.RMIConnector.getConnection(RMIConnector.java:2327) at javax.management.remote.rmi.RMIConnector.connect(RMIConnector.java:277) at javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:248) at javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:207) at com.jvmtop.openjdk.tools.ProxyClient.tryConnect(Unknown Source) at com.jvmtop.openjdk.tools.ProxyClient.connect(Unknown Source) at com.jvmtop.monitor.VMInfo.attachToVM(Unknown Source) at com.jvmtop.monitor.VMInfo.processNewVM(Unknown Source) at com.jvmtop.view.VMOverviewView.scanForNewVMs(Unknown Source) at com.jvmtop.view.VMOverviewView.printView(Unknown Source) at com.jvmtop.JvmTop.run(Unknown Source) at com.jvmtop.JvmTop.main(Unknown Source) Caused by: java.net.ConnectException: Connection refused at java.net.PlainSocketImpl.socketConnect(Native Method) at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) at java.net.Socket.connect(Socket.java:529) at java.net.Socket.connect(Socket.java:478) at java.net.Socket.<init>(Socket.java:375) at java.net.Socket.<init>(Socket.java:189) at sun.rmi.transport.proxy.RMIDirectSocketFactory.createSocket(RMIDirectSocketFactory.java:22) at sun.rmi.transport.proxy.RMIMasterSocketFactory.createSocket(RMIMasterSocketFactory.java:128) at sun.rmi.transport.tcp.TCPEndpoint.newSocket(TCPEndpoint.java:595) ... 16 more JvmTop 0.8.0 alpha - 12:28:59, amd64, 2 cpus, Linux 2.6.27.19, load avg 0.03 http://code.google.com/p/jvmtop PID MAIN-CLASS HPCUR HPMAX NHCUR NHMAX CPU GC VM USERNAME #T DL 14392 m.jvmtop.JvmTop 12m 1747m 10m 130m 57.69% 0.00% S6U45 root 13 25393 artup.Bootstrap [ERROR: Connection refused/access denied] # ps aux | grep tomcat | grep -v grep 1001 25393 1.2 16.1 2801376 1299808 pts/9 Sl Sep15 276:12 /home/app_env_1/APP/Java/jdk1.6.0_45/jre/bin/java -Djava.util.logging.config.file=/home/app_env_1/APP/app-manager/conf/server/logg ing.properties -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager -Dapp.conf=/home/app_env_1/APP/app-manager/conf -server -Xms1G -Xmx1G -XX:+UseCodeCacheFlushing -XX:ReservedCodeCacheSize=64M -XX:+HeapDumpOnOutOfMemoryError -XX:MaxPermSize=1024M -Djavax.net.debug=ssl,handshake -Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.port=8004 -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false -Djava.rmi.server.hostname=10.249.140.239 -Denv=KIEV_DEV -Doutput.dir=/home/app_env_1/APP/logs -Dapp.app=/home/app_env_1/APP/app-application -Dapp.conf=/home/app_env_1/app/limits-manager/conf -Dapp.version=4.7.0.qa.99 -Djava.endorsed.dirs=/home/app_env_1/app/app-server/common/endorsed -classpath /home/app_env_1/APP/app-server/bin/bootstrap.jar:/home/app_env_1/APP/app-server/ bin/tomcat-juli.jar -Dcatalina.base=/home/app_env_1/APP/app-server -Dcatalina.home=/home/app_env_1/APP/app-server -Djava.io.tmpdir=/home/app_env_1/APP/app-server/temp org.apache.catalina.startup.Bootstrap -config /home/app_env_1/APP/app-manager/conf/server/server.xml start Tomcat version 5.5.23 (yes, I know it is too old, but we must use it). jvmtop 0.8.0 Same error if run jvmtop under Tomcat's user: $ id uid=1001(app_env_1) $ ./jvmtop.sh --once --verbose Sep 30, 2014 12:36:38 PM com.jvmtop.JvmTop main FINE: Verbosity mode. Sep 30, 2014 12:36:39 PM com.jvmtop.monitor.VMInfo attachToVM FINE: connection refused (PID=25393) java.rmi.ConnectException: Connection refused to host: 10.249.140.239; nested exception is: java.net.ConnectException: Connection refused at sun.rmi.transport.tcp.TCPEndpoint.newSocket(TCPEndpoint.java:601) at sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:198) at sun.rmi.transport.tcp.TCPChannel.newConnection(TCPChannel.java:184) at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:110) at javax.management.remote.rmi.RMIServerImpl_Stub.newClient(Unknown Source) at javax.management.remote.rmi.RMIConnector.getConnection(RMIConnector.java:2327) at javax.management.remote.rmi.RMIConnector.connect(RMIConnector.java:277) at javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:248) at javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:207) at com.jvmtop.openjdk.tools.ProxyClient.tryConnect(Unknown Source) at com.jvmtop.openjdk.tools.ProxyClient.connect(Unknown Source) at com.jvmtop.monitor.VMInfo.attachToVM(Unknown Source) at com.jvmtop.monitor.VMInfo.processNewVM(Unknown Source) at com.jvmtop.view.VMOverviewView.scanForNewVMs(Unknown Source) at com.jvmtop.view.VMOverviewView.printView(Unknown Source) at com.jvmtop.JvmTop.run(Unknown Source) at com.jvmtop.JvmTop.main(Unknown Source) Caused by: java.net.ConnectException: Connection refused at java.net.PlainSocketImpl.socketConnect(Native Method) at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) at java.net.Socket.connect(Socket.java:529) at java.net.Socket.connect(Socket.java:478) at java.net.Socket.<init>(Socket.java:375) at java.net.Socket.<init>(Socket.java:189) at sun.rmi.transport.proxy.RMIDirectSocketFactory.createSocket(RMIDirectSocketFactory.java:22) at sun.rmi.transport.proxy.RMIMasterSocketFactory.createSocket(RMIMasterSocketFactory.java:128) at sun.rmi.transport.tcp.TCPEndpoint.newSocket(TCPEndpoint.java:595) ... 16 more JvmTop 0.8.0 alpha - 12:36:38, amd64, 2 cpus, Linux 2.6.27.19, load avg 0.03 http://code.google.com/p/jvmtop PID MAIN-CLASS HPCUR HPMAX NHCUR NHMAX CPU GC VM USERNAME #T DL 14520 m.jvmtop.JvmTop 7m 1747m 10m 130m 80.65% 0.00% S6U45 lmt_env_ 13 25393 artup.Bootstrap [ERROR: Connection refused/access denied] User's Java: $ echo $JAVA_HOME /home/app_env_1/LMS/Java/jdk1.6.0_45/ root's Java: # echo $JAVA_HOME /home/app_env_1/LMS/Java/jdk1.6.0_45/ ``` Original issue reported on code.google.com by `setev...@gmail.com` on 30 Sep 2014 at 9:40
non_test
error connection refused access denied cat etc suse release suse linux enterprise server version patchlevel java version java version java tm se runtime environment build java hotspot tm bit server vm build mixed mode echo java home home app env app java jvmtop sh once verbose sep pm com jvmtop jvmtop main fine verbosity mode sep pm com jvmtop monitor vminfo attachtovm fine connection refused pid java rmi connectexception connection refused to host nested exception is java net connectexception connection refused at sun rmi transport tcp tcpendpoint newsocket tcpendpoint java at sun rmi transport tcp tcpchannel createconnection tcpchannel java at sun rmi transport tcp tcpchannel newconnection tcpchannel java at sun rmi server unicastref invoke unicastref java at javax management remote rmi rmiserverimpl stub newclient unknown source at javax management remote rmi rmiconnector getconnection rmiconnector java at javax management remote rmi rmiconnector connect rmiconnector java at javax management remote jmxconnectorfactory connect jmxconnectorfactory java at javax management remote jmxconnectorfactory connect jmxconnectorfactory java at com jvmtop openjdk tools proxyclient tryconnect unknown source at com jvmtop openjdk tools proxyclient connect unknown source at com jvmtop monitor vminfo attachtovm unknown source at com jvmtop monitor vminfo processnewvm unknown source at com jvmtop view vmoverviewview scanfornewvms unknown source at com jvmtop view vmoverviewview printview unknown source at com jvmtop jvmtop run unknown source at com jvmtop jvmtop main unknown source caused by java net connectexception connection refused at java net plainsocketimpl socketconnect native method at java net plainsocketimpl doconnect plainsocketimpl java at java net plainsocketimpl connecttoaddress plainsocketimpl java at java net plainsocketimpl connect plainsocketimpl java at java net sockssocketimpl connect sockssocketimpl java at java net socket connect socket java at java net socket connect socket java at java net socket socket java at java net socket socket java at sun rmi transport proxy rmidirectsocketfactory createsocket rmidirectsocketfactory java at sun rmi transport proxy rmimastersocketfactory createsocket rmimastersocketfactory java at sun rmi transport tcp tcpendpoint newsocket tcpendpoint java more jvmtop alpha cpus linux load avg pid main class hpcur hpmax nhcur nhmax cpu gc vm username t dl m jvmtop jvmtop root artup bootstrap ps aux grep tomcat grep v grep pts sl home app env app java jre bin java djava util logging config file home app env app app manager conf server logg ing properties djava util logging manager org apache juli classloaderlogmanager dapp conf home app env app app manager conf server xx usecodecacheflushing xx reservedcodecachesize xx heapdumponoutofmemoryerror xx maxpermsize djavax net debug ssl handshake dcom sun management jmxremote dcom sun management jmxremote port dcom sun management jmxremote authenticate false dcom sun management jmxremote ssl false djava rmi server hostname denv kiev dev doutput dir home app env app logs dapp app home app env app app application dapp conf home app env app limits manager conf dapp version qa djava endorsed dirs home app env app app server common endorsed classpath home app env app app server bin bootstrap jar home app env app app server bin tomcat juli jar dcatalina base home app env app app server dcatalina home home app env app app server djava io tmpdir home app env app app server temp org apache catalina startup bootstrap config home app env app app manager conf server server xml start tomcat version yes i know it is too old but we must use it jvmtop same error if run jvmtop under tomcat s user id uid app env jvmtop sh once verbose sep pm com jvmtop jvmtop main fine verbosity mode sep pm com jvmtop monitor vminfo attachtovm fine connection refused pid java rmi connectexception connection refused to host nested exception is java net connectexception connection refused at sun rmi transport tcp tcpendpoint newsocket tcpendpoint java at sun rmi transport tcp tcpchannel createconnection tcpchannel java at sun rmi transport tcp tcpchannel newconnection tcpchannel java at sun rmi server unicastref invoke unicastref java at javax management remote rmi rmiserverimpl stub newclient unknown source at javax management remote rmi rmiconnector getconnection rmiconnector java at javax management remote rmi rmiconnector connect rmiconnector java at javax management remote jmxconnectorfactory connect jmxconnectorfactory java at javax management remote jmxconnectorfactory connect jmxconnectorfactory java at com jvmtop openjdk tools proxyclient tryconnect unknown source at com jvmtop openjdk tools proxyclient connect unknown source at com jvmtop monitor vminfo attachtovm unknown source at com jvmtop monitor vminfo processnewvm unknown source at com jvmtop view vmoverviewview scanfornewvms unknown source at com jvmtop view vmoverviewview printview unknown source at com jvmtop jvmtop run unknown source at com jvmtop jvmtop main unknown source caused by java net connectexception connection refused at java net plainsocketimpl socketconnect native method at java net plainsocketimpl doconnect plainsocketimpl java at java net plainsocketimpl connecttoaddress plainsocketimpl java at java net plainsocketimpl connect plainsocketimpl java at java net sockssocketimpl connect sockssocketimpl java at java net socket connect socket java at java net socket connect socket java at java net socket socket java at java net socket socket java at sun rmi transport proxy rmidirectsocketfactory createsocket rmidirectsocketfactory java at sun rmi transport proxy rmimastersocketfactory createsocket rmimastersocketfactory java at sun rmi transport tcp tcpendpoint newsocket tcpendpoint java more jvmtop alpha cpus linux load avg pid main class hpcur hpmax nhcur nhmax cpu gc vm username t dl m jvmtop jvmtop lmt env artup bootstrap user s java echo java home home app env lms java root s java echo java home home app env lms java original issue reported on code google com by setev gmail com on sep at
0
32,420
6,061,887,109
IssuesEvent
2017-06-14 08:01:32
buggins/dlangui
https://api.github.com/repos/buggins/dlangui
closed
dml docs
documentation
There doesn't appear to be any documentation of `dml` itself. As far as I can tell it matches one-to-one with the class types (and their members) in `dlangui`, is that true?
1.0
dml docs - There doesn't appear to be any documentation of `dml` itself. As far as I can tell it matches one-to-one with the class types (and their members) in `dlangui`, is that true?
non_test
dml docs there doesn t appear to be any documentation of dml itself as far as i can tell it matches one to one with the class types and their members in dlangui is that true
0
305,455
26,390,712,028
IssuesEvent
2023-01-12 15:29:22
CSOIreland/PxStat
https://api.github.com/repos/CSOIreland/PxStat
closed
[BUG] Attempting to delete Work in progress produces an unexpected error
bug released tested fixed
**Describe the bug** Attempting to delete Work in progress produces an unexpected error **To Reproduce** Steps to reproduce the behavior: 1. Go to any work in progress 2. Choose delete on workflow and go through steps for approval 3. When get to sign off 4. See error **Expected behavior** Be able to delete as requested **Screenshots** ![image](https://user-images.githubusercontent.com/55874862/190367016-c39f31ad-ea04-49db-92fb-5473b5fa0522.png) E.g. WIP for SPP02 on dev
1.0
[BUG] Attempting to delete Work in progress produces an unexpected error - **Describe the bug** Attempting to delete Work in progress produces an unexpected error **To Reproduce** Steps to reproduce the behavior: 1. Go to any work in progress 2. Choose delete on workflow and go through steps for approval 3. When get to sign off 4. See error **Expected behavior** Be able to delete as requested **Screenshots** ![image](https://user-images.githubusercontent.com/55874862/190367016-c39f31ad-ea04-49db-92fb-5473b5fa0522.png) E.g. WIP for SPP02 on dev
test
attempting to delete work in progress produces an unexpected error describe the bug attempting to delete work in progress produces an unexpected error to reproduce steps to reproduce the behavior go to any work in progress choose delete on workflow and go through steps for approval when get to sign off see error expected behavior be able to delete as requested screenshots e g wip for on dev
1
163,524
12,733,603,709
IssuesEvent
2020-06-25 12:35:44
links-lang/links
https://api.github.com/repos/links-lang/links
closed
null.links: Database test failure
testsuite
The test `tests/database/null.links` fails on my machine. ``` $ ./run-tests db-only cmnd=psql -h localhost -U links -p 5432 -v ON_ERROR_STOP=1 -q -d links -f tests/database/factorials.sql cmnd=psql -h localhost -U links -p 5432 -v ON_ERROR_STOP=1 -q -d links -f tests/database/null.sql cmnd=psql -h localhost -U links -p 5432 -v ON_ERROR_STOP=1 -q -d links -f tests/database/xpath-reduced.sql cmnd=psql -h localhost -U links -p 5432 -v ON_ERROR_STOP=1 -q -d links -f tests/database/xpath.sql cmnd=./links --config=tests/database/config tests/database/factorials.links () : () cmnd=./links --config=tests/database/config tests/database/factorials-large.links () : () cmnd=./links --config=tests/database/config tests/database/empty.links [] : [(|_::Base)] cmnd=./links --config=tests/database/config tests/database/emptyfun.links [] : [(f:Int,i:Int)] cmnd=./links --config=tests/database/config tests/database/null.links Raised at file "core/database.ml", line 63, characters 12-92 Called from file "core/database.ml", line 144, characters 23-51 Called from file "core/database.ml", line 163, characters 29-50 Called from file "list.ml", line 69, characters 12-15 Called from file "core/database.ml", line 162, characters 9-19 Called from file "core/evalir.ml", line 723, characters 34-71 Called from file "src/core/lwt.ml", line 818, characters 19-23 Re-raised at file "src/core/lwt.ml", line 823, characters 6-15 Called from file "core/proc.ml", line 288, characters 5-64 Called from file "core/proc.ml" (inlined), line 297, characters 4-13 Called from file "core/proc.ml", line 300, characters 17-27 Called from file "core/evalir.ml", line 932, characters 10-67 Called from file "camlinternalLazy.ml", line 31, characters 17-27 Re-raised at file "camlinternalLazy.ml", line 36, characters 4-11 Called from file "bin/driver.ml", line 84, characters 8-75 Called from file "camlinternalLazy.ml", line 31, characters 17-27 Re-raised at file "camlinternalLazy.ml", line 36, characters 4-11 ***: Runtime error: Attempted to read null integer from the database FAILED TEST null cmnd=./links --config=tests/database/config tests/database/unit.links [(), ()] : [()] cmnd=./links --config=tests/database/config tests/database/xpath.links () : () cmnd=./links --config=tests/database/config tests/database/xpath-reduced.links () : () executing custom test script tests/validate_typecheck_testfile.testscript SUCCESS: All examples occur in tests/typecheck_examples.tests ```
1.0
null.links: Database test failure - The test `tests/database/null.links` fails on my machine. ``` $ ./run-tests db-only cmnd=psql -h localhost -U links -p 5432 -v ON_ERROR_STOP=1 -q -d links -f tests/database/factorials.sql cmnd=psql -h localhost -U links -p 5432 -v ON_ERROR_STOP=1 -q -d links -f tests/database/null.sql cmnd=psql -h localhost -U links -p 5432 -v ON_ERROR_STOP=1 -q -d links -f tests/database/xpath-reduced.sql cmnd=psql -h localhost -U links -p 5432 -v ON_ERROR_STOP=1 -q -d links -f tests/database/xpath.sql cmnd=./links --config=tests/database/config tests/database/factorials.links () : () cmnd=./links --config=tests/database/config tests/database/factorials-large.links () : () cmnd=./links --config=tests/database/config tests/database/empty.links [] : [(|_::Base)] cmnd=./links --config=tests/database/config tests/database/emptyfun.links [] : [(f:Int,i:Int)] cmnd=./links --config=tests/database/config tests/database/null.links Raised at file "core/database.ml", line 63, characters 12-92 Called from file "core/database.ml", line 144, characters 23-51 Called from file "core/database.ml", line 163, characters 29-50 Called from file "list.ml", line 69, characters 12-15 Called from file "core/database.ml", line 162, characters 9-19 Called from file "core/evalir.ml", line 723, characters 34-71 Called from file "src/core/lwt.ml", line 818, characters 19-23 Re-raised at file "src/core/lwt.ml", line 823, characters 6-15 Called from file "core/proc.ml", line 288, characters 5-64 Called from file "core/proc.ml" (inlined), line 297, characters 4-13 Called from file "core/proc.ml", line 300, characters 17-27 Called from file "core/evalir.ml", line 932, characters 10-67 Called from file "camlinternalLazy.ml", line 31, characters 17-27 Re-raised at file "camlinternalLazy.ml", line 36, characters 4-11 Called from file "bin/driver.ml", line 84, characters 8-75 Called from file "camlinternalLazy.ml", line 31, characters 17-27 Re-raised at file "camlinternalLazy.ml", line 36, characters 4-11 ***: Runtime error: Attempted to read null integer from the database FAILED TEST null cmnd=./links --config=tests/database/config tests/database/unit.links [(), ()] : [()] cmnd=./links --config=tests/database/config tests/database/xpath.links () : () cmnd=./links --config=tests/database/config tests/database/xpath-reduced.links () : () executing custom test script tests/validate_typecheck_testfile.testscript SUCCESS: All examples occur in tests/typecheck_examples.tests ```
test
null links database test failure the test tests database null links fails on my machine run tests db only cmnd psql h localhost u links p v on error stop q d links f tests database factorials sql cmnd psql h localhost u links p v on error stop q d links f tests database null sql cmnd psql h localhost u links p v on error stop q d links f tests database xpath reduced sql cmnd psql h localhost u links p v on error stop q d links f tests database xpath sql cmnd links config tests database config tests database factorials links cmnd links config tests database config tests database factorials large links cmnd links config tests database config tests database empty links cmnd links config tests database config tests database emptyfun links cmnd links config tests database config tests database null links raised at file core database ml line characters called from file core database ml line characters called from file core database ml line characters called from file list ml line characters called from file core database ml line characters called from file core evalir ml line characters called from file src core lwt ml line characters re raised at file src core lwt ml line characters called from file core proc ml line characters called from file core proc ml inlined line characters called from file core proc ml line characters called from file core evalir ml line characters called from file camlinternallazy ml line characters re raised at file camlinternallazy ml line characters called from file bin driver ml line characters called from file camlinternallazy ml line characters re raised at file camlinternallazy ml line characters runtime error attempted to read null integer from the database failed test null cmnd links config tests database config tests database unit links cmnd links config tests database config tests database xpath links cmnd links config tests database config tests database xpath reduced links executing custom test script tests validate typecheck testfile testscript success all examples occur in tests typecheck examples tests
1
288,915
8,853,039,285
IssuesEvent
2019-01-08 20:06:08
visit-dav/issues-test
https://api.github.com/repos/visit-dav/issues-test
closed
Building the engine with IceT support breaks in-situ support in parallel.
bug likelihood medium priority reviewed severity high
Matt O'Brien was unable to use libsim in parallel at LC. When I examined the logs, libsim was unable to load the engine runtime because of an unresolved dependency on IceT and the IceT network manager class. We need to put the IceT network manager into the engine runtime library instead of in the engine_par executable so in-situ will work in parallel when IceT support is enabled. Calling dlopen(/usr/gapps/visit/2.1.1/linuxx86_64/lib/libsimV2runtime_par.so)dlopen error: /usr/gapps/visit/2.1.1/linuxx86_64/lib/libengine_par.so: undefined symbol: ICET_STRATEGY_REDUCE -----------------------REDMINE MIGRATION----------------------- This ticket was migrated from Redmine. As such, not all information was able to be captured in the transition. Below is a complete record of the original redmine ticket. Ticket number: 525 Status: Resolved Project: VisIt Tracker: Bug Priority: High Subject: Building the engine with IceT support breaks in-situ support in parallel. Assigned to: Brad Whitlock Category: - Target version: 2.2 Author: Brad Whitlock Start: 12/28/2010 Due date: % Done: 0% Estimated time: Created: 12/28/2010 01:49 pm Updated: 01/14/2011 01:34 am Likelihood: 3 - Occasional Severity: 5 - Very Serious Found in version: 2.1.1 Impact: Expected Use: OS: All Support Group: Any Description: Matt O'Brien was unable to use libsim in parallel at LC. When I examined the logs, libsim was unable to load the engine runtime because of an unresolved dependency on IceT and the IceT network manager class. We need to put the IceT network manager into the engine runtime library instead of in the engine_par executable so in-situ will work in parallel when IceT support is enabled. Calling dlopen(/usr/gapps/visit/2.1.1/linuxx86_64/lib/libsimV2runtime_par.so)dlopen error: /usr/gapps/visit/2.1.1/linuxx86_64/lib/libengine_par.so: undefined symbol: ICET_STRATEGY_REDUCE Comments: Now that I look closer, it does look like the IceT network manager class is built into the engine runtime. We need to link the engine runtime with IceT so it gets the right rpath to it. That might be enough to make it work from within a sim. I tried linking the engine_par library with ${ICET_LIB} and I ran into a link problem since IceT was not built with fPIC./usr/bin/ld: /usr/gapps/visit/icet/1.0.0/linuxx86_64_gcc4.1/lib/libicet.a(context.o): relocation R_X86_64_32 against `a local symbol' can not be used when making a shared object; recompile with fPICI guess that's why IceT linked in the executable itself. I'll have to see if I can rebuild IceT with -fPIC. I changed how we link ice-t into VisIt and it seems to work now from within a simulation.
1.0
Building the engine with IceT support breaks in-situ support in parallel. - Matt O'Brien was unable to use libsim in parallel at LC. When I examined the logs, libsim was unable to load the engine runtime because of an unresolved dependency on IceT and the IceT network manager class. We need to put the IceT network manager into the engine runtime library instead of in the engine_par executable so in-situ will work in parallel when IceT support is enabled. Calling dlopen(/usr/gapps/visit/2.1.1/linuxx86_64/lib/libsimV2runtime_par.so)dlopen error: /usr/gapps/visit/2.1.1/linuxx86_64/lib/libengine_par.so: undefined symbol: ICET_STRATEGY_REDUCE -----------------------REDMINE MIGRATION----------------------- This ticket was migrated from Redmine. As such, not all information was able to be captured in the transition. Below is a complete record of the original redmine ticket. Ticket number: 525 Status: Resolved Project: VisIt Tracker: Bug Priority: High Subject: Building the engine with IceT support breaks in-situ support in parallel. Assigned to: Brad Whitlock Category: - Target version: 2.2 Author: Brad Whitlock Start: 12/28/2010 Due date: % Done: 0% Estimated time: Created: 12/28/2010 01:49 pm Updated: 01/14/2011 01:34 am Likelihood: 3 - Occasional Severity: 5 - Very Serious Found in version: 2.1.1 Impact: Expected Use: OS: All Support Group: Any Description: Matt O'Brien was unable to use libsim in parallel at LC. When I examined the logs, libsim was unable to load the engine runtime because of an unresolved dependency on IceT and the IceT network manager class. We need to put the IceT network manager into the engine runtime library instead of in the engine_par executable so in-situ will work in parallel when IceT support is enabled. Calling dlopen(/usr/gapps/visit/2.1.1/linuxx86_64/lib/libsimV2runtime_par.so)dlopen error: /usr/gapps/visit/2.1.1/linuxx86_64/lib/libengine_par.so: undefined symbol: ICET_STRATEGY_REDUCE Comments: Now that I look closer, it does look like the IceT network manager class is built into the engine runtime. We need to link the engine runtime with IceT so it gets the right rpath to it. That might be enough to make it work from within a sim. I tried linking the engine_par library with ${ICET_LIB} and I ran into a link problem since IceT was not built with fPIC./usr/bin/ld: /usr/gapps/visit/icet/1.0.0/linuxx86_64_gcc4.1/lib/libicet.a(context.o): relocation R_X86_64_32 against `a local symbol' can not be used when making a shared object; recompile with fPICI guess that's why IceT linked in the executable itself. I'll have to see if I can rebuild IceT with -fPIC. I changed how we link ice-t into VisIt and it seems to work now from within a simulation.
non_test
building the engine with icet support breaks in situ support in parallel matt o brien was unable to use libsim in parallel at lc when i examined the logs libsim was unable to load the engine runtime because of an unresolved dependency on icet and the icet network manager class we need to put the icet network manager into the engine runtime library instead of in the engine par executable so in situ will work in parallel when icet support is enabled calling dlopen usr gapps visit lib par so dlopen error usr gapps visit lib libengine par so undefined symbol icet strategy reduce redmine migration this ticket was migrated from redmine as such not all information was able to be captured in the transition below is a complete record of the original redmine ticket ticket number status resolved project visit tracker bug priority high subject building the engine with icet support breaks in situ support in parallel assigned to brad whitlock category target version author brad whitlock start due date done estimated time created pm updated am likelihood occasional severity very serious found in version impact expected use os all support group any description matt o brien was unable to use libsim in parallel at lc when i examined the logs libsim was unable to load the engine runtime because of an unresolved dependency on icet and the icet network manager class we need to put the icet network manager into the engine runtime library instead of in the engine par executable so in situ will work in parallel when icet support is enabled calling dlopen usr gapps visit lib par so dlopen error usr gapps visit lib libengine par so undefined symbol icet strategy reduce comments now that i look closer it does look like the icet network manager class is built into the engine runtime we need to link the engine runtime with icet so it gets the right rpath to it that might be enough to make it work from within a sim i tried linking the engine par library with icet lib and i ran into a link problem since icet was not built with fpic usr bin ld usr gapps visit icet lib libicet a context o relocation r against a local symbol can not be used when making a shared object recompile with fpici guess that s why icet linked in the executable itself i ll have to see if i can rebuild icet with fpic i changed how we link ice t into visit and it seems to work now from within a simulation
0
9,911
14,215,911,448
IssuesEvent
2020-11-17 08:12:35
cp-api/capella-requirements-vp
https://api.github.com/repos/cp-api/capella-requirements-vp
closed
Label of Requirements is not updated
capella normal requirementsvp verified
In Capella Requirement VP, when user change the computed expression of the label of requirements, session must be restart to update labels in the project explorer `ECLIPSE-555329` `POLARSYS-1371` `@pdu` `2017-01-05`
1.0
Label of Requirements is not updated - In Capella Requirement VP, when user change the computed expression of the label of requirements, session must be restart to update labels in the project explorer `ECLIPSE-555329` `POLARSYS-1371` `@pdu` `2017-01-05`
non_test
label of requirements is not updated in capella requirement vp when user change the computed expression of the label of requirements session must be restart to update labels in the project explorer eclipse polarsys pdu
0
19,196
10,338,129,120
IssuesEvent
2019-09-03 16:12:01
unitystation/unitystation
https://api.github.com/repos/unitystation/unitystation
closed
ClosetControl.cs SyncSprite Seems to be constantly Being updated
In Progress Performance
# Description I don't see why it would be needed to be constantly updated, surely you would only need an update every time the state changes, this could help with performance issues ## Category Performance issue ## Detailed Bug Report ## Steps to Reproduce Please enter the steps to reproduce the bug or behaviour: 1.Put a log statement in the SyncSprite 2. Play in the editor 3. Watch as it continuously updates
True
ClosetControl.cs SyncSprite Seems to be constantly Being updated - # Description I don't see why it would be needed to be constantly updated, surely you would only need an update every time the state changes, this could help with performance issues ## Category Performance issue ## Detailed Bug Report ## Steps to Reproduce Please enter the steps to reproduce the bug or behaviour: 1.Put a log statement in the SyncSprite 2. Play in the editor 3. Watch as it continuously updates
non_test
closetcontrol cs syncsprite seems to be constantly being updated description i don t see why it would be needed to be constantly updated surely you would only need an update every time the state changes this could help with performance issues category performance issue detailed bug report steps to reproduce please enter the steps to reproduce the bug or behaviour put a log statement in the syncsprite play in the editor watch as it continuously updates
0
187,967
14,435,421,019
IssuesEvent
2020-12-07 08:42:48
kalexmills/github-vet-tests-dec2020
https://api.github.com/repos/kalexmills/github-vet-tests-dec2020
closed
cyverse-de/image-janitor: vendor/github.com/docker/docker/pkg/ioutils/bytespipe_test.go; 46 LoC
fresh small test vendored
Found a possible issue in [cyverse-de/image-janitor](https://www.github.com/cyverse-de/image-janitor) at [vendor/github.com/docker/docker/pkg/ioutils/bytespipe_test.go](https://github.com/cyverse-de/image-janitor/blob/c0fe5e23672592a677d8c252e8c9de9e09bc262d/vendor/github.com/docker/docker/pkg/ioutils/bytespipe_test.go#L78-L123) Below is the message reported by the analyzer for this snippet of code. Beware that the analyzer only reports the first issue it finds, so please do not limit your consideration to the contents of the below message. > range-loop variable c used in defer or goroutine at line 98 [Click here to see the code in its original context.](https://github.com/cyverse-de/image-janitor/blob/c0fe5e23672592a677d8c252e8c9de9e09bc262d/vendor/github.com/docker/docker/pkg/ioutils/bytespipe_test.go#L78-L123) <details> <summary>Click here to show the 46 line(s) of Go which triggered the analyzer.</summary> ```go for _, c := range cases { // first pass: write directly to hash hash := sha256.New() for i := 0; i < c.iterations*c.writesPerLoop; i++ { if _, err := hash.Write(testMessage[:writeChunks[i%len(writeChunks)]]); err != nil { t.Fatal(err) } } expected := hex.EncodeToString(hash.Sum(nil)) // write/read through buffer buf := NewBytesPipe() hash.Reset() done := make(chan struct{}) go func() { // random delay before read starts <-time.After(time.Duration(rand.Intn(10)) * time.Millisecond) for i := 0; ; i++ { p := make([]byte, readChunks[(c.iterations*c.readsPerLoop+i)%len(readChunks)]) n, _ := buf.Read(p) if n == 0 { break } hash.Write(p[:n]) } close(done) }() for i := 0; i < c.iterations; i++ { for w := 0; w < c.writesPerLoop; w++ { buf.Write(testMessage[:writeChunks[(i*c.writesPerLoop+w)%len(writeChunks)]]) } } buf.Close() <-done actual := hex.EncodeToString(hash.Sum(nil)) if expected != actual { t.Fatalf("BytesPipe returned invalid data. Expected checksum %v, got %v", expected, actual) } } ``` </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: c0fe5e23672592a677d8c252e8c9de9e09bc262d
1.0
cyverse-de/image-janitor: vendor/github.com/docker/docker/pkg/ioutils/bytespipe_test.go; 46 LoC - Found a possible issue in [cyverse-de/image-janitor](https://www.github.com/cyverse-de/image-janitor) at [vendor/github.com/docker/docker/pkg/ioutils/bytespipe_test.go](https://github.com/cyverse-de/image-janitor/blob/c0fe5e23672592a677d8c252e8c9de9e09bc262d/vendor/github.com/docker/docker/pkg/ioutils/bytespipe_test.go#L78-L123) Below is the message reported by the analyzer for this snippet of code. Beware that the analyzer only reports the first issue it finds, so please do not limit your consideration to the contents of the below message. > range-loop variable c used in defer or goroutine at line 98 [Click here to see the code in its original context.](https://github.com/cyverse-de/image-janitor/blob/c0fe5e23672592a677d8c252e8c9de9e09bc262d/vendor/github.com/docker/docker/pkg/ioutils/bytespipe_test.go#L78-L123) <details> <summary>Click here to show the 46 line(s) of Go which triggered the analyzer.</summary> ```go for _, c := range cases { // first pass: write directly to hash hash := sha256.New() for i := 0; i < c.iterations*c.writesPerLoop; i++ { if _, err := hash.Write(testMessage[:writeChunks[i%len(writeChunks)]]); err != nil { t.Fatal(err) } } expected := hex.EncodeToString(hash.Sum(nil)) // write/read through buffer buf := NewBytesPipe() hash.Reset() done := make(chan struct{}) go func() { // random delay before read starts <-time.After(time.Duration(rand.Intn(10)) * time.Millisecond) for i := 0; ; i++ { p := make([]byte, readChunks[(c.iterations*c.readsPerLoop+i)%len(readChunks)]) n, _ := buf.Read(p) if n == 0 { break } hash.Write(p[:n]) } close(done) }() for i := 0; i < c.iterations; i++ { for w := 0; w < c.writesPerLoop; w++ { buf.Write(testMessage[:writeChunks[(i*c.writesPerLoop+w)%len(writeChunks)]]) } } buf.Close() <-done actual := hex.EncodeToString(hash.Sum(nil)) if expected != actual { t.Fatalf("BytesPipe returned invalid data. Expected checksum %v, got %v", expected, actual) } } ``` </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: c0fe5e23672592a677d8c252e8c9de9e09bc262d
test
cyverse de image janitor vendor github com docker docker pkg ioutils bytespipe test go loc found a possible issue in at below is the message reported by the analyzer for this snippet of code beware that the analyzer only reports the first issue it finds so please do not limit your consideration to the contents of the below message range loop variable c used in defer or goroutine at line click here to show the line s of go which triggered the analyzer go for c range cases first pass write directly to hash hash new for i i c iterations c writesperloop i if err hash write testmessage err nil t fatal err expected hex encodetostring hash sum nil write read through buffer buf newbytespipe hash reset done make chan struct go func random delay before read starts time after time duration rand intn time millisecond for i i p make byte readchunks n buf read p if n break hash write p close done for i i c iterations i for w w c writesperloop w buf write testmessage buf close done actual hex encodetostring hash sum nil if expected actual t fatalf bytespipe returned invalid data expected checksum v got v expected actual 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
352,275
32,056,564,176
IssuesEvent
2023-09-24 06:24:21
cockroachdb/cockroach
https://api.github.com/repos/cockroachdb/cockroach
closed
ccl/multiregionccl: TestMultiRegionDataDriven failed
C-test-failure O-robot release-blocker T-kv branch-release-23.1.11-rc
ccl/multiregionccl.TestMultiRegionDataDriven [failed](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_StressBazel/11897065?buildTab=log) with [artifacts](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_StressBazel/11897065?buildTab=artifacts#/) on release-23.1.11-rc @ [62ad175cbc0e9041d993ea1cc911e07d279671f5](https://github.com/cockroachdb/cockroach/commits/62ad175cbc0e9041d993ea1cc911e07d279671f5): ``` 0.692ms 0.000ms [dist sender send: {count: 1, duration 616µs}] 0.692ms 0.000ms [/cockroach.roachpb.Internal/Batch: {count: 1, duration 300µs}] 0.696ms 0.004ms === operation:colbatchscan _unfinished:1 _verbose:1 node:1 client:127.0.0.1:50638 hostssl: user:root cockroach.flowid:3ccbab62-9a39-46dc-953d-c1b34aa5a568 cockroach.processorid:0 0.696ms 0.000ms [txn coordinator send: {count: 1, duration 667µs}] 0.696ms 0.000ms [dist sender send: {count: 1, duration 616µs}] 0.696ms 0.000ms [/cockroach.roachpb.Internal/Batch: {count: 1, duration 300µs}] 0.724ms 0.028ms event:sql/row/kv_batch_fetcher.go:560 [n1,client=127.0.0.1:50638,hostssl,user=root] Scan /Table/108/1/1/0 0.727ms 0.003ms === operation:txn coordinator send _verbose:1 node:1 client:127.0.0.1:50638 hostssl: user:root txnID:2bf11303-d243-4a64-9385-cde87bcaa81f 0.727ms 0.000ms [dist sender send: {count: 1, duration 616µs}] 0.727ms 0.000ms [/cockroach.roachpb.Internal/Batch: {count: 1, duration 300µs}] 0.735ms 0.008ms === operation:dist sender send _verbose:1 node:1 client:127.0.0.1:50638 hostssl: user:root txn:2bf11303 0.735ms 0.000ms [/cockroach.roachpb.Internal/Batch: {count: 1, duration 300µs}] 0.755ms 0.020ms event:kv/kvclient/kvcoord/range_iter.go:188 [n1,client=127.0.0.1:50638,hostssl,user=root,txn=2bf11303] querying next range at /Table/108/1/1/0 0.800ms 0.044ms event:kv/kvclient/kvcoord/range_iter.go:225 [n1,client=127.0.0.1:50638,hostssl,user=root,txn=2bf11303] key: /Table/108/1/1/0, desc: r64:/{Table/108-Max} [(n1,s1):1, (n2,s2):8, (n3,s3):5, (n5,s5):6NON_VOTER, (n4,s4):9NON_VOTER, next=10, gen=23] 0.822ms 0.023ms event:kv/kvclient/kvcoord/dist_sender.go:2088 [n1,client=127.0.0.1:50638,hostssl,user=root,txn=2bf11303] routing to nearest replica; leaseholder not required 0.857ms 0.035ms event:kv/kvclient/kvcoord/dist_sender.go:2146 [n1,client=127.0.0.1:50638,hostssl,user=root,txn=2bf11303] r64: sending batch 1 Get to (n1,s1):1 0.866ms 0.009ms event:rpc/nodedialer/nodedialer.go:157 [n1,client=127.0.0.1:50638,hostssl,user=root,txn=2bf11303] sending request to local client 0.874ms 0.007ms === operation:/cockroach.roachpb.Internal/Batch _verbose:1 node:1 span.kind:server request:Get [/Table/108/1/1/0,/Min), [txn: 2bf11303], [can-forward-ts] 0.882ms 0.008ms event:server/node.go:1187 [n1] node received request: 1 Get 0.910ms 0.029ms event:kv/kvserver/store_send.go:167 [n1,s1] executing Get [/Table/108/1/1/0,/Min), [txn: 2bf11303], [can-forward-ts] 0.923ms 0.013ms event:kv/kvserver/replica_send.go:179 [n1,s1,r64/1:/{Table/108-Max}] read-only path 0.934ms 0.010ms event:kv/kvserver/concurrency/concurrency_manager.go:208 [n1,s1,r64/1:/{Table/108-Max}] sequencing request 0.940ms 0.006ms event:kv/kvserver/concurrency/concurrency_manager.go:289 [n1,s1,r64/1:/{Table/108-Max}] acquiring latches 0.948ms 0.008ms event:kv/kvserver/concurrency/concurrency_manager.go:333 [n1,s1,r64/1:/{Table/108-Max}] scanning lock table for conflicting locks 0.964ms 0.016ms event:kv/kvserver/replica_follower_read.go:127 [n1,s1,r64/1:/{Table/108-Max}] serving via follower read; query timestamp below closed timestamp by 258.546142ms 0.992ms 0.028ms event:kv/kvserver/replica_read.go:296 [n1,s1,r64/1:/{Table/108-Max}] can drop latches early for batch (Get [/Table/108/1/1/0,/Min), [txn: 2bf11303], [can-forward-ts]); scanning lock table first to detect conflicts 1.022ms 0.030ms event:kv/kvserver/replica_read.go:113 [n1,s1,r64/1:/{Table/108-Max}] lock table scan complete without conflicts; dropping latches early 1.031ms 0.008ms event:kv/kvserver/replica_read.go:408 [n1,s1,r64/1:/{Table/108-Max}] executing read-only batch 1.115ms 0.084ms event:kv/kvserver/replica_evaluate.go:550 [n1,s1,r64/1:/{Table/108-Max}] evaluated Get command header:<key:"\364\211\211\210" > , txn="sql txn" meta={id=2bf11303 key=/Min pri=0.02718838 epo=0 ts=1695454176.759332260,0 min=1695454176.759332260,0 seq=0} lock=false stat=PENDING rts=1695454176.759332260,0 wto=false gul=1695454177.259332260,0 : resp=header:<num_keys:1 num_bytes:7 > value:<raw_bytes:"\375\311[\010\n#\002" timestamp:<wall_time:1695454165628977143 > > , err=<nil> 1.146ms 0.031ms event:scan stats: stepped 0 times (0 internal); seeked 1 times (1 internal); block-bytes: (total 4.8 KiB, cached 4.8 KiB); points: (count 1 , key-bytes 14 B, value-bytes 7 B, tombstoned: 0 ) ranges: (count 0 ), (contained-points 0 , skipped-points 0 ) evaluated requests: 1 gets, 0 scans, 0 reverse scans 1.156ms 0.009ms event:kv/kvserver/replica_read.go:221 [n1,s1,r64/1:/{Table/108-Max}] read completed 1.167ms 0.012ms event:kv/kvserver/replica_send.go:327 [n1,s1,r64/1:/{Table/108-Max}] client had stale range info; returning an update 1.120ms -0.047ms structured:{"@type":"type.googleapis.com/cockroach.roachpb.ScanStats","numInterfaceSeeks":"1","numInternalSeeks":"1","numInterfaceSteps":"0","numInternalSteps":"0","blockBytes":"4892","blockBytesInCache":"4892","keyBytes":"14","valueBytes":"7","pointCount":"1","pointsCoveredByRangeTombstones":"0","rangeKeyCount":"0","rangeKeyContainedPoints":"0","rangeKeySkippedPoints":"0","separatedPointCount":"0","separatedPointValueBytes":"0","separatedPointValueBytesFetched":"0","numGets":"1","numScans":"0","numReverseScans":"0"} 1.245ms 0.379ms event:kv/kvclient/kvcoord/dist_sender.go:2275 [n1,client=127.0.0.1:50638,hostssl,user=root,txn=2bf11303] received updated range info: [desc: r64:/{Table/108-Max} [(n1,s1):1, (n2,s2):8, (n3,s3):5, (n5,s5):6NON_VOTER, (n4,s4):9NON_VOTER, next=10, gen=23], lease: repl=(n3,s3):5 seq=7 start=1695454176.747523201,0 epo=1 pro=1695454176.748735221,0, closed_timestamp_policy: LEAD_FOR_GLOBAL_READS] 1.284ms 0.039ms event:kv/kvclient/rangecache/range_cache.go:1083 [n1,client=127.0.0.1:50638,hostssl,user=root,txn=2bf11303] evict cached descriptor: desc=desc:r64:/{Table/108-Max} [(n1,s1):1, (n2,s2):8, (n3,s3):5, (n5,s5):6NON_VOTER, (n4,s4):9NON_VOTER, next=10, gen=23], lease:repl=(n3,s3):5 seq=6 start=1695454176.747523201,0 exp=1695454182.747394342,0 pro=1695454176.747394342,0 1.298ms 0.013ms event:kv/kvclient/rangecache/range_cache.go:594 [n1,client=127.0.0.1:50638,hostssl,user=root,txn=2bf11303] evicting cached range descriptor with 1 replacements 1.344ms 0.047ms event:kv/kvclient/rangecache/range_cache.go:1252 [n1,client=127.0.0.1:50638,hostssl,user=root,txn=2bf11303] clearing entries overlapping r64:/{Table/108-Max} [(n1,s1):1, (n2,s2):8, (n3,s3):5, (n5,s5):6NON_VOTER, (n4,s4):9NON_VOTER, next=10, gen=23] 1.391ms 0.664ms event:kv/kvclient/kvcoord/txn_interceptor_span_refresher.go:576 [n1,client=127.0.0.1:50638,hostssl,user=root,txn=2bf11303] recording span to refresh: /Table/108/1/1/0 1.464ms 0.772ms event:ComponentStats{ID: {3ccbab62-9a39-46dc-953d-c1b34aa5a568 PROCESSOR 0 1 }, KV time: 719µs, KV contention time: 0µs, KV rows read: 1, KV bytes read: 11 B, KV gRPC calls: 1, MVCC step count (ext/int): 0/0, MVCC seek count (ext/int): 1/1, max memory allocated: 20 KiB, sql cpu time: 15µs, batches output: 1, rows output: 1} 1.476ms 0.012ms event:ComponentStats{ID: {00000000-0000-0000-0000-000000000000 UNSET 0 ? }} 1.423ms -0.053ms structured:{"@type":"type.googleapis.com/cockroach.sql.distsqlrun.ComponentStats","component":{"flowId":"3ccbab62-9a39-46dc-953d-c1b34aa5a568","type":"PROCESSOR","id":0,"sqlInstanceId":1,"region":""},"netRx":{"latency":{"valuePlusOne":"0s"},"waitTime":{"valuePlusOne":"0s"},"deserializationTime":{"valuePlusOne":"0s"},"tuplesReceived":{"valuePlusOne":"0"},"bytesReceived":{"valuePlusOne":"0"},"messagesReceived":{"valuePlusOne":"0"}},"netTx":{"tuplesSent":{"valuePlusOne":"0"},"bytesSent":{"valuePlusOne":"0"},"messagesSent":{"valuePlusOne":"0"}},"kv":{"bytesRead":{"valuePlusOne":"12"},"tuplesRead":{"valuePlusOne":"2"},"batchRequestsIssued":{"valuePlusOne":"2"},"kvTime":{"valuePlusOne":"0.000718501s"},"contentionTime":{"valuePlusOne":"0.000000001s"},"numInterfaceSteps":{"valuePlusOne":"1"},"numInternalSteps":{"valuePlusOne":"1"},"numInterfaceSeeks":{"valuePlusOne":"2"},"numInternalSeeks":{"valuePlusOne":"2"},"blockBytes":{"valuePlusOne":"4893"},"blockBytesInCache":{"valuePlusOne":"4893"},"keyBytes":{"valuePlusOne":"15"},"valueBytes":{"valuePlusOne":"8"},"pointCount":{"valuePlusOne":"2"},"pointsCoveredByRangeTombstones":{"valuePlusOne":"1"},"rangeKeyCount":{"valuePlusOne":"1"},"rangeKeyContainedPoints":{"valuePlusOne":"1"},"rangeKeySkippedPoints":{"valuePlusOne":"1"},"kvCpuTime":{"valuePlusOne":"0s"},"numGets":{"valuePlusOne":"2"},"numScans":{"valuePlusOne":"1"},"numReverseScans":{"valuePlusOne":"1"},"usedStreamer":false},"exec":{"execTime":{"valuePlusOne":"0s"},"maxAllocatedMem":{"valuePlusOne":"20481"},"maxAllocatedDisk":{"valuePlusOne":"0"},"consumedRu":{"valuePlusOne":"1"},"cpuTime":{"valuePlusOne":"0.000015011s"}},"output":{"numBatches":{"valuePlusOne":"2"},"numTuples":{"valuePlusOne":"2"}},"inputs":[],"flowStats":{"maxMemUsage":{"valuePlusOne":"0"},"maxDiskUsage":{"valuePlusOne":"0"},"consumedRu":{"valuePlusOne":"0"}}} 1.466ms 0.043ms structured:{"@type":"type.googleapis.com/cockroach.sql.distsqlrun.ComponentStats","component":{"flowId":"00000000-0000-0000-0000-000000000000","type":"UNSET","id":0,"sqlInstanceId":0,"region":""},"netRx":{"latency":{"valuePlusOne":"0s"},"waitTime":{"valuePlusOne":"0s"},"deserializationTime":{"valuePlusOne":"0s"},"tuplesReceived":{"valuePlusOne":"0"},"bytesReceived":{"valuePlusOne":"0"},"messagesReceived":{"valuePlusOne":"0"}},"netTx":{"tuplesSent":{"valuePlusOne":"0"},"bytesSent":{"valuePlusOne":"0"},"messagesSent":{"valuePlusOne":"0"}},"kv":{"bytesRead":{"valuePlusOne":"0"},"tuplesRead":{"valuePlusOne":"0"},"batchRequestsIssued":{"valuePlusOne":"0"},"kvTime":{"valuePlusOne":"0s"},"contentionTime":{"valuePlusOne":"0s"},"numInterfaceSteps":{"valuePlusOne":"0"},"numInternalSteps":{"valuePlusOne":"0"},"numInterfaceSeeks":{"valuePlusOne":"0"},"numInternalSeeks":{"valuePlusOne":"0"},"blockBytes":{"valuePlusOne":"0"},"blockBytesInCache":{"valuePlusOne":"0"},"keyBytes":{"valuePlusOne":"0"},"valueBytes":{"valuePlusOne":"0"},"pointCount":{"valuePlusOne":"0"},"pointsCoveredByRangeTombstones":{"valuePlusOne":"0"},"rangeKeyCount":{"valuePlusOne":"0"},"rangeKeyContainedPoints":{"valuePlusOne":"0"},"rangeKeySkippedPoints":{"valuePlusOne":"0"},"kvCpuTime":{"valuePlusOne":"0s"},"numGets":{"valuePlusOne":"0"},"numScans":{"valuePlusOne":"0"},"numReverseScans":{"valuePlusOne":"0"},"usedStreamer":false},"exec":{"execTime":{"valuePlusOne":"0s"},"maxAllocatedMem":{"valuePlusOne":"0"},"maxAllocatedDisk":{"valuePlusOne":"0"},"consumedRu":{"valuePlusOne":"0"},"cpuTime":{"valuePlusOne":"0s"}},"output":{"numBatches":{"valuePlusOne":"0"},"numTuples":{"valuePlusOne":"0"}},"inputs":[],"flowStats":{"maxMemUsage":{"valuePlusOne":"0"},"maxDiskUsage":{"valuePlusOne":"0"},"consumedRu":{"valuePlusOne":"0"}}} 1.505ms 0.814ms event:ComponentStats{ID: {3ccbab62-9a39-46dc-953d-c1b34aa5a568 FLOW 0 1 us-east-1}} 1.496ms -0.009ms structured:{"@type":"type.googleapis.com/cockroach.sql.distsqlrun.ComponentStats","component":{"flowId":"3ccbab62-9a39-46dc-953d-c1b34aa5a568","type":"FLOW","id":0,"sqlInstanceId":1,"region":"us-east-1"},"netRx":{"latency":{"valuePlusOne":"0s"},"waitTime":{"valuePlusOne":"0s"},"deserializationTime":{"valuePlusOne":"0s"},"tuplesReceived":{"valuePlusOne":"0"},"bytesReceived":{"valuePlusOne":"0"},"messagesReceived":{"valuePlusOne":"0"}},"netTx":{"tuplesSent":{"valuePlusOne":"0"},"bytesSent":{"valuePlusOne":"0"},"messagesSent":{"valuePlusOne":"0"}},"kv":{"bytesRead":{"valuePlusOne":"0"},"tuplesRead":{"valuePlusOne":"0"},"batchRequestsIssued":{"valuePlusOne":"0"},"kvTime":{"valuePlusOne":"0s"},"contentionTime":{"valuePlusOne":"0s"},"numInterfaceSteps":{"valuePlusOne":"0"},"numInternalSteps":{"valuePlusOne":"0"},"numInterfaceSeeks":{"valuePlusOne":"0"},"numInternalSeeks":{"valuePlusOne":"0"},"blockBytes":{"valuePlusOne":"0"},"blockBytesInCache":{"valuePlusOne":"0"},"keyBytes":{"valuePlusOne":"0"},"valueBytes":{"valuePlusOne":"0"},"pointCount":{"valuePlusOne":"0"},"pointsCoveredByRangeTombstones":{"valuePlusOne":"0"},"rangeKeyCount":{"valuePlusOne":"0"},"rangeKeyContainedPoints":{"valuePlusOne":"0"},"rangeKeySkippedPoints":{"valuePlusOne":"0"},"kvCpuTime":{"valuePlusOne":"0s"},"numGets":{"valuePlusOne":"0"},"numScans":{"valuePlusOne":"0"},"numReverseScans":{"valuePlusOne":"0"},"usedStreamer":false},"exec":{"execTime":{"valuePlusOne":"0s"},"maxAllocatedMem":{"valuePlusOne":"0"},"maxAllocatedDisk":{"valuePlusOne":"0"},"consumedRu":{"valuePlusOne":"0"},"cpuTime":{"valuePlusOne":"0s"}},"output":{"numBatches":{"valuePlusOne":"0"},"numTuples":{"valuePlusOne":"0"}},"inputs":[],"flowStats":{"maxMemUsage":{"valuePlusOne":"20481"},"maxDiskUsage":{"valuePlusOne":"1"},"consumedRu":{"valuePlusOne":"0"}}} 1.570ms 0.948ms event:sql/conn_executor_exec.go:1036 [n1,client=127.0.0.1:50638,hostssl,user=root] execution ends 1.588ms 0.018ms event:sql/conn_executor_exec.go:1036 [n1,client=127.0.0.1:50638,hostssl,user=root] rows affected: 1 1.686ms 0.098ms === operation:commit sql txn _verbose:1 node:1 client:127.0.0.1:50638 hostssl: user:root 1.729ms 0.141ms event:sql/conn_executor_exec.go:2830 [n1,client=127.0.0.1:50638,hostssl,user=root] AutoCommit. err: <nil> --- FAIL: TestMultiRegionDataDriven/global_tables (24.52s) ``` <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> <details><summary>Same failure on other branches</summary> <p> - #98020 ccl/multiregionccl: TestMultiRegionDataDriven failed [A-kv-distribution A-kv-test-failure-complex C-bug C-test-failure O-robot T-kv branch-master skipped-test] </p> </details> /cc @cockroachdb/sql-foundations <sub> [This test on roachdash](https://roachdash.crdb.dev/?filter=status:open%20t:.*TestMultiRegionDataDriven.*&sort=title+created&display=lastcommented+project) | [Improve this report!](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues) </sub> Jira issue: CRDB-31793
1.0
ccl/multiregionccl: TestMultiRegionDataDriven failed - ccl/multiregionccl.TestMultiRegionDataDriven [failed](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_StressBazel/11897065?buildTab=log) with [artifacts](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_StressBazel/11897065?buildTab=artifacts#/) on release-23.1.11-rc @ [62ad175cbc0e9041d993ea1cc911e07d279671f5](https://github.com/cockroachdb/cockroach/commits/62ad175cbc0e9041d993ea1cc911e07d279671f5): ``` 0.692ms 0.000ms [dist sender send: {count: 1, duration 616µs}] 0.692ms 0.000ms [/cockroach.roachpb.Internal/Batch: {count: 1, duration 300µs}] 0.696ms 0.004ms === operation:colbatchscan _unfinished:1 _verbose:1 node:1 client:127.0.0.1:50638 hostssl: user:root cockroach.flowid:3ccbab62-9a39-46dc-953d-c1b34aa5a568 cockroach.processorid:0 0.696ms 0.000ms [txn coordinator send: {count: 1, duration 667µs}] 0.696ms 0.000ms [dist sender send: {count: 1, duration 616µs}] 0.696ms 0.000ms [/cockroach.roachpb.Internal/Batch: {count: 1, duration 300µs}] 0.724ms 0.028ms event:sql/row/kv_batch_fetcher.go:560 [n1,client=127.0.0.1:50638,hostssl,user=root] Scan /Table/108/1/1/0 0.727ms 0.003ms === operation:txn coordinator send _verbose:1 node:1 client:127.0.0.1:50638 hostssl: user:root txnID:2bf11303-d243-4a64-9385-cde87bcaa81f 0.727ms 0.000ms [dist sender send: {count: 1, duration 616µs}] 0.727ms 0.000ms [/cockroach.roachpb.Internal/Batch: {count: 1, duration 300µs}] 0.735ms 0.008ms === operation:dist sender send _verbose:1 node:1 client:127.0.0.1:50638 hostssl: user:root txn:2bf11303 0.735ms 0.000ms [/cockroach.roachpb.Internal/Batch: {count: 1, duration 300µs}] 0.755ms 0.020ms event:kv/kvclient/kvcoord/range_iter.go:188 [n1,client=127.0.0.1:50638,hostssl,user=root,txn=2bf11303] querying next range at /Table/108/1/1/0 0.800ms 0.044ms event:kv/kvclient/kvcoord/range_iter.go:225 [n1,client=127.0.0.1:50638,hostssl,user=root,txn=2bf11303] key: /Table/108/1/1/0, desc: r64:/{Table/108-Max} [(n1,s1):1, (n2,s2):8, (n3,s3):5, (n5,s5):6NON_VOTER, (n4,s4):9NON_VOTER, next=10, gen=23] 0.822ms 0.023ms event:kv/kvclient/kvcoord/dist_sender.go:2088 [n1,client=127.0.0.1:50638,hostssl,user=root,txn=2bf11303] routing to nearest replica; leaseholder not required 0.857ms 0.035ms event:kv/kvclient/kvcoord/dist_sender.go:2146 [n1,client=127.0.0.1:50638,hostssl,user=root,txn=2bf11303] r64: sending batch 1 Get to (n1,s1):1 0.866ms 0.009ms event:rpc/nodedialer/nodedialer.go:157 [n1,client=127.0.0.1:50638,hostssl,user=root,txn=2bf11303] sending request to local client 0.874ms 0.007ms === operation:/cockroach.roachpb.Internal/Batch _verbose:1 node:1 span.kind:server request:Get [/Table/108/1/1/0,/Min), [txn: 2bf11303], [can-forward-ts] 0.882ms 0.008ms event:server/node.go:1187 [n1] node received request: 1 Get 0.910ms 0.029ms event:kv/kvserver/store_send.go:167 [n1,s1] executing Get [/Table/108/1/1/0,/Min), [txn: 2bf11303], [can-forward-ts] 0.923ms 0.013ms event:kv/kvserver/replica_send.go:179 [n1,s1,r64/1:/{Table/108-Max}] read-only path 0.934ms 0.010ms event:kv/kvserver/concurrency/concurrency_manager.go:208 [n1,s1,r64/1:/{Table/108-Max}] sequencing request 0.940ms 0.006ms event:kv/kvserver/concurrency/concurrency_manager.go:289 [n1,s1,r64/1:/{Table/108-Max}] acquiring latches 0.948ms 0.008ms event:kv/kvserver/concurrency/concurrency_manager.go:333 [n1,s1,r64/1:/{Table/108-Max}] scanning lock table for conflicting locks 0.964ms 0.016ms event:kv/kvserver/replica_follower_read.go:127 [n1,s1,r64/1:/{Table/108-Max}] serving via follower read; query timestamp below closed timestamp by 258.546142ms 0.992ms 0.028ms event:kv/kvserver/replica_read.go:296 [n1,s1,r64/1:/{Table/108-Max}] can drop latches early for batch (Get [/Table/108/1/1/0,/Min), [txn: 2bf11303], [can-forward-ts]); scanning lock table first to detect conflicts 1.022ms 0.030ms event:kv/kvserver/replica_read.go:113 [n1,s1,r64/1:/{Table/108-Max}] lock table scan complete without conflicts; dropping latches early 1.031ms 0.008ms event:kv/kvserver/replica_read.go:408 [n1,s1,r64/1:/{Table/108-Max}] executing read-only batch 1.115ms 0.084ms event:kv/kvserver/replica_evaluate.go:550 [n1,s1,r64/1:/{Table/108-Max}] evaluated Get command header:<key:"\364\211\211\210" > , txn="sql txn" meta={id=2bf11303 key=/Min pri=0.02718838 epo=0 ts=1695454176.759332260,0 min=1695454176.759332260,0 seq=0} lock=false stat=PENDING rts=1695454176.759332260,0 wto=false gul=1695454177.259332260,0 : resp=header:<num_keys:1 num_bytes:7 > value:<raw_bytes:"\375\311[\010\n#\002" timestamp:<wall_time:1695454165628977143 > > , err=<nil> 1.146ms 0.031ms event:scan stats: stepped 0 times (0 internal); seeked 1 times (1 internal); block-bytes: (total 4.8 KiB, cached 4.8 KiB); points: (count 1 , key-bytes 14 B, value-bytes 7 B, tombstoned: 0 ) ranges: (count 0 ), (contained-points 0 , skipped-points 0 ) evaluated requests: 1 gets, 0 scans, 0 reverse scans 1.156ms 0.009ms event:kv/kvserver/replica_read.go:221 [n1,s1,r64/1:/{Table/108-Max}] read completed 1.167ms 0.012ms event:kv/kvserver/replica_send.go:327 [n1,s1,r64/1:/{Table/108-Max}] client had stale range info; returning an update 1.120ms -0.047ms structured:{"@type":"type.googleapis.com/cockroach.roachpb.ScanStats","numInterfaceSeeks":"1","numInternalSeeks":"1","numInterfaceSteps":"0","numInternalSteps":"0","blockBytes":"4892","blockBytesInCache":"4892","keyBytes":"14","valueBytes":"7","pointCount":"1","pointsCoveredByRangeTombstones":"0","rangeKeyCount":"0","rangeKeyContainedPoints":"0","rangeKeySkippedPoints":"0","separatedPointCount":"0","separatedPointValueBytes":"0","separatedPointValueBytesFetched":"0","numGets":"1","numScans":"0","numReverseScans":"0"} 1.245ms 0.379ms event:kv/kvclient/kvcoord/dist_sender.go:2275 [n1,client=127.0.0.1:50638,hostssl,user=root,txn=2bf11303] received updated range info: [desc: r64:/{Table/108-Max} [(n1,s1):1, (n2,s2):8, (n3,s3):5, (n5,s5):6NON_VOTER, (n4,s4):9NON_VOTER, next=10, gen=23], lease: repl=(n3,s3):5 seq=7 start=1695454176.747523201,0 epo=1 pro=1695454176.748735221,0, closed_timestamp_policy: LEAD_FOR_GLOBAL_READS] 1.284ms 0.039ms event:kv/kvclient/rangecache/range_cache.go:1083 [n1,client=127.0.0.1:50638,hostssl,user=root,txn=2bf11303] evict cached descriptor: desc=desc:r64:/{Table/108-Max} [(n1,s1):1, (n2,s2):8, (n3,s3):5, (n5,s5):6NON_VOTER, (n4,s4):9NON_VOTER, next=10, gen=23], lease:repl=(n3,s3):5 seq=6 start=1695454176.747523201,0 exp=1695454182.747394342,0 pro=1695454176.747394342,0 1.298ms 0.013ms event:kv/kvclient/rangecache/range_cache.go:594 [n1,client=127.0.0.1:50638,hostssl,user=root,txn=2bf11303] evicting cached range descriptor with 1 replacements 1.344ms 0.047ms event:kv/kvclient/rangecache/range_cache.go:1252 [n1,client=127.0.0.1:50638,hostssl,user=root,txn=2bf11303] clearing entries overlapping r64:/{Table/108-Max} [(n1,s1):1, (n2,s2):8, (n3,s3):5, (n5,s5):6NON_VOTER, (n4,s4):9NON_VOTER, next=10, gen=23] 1.391ms 0.664ms event:kv/kvclient/kvcoord/txn_interceptor_span_refresher.go:576 [n1,client=127.0.0.1:50638,hostssl,user=root,txn=2bf11303] recording span to refresh: /Table/108/1/1/0 1.464ms 0.772ms event:ComponentStats{ID: {3ccbab62-9a39-46dc-953d-c1b34aa5a568 PROCESSOR 0 1 }, KV time: 719µs, KV contention time: 0µs, KV rows read: 1, KV bytes read: 11 B, KV gRPC calls: 1, MVCC step count (ext/int): 0/0, MVCC seek count (ext/int): 1/1, max memory allocated: 20 KiB, sql cpu time: 15µs, batches output: 1, rows output: 1} 1.476ms 0.012ms event:ComponentStats{ID: {00000000-0000-0000-0000-000000000000 UNSET 0 ? }} 1.423ms -0.053ms structured:{"@type":"type.googleapis.com/cockroach.sql.distsqlrun.ComponentStats","component":{"flowId":"3ccbab62-9a39-46dc-953d-c1b34aa5a568","type":"PROCESSOR","id":0,"sqlInstanceId":1,"region":""},"netRx":{"latency":{"valuePlusOne":"0s"},"waitTime":{"valuePlusOne":"0s"},"deserializationTime":{"valuePlusOne":"0s"},"tuplesReceived":{"valuePlusOne":"0"},"bytesReceived":{"valuePlusOne":"0"},"messagesReceived":{"valuePlusOne":"0"}},"netTx":{"tuplesSent":{"valuePlusOne":"0"},"bytesSent":{"valuePlusOne":"0"},"messagesSent":{"valuePlusOne":"0"}},"kv":{"bytesRead":{"valuePlusOne":"12"},"tuplesRead":{"valuePlusOne":"2"},"batchRequestsIssued":{"valuePlusOne":"2"},"kvTime":{"valuePlusOne":"0.000718501s"},"contentionTime":{"valuePlusOne":"0.000000001s"},"numInterfaceSteps":{"valuePlusOne":"1"},"numInternalSteps":{"valuePlusOne":"1"},"numInterfaceSeeks":{"valuePlusOne":"2"},"numInternalSeeks":{"valuePlusOne":"2"},"blockBytes":{"valuePlusOne":"4893"},"blockBytesInCache":{"valuePlusOne":"4893"},"keyBytes":{"valuePlusOne":"15"},"valueBytes":{"valuePlusOne":"8"},"pointCount":{"valuePlusOne":"2"},"pointsCoveredByRangeTombstones":{"valuePlusOne":"1"},"rangeKeyCount":{"valuePlusOne":"1"},"rangeKeyContainedPoints":{"valuePlusOne":"1"},"rangeKeySkippedPoints":{"valuePlusOne":"1"},"kvCpuTime":{"valuePlusOne":"0s"},"numGets":{"valuePlusOne":"2"},"numScans":{"valuePlusOne":"1"},"numReverseScans":{"valuePlusOne":"1"},"usedStreamer":false},"exec":{"execTime":{"valuePlusOne":"0s"},"maxAllocatedMem":{"valuePlusOne":"20481"},"maxAllocatedDisk":{"valuePlusOne":"0"},"consumedRu":{"valuePlusOne":"1"},"cpuTime":{"valuePlusOne":"0.000015011s"}},"output":{"numBatches":{"valuePlusOne":"2"},"numTuples":{"valuePlusOne":"2"}},"inputs":[],"flowStats":{"maxMemUsage":{"valuePlusOne":"0"},"maxDiskUsage":{"valuePlusOne":"0"},"consumedRu":{"valuePlusOne":"0"}}} 1.466ms 0.043ms structured:{"@type":"type.googleapis.com/cockroach.sql.distsqlrun.ComponentStats","component":{"flowId":"00000000-0000-0000-0000-000000000000","type":"UNSET","id":0,"sqlInstanceId":0,"region":""},"netRx":{"latency":{"valuePlusOne":"0s"},"waitTime":{"valuePlusOne":"0s"},"deserializationTime":{"valuePlusOne":"0s"},"tuplesReceived":{"valuePlusOne":"0"},"bytesReceived":{"valuePlusOne":"0"},"messagesReceived":{"valuePlusOne":"0"}},"netTx":{"tuplesSent":{"valuePlusOne":"0"},"bytesSent":{"valuePlusOne":"0"},"messagesSent":{"valuePlusOne":"0"}},"kv":{"bytesRead":{"valuePlusOne":"0"},"tuplesRead":{"valuePlusOne":"0"},"batchRequestsIssued":{"valuePlusOne":"0"},"kvTime":{"valuePlusOne":"0s"},"contentionTime":{"valuePlusOne":"0s"},"numInterfaceSteps":{"valuePlusOne":"0"},"numInternalSteps":{"valuePlusOne":"0"},"numInterfaceSeeks":{"valuePlusOne":"0"},"numInternalSeeks":{"valuePlusOne":"0"},"blockBytes":{"valuePlusOne":"0"},"blockBytesInCache":{"valuePlusOne":"0"},"keyBytes":{"valuePlusOne":"0"},"valueBytes":{"valuePlusOne":"0"},"pointCount":{"valuePlusOne":"0"},"pointsCoveredByRangeTombstones":{"valuePlusOne":"0"},"rangeKeyCount":{"valuePlusOne":"0"},"rangeKeyContainedPoints":{"valuePlusOne":"0"},"rangeKeySkippedPoints":{"valuePlusOne":"0"},"kvCpuTime":{"valuePlusOne":"0s"},"numGets":{"valuePlusOne":"0"},"numScans":{"valuePlusOne":"0"},"numReverseScans":{"valuePlusOne":"0"},"usedStreamer":false},"exec":{"execTime":{"valuePlusOne":"0s"},"maxAllocatedMem":{"valuePlusOne":"0"},"maxAllocatedDisk":{"valuePlusOne":"0"},"consumedRu":{"valuePlusOne":"0"},"cpuTime":{"valuePlusOne":"0s"}},"output":{"numBatches":{"valuePlusOne":"0"},"numTuples":{"valuePlusOne":"0"}},"inputs":[],"flowStats":{"maxMemUsage":{"valuePlusOne":"0"},"maxDiskUsage":{"valuePlusOne":"0"},"consumedRu":{"valuePlusOne":"0"}}} 1.505ms 0.814ms event:ComponentStats{ID: {3ccbab62-9a39-46dc-953d-c1b34aa5a568 FLOW 0 1 us-east-1}} 1.496ms -0.009ms structured:{"@type":"type.googleapis.com/cockroach.sql.distsqlrun.ComponentStats","component":{"flowId":"3ccbab62-9a39-46dc-953d-c1b34aa5a568","type":"FLOW","id":0,"sqlInstanceId":1,"region":"us-east-1"},"netRx":{"latency":{"valuePlusOne":"0s"},"waitTime":{"valuePlusOne":"0s"},"deserializationTime":{"valuePlusOne":"0s"},"tuplesReceived":{"valuePlusOne":"0"},"bytesReceived":{"valuePlusOne":"0"},"messagesReceived":{"valuePlusOne":"0"}},"netTx":{"tuplesSent":{"valuePlusOne":"0"},"bytesSent":{"valuePlusOne":"0"},"messagesSent":{"valuePlusOne":"0"}},"kv":{"bytesRead":{"valuePlusOne":"0"},"tuplesRead":{"valuePlusOne":"0"},"batchRequestsIssued":{"valuePlusOne":"0"},"kvTime":{"valuePlusOne":"0s"},"contentionTime":{"valuePlusOne":"0s"},"numInterfaceSteps":{"valuePlusOne":"0"},"numInternalSteps":{"valuePlusOne":"0"},"numInterfaceSeeks":{"valuePlusOne":"0"},"numInternalSeeks":{"valuePlusOne":"0"},"blockBytes":{"valuePlusOne":"0"},"blockBytesInCache":{"valuePlusOne":"0"},"keyBytes":{"valuePlusOne":"0"},"valueBytes":{"valuePlusOne":"0"},"pointCount":{"valuePlusOne":"0"},"pointsCoveredByRangeTombstones":{"valuePlusOne":"0"},"rangeKeyCount":{"valuePlusOne":"0"},"rangeKeyContainedPoints":{"valuePlusOne":"0"},"rangeKeySkippedPoints":{"valuePlusOne":"0"},"kvCpuTime":{"valuePlusOne":"0s"},"numGets":{"valuePlusOne":"0"},"numScans":{"valuePlusOne":"0"},"numReverseScans":{"valuePlusOne":"0"},"usedStreamer":false},"exec":{"execTime":{"valuePlusOne":"0s"},"maxAllocatedMem":{"valuePlusOne":"0"},"maxAllocatedDisk":{"valuePlusOne":"0"},"consumedRu":{"valuePlusOne":"0"},"cpuTime":{"valuePlusOne":"0s"}},"output":{"numBatches":{"valuePlusOne":"0"},"numTuples":{"valuePlusOne":"0"}},"inputs":[],"flowStats":{"maxMemUsage":{"valuePlusOne":"20481"},"maxDiskUsage":{"valuePlusOne":"1"},"consumedRu":{"valuePlusOne":"0"}}} 1.570ms 0.948ms event:sql/conn_executor_exec.go:1036 [n1,client=127.0.0.1:50638,hostssl,user=root] execution ends 1.588ms 0.018ms event:sql/conn_executor_exec.go:1036 [n1,client=127.0.0.1:50638,hostssl,user=root] rows affected: 1 1.686ms 0.098ms === operation:commit sql txn _verbose:1 node:1 client:127.0.0.1:50638 hostssl: user:root 1.729ms 0.141ms event:sql/conn_executor_exec.go:2830 [n1,client=127.0.0.1:50638,hostssl,user=root] AutoCommit. err: <nil> --- FAIL: TestMultiRegionDataDriven/global_tables (24.52s) ``` <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> <details><summary>Same failure on other branches</summary> <p> - #98020 ccl/multiregionccl: TestMultiRegionDataDriven failed [A-kv-distribution A-kv-test-failure-complex C-bug C-test-failure O-robot T-kv branch-master skipped-test] </p> </details> /cc @cockroachdb/sql-foundations <sub> [This test on roachdash](https://roachdash.crdb.dev/?filter=status:open%20t:.*TestMultiRegionDataDriven.*&sort=title+created&display=lastcommented+project) | [Improve this report!](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues) </sub> Jira issue: CRDB-31793
test
ccl multiregionccl testmultiregiondatadriven failed ccl multiregionccl testmultiregiondatadriven with on release rc operation colbatchscan unfinished verbose node client hostssl user root cockroach flowid cockroach processorid event sql row kv batch fetcher go scan table operation txn coordinator send verbose node client hostssl user root txnid operation dist sender send verbose node client hostssl user root txn event kv kvclient kvcoord range iter go querying next range at table event kv kvclient kvcoord range iter go key table desc table max event kv kvclient kvcoord dist sender go routing to nearest replica leaseholder not required event kv kvclient kvcoord dist sender go sending batch get to event rpc nodedialer nodedialer go sending request to local client operation cockroach roachpb internal batch verbose node span kind server request get event server node go node received request get event kv kvserver store send go executing get event kv kvserver replica send go read only path event kv kvserver concurrency concurrency manager go sequencing request event kv kvserver concurrency concurrency manager go acquiring latches event kv kvserver concurrency concurrency manager go scanning lock table for conflicting locks event kv kvserver replica follower read go serving via follower read query timestamp below closed timestamp by event kv kvserver replica read go can drop latches early for batch get scanning lock table first to detect conflicts event kv kvserver replica read go lock table scan complete without conflicts dropping latches early event kv kvserver replica read go executing read only batch event kv kvserver replica evaluate go evaluated get command header txn sql txn meta id key min pri epo ts min seq lock false stat pending rts wto false gul resp header value err event scan stats stepped times internal seeked times internal block bytes total kib cached kib points count key bytes b value bytes b tombstoned ranges count contained points skipped points evaluated requests gets scans reverse scans event kv kvserver replica read go read completed event kv kvserver replica send go client had stale range info returning an update structured type type googleapis com cockroach roachpb scanstats numinterfaceseeks numinternalseeks numinterfacesteps numinternalsteps blockbytes blockbytesincache keybytes valuebytes pointcount pointscoveredbyrangetombstones rangekeycount rangekeycontainedpoints rangekeyskippedpoints separatedpointcount separatedpointvaluebytes separatedpointvaluebytesfetched numgets numscans numreversescans event kv kvclient kvcoord dist sender go received updated range info lease repl seq start epo pro closed timestamp policy lead for global reads event kv kvclient rangecache range cache go evict cached descriptor desc desc table max lease repl seq start exp pro event kv kvclient rangecache range cache go evicting cached range descriptor with replacements event kv kvclient rangecache range cache go clearing entries overlapping table max event kv kvclient kvcoord txn interceptor span refresher go recording span to refresh table event componentstats id processor kv time kv contention time kv rows read kv bytes read b kv grpc calls mvcc step count ext int mvcc seek count ext int max memory allocated kib sql cpu time batches output rows output event componentstats id unset structured type type googleapis com cockroach sql distsqlrun componentstats component flowid type processor id sqlinstanceid region netrx latency valueplusone waittime valueplusone deserializationtime valueplusone tuplesreceived valueplusone bytesreceived valueplusone messagesreceived valueplusone nettx tuplessent valueplusone bytessent valueplusone messagessent valueplusone kv bytesread valueplusone tuplesread valueplusone batchrequestsissued valueplusone kvtime valueplusone contentiontime valueplusone numinterfacesteps valueplusone numinternalsteps valueplusone numinterfaceseeks valueplusone numinternalseeks valueplusone blockbytes valueplusone blockbytesincache valueplusone keybytes valueplusone valuebytes valueplusone pointcount valueplusone pointscoveredbyrangetombstones valueplusone rangekeycount valueplusone rangekeycontainedpoints valueplusone rangekeyskippedpoints valueplusone kvcputime valueplusone numgets valueplusone numscans valueplusone numreversescans valueplusone usedstreamer false exec exectime valueplusone maxallocatedmem valueplusone maxallocateddisk valueplusone consumedru valueplusone cputime valueplusone output numbatches valueplusone numtuples valueplusone inputs flowstats maxmemusage valueplusone maxdiskusage valueplusone consumedru valueplusone structured type type googleapis com cockroach sql distsqlrun componentstats component flowid type unset id sqlinstanceid region netrx latency valueplusone waittime valueplusone deserializationtime valueplusone tuplesreceived valueplusone bytesreceived valueplusone messagesreceived valueplusone nettx tuplessent valueplusone bytessent valueplusone messagessent valueplusone kv bytesread valueplusone tuplesread valueplusone batchrequestsissued valueplusone kvtime valueplusone contentiontime valueplusone numinterfacesteps valueplusone numinternalsteps valueplusone numinterfaceseeks valueplusone numinternalseeks valueplusone blockbytes valueplusone blockbytesincache valueplusone keybytes valueplusone valuebytes valueplusone pointcount valueplusone pointscoveredbyrangetombstones valueplusone rangekeycount valueplusone rangekeycontainedpoints valueplusone rangekeyskippedpoints valueplusone kvcputime valueplusone numgets valueplusone numscans valueplusone numreversescans valueplusone usedstreamer false exec exectime valueplusone maxallocatedmem valueplusone maxallocateddisk valueplusone consumedru valueplusone cputime valueplusone output numbatches valueplusone numtuples valueplusone inputs flowstats maxmemusage valueplusone maxdiskusage valueplusone consumedru valueplusone event componentstats id flow us east structured type type googleapis com cockroach sql distsqlrun componentstats component flowid type flow id sqlinstanceid region us east netrx latency valueplusone waittime valueplusone deserializationtime valueplusone tuplesreceived valueplusone bytesreceived valueplusone messagesreceived valueplusone nettx tuplessent valueplusone bytessent valueplusone messagessent valueplusone kv bytesread valueplusone tuplesread valueplusone batchrequestsissued valueplusone kvtime valueplusone contentiontime valueplusone numinterfacesteps valueplusone numinternalsteps valueplusone numinterfaceseeks valueplusone numinternalseeks valueplusone blockbytes valueplusone blockbytesincache valueplusone keybytes valueplusone valuebytes valueplusone pointcount valueplusone pointscoveredbyrangetombstones valueplusone rangekeycount valueplusone rangekeycontainedpoints valueplusone rangekeyskippedpoints valueplusone kvcputime valueplusone numgets valueplusone numscans valueplusone numreversescans valueplusone usedstreamer false exec exectime valueplusone maxallocatedmem valueplusone maxallocateddisk valueplusone consumedru valueplusone cputime valueplusone output numbatches valueplusone numtuples valueplusone inputs flowstats maxmemusage valueplusone maxdiskusage valueplusone consumedru valueplusone event sql conn executor exec go execution ends event sql conn executor exec go rows affected operation commit sql txn verbose node client hostssl user root event sql conn executor exec go autocommit err fail testmultiregiondatadriven global tables parameters tags bazel gss help see also same failure on other branches ccl multiregionccl testmultiregiondatadriven failed cc cockroachdb sql foundations jira issue crdb
1
153,646
12,155,662,471
IssuesEvent
2020-04-25 14:08:22
topcoder-platform/navigation-component
https://api.github.com/repos/topcoder-platform/navigation-component
reopened
$25 | User menu popup window is opened by default when user switches the orientation
Failed QA P3 Test Env nav_Assigned nav_FixAccepted
1. Open the application https://test-community-app.topcoder-dev.com/challenges 2. Login as dan_developer (Portrait) 3. Tap Menu > Profile 4. Go to Landscape (No User menu popup window displayed) 5. Tap Menu > Profile 6. Go to Portrait (User menu popup window displayed) 7. Close the notification 8. Go to Landscape (User menu popup window displayed) **Actual:** User menu popup window is opened by default when user switches the orientation **Expected:** Should not display the notification if it is not already opened **Reproducibility Rate:** 3/3 **Environment:** iPad Air 2, iOS 12.2 **Browser:** Safari 12
1.0
$25 | User menu popup window is opened by default when user switches the orientation - 1. Open the application https://test-community-app.topcoder-dev.com/challenges 2. Login as dan_developer (Portrait) 3. Tap Menu > Profile 4. Go to Landscape (No User menu popup window displayed) 5. Tap Menu > Profile 6. Go to Portrait (User menu popup window displayed) 7. Close the notification 8. Go to Landscape (User menu popup window displayed) **Actual:** User menu popup window is opened by default when user switches the orientation **Expected:** Should not display the notification if it is not already opened **Reproducibility Rate:** 3/3 **Environment:** iPad Air 2, iOS 12.2 **Browser:** Safari 12
test
user menu popup window is opened by default when user switches the orientation open the application login as dan developer portrait tap menu profile go to landscape no user menu popup window displayed tap menu profile go to portrait user menu popup window displayed close the notification go to landscape user menu popup window displayed actual user menu popup window is opened by default when user switches the orientation expected should not display the notification if it is not already opened reproducibility rate environment ipad air ios browser safari
1
439,960
12,691,082,657
IssuesEvent
2020-06-21 15:19:13
acidanthera/bugtracker
https://api.github.com/repos/acidanthera/bugtracker
closed
DevicePaths may contain unaligned data including strings
bug priority:normal project:oc
A very common example of such DevicePath is `FILEPATH_DEVICE_PATH`. Triggered here: ```C // // Detect macOS recovery by com.apple.recovery.boot in the bootloader path. // if (Type == OC_BOOT_UNKNOWN) { ASSERT (((UINTN) LastNode->PathName & BIT0) == 0); if (OcStrStrLength (LastNode->PathName, PathLen, L"com.apple.recovery.boot", L_STR_LEN (L"com.apple.recovery.boot")) != NULL) { Type = OC_BOOT_APPLE_RECOVERY; } else if (OcStrStrLength (LastNode->PathName, PathLen, L"EFI\\APPLE", L_STR_LEN (L"EFI\\APPLE")) != NULL) { // // FIXME: Support separate file path nodes. Potentially introduce a // retrieval function that uses a preallocated buffer. // Type = OC_BOOT_APPLE_FW_UPDATE; } } ``` We probably need to implement a function that will copy path from DevicePath to the string a stack allocated buffer everywhere…
1.0
DevicePaths may contain unaligned data including strings - A very common example of such DevicePath is `FILEPATH_DEVICE_PATH`. Triggered here: ```C // // Detect macOS recovery by com.apple.recovery.boot in the bootloader path. // if (Type == OC_BOOT_UNKNOWN) { ASSERT (((UINTN) LastNode->PathName & BIT0) == 0); if (OcStrStrLength (LastNode->PathName, PathLen, L"com.apple.recovery.boot", L_STR_LEN (L"com.apple.recovery.boot")) != NULL) { Type = OC_BOOT_APPLE_RECOVERY; } else if (OcStrStrLength (LastNode->PathName, PathLen, L"EFI\\APPLE", L_STR_LEN (L"EFI\\APPLE")) != NULL) { // // FIXME: Support separate file path nodes. Potentially introduce a // retrieval function that uses a preallocated buffer. // Type = OC_BOOT_APPLE_FW_UPDATE; } } ``` We probably need to implement a function that will copy path from DevicePath to the string a stack allocated buffer everywhere…
non_test
devicepaths may contain unaligned data including strings a very common example of such devicepath is filepath device path triggered here c detect macos recovery by com apple recovery boot in the bootloader path if type oc boot unknown assert uintn lastnode pathname if ocstrstrlength lastnode pathname pathlen l com apple recovery boot l str len l com apple recovery boot null type oc boot apple recovery else if ocstrstrlength lastnode pathname pathlen l efi apple l str len l efi apple null fixme support separate file path nodes potentially introduce a retrieval function that uses a preallocated buffer type oc boot apple fw update we probably need to implement a function that will copy path from devicepath to the string a stack allocated buffer everywhere…
0
311,318
26,782,005,553
IssuesEvent
2023-01-31 22:05:06
elastic/kibana
https://api.github.com/repos/elastic/kibana
reopened
Failing test: Jest Tests.x-pack/plugins/index_management/__jest__/a11y - A11y Indices tab index details flyout edit settings tab
failed-test Team:Deployment Management test-failure-flaky
A test failed on a tracked branch ``` Error: expect(received).toHaveLength(expected) Expected length: 1 Received length: 0 Received array: [] at Object.<anonymous> (/var/lib/buildkite-agent/builds/kb-n2-4-spot-df68184da9da481a/elastic/kibana-on-merge/kibana/x-pack/plugins/index_management/__jest__/a11y/indices_tab.a11y.test.ts:120:26) at _callCircusTest (/var/lib/buildkite-agent/builds/kb-n2-4-spot-df68184da9da481a/elastic/kibana-on-merge/kibana/node_modules/jest-circus/build/run.js:212:5) at _runTest (/var/lib/buildkite-agent/builds/kb-n2-4-spot-df68184da9da481a/elastic/kibana-on-merge/kibana/node_modules/jest-circus/build/run.js:149:3) at _runTestsForDescribeBlock (/var/lib/buildkite-agent/builds/kb-n2-4-spot-df68184da9da481a/elastic/kibana-on-merge/kibana/node_modules/jest-circus/build/run.js:63:9) at _runTestsForDescribeBlock (/var/lib/buildkite-agent/builds/kb-n2-4-spot-df68184da9da481a/elastic/kibana-on-merge/kibana/node_modules/jest-circus/build/run.js:57:9) at _runTestsForDescribeBlock (/var/lib/buildkite-agent/builds/kb-n2-4-spot-df68184da9da481a/elastic/kibana-on-merge/kibana/node_modules/jest-circus/build/run.js:57:9) at run (/var/lib/buildkite-agent/builds/kb-n2-4-spot-df68184da9da481a/elastic/kibana-on-merge/kibana/node_modules/jest-circus/build/run.js:25:3) at runAndTransformResultsToJestFormat (/var/lib/buildkite-agent/builds/kb-n2-4-spot-df68184da9da481a/elastic/kibana-on-merge/kibana/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapterInit.js:176:21) at jestAdapter (/var/lib/buildkite-agent/builds/kb-n2-4-spot-df68184da9da481a/elastic/kibana-on-merge/kibana/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js:109:19) at runTestInternal (/var/lib/buildkite-agent/builds/kb-n2-4-spot-df68184da9da481a/elastic/kibana-on-merge/kibana/node_modules/jest-runner/build/runTest.js:380:16) at runTest (/var/lib/buildkite-agent/builds/kb-n2-4-spot-df68184da9da481a/elastic/kibana-on-merge/kibana/node_modules/jest-runner/build/runTest.js:472:34) ``` First failure: [CI Build - main](https://buildkite.com/elastic/kibana-on-merge/builds/14062#6687a0b8-b86d-444a-a0ff-fa2d42fd4edf) <!-- kibanaCiData = {"failed-test":{"test.class":"Jest Tests.x-pack/plugins/index_management/__jest__/a11y","test.name":"A11y Indices tab index details flyout edit settings tab","test.failCount":14}} -->
2.0
Failing test: Jest Tests.x-pack/plugins/index_management/__jest__/a11y - A11y Indices tab index details flyout edit settings tab - A test failed on a tracked branch ``` Error: expect(received).toHaveLength(expected) Expected length: 1 Received length: 0 Received array: [] at Object.<anonymous> (/var/lib/buildkite-agent/builds/kb-n2-4-spot-df68184da9da481a/elastic/kibana-on-merge/kibana/x-pack/plugins/index_management/__jest__/a11y/indices_tab.a11y.test.ts:120:26) at _callCircusTest (/var/lib/buildkite-agent/builds/kb-n2-4-spot-df68184da9da481a/elastic/kibana-on-merge/kibana/node_modules/jest-circus/build/run.js:212:5) at _runTest (/var/lib/buildkite-agent/builds/kb-n2-4-spot-df68184da9da481a/elastic/kibana-on-merge/kibana/node_modules/jest-circus/build/run.js:149:3) at _runTestsForDescribeBlock (/var/lib/buildkite-agent/builds/kb-n2-4-spot-df68184da9da481a/elastic/kibana-on-merge/kibana/node_modules/jest-circus/build/run.js:63:9) at _runTestsForDescribeBlock (/var/lib/buildkite-agent/builds/kb-n2-4-spot-df68184da9da481a/elastic/kibana-on-merge/kibana/node_modules/jest-circus/build/run.js:57:9) at _runTestsForDescribeBlock (/var/lib/buildkite-agent/builds/kb-n2-4-spot-df68184da9da481a/elastic/kibana-on-merge/kibana/node_modules/jest-circus/build/run.js:57:9) at run (/var/lib/buildkite-agent/builds/kb-n2-4-spot-df68184da9da481a/elastic/kibana-on-merge/kibana/node_modules/jest-circus/build/run.js:25:3) at runAndTransformResultsToJestFormat (/var/lib/buildkite-agent/builds/kb-n2-4-spot-df68184da9da481a/elastic/kibana-on-merge/kibana/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapterInit.js:176:21) at jestAdapter (/var/lib/buildkite-agent/builds/kb-n2-4-spot-df68184da9da481a/elastic/kibana-on-merge/kibana/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js:109:19) at runTestInternal (/var/lib/buildkite-agent/builds/kb-n2-4-spot-df68184da9da481a/elastic/kibana-on-merge/kibana/node_modules/jest-runner/build/runTest.js:380:16) at runTest (/var/lib/buildkite-agent/builds/kb-n2-4-spot-df68184da9da481a/elastic/kibana-on-merge/kibana/node_modules/jest-runner/build/runTest.js:472:34) ``` First failure: [CI Build - main](https://buildkite.com/elastic/kibana-on-merge/builds/14062#6687a0b8-b86d-444a-a0ff-fa2d42fd4edf) <!-- kibanaCiData = {"failed-test":{"test.class":"Jest Tests.x-pack/plugins/index_management/__jest__/a11y","test.name":"A11y Indices tab index details flyout edit settings tab","test.failCount":14}} -->
test
failing test jest tests x pack plugins index management jest indices tab index details flyout edit settings tab a test failed on a tracked branch error expect received tohavelength expected expected length received length received array at object var lib buildkite agent builds kb spot elastic kibana on merge kibana x pack plugins index management jest indices tab test ts at callcircustest var lib buildkite agent builds kb spot elastic kibana on merge kibana node modules jest circus build run js at runtest var lib buildkite agent builds kb spot elastic kibana on merge kibana node modules jest circus build run js at runtestsfordescribeblock var lib buildkite agent builds kb spot elastic kibana on merge kibana node modules jest circus build run js at runtestsfordescribeblock var lib buildkite agent builds kb spot elastic kibana on merge kibana node modules jest circus build run js at runtestsfordescribeblock var lib buildkite agent builds kb spot elastic kibana on merge kibana node modules jest circus build run js at run var lib buildkite agent builds kb spot elastic kibana on merge kibana node modules jest circus build run js at runandtransformresultstojestformat var lib buildkite agent builds kb spot elastic kibana on merge kibana node modules jest circus build legacy code todo rewrite jestadapterinit js at jestadapter var lib buildkite agent builds kb spot elastic kibana on merge kibana node modules jest circus build legacy code todo rewrite jestadapter js at runtestinternal var lib buildkite agent builds kb spot elastic kibana on merge kibana node modules jest runner build runtest js at runtest var lib buildkite agent builds kb spot elastic kibana on merge kibana node modules jest runner build runtest js first failure
1
274,724
23,860,397,916
IssuesEvent
2022-09-07 06:24:15
doctrine/dbal
https://api.github.com/repos/doctrine/dbal
closed
SQL Server Unique indexes constraint
Missing Tests SQL Server Cannot Reproduce
Hello, This line is incorrect https://github.com/doctrine/dbal/blob/61e1f860a304c3fb6961ecbec36927b5f20b71c6/lib/Doctrine/DBAL/Platforms/SQLServerPlatform.php#L358 This issue was introduced in SQL Server 2008 according to https://msdn.microsoft.com/en-us/library/ms188783.aspx. (And I have SQL Server 2005 and it doesn't work)
1.0
SQL Server Unique indexes constraint - Hello, This line is incorrect https://github.com/doctrine/dbal/blob/61e1f860a304c3fb6961ecbec36927b5f20b71c6/lib/Doctrine/DBAL/Platforms/SQLServerPlatform.php#L358 This issue was introduced in SQL Server 2008 according to https://msdn.microsoft.com/en-us/library/ms188783.aspx. (And I have SQL Server 2005 and it doesn't work)
test
sql server unique indexes constraint hello this line is incorrect this issue was introduced in sql server according to and i have sql server and it doesn t work
1
216,208
16,747,761,712
IssuesEvent
2021-06-11 17:53:42
cockroachdb/cockroach
https://api.github.com/repos/cockroachdb/cockroach
closed
roachtest: acceptance/event-log failed
C-test-failure O-roachtest O-robot branch-master
roachtest.acceptance/event-log [failed](https://teamcity.cockroachdb.com/viewLog.html?buildId=3071060&tab=buildLog) with [artifacts](https://teamcity.cockroachdb.com/viewLog.html?buildId=3071060&tab=artifacts#/acceptance/event-log) on master @ [0a61eb767e9d02a01fbbd3c8fd0ebcb7388c3acd](https://github.com/cockroachdb/cockroach/commits/0a61eb767e9d02a01fbbd3c8fd0ebcb7388c3acd): ``` The test failed on branch=master, cloud=gce: test artifacts and logs in: artifacts/acceptance/event-log/run_1 event_log.go:128,acceptance.go:101,test_runner.go:755: expected one node restart event, found 0 cluster.go:1740,context.go:140,cluster.go:1729,test_runner.go:836: dead node detection: /go/src/github.com/cockroachdb/cockroach/bin/roachprod monitor local --oneshot --ignore-empty-nodes: exit status 1 3: dead 1: 4207 4: 4498 2: 4350 Error: UNCLASSIFIED_PROBLEM: 3: dead (1) UNCLASSIFIED_PROBLEM Wraps: (2) attached stack trace -- stack trace: | main.glob..func14 | /go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachprod/main.go:1154 | main.wrap.func1 | /go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachprod/main.go:276 | github.com/spf13/cobra.(*Command).execute | /go/src/github.com/cockroachdb/cockroach/vendor/github.com/spf13/cobra/command.go:856 | github.com/spf13/cobra.(*Command).ExecuteC | /go/src/github.com/cockroachdb/cockroach/vendor/github.com/spf13/cobra/command.go:960 | github.com/spf13/cobra.(*Command).Execute | /go/src/github.com/cockroachdb/cockroach/vendor/github.com/spf13/cobra/command.go:897 | main.main | /go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachprod/main.go:2051 | runtime.main | /usr/local/go/src/runtime/proc.go:204 | runtime.goexit | /usr/local/go/src/runtime/asm_amd64.s:1374 Wraps: (3) 3: dead Error types: (1) errors.Unclassified (2) *withstack.withStack (3) *errutil.leafError ``` <details><summary>Reproduce</summary> <p> <p>To reproduce, try: ```bash # From https://go.crdb.dev/p/roachstress, perhaps edited lightly. caffeinate ./roachstress.sh acceptance/event-log ``` </p> </p> </details> /cc @cockroachdb/kv <sub> [This test on roachdash](https://roachdash.crdb.dev/?filter=status:open%20t:.*acceptance/event-log.*&sort=title+created&display=lastcommented+project) | [Improve this report!](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues) </sub>
2.0
roachtest: acceptance/event-log failed - roachtest.acceptance/event-log [failed](https://teamcity.cockroachdb.com/viewLog.html?buildId=3071060&tab=buildLog) with [artifacts](https://teamcity.cockroachdb.com/viewLog.html?buildId=3071060&tab=artifacts#/acceptance/event-log) on master @ [0a61eb767e9d02a01fbbd3c8fd0ebcb7388c3acd](https://github.com/cockroachdb/cockroach/commits/0a61eb767e9d02a01fbbd3c8fd0ebcb7388c3acd): ``` The test failed on branch=master, cloud=gce: test artifacts and logs in: artifacts/acceptance/event-log/run_1 event_log.go:128,acceptance.go:101,test_runner.go:755: expected one node restart event, found 0 cluster.go:1740,context.go:140,cluster.go:1729,test_runner.go:836: dead node detection: /go/src/github.com/cockroachdb/cockroach/bin/roachprod monitor local --oneshot --ignore-empty-nodes: exit status 1 3: dead 1: 4207 4: 4498 2: 4350 Error: UNCLASSIFIED_PROBLEM: 3: dead (1) UNCLASSIFIED_PROBLEM Wraps: (2) attached stack trace -- stack trace: | main.glob..func14 | /go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachprod/main.go:1154 | main.wrap.func1 | /go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachprod/main.go:276 | github.com/spf13/cobra.(*Command).execute | /go/src/github.com/cockroachdb/cockroach/vendor/github.com/spf13/cobra/command.go:856 | github.com/spf13/cobra.(*Command).ExecuteC | /go/src/github.com/cockroachdb/cockroach/vendor/github.com/spf13/cobra/command.go:960 | github.com/spf13/cobra.(*Command).Execute | /go/src/github.com/cockroachdb/cockroach/vendor/github.com/spf13/cobra/command.go:897 | main.main | /go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachprod/main.go:2051 | runtime.main | /usr/local/go/src/runtime/proc.go:204 | runtime.goexit | /usr/local/go/src/runtime/asm_amd64.s:1374 Wraps: (3) 3: dead Error types: (1) errors.Unclassified (2) *withstack.withStack (3) *errutil.leafError ``` <details><summary>Reproduce</summary> <p> <p>To reproduce, try: ```bash # From https://go.crdb.dev/p/roachstress, perhaps edited lightly. caffeinate ./roachstress.sh acceptance/event-log ``` </p> </p> </details> /cc @cockroachdb/kv <sub> [This test on roachdash](https://roachdash.crdb.dev/?filter=status:open%20t:.*acceptance/event-log.*&sort=title+created&display=lastcommented+project) | [Improve this report!](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues) </sub>
test
roachtest acceptance event log failed roachtest acceptance event log with on master the test failed on branch master cloud gce test artifacts and logs in artifacts acceptance event log run event log go acceptance go test runner go expected one node restart event found cluster go context go cluster go test runner go dead node detection go src github com cockroachdb cockroach bin roachprod monitor local oneshot ignore empty nodes exit status dead error unclassified problem dead unclassified problem wraps attached stack trace stack trace main glob go src github com cockroachdb cockroach pkg cmd roachprod main go main wrap go src github com cockroachdb cockroach pkg cmd roachprod main go github com cobra command execute go src github com cockroachdb cockroach vendor github com cobra command go github com cobra command executec go src github com cockroachdb cockroach vendor github com cobra command go github com cobra command execute go src github com cockroachdb cockroach vendor github com cobra command go main main go src github com cockroachdb cockroach pkg cmd roachprod main go runtime main usr local go src runtime proc go runtime goexit usr local go src runtime asm s wraps dead error types errors unclassified withstack withstack errutil leaferror reproduce to reproduce try bash from perhaps edited lightly caffeinate roachstress sh acceptance event log cc cockroachdb kv
1
633,642
20,261,126,360
IssuesEvent
2022-02-15 07:33:33
justinrusso/apartment-navigator
https://api.github.com/repos/justinrusso/apartment-navigator
opened
As a user, I want to upload images directly to the site
enhancement scope: properties priority: medium
As a user, I want to upload images directly to the site instead of providing a link from a 3rd party so I can add images quicker and more easily. ## Create Property page - [ ] A box is displayed in place of the url input. The box displays "Drag & Drop to Upload Image \<br\>or\<br\>\<button\>Browse Files\</button\>" with a border and an icon. - [ ] When the "Browse Files" button is clicked, the OS's file browse is displayed and allows the user to select multiple files. - [ ] When the user attempts to drag a file or files, the entire window "glows" indicating the input is detected. Dropping will cause the file(s) to be added. - [ ] Only image files are permitted - [ ] Once files are added, previews of each images are displayed with a delete icon to remove it. - [ ] Additional drag & drops or Browse Files actions will append additional files to an array - [ ] Once submitted, the files are sent to the backend with the other form data and processed as normal. Images are uploaded to S3. ## Property Management - [ ] When clicking the modal to add an image, a box is displayed in place of the url input. The box displays "Drag & Drop to Upload Image \<br\>or\<br\>\<button\>Browse Files\</button\>" with a border and an icon. - [ ] When the "Browse Files" button is clicked, the OS's file browse is displayed and allows the user to select only one file. - [ ] When the user attempts to drag a file, the entire window "glows" indicating the input is detected. Dropping will cause the file to be added. - [ ] Only image files are permitted - [ ] Once a file is added, additional drag & drops or Browse Files actions will replace the currently pending image with the newly selected one. - [ ] Once submitted, the file is sent to the backend and uploaded to S3.
1.0
As a user, I want to upload images directly to the site - As a user, I want to upload images directly to the site instead of providing a link from a 3rd party so I can add images quicker and more easily. ## Create Property page - [ ] A box is displayed in place of the url input. The box displays "Drag & Drop to Upload Image \<br\>or\<br\>\<button\>Browse Files\</button\>" with a border and an icon. - [ ] When the "Browse Files" button is clicked, the OS's file browse is displayed and allows the user to select multiple files. - [ ] When the user attempts to drag a file or files, the entire window "glows" indicating the input is detected. Dropping will cause the file(s) to be added. - [ ] Only image files are permitted - [ ] Once files are added, previews of each images are displayed with a delete icon to remove it. - [ ] Additional drag & drops or Browse Files actions will append additional files to an array - [ ] Once submitted, the files are sent to the backend with the other form data and processed as normal. Images are uploaded to S3. ## Property Management - [ ] When clicking the modal to add an image, a box is displayed in place of the url input. The box displays "Drag & Drop to Upload Image \<br\>or\<br\>\<button\>Browse Files\</button\>" with a border and an icon. - [ ] When the "Browse Files" button is clicked, the OS's file browse is displayed and allows the user to select only one file. - [ ] When the user attempts to drag a file, the entire window "glows" indicating the input is detected. Dropping will cause the file to be added. - [ ] Only image files are permitted - [ ] Once a file is added, additional drag & drops or Browse Files actions will replace the currently pending image with the newly selected one. - [ ] Once submitted, the file is sent to the backend and uploaded to S3.
non_test
as a user i want to upload images directly to the site as a user i want to upload images directly to the site instead of providing a link from a party so i can add images quicker and more easily create property page a box is displayed in place of the url input the box displays drag drop to upload image or browse files with a border and an icon when the browse files button is clicked the os s file browse is displayed and allows the user to select multiple files when the user attempts to drag a file or files the entire window glows indicating the input is detected dropping will cause the file s to be added only image files are permitted once files are added previews of each images are displayed with a delete icon to remove it additional drag drops or browse files actions will append additional files to an array once submitted the files are sent to the backend with the other form data and processed as normal images are uploaded to property management when clicking the modal to add an image a box is displayed in place of the url input the box displays drag drop to upload image or browse files with a border and an icon when the browse files button is clicked the os s file browse is displayed and allows the user to select only one file when the user attempts to drag a file the entire window glows indicating the input is detected dropping will cause the file to be added only image files are permitted once a file is added additional drag drops or browse files actions will replace the currently pending image with the newly selected one once submitted the file is sent to the backend and uploaded to
0
130,348
18,155,771,520
IssuesEvent
2021-09-27 01:12:57
benlazarine/cas-overlay
https://api.github.com/repos/benlazarine/cas-overlay
opened
CVE-2019-17267 (High) detected in jackson-databind-2.9.5.jar
security vulnerability
## CVE-2019-17267 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jackson-databind-2.9.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: cas-overlay/pom.xml</p> <p>Path to vulnerable library: /root/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.9.5/jackson-databind-2.9.5.jar</p> <p> Dependency Hierarchy: - cas-server-support-oauth-webflow-5.3.7.jar (Root Library) - :x: **jackson-databind-2.9.5.jar** (Vulnerable Library) </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> A Polymorphic Typing issue was discovered in FasterXML jackson-databind before 2.9.10. It is related to net.sf.ehcache.hibernate.EhcacheJtaTransactionManagerLookup. <p>Publish Date: 2019-10-07 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-17267>CVE-2019-17267</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>9.8</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: 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://github.com/FasterXML/jackson-databind/issues/2460">https://github.com/FasterXML/jackson-databind/issues/2460</a></p> <p>Release Date: 2019-10-07</p> <p>Fix Resolution: com.fasterxml.jackson.core:jackson-databind:2.8.11.5,2.9.10</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
True
CVE-2019-17267 (High) detected in jackson-databind-2.9.5.jar - ## CVE-2019-17267 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jackson-databind-2.9.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: cas-overlay/pom.xml</p> <p>Path to vulnerable library: /root/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.9.5/jackson-databind-2.9.5.jar</p> <p> Dependency Hierarchy: - cas-server-support-oauth-webflow-5.3.7.jar (Root Library) - :x: **jackson-databind-2.9.5.jar** (Vulnerable Library) </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> A Polymorphic Typing issue was discovered in FasterXML jackson-databind before 2.9.10. It is related to net.sf.ehcache.hibernate.EhcacheJtaTransactionManagerLookup. <p>Publish Date: 2019-10-07 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-17267>CVE-2019-17267</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>9.8</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: 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://github.com/FasterXML/jackson-databind/issues/2460">https://github.com/FasterXML/jackson-databind/issues/2460</a></p> <p>Release Date: 2019-10-07</p> <p>Fix Resolution: com.fasterxml.jackson.core:jackson-databind:2.8.11.5,2.9.10</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_test
cve high detected in jackson databind jar cve high severity vulnerability vulnerable library jackson databind jar general data binding functionality for jackson works on core streaming api library home page a href path to dependency file cas overlay pom xml path to vulnerable library root repository com fasterxml jackson core jackson databind jackson databind jar dependency hierarchy cas server support oauth webflow jar root library x jackson databind jar vulnerable library vulnerability details a polymorphic typing issue was discovered in fasterxml jackson databind before it is related to net sf ehcache hibernate ehcachejtatransactionmanagerlookup publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction none scope unchanged impact metrics confidentiality impact 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 step up your open source security game with whitesource
0
254,832
27,430,824,639
IssuesEvent
2023-03-02 01:06:16
nidhihcl/frameworks_base_AOSP_10_r33
https://api.github.com/repos/nidhihcl/frameworks_base_AOSP_10_r33
opened
CVE-2023-20944 (Medium) detected in baseandroid-10.0.0_r34
security vulnerability
## CVE-2023-20944 - 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_r34</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 base branch: <b>master</b></p></p> </details> </p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Source Files (1)</summary> <p></p> <p> <img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/core/java/android/accounts/ChooseTypeAndAccountActivity.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 run of ChooseTypeAndAccountActivity.java, there is a possible escalation of privilege due to unsafe deserialization. This could lead to local escalation of privilege with no additional execution privileges needed. User interaction is not needed for exploitation.Product: AndroidVersions: Android-10 Android-11 Android-12 Android-12L Android-13Android ID: A-244154558 <p>Publish Date: 2023-02-28 <p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2023-20944>CVE-2023-20944</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> *** Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
True
CVE-2023-20944 (Medium) detected in baseandroid-10.0.0_r34 - ## CVE-2023-20944 - 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_r34</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 base branch: <b>master</b></p></p> </details> </p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Source Files (1)</summary> <p></p> <p> <img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/core/java/android/accounts/ChooseTypeAndAccountActivity.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 run of ChooseTypeAndAccountActivity.java, there is a possible escalation of privilege due to unsafe deserialization. This could lead to local escalation of privilege with no additional execution privileges needed. User interaction is not needed for exploitation.Product: AndroidVersions: Android-10 Android-11 Android-12 Android-12L Android-13Android ID: A-244154558 <p>Publish Date: 2023-02-28 <p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2023-20944>CVE-2023-20944</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> *** 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 cve medium severity vulnerability vulnerable library baseandroid android framework classes and services library home page a href found in base branch master vulnerable source files core java android accounts choosetypeandaccountactivity java vulnerability details in run of choosetypeandaccountactivity java there is a possible escalation of privilege due to unsafe deserialization this could lead to local escalation of privilege with no additional execution privileges needed user interaction is not needed for exploitation product androidversions android 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 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 step up your open source security game with mend
0
361,388
25,337,832,659
IssuesEvent
2022-11-18 18:27:30
openfga/sdk-generator
https://api.github.com/repos/openfga/sdk-generator
closed
[Go SDK]Update test/example that changes to parameter for changes in "required" field
documentation go-sdk breaking
Due to changes in https://github.com/openfga/api/pull/49 (required fields in body), the newly generated Go SDK will have breaking changes with respect to changing some of the parameters from point to actual object. We will also need to call out in the changelog that this is a breaking change.
1.0
[Go SDK]Update test/example that changes to parameter for changes in "required" field - Due to changes in https://github.com/openfga/api/pull/49 (required fields in body), the newly generated Go SDK will have breaking changes with respect to changing some of the parameters from point to actual object. We will also need to call out in the changelog that this is a breaking change.
non_test
update test example that changes to parameter for changes in required field due to changes in required fields in body the newly generated go sdk will have breaking changes with respect to changing some of the parameters from point to actual object we will also need to call out in the changelog that this is a breaking change
0
184,633
32,022,838,933
IssuesEvent
2023-09-22 06:35:25
Altinn/altinn-studio
https://api.github.com/repos/Altinn/altinn-studio
closed
Add freestyle expression building in dynamics tool as an always available alternative
solution/studio/designer area/form-layout team/studio
## Description When writing expressions that Studio dynamics tool GUI cannot interpret, Studios dynamic tool has a fallback to freestyle dynamics writing in textArea, but there is a (predicted) wish to always be able to edit the dynamic in freestyle textArea. See design draft: ![image](https://github.com/Altinn/altinn-studio/assets/71079896/7ab30187-b5db-44ff-8c0a-324038aaca2a) ## Tasks: - [ ] Add possibility to always edit expression as Complex expression - [ ] Update documentation https://docs.altinn.studio/altinn-studio/designer/build-app/expressions
1.0
Add freestyle expression building in dynamics tool as an always available alternative - ## Description When writing expressions that Studio dynamics tool GUI cannot interpret, Studios dynamic tool has a fallback to freestyle dynamics writing in textArea, but there is a (predicted) wish to always be able to edit the dynamic in freestyle textArea. See design draft: ![image](https://github.com/Altinn/altinn-studio/assets/71079896/7ab30187-b5db-44ff-8c0a-324038aaca2a) ## Tasks: - [ ] Add possibility to always edit expression as Complex expression - [ ] Update documentation https://docs.altinn.studio/altinn-studio/designer/build-app/expressions
non_test
add freestyle expression building in dynamics tool as an always available alternative description when writing expressions that studio dynamics tool gui cannot interpret studios dynamic tool has a fallback to freestyle dynamics writing in textarea but there is a predicted wish to always be able to edit the dynamic in freestyle textarea see design draft tasks add possibility to always edit expression as complex expression update documentation
0
257,723
22,205,010,036
IssuesEvent
2022-06-07 14:14:59
wazuh/wazuh
https://api.github.com/repos/wazuh/wazuh
closed
Release 4.3.4 - Release Candidate RC1 - Footprint Metrics - ACTIVE-RESPONSE (2.5d)
release test/4.3.4
## Footprint metrics information | | | |---------------------------------|--------------------------------------------| | **Main release candidate issue #** | #13669 | | **Main footprint metrics issue #** | #13699 | | **Version** | 4.3.4 | | **Release candidate #** | RC1 | | **Tag** | https://github.com/wazuh/wazuh/tree/v4.3.4-rc1 | ## Stress test documentation ### Packages used - Repository: `packages-dev.wazuh.com` - Package path: `pre-release` - Package revision: `1` - **Jenkins build**: https://ci.wazuh.info/job/Test_stress/3250/ --- <details><summary>Manager</summary> + <details><summary>Plots</summary> ![](https://ci.wazuh.com/data/Test_stress/pre-release/4.3.4/B3250-3600m/B3250_manager_centos/plots/monitor-manager-Test_stress_B3250_manager-pre-release_CPU.png) ![](https://ci.wazuh.com/data/Test_stress/pre-release/4.3.4/B3250-3600m/B3250_manager_centos/plots/monitor-manager-Test_stress_B3250_manager-pre-release_Disk.png) ![](https://ci.wazuh.com/data/Test_stress/pre-release/4.3.4/B3250-3600m/B3250_manager_centos/plots/monitor-manager-Test_stress_B3250_manager-pre-release_Disk_Read.png) ![](https://ci.wazuh.com/data/Test_stress/pre-release/4.3.4/B3250-3600m/B3250_manager_centos/plots/monitor-manager-Test_stress_B3250_manager-pre-release_Disk_Written.png) ![](https://ci.wazuh.com/data/Test_stress/pre-release/4.3.4/B3250-3600m/B3250_manager_centos/plots/monitor-manager-Test_stress_B3250_manager-pre-release_FD.png) ![](https://ci.wazuh.com/data/Test_stress/pre-release/4.3.4/B3250-3600m/B3250_manager_centos/plots/monitor-manager-Test_stress_B3250_manager-pre-release_PSS.png) ![](https://ci.wazuh.com/data/Test_stress/pre-release/4.3.4/B3250-3600m/B3250_manager_centos/plots/monitor-manager-Test_stress_B3250_manager-pre-release_Read_Ops.png) ![](https://ci.wazuh.com/data/Test_stress/pre-release/4.3.4/B3250-3600m/B3250_manager_centos/plots/monitor-manager-Test_stress_B3250_manager-pre-release_RSS_MAXMIN.png) ![](https://ci.wazuh.com/data/Test_stress/pre-release/4.3.4/B3250-3600m/B3250_manager_centos/plots/monitor-manager-Test_stress_B3250_manager-pre-release_RSS.png) ![](https://ci.wazuh.com/data/Test_stress/pre-release/4.3.4/B3250-3600m/B3250_manager_centos/plots/monitor-manager-Test_stress_B3250_manager-pre-release_SWAP.png) ![](https://ci.wazuh.com/data/Test_stress/pre-release/4.3.4/B3250-3600m/B3250_manager_centos/plots/monitor-manager-Test_stress_B3250_manager-pre-release_USS.png) ![](https://ci.wazuh.com/data/Test_stress/pre-release/4.3.4/B3250-3600m/B3250_manager_centos/plots/monitor-manager-Test_stress_B3250_manager-pre-release_VMS.png) ![](https://ci.wazuh.com/data/Test_stress/pre-release/4.3.4/B3250-3600m/B3250_manager_centos/plots/monitor-manager-Test_stress_B3250_manager-pre-release_Write_Ops.png) ![](https://ci.wazuh.com/data/Test_stress/pre-release/4.3.4/B3250-3600m/B3250_manager_centos/plots/Test_stress_B3250_manager_analysisd_state_EDPS.png) ![](https://ci.wazuh.com/data/Test_stress/pre-release/4.3.4/B3250-3600m/B3250_manager_centos/plots/Test_stress_B3250_manager_analysisd_state_Number_Events.png) ![](https://ci.wazuh.com/data/Test_stress/pre-release/4.3.4/B3250-3600m/B3250_manager_centos/plots/Test_stress_B3250_manager_analysisd_state_Queues_state.png) </details> + <details><summary>Logs and configuration</summary> [ossec_Test_stress_B3250_manager_2022-06-06.zip](https://ci.wazuh.com/data/Test_stress/pre-release/4.3.4/B3250-3600m/B3250_manager_centos/logs/ossec_Test_stress_B3250_manager_2022-06-06.zip) </details> + <details><summary>CSV</summary> [monitor-manager-Test_stress_B3250_manager-pre-release.csv](https://ci.wazuh.com/data/Test_stress/pre-release/4.3.4/B3250-3600m/B3250_manager_centos/data/monitor-manager-Test_stress_B3250_manager-pre-release.csv) [Test_stress_B3250_manager_analysisd_state.csv](https://ci.wazuh.com/data/Test_stress/pre-release/4.3.4/B3250-3600m/B3250_manager_centos/data/Test_stress_B3250_manager_analysisd_state.csv) [Test_stress_B3250_manager_remoted_state.csv](https://ci.wazuh.com/data/Test_stress/pre-release/4.3.4/B3250-3600m/B3250_manager_centos/data/Test_stress_B3250_manager_remoted_state.csv) </details> </details> <details><summary>Centos agent</summary> + <details><summary>Plots</summary> ![](https://ci.wazuh.com/data/Test_stress/pre-release/4.3.4/B3250-3600m/B3250_agent_centos/plots/monitor-agent-Test_stress_B3250_centos-pre-release_CPU.png) ![](https://ci.wazuh.com/data/Test_stress/pre-release/4.3.4/B3250-3600m/B3250_agent_centos/plots/monitor-agent-Test_stress_B3250_centos-pre-release_Disk.png) ![](https://ci.wazuh.com/data/Test_stress/pre-release/4.3.4/B3250-3600m/B3250_agent_centos/plots/monitor-agent-Test_stress_B3250_centos-pre-release_Disk_Read.png) ![](https://ci.wazuh.com/data/Test_stress/pre-release/4.3.4/B3250-3600m/B3250_agent_centos/plots/monitor-agent-Test_stress_B3250_centos-pre-release_Disk_Written.png) ![](https://ci.wazuh.com/data/Test_stress/pre-release/4.3.4/B3250-3600m/B3250_agent_centos/plots/monitor-agent-Test_stress_B3250_centos-pre-release_FD.png) ![](https://ci.wazuh.com/data/Test_stress/pre-release/4.3.4/B3250-3600m/B3250_agent_centos/plots/monitor-agent-Test_stress_B3250_centos-pre-release_PSS.png) ![](https://ci.wazuh.com/data/Test_stress/pre-release/4.3.4/B3250-3600m/B3250_agent_centos/plots/monitor-agent-Test_stress_B3250_centos-pre-release_Read_Ops.png) ![](https://ci.wazuh.com/data/Test_stress/pre-release/4.3.4/B3250-3600m/B3250_agent_centos/plots/monitor-agent-Test_stress_B3250_centos-pre-release_RSS_MAXMIN.png) ![](https://ci.wazuh.com/data/Test_stress/pre-release/4.3.4/B3250-3600m/B3250_agent_centos/plots/monitor-agent-Test_stress_B3250_centos-pre-release_RSS.png) ![](https://ci.wazuh.com/data/Test_stress/pre-release/4.3.4/B3250-3600m/B3250_agent_centos/plots/monitor-agent-Test_stress_B3250_centos-pre-release_SWAP.png) ![](https://ci.wazuh.com/data/Test_stress/pre-release/4.3.4/B3250-3600m/B3250_agent_centos/plots/monitor-agent-Test_stress_B3250_centos-pre-release_USS.png) ![](https://ci.wazuh.com/data/Test_stress/pre-release/4.3.4/B3250-3600m/B3250_agent_centos/plots/monitor-agent-Test_stress_B3250_centos-pre-release_VMS.png) ![](https://ci.wazuh.com/data/Test_stress/pre-release/4.3.4/B3250-3600m/B3250_agent_centos/plots/monitor-agent-Test_stress_B3250_centos-pre-release_Write_Ops.png) ![](https://ci.wazuh.com/data/Test_stress/pre-release/4.3.4/B3250-3600m/B3250_agent_centos/plots/Test_stress_B3250_centos_agentd_state_AgentD_Number_of_events_buffered.png) ![](https://ci.wazuh.com/data/Test_stress/pre-release/4.3.4/B3250-3600m/B3250_agent_centos/plots/Test_stress_B3250_centos_agentd_state_AgentD_Number_of_generated_events.png) ![](https://ci.wazuh.com/data/Test_stress/pre-release/4.3.4/B3250-3600m/B3250_agent_centos/plots/Test_stress_B3250_centos_agentd_state_AgentD_Number_of_messages.png) ![](https://ci.wazuh.com/data/Test_stress/pre-release/4.3.4/B3250-3600m/B3250_agent_centos/plots/Test_stress_B3250_centos_agentd_state_AgentD_Status.png) </details> + <details><summary>Logs and configuration</summary> [ossec_Test_stress_B3250_centos_2022-06-06.zip](https://ci.wazuh.com/data/Test_stress/pre-release/4.3.4/B3250-3600m/B3250_agent_centos/logs/ossec_Test_stress_B3250_centos_2022-06-06.zip) </details> + <details><summary>CSV</summary> [monitor-agent-Test_stress_B3250_centos-pre-release.csv](https://ci.wazuh.com/data/Test_stress/pre-release/4.3.4/B3250-3600m/B3250_agent_centos/data/monitor-agent-Test_stress_B3250_centos-pre-release.csv) [Test_stress_B3250_centos_agentd_state.csv](https://ci.wazuh.com/data/Test_stress/pre-release/4.3.4/B3250-3600m/B3250_agent_centos/data/Test_stress_B3250_centos_agentd_state.csv) </details> </details> <details><summary>Ubuntu agent</summary> + <details><summary>Plots</summary> ![](https://ci.wazuh.com/data/Test_stress/pre-release/4.3.4/B3250-3600m/B3250_agent_ubuntu/plots/monitor-agent-Test_stress_B3250_ubuntu-pre-release_CPU.png) ![](https://ci.wazuh.com/data/Test_stress/pre-release/4.3.4/B3250-3600m/B3250_agent_ubuntu/plots/monitor-agent-Test_stress_B3250_ubuntu-pre-release_Disk.png) ![](https://ci.wazuh.com/data/Test_stress/pre-release/4.3.4/B3250-3600m/B3250_agent_ubuntu/plots/monitor-agent-Test_stress_B3250_ubuntu-pre-release_Disk_Read.png) ![](https://ci.wazuh.com/data/Test_stress/pre-release/4.3.4/B3250-3600m/B3250_agent_ubuntu/plots/monitor-agent-Test_stress_B3250_ubuntu-pre-release_Disk_Written.png) ![](https://ci.wazuh.com/data/Test_stress/pre-release/4.3.4/B3250-3600m/B3250_agent_ubuntu/plots/monitor-agent-Test_stress_B3250_ubuntu-pre-release_FD.png) ![](https://ci.wazuh.com/data/Test_stress/pre-release/4.3.4/B3250-3600m/B3250_agent_ubuntu/plots/monitor-agent-Test_stress_B3250_ubuntu-pre-release_PSS.png) ![](https://ci.wazuh.com/data/Test_stress/pre-release/4.3.4/B3250-3600m/B3250_agent_ubuntu/plots/monitor-agent-Test_stress_B3250_ubuntu-pre-release_Read_Ops.png) ![](https://ci.wazuh.com/data/Test_stress/pre-release/4.3.4/B3250-3600m/B3250_agent_ubuntu/plots/monitor-agent-Test_stress_B3250_ubuntu-pre-release_RSS_MAXMIN.png) ![](https://ci.wazuh.com/data/Test_stress/pre-release/4.3.4/B3250-3600m/B3250_agent_ubuntu/plots/monitor-agent-Test_stress_B3250_ubuntu-pre-release_RSS.png) ![](https://ci.wazuh.com/data/Test_stress/pre-release/4.3.4/B3250-3600m/B3250_agent_ubuntu/plots/monitor-agent-Test_stress_B3250_ubuntu-pre-release_SWAP.png) ![](https://ci.wazuh.com/data/Test_stress/pre-release/4.3.4/B3250-3600m/B3250_agent_ubuntu/plots/monitor-agent-Test_stress_B3250_ubuntu-pre-release_USS.png) ![](https://ci.wazuh.com/data/Test_stress/pre-release/4.3.4/B3250-3600m/B3250_agent_ubuntu/plots/monitor-agent-Test_stress_B3250_ubuntu-pre-release_VMS.png) ![](https://ci.wazuh.com/data/Test_stress/pre-release/4.3.4/B3250-3600m/B3250_agent_ubuntu/plots/monitor-agent-Test_stress_B3250_ubuntu-pre-release_Write_Ops.png) ![](https://ci.wazuh.com/data/Test_stress/pre-release/4.3.4/B3250-3600m/B3250_agent_ubuntu/plots/Test_stress_B3250_ubuntu_agentd_state_AgentD_Number_of_events_buffered.png) ![](https://ci.wazuh.com/data/Test_stress/pre-release/4.3.4/B3250-3600m/B3250_agent_ubuntu/plots/Test_stress_B3250_ubuntu_agentd_state_AgentD_Number_of_generated_events.png) ![](https://ci.wazuh.com/data/Test_stress/pre-release/4.3.4/B3250-3600m/B3250_agent_ubuntu/plots/Test_stress_B3250_ubuntu_agentd_state_AgentD_Number_of_messages.png) ![](https://ci.wazuh.com/data/Test_stress/pre-release/4.3.4/B3250-3600m/B3250_agent_ubuntu/plots/Test_stress_B3250_ubuntu_agentd_state_AgentD_Status.png) </details> + <details><summary>Logs and configuration</summary> [ossec_Test_stress_B3250_ubuntu_2022-06-06.zip](https://ci.wazuh.com/data/Test_stress/pre-release/4.3.4/B3250-3600m/B3250_agent_ubuntu/logs/ossec_Test_stress_B3250_ubuntu_2022-06-06.zip) </details> + <details><summary>CSV</summary> [monitor-agent-Test_stress_B3250_ubuntu-pre-release.csv](https://ci.wazuh.com/data/Test_stress/pre-release/4.3.4/B3250-3600m/B3250_agent_ubuntu/data/monitor-agent-Test_stress_B3250_ubuntu-pre-release.csv) [Test_stress_B3250_ubuntu_agentd_state.csv](https://ci.wazuh.com/data/Test_stress/pre-release/4.3.4/B3250-3600m/B3250_agent_ubuntu/data/Test_stress_B3250_ubuntu_agentd_state.csv) </details> </details> <details><summary>Windows agent</summary> + <details><summary>Plots</summary> ![](https://ci.wazuh.com/data/Test_stress/pre-release/4.3.4/B3250-3600m/B3250_agent_windows/plots/monitor-winagent-Test_stress_B3250_windows-pre-release_CPU.png) ![](https://ci.wazuh.com/data/Test_stress/pre-release/4.3.4/B3250-3600m/B3250_agent_windows/plots/monitor-winagent-Test_stress_B3250_windows-pre-release_Disk.png) ![](https://ci.wazuh.com/data/Test_stress/pre-release/4.3.4/B3250-3600m/B3250_agent_windows/plots/monitor-winagent-Test_stress_B3250_windows-pre-release_Disk_Read.png) ![](https://ci.wazuh.com/data/Test_stress/pre-release/4.3.4/B3250-3600m/B3250_agent_windows/plots/monitor-winagent-Test_stress_B3250_windows-pre-release_Disk_Written.png) ![](https://ci.wazuh.com/data/Test_stress/pre-release/4.3.4/B3250-3600m/B3250_agent_windows/plots/monitor-winagent-Test_stress_B3250_windows-pre-release_Handles.png) ![](https://ci.wazuh.com/data/Test_stress/pre-release/4.3.4/B3250-3600m/B3250_agent_windows/plots/monitor-winagent-Test_stress_B3250_windows-pre-release_Read_Ops.png) ![](https://ci.wazuh.com/data/Test_stress/pre-release/4.3.4/B3250-3600m/B3250_agent_windows/plots/monitor-winagent-Test_stress_B3250_windows-pre-release_RSS_MAXMIN.png) ![](https://ci.wazuh.com/data/Test_stress/pre-release/4.3.4/B3250-3600m/B3250_agent_windows/plots/monitor-winagent-Test_stress_B3250_windows-pre-release_RSS.png) ![](https://ci.wazuh.com/data/Test_stress/pre-release/4.3.4/B3250-3600m/B3250_agent_windows/plots/monitor-winagent-Test_stress_B3250_windows-pre-release_USS.png) ![](https://ci.wazuh.com/data/Test_stress/pre-release/4.3.4/B3250-3600m/B3250_agent_windows/plots/monitor-winagent-Test_stress_B3250_windows-pre-release_VMS.png) ![](https://ci.wazuh.com/data/Test_stress/pre-release/4.3.4/B3250-3600m/B3250_agent_windows/plots/monitor-winagent-Test_stress_B3250_windows-pre-release_Write_Ops.png) ![](https://ci.wazuh.com/data/Test_stress/pre-release/4.3.4/B3250-3600m/B3250_agent_windows/plots/Test_stress_B3250_windows_agentd_state_AgentD_Number_of_events_buffered.png) ![](https://ci.wazuh.com/data/Test_stress/pre-release/4.3.4/B3250-3600m/B3250_agent_windows/plots/Test_stress_B3250_windows_agentd_state_AgentD_Number_of_generated_events.png) ![](https://ci.wazuh.com/data/Test_stress/pre-release/4.3.4/B3250-3600m/B3250_agent_windows/plots/Test_stress_B3250_windows_agentd_state_AgentD_Number_of_messages.png) ![](https://ci.wazuh.com/data/Test_stress/pre-release/4.3.4/B3250-3600m/B3250_agent_windows/plots/Test_stress_B3250_windows_agentd_state_AgentD_Status.png) </details> + <details><summary>Logs and configuration</summary> [ossec_Test_stress_B3250_windows_2022-06-06.zip](https://ci.wazuh.com/data/Test_stress/pre-release/4.3.4/B3250-3600m/B3250_agent_windows/logs/ossec_Test_stress_B3250_windows_2022-06-06.zip) </details> + <details><summary>CSV</summary> [monitor-winagent-Test_stress_B3250_windows-pre-release.csv](https://ci.wazuh.com/data/Test_stress/pre-release/4.3.4/B3250-3600m/B3250_agent_windows/data/monitor-winagent-Test_stress_B3250_windows-pre-release.csv) [Test_stress_B3250_windows_agentd_state.csv](https://ci.wazuh.com/data/Test_stress/pre-release/4.3.4/B3250-3600m/B3250_agent_windows/data/Test_stress_B3250_windows_agentd_state.csv) </details> </details> <details><summary>macOS agent</summary> + <details><summary>Plots</summary> </details> + <details><summary>Logs and configuration</summary> </details> + <details><summary>CSV</summary> </details> </details> <details><summary>Solaris agent</summary> + <details><summary>Plots</summary> </details> + <details><summary>Logs and configuration</summary> </details> + <details><summary>CSV</summary> </details> </details>
1.0
Release 4.3.4 - Release Candidate RC1 - Footprint Metrics - ACTIVE-RESPONSE (2.5d) - ## Footprint metrics information | | | |---------------------------------|--------------------------------------------| | **Main release candidate issue #** | #13669 | | **Main footprint metrics issue #** | #13699 | | **Version** | 4.3.4 | | **Release candidate #** | RC1 | | **Tag** | https://github.com/wazuh/wazuh/tree/v4.3.4-rc1 | ## Stress test documentation ### Packages used - Repository: `packages-dev.wazuh.com` - Package path: `pre-release` - Package revision: `1` - **Jenkins build**: https://ci.wazuh.info/job/Test_stress/3250/ --- <details><summary>Manager</summary> + <details><summary>Plots</summary> ![](https://ci.wazuh.com/data/Test_stress/pre-release/4.3.4/B3250-3600m/B3250_manager_centos/plots/monitor-manager-Test_stress_B3250_manager-pre-release_CPU.png) ![](https://ci.wazuh.com/data/Test_stress/pre-release/4.3.4/B3250-3600m/B3250_manager_centos/plots/monitor-manager-Test_stress_B3250_manager-pre-release_Disk.png) ![](https://ci.wazuh.com/data/Test_stress/pre-release/4.3.4/B3250-3600m/B3250_manager_centos/plots/monitor-manager-Test_stress_B3250_manager-pre-release_Disk_Read.png) ![](https://ci.wazuh.com/data/Test_stress/pre-release/4.3.4/B3250-3600m/B3250_manager_centos/plots/monitor-manager-Test_stress_B3250_manager-pre-release_Disk_Written.png) ![](https://ci.wazuh.com/data/Test_stress/pre-release/4.3.4/B3250-3600m/B3250_manager_centos/plots/monitor-manager-Test_stress_B3250_manager-pre-release_FD.png) ![](https://ci.wazuh.com/data/Test_stress/pre-release/4.3.4/B3250-3600m/B3250_manager_centos/plots/monitor-manager-Test_stress_B3250_manager-pre-release_PSS.png) ![](https://ci.wazuh.com/data/Test_stress/pre-release/4.3.4/B3250-3600m/B3250_manager_centos/plots/monitor-manager-Test_stress_B3250_manager-pre-release_Read_Ops.png) ![](https://ci.wazuh.com/data/Test_stress/pre-release/4.3.4/B3250-3600m/B3250_manager_centos/plots/monitor-manager-Test_stress_B3250_manager-pre-release_RSS_MAXMIN.png) ![](https://ci.wazuh.com/data/Test_stress/pre-release/4.3.4/B3250-3600m/B3250_manager_centos/plots/monitor-manager-Test_stress_B3250_manager-pre-release_RSS.png) ![](https://ci.wazuh.com/data/Test_stress/pre-release/4.3.4/B3250-3600m/B3250_manager_centos/plots/monitor-manager-Test_stress_B3250_manager-pre-release_SWAP.png) ![](https://ci.wazuh.com/data/Test_stress/pre-release/4.3.4/B3250-3600m/B3250_manager_centos/plots/monitor-manager-Test_stress_B3250_manager-pre-release_USS.png) ![](https://ci.wazuh.com/data/Test_stress/pre-release/4.3.4/B3250-3600m/B3250_manager_centos/plots/monitor-manager-Test_stress_B3250_manager-pre-release_VMS.png) ![](https://ci.wazuh.com/data/Test_stress/pre-release/4.3.4/B3250-3600m/B3250_manager_centos/plots/monitor-manager-Test_stress_B3250_manager-pre-release_Write_Ops.png) ![](https://ci.wazuh.com/data/Test_stress/pre-release/4.3.4/B3250-3600m/B3250_manager_centos/plots/Test_stress_B3250_manager_analysisd_state_EDPS.png) ![](https://ci.wazuh.com/data/Test_stress/pre-release/4.3.4/B3250-3600m/B3250_manager_centos/plots/Test_stress_B3250_manager_analysisd_state_Number_Events.png) ![](https://ci.wazuh.com/data/Test_stress/pre-release/4.3.4/B3250-3600m/B3250_manager_centos/plots/Test_stress_B3250_manager_analysisd_state_Queues_state.png) </details> + <details><summary>Logs and configuration</summary> [ossec_Test_stress_B3250_manager_2022-06-06.zip](https://ci.wazuh.com/data/Test_stress/pre-release/4.3.4/B3250-3600m/B3250_manager_centos/logs/ossec_Test_stress_B3250_manager_2022-06-06.zip) </details> + <details><summary>CSV</summary> [monitor-manager-Test_stress_B3250_manager-pre-release.csv](https://ci.wazuh.com/data/Test_stress/pre-release/4.3.4/B3250-3600m/B3250_manager_centos/data/monitor-manager-Test_stress_B3250_manager-pre-release.csv) [Test_stress_B3250_manager_analysisd_state.csv](https://ci.wazuh.com/data/Test_stress/pre-release/4.3.4/B3250-3600m/B3250_manager_centos/data/Test_stress_B3250_manager_analysisd_state.csv) [Test_stress_B3250_manager_remoted_state.csv](https://ci.wazuh.com/data/Test_stress/pre-release/4.3.4/B3250-3600m/B3250_manager_centos/data/Test_stress_B3250_manager_remoted_state.csv) </details> </details> <details><summary>Centos agent</summary> + <details><summary>Plots</summary> ![](https://ci.wazuh.com/data/Test_stress/pre-release/4.3.4/B3250-3600m/B3250_agent_centos/plots/monitor-agent-Test_stress_B3250_centos-pre-release_CPU.png) ![](https://ci.wazuh.com/data/Test_stress/pre-release/4.3.4/B3250-3600m/B3250_agent_centos/plots/monitor-agent-Test_stress_B3250_centos-pre-release_Disk.png) ![](https://ci.wazuh.com/data/Test_stress/pre-release/4.3.4/B3250-3600m/B3250_agent_centos/plots/monitor-agent-Test_stress_B3250_centos-pre-release_Disk_Read.png) ![](https://ci.wazuh.com/data/Test_stress/pre-release/4.3.4/B3250-3600m/B3250_agent_centos/plots/monitor-agent-Test_stress_B3250_centos-pre-release_Disk_Written.png) ![](https://ci.wazuh.com/data/Test_stress/pre-release/4.3.4/B3250-3600m/B3250_agent_centos/plots/monitor-agent-Test_stress_B3250_centos-pre-release_FD.png) ![](https://ci.wazuh.com/data/Test_stress/pre-release/4.3.4/B3250-3600m/B3250_agent_centos/plots/monitor-agent-Test_stress_B3250_centos-pre-release_PSS.png) ![](https://ci.wazuh.com/data/Test_stress/pre-release/4.3.4/B3250-3600m/B3250_agent_centos/plots/monitor-agent-Test_stress_B3250_centos-pre-release_Read_Ops.png) ![](https://ci.wazuh.com/data/Test_stress/pre-release/4.3.4/B3250-3600m/B3250_agent_centos/plots/monitor-agent-Test_stress_B3250_centos-pre-release_RSS_MAXMIN.png) ![](https://ci.wazuh.com/data/Test_stress/pre-release/4.3.4/B3250-3600m/B3250_agent_centos/plots/monitor-agent-Test_stress_B3250_centos-pre-release_RSS.png) ![](https://ci.wazuh.com/data/Test_stress/pre-release/4.3.4/B3250-3600m/B3250_agent_centos/plots/monitor-agent-Test_stress_B3250_centos-pre-release_SWAP.png) ![](https://ci.wazuh.com/data/Test_stress/pre-release/4.3.4/B3250-3600m/B3250_agent_centos/plots/monitor-agent-Test_stress_B3250_centos-pre-release_USS.png) ![](https://ci.wazuh.com/data/Test_stress/pre-release/4.3.4/B3250-3600m/B3250_agent_centos/plots/monitor-agent-Test_stress_B3250_centos-pre-release_VMS.png) ![](https://ci.wazuh.com/data/Test_stress/pre-release/4.3.4/B3250-3600m/B3250_agent_centos/plots/monitor-agent-Test_stress_B3250_centos-pre-release_Write_Ops.png) ![](https://ci.wazuh.com/data/Test_stress/pre-release/4.3.4/B3250-3600m/B3250_agent_centos/plots/Test_stress_B3250_centos_agentd_state_AgentD_Number_of_events_buffered.png) ![](https://ci.wazuh.com/data/Test_stress/pre-release/4.3.4/B3250-3600m/B3250_agent_centos/plots/Test_stress_B3250_centos_agentd_state_AgentD_Number_of_generated_events.png) ![](https://ci.wazuh.com/data/Test_stress/pre-release/4.3.4/B3250-3600m/B3250_agent_centos/plots/Test_stress_B3250_centos_agentd_state_AgentD_Number_of_messages.png) ![](https://ci.wazuh.com/data/Test_stress/pre-release/4.3.4/B3250-3600m/B3250_agent_centos/plots/Test_stress_B3250_centos_agentd_state_AgentD_Status.png) </details> + <details><summary>Logs and configuration</summary> [ossec_Test_stress_B3250_centos_2022-06-06.zip](https://ci.wazuh.com/data/Test_stress/pre-release/4.3.4/B3250-3600m/B3250_agent_centos/logs/ossec_Test_stress_B3250_centos_2022-06-06.zip) </details> + <details><summary>CSV</summary> [monitor-agent-Test_stress_B3250_centos-pre-release.csv](https://ci.wazuh.com/data/Test_stress/pre-release/4.3.4/B3250-3600m/B3250_agent_centos/data/monitor-agent-Test_stress_B3250_centos-pre-release.csv) [Test_stress_B3250_centos_agentd_state.csv](https://ci.wazuh.com/data/Test_stress/pre-release/4.3.4/B3250-3600m/B3250_agent_centos/data/Test_stress_B3250_centos_agentd_state.csv) </details> </details> <details><summary>Ubuntu agent</summary> + <details><summary>Plots</summary> ![](https://ci.wazuh.com/data/Test_stress/pre-release/4.3.4/B3250-3600m/B3250_agent_ubuntu/plots/monitor-agent-Test_stress_B3250_ubuntu-pre-release_CPU.png) ![](https://ci.wazuh.com/data/Test_stress/pre-release/4.3.4/B3250-3600m/B3250_agent_ubuntu/plots/monitor-agent-Test_stress_B3250_ubuntu-pre-release_Disk.png) ![](https://ci.wazuh.com/data/Test_stress/pre-release/4.3.4/B3250-3600m/B3250_agent_ubuntu/plots/monitor-agent-Test_stress_B3250_ubuntu-pre-release_Disk_Read.png) ![](https://ci.wazuh.com/data/Test_stress/pre-release/4.3.4/B3250-3600m/B3250_agent_ubuntu/plots/monitor-agent-Test_stress_B3250_ubuntu-pre-release_Disk_Written.png) ![](https://ci.wazuh.com/data/Test_stress/pre-release/4.3.4/B3250-3600m/B3250_agent_ubuntu/plots/monitor-agent-Test_stress_B3250_ubuntu-pre-release_FD.png) ![](https://ci.wazuh.com/data/Test_stress/pre-release/4.3.4/B3250-3600m/B3250_agent_ubuntu/plots/monitor-agent-Test_stress_B3250_ubuntu-pre-release_PSS.png) ![](https://ci.wazuh.com/data/Test_stress/pre-release/4.3.4/B3250-3600m/B3250_agent_ubuntu/plots/monitor-agent-Test_stress_B3250_ubuntu-pre-release_Read_Ops.png) ![](https://ci.wazuh.com/data/Test_stress/pre-release/4.3.4/B3250-3600m/B3250_agent_ubuntu/plots/monitor-agent-Test_stress_B3250_ubuntu-pre-release_RSS_MAXMIN.png) ![](https://ci.wazuh.com/data/Test_stress/pre-release/4.3.4/B3250-3600m/B3250_agent_ubuntu/plots/monitor-agent-Test_stress_B3250_ubuntu-pre-release_RSS.png) ![](https://ci.wazuh.com/data/Test_stress/pre-release/4.3.4/B3250-3600m/B3250_agent_ubuntu/plots/monitor-agent-Test_stress_B3250_ubuntu-pre-release_SWAP.png) ![](https://ci.wazuh.com/data/Test_stress/pre-release/4.3.4/B3250-3600m/B3250_agent_ubuntu/plots/monitor-agent-Test_stress_B3250_ubuntu-pre-release_USS.png) ![](https://ci.wazuh.com/data/Test_stress/pre-release/4.3.4/B3250-3600m/B3250_agent_ubuntu/plots/monitor-agent-Test_stress_B3250_ubuntu-pre-release_VMS.png) ![](https://ci.wazuh.com/data/Test_stress/pre-release/4.3.4/B3250-3600m/B3250_agent_ubuntu/plots/monitor-agent-Test_stress_B3250_ubuntu-pre-release_Write_Ops.png) ![](https://ci.wazuh.com/data/Test_stress/pre-release/4.3.4/B3250-3600m/B3250_agent_ubuntu/plots/Test_stress_B3250_ubuntu_agentd_state_AgentD_Number_of_events_buffered.png) ![](https://ci.wazuh.com/data/Test_stress/pre-release/4.3.4/B3250-3600m/B3250_agent_ubuntu/plots/Test_stress_B3250_ubuntu_agentd_state_AgentD_Number_of_generated_events.png) ![](https://ci.wazuh.com/data/Test_stress/pre-release/4.3.4/B3250-3600m/B3250_agent_ubuntu/plots/Test_stress_B3250_ubuntu_agentd_state_AgentD_Number_of_messages.png) ![](https://ci.wazuh.com/data/Test_stress/pre-release/4.3.4/B3250-3600m/B3250_agent_ubuntu/plots/Test_stress_B3250_ubuntu_agentd_state_AgentD_Status.png) </details> + <details><summary>Logs and configuration</summary> [ossec_Test_stress_B3250_ubuntu_2022-06-06.zip](https://ci.wazuh.com/data/Test_stress/pre-release/4.3.4/B3250-3600m/B3250_agent_ubuntu/logs/ossec_Test_stress_B3250_ubuntu_2022-06-06.zip) </details> + <details><summary>CSV</summary> [monitor-agent-Test_stress_B3250_ubuntu-pre-release.csv](https://ci.wazuh.com/data/Test_stress/pre-release/4.3.4/B3250-3600m/B3250_agent_ubuntu/data/monitor-agent-Test_stress_B3250_ubuntu-pre-release.csv) [Test_stress_B3250_ubuntu_agentd_state.csv](https://ci.wazuh.com/data/Test_stress/pre-release/4.3.4/B3250-3600m/B3250_agent_ubuntu/data/Test_stress_B3250_ubuntu_agentd_state.csv) </details> </details> <details><summary>Windows agent</summary> + <details><summary>Plots</summary> ![](https://ci.wazuh.com/data/Test_stress/pre-release/4.3.4/B3250-3600m/B3250_agent_windows/plots/monitor-winagent-Test_stress_B3250_windows-pre-release_CPU.png) ![](https://ci.wazuh.com/data/Test_stress/pre-release/4.3.4/B3250-3600m/B3250_agent_windows/plots/monitor-winagent-Test_stress_B3250_windows-pre-release_Disk.png) ![](https://ci.wazuh.com/data/Test_stress/pre-release/4.3.4/B3250-3600m/B3250_agent_windows/plots/monitor-winagent-Test_stress_B3250_windows-pre-release_Disk_Read.png) ![](https://ci.wazuh.com/data/Test_stress/pre-release/4.3.4/B3250-3600m/B3250_agent_windows/plots/monitor-winagent-Test_stress_B3250_windows-pre-release_Disk_Written.png) ![](https://ci.wazuh.com/data/Test_stress/pre-release/4.3.4/B3250-3600m/B3250_agent_windows/plots/monitor-winagent-Test_stress_B3250_windows-pre-release_Handles.png) ![](https://ci.wazuh.com/data/Test_stress/pre-release/4.3.4/B3250-3600m/B3250_agent_windows/plots/monitor-winagent-Test_stress_B3250_windows-pre-release_Read_Ops.png) ![](https://ci.wazuh.com/data/Test_stress/pre-release/4.3.4/B3250-3600m/B3250_agent_windows/plots/monitor-winagent-Test_stress_B3250_windows-pre-release_RSS_MAXMIN.png) ![](https://ci.wazuh.com/data/Test_stress/pre-release/4.3.4/B3250-3600m/B3250_agent_windows/plots/monitor-winagent-Test_stress_B3250_windows-pre-release_RSS.png) ![](https://ci.wazuh.com/data/Test_stress/pre-release/4.3.4/B3250-3600m/B3250_agent_windows/plots/monitor-winagent-Test_stress_B3250_windows-pre-release_USS.png) ![](https://ci.wazuh.com/data/Test_stress/pre-release/4.3.4/B3250-3600m/B3250_agent_windows/plots/monitor-winagent-Test_stress_B3250_windows-pre-release_VMS.png) ![](https://ci.wazuh.com/data/Test_stress/pre-release/4.3.4/B3250-3600m/B3250_agent_windows/plots/monitor-winagent-Test_stress_B3250_windows-pre-release_Write_Ops.png) ![](https://ci.wazuh.com/data/Test_stress/pre-release/4.3.4/B3250-3600m/B3250_agent_windows/plots/Test_stress_B3250_windows_agentd_state_AgentD_Number_of_events_buffered.png) ![](https://ci.wazuh.com/data/Test_stress/pre-release/4.3.4/B3250-3600m/B3250_agent_windows/plots/Test_stress_B3250_windows_agentd_state_AgentD_Number_of_generated_events.png) ![](https://ci.wazuh.com/data/Test_stress/pre-release/4.3.4/B3250-3600m/B3250_agent_windows/plots/Test_stress_B3250_windows_agentd_state_AgentD_Number_of_messages.png) ![](https://ci.wazuh.com/data/Test_stress/pre-release/4.3.4/B3250-3600m/B3250_agent_windows/plots/Test_stress_B3250_windows_agentd_state_AgentD_Status.png) </details> + <details><summary>Logs and configuration</summary> [ossec_Test_stress_B3250_windows_2022-06-06.zip](https://ci.wazuh.com/data/Test_stress/pre-release/4.3.4/B3250-3600m/B3250_agent_windows/logs/ossec_Test_stress_B3250_windows_2022-06-06.zip) </details> + <details><summary>CSV</summary> [monitor-winagent-Test_stress_B3250_windows-pre-release.csv](https://ci.wazuh.com/data/Test_stress/pre-release/4.3.4/B3250-3600m/B3250_agent_windows/data/monitor-winagent-Test_stress_B3250_windows-pre-release.csv) [Test_stress_B3250_windows_agentd_state.csv](https://ci.wazuh.com/data/Test_stress/pre-release/4.3.4/B3250-3600m/B3250_agent_windows/data/Test_stress_B3250_windows_agentd_state.csv) </details> </details> <details><summary>macOS agent</summary> + <details><summary>Plots</summary> </details> + <details><summary>Logs and configuration</summary> </details> + <details><summary>CSV</summary> </details> </details> <details><summary>Solaris agent</summary> + <details><summary>Plots</summary> </details> + <details><summary>Logs and configuration</summary> </details> + <details><summary>CSV</summary> </details> </details>
test
release release candidate footprint metrics active response footprint metrics information main release candidate issue main footprint metrics issue version release candidate tag stress test documentation packages used repository packages dev wazuh com package path pre release package revision jenkins build manager plots logs and configuration csv centos agent plots logs and configuration csv ubuntu agent plots logs and configuration csv windows agent plots logs and configuration csv macos agent plots logs and configuration csv solaris agent plots logs and configuration csv
1
136,197
11,043,454,063
IssuesEvent
2019-12-09 11:12:49
FlowCrypt/flowcrypt-browser
https://api.github.com/repos/FlowCrypt/flowcrypt-browser
closed
end-to-end test password encrypted attachments
test would prevent past issue
We should end-to-end test password encrypted attachments, all the way to opening it on the website _Originally posted by @tomholub in https://github.com/FlowCrypt/flowcrypt-browser/issues/2218#issuecomment-558380628_
1.0
end-to-end test password encrypted attachments - We should end-to-end test password encrypted attachments, all the way to opening it on the website _Originally posted by @tomholub in https://github.com/FlowCrypt/flowcrypt-browser/issues/2218#issuecomment-558380628_
test
end to end test password encrypted attachments we should end to end test password encrypted attachments all the way to opening it on the website originally posted by tomholub in
1
217,391
16,855,762,320
IssuesEvent
2021-06-21 06:23:37
pingcap/tidb
https://api.github.com/repos/pingcap/tidb
closed
DATA_RACE:runtime.mapassign_fast64() failed
component/test
DATA_RACE:runtime.mapassign_fast64() ``` [2020-11-12T05:22:56.562Z] WARNING: DATA RACE [2020-11-12T05:22:56.562Z] runtime.mapassign_fast64() [2020-11-12T05:22:56.562Z] /usr/local/go/src/runtime/map_fast64.go:92 +0x0 [2020-11-12T05:22:56.562Z] github.com/pingcap/parser/terror.ErrClass.NewStdErr() [2020-11-12T05:22:56.562Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/pkg/mod/github.com/pingcap/parser@v0.0.0-20201109022253-d384bee1451e/terror/terror.go:163 +0x19a [2020-11-12T05:22:56.562Z] github.com/pingcap/tidb/util/hint.checkInsertStmtHintDuplicated() [2020-11-12T05:22:56.562Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/src/github.com/pingcap/tidb/util/dbterror/terror.go:55 +0x4be [2020-11-12T05:22:56.562Z] github.com/pingcap/tidb/util/hint.ExtractTableHintsFromStmtNode() [2020-11-12T05:22:56.562Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/src/github.com/pingcap/tidb/util/hint/hint_processor.go:76 +0x108 [2020-11-12T05:22:56.562Z] github.com/pingcap/tidb/planner.Optimize() [2020-11-12T05:22:56.562Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/src/github.com/pingcap/tidb/planner/optimize.go:108 +0x1aa [2020-11-12T05:22:56.562Z] github.com/pingcap/tidb/executor.(*Compiler).Compile() [2020-11-12T05:22:56.562Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/src/github.com/pingcap/tidb/executor/compiler.go:62 +0x2fa [2020-11-12T05:22:56.562Z] github.com/pingcap/tidb/session.(*session).ExecuteStmt() [2020-11-12T05:22:56.562Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/src/github.com/pingcap/tidb/session/session.go:1207 +0x270 [2020-11-12T05:22:56.562Z] github.com/pingcap/tidb/util/testkit.(*TestKit).Exec() [2020-11-12T05:22:56.562Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/src/github.com/pingcap/tidb/util/testkit/testkit.go:170 +0x2f1 [2020-11-12T05:22:56.562Z] github.com/pingcap/tidb/util/testkit.(*TestKit).MustExec() [2020-11-12T05:22:56.562Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/src/github.com/pingcap/tidb/util/testkit/testkit.go:216 +0x91 [2020-11-12T05:22:56.562Z] github.com/pingcap/tidb/session_test.(*testSessionSuite2).TestStmtHints() [2020-11-12T05:22:56.562Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/src/github.com/pingcap/tidb/session/session_test.go:3097 +0xd1f [2020-11-12T05:22:56.562Z] runtime.call32() [2020-11-12T05:22:56.562Z] /usr/local/go/src/runtime/asm_amd64.s:539 +0x3a [2020-11-12T05:22:56.562Z] reflect.Value.Call() [2020-11-12T05:22:56.562Z] /usr/local/go/src/reflect/value.go:321 +0xd3 [2020-11-12T05:22:56.562Z] github.com/pingcap/check.(*suiteRunner).forkTest.func1() [2020-11-12T05:22:56.562Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/pkg/mod/github.com/pingcap/check@v0.0.0-20200212061837-5e12011dc712/check.go:850 +0x9aa [2020-11-12T05:22:56.562Z] github.com/pingcap/check.(*suiteRunner).forkCall.func1() [2020-11-12T05:22:56.562Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/pkg/mod/github.com/pingcap/check@v0.0.0-20200212061837-5e12011dc712/check.go:739 +0x113 [2020-11-12T05:22:56.562Z] [2020-11-12T05:22:56.562Z] Previous write at 0x00c0001e0420 by goroutine 456: [2020-11-12T05:22:56.562Z] runtime.mapassign_fast64() [2020-11-12T05:22:56.562Z] /usr/local/go/src/runtime/map_fast64.go:92 +0x0 [2020-11-12T05:22:56.562Z] github.com/pingcap/parser/terror.ErrClass.NewStdErr() [2020-11-12T05:22:56.562Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/pkg/mod/github.com/pingcap/parser@v0.0.0-20201109022253-d384bee1451e/terror/terror.go:163 +0x19a [2020-11-12T05:22:56.562Z] github.com/pingcap/tidb/executor.(*InsertValues).handleErr() [2020-11-12T05:22:56.562Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/src/github.com/pingcap/tidb/executor/insert_common.go:300 +0xa54 [2020-11-12T05:22:56.562Z] github.com/pingcap/tidb/executor.(*InsertValues).fastEvalRow() [2020-11-12T05:22:56.562Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/src/github.com/pingcap/tidb/executor/insert_common.go:373 +0x569 [2020-11-12T05:22:56.562Z] github.com/pingcap/tidb/executor.(*InsertValues).fastEvalRow-fm() [2020-11-12T05:22:56.562Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/src/github.com/pingcap/tidb/executor/insert_common.go:359 +0xaa [2020-11-12T05:22:56.562Z] github.com/pingcap/tidb/executor.insertRows() [2020-11-12T05:22:56.562Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/src/github.com/pingcap/tidb/executor/insert_common.go:233 +0x3b6 [2020-11-12T05:22:56.562Z] github.com/pingcap/tidb/executor.(*InsertExec).Next() [2020-11-12T05:22:56.562Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/src/github.com/pingcap/tidb/executor/insert.go:288 +0x117 [2020-11-12T05:22:56.562Z] github.com/pingcap/tidb/executor.Next() [2020-11-12T05:22:56.562Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/src/github.com/pingcap/tidb/executor/executor.go:268 +0x27d [2020-11-12T05:22:56.562Z] github.com/pingcap/tidb/executor.(*ExecStmt).handleNoDelayExecutor() [2020-11-12T05:22:56.562Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/src/github.com/pingcap/tidb/executor/adapter.go:522 +0x38e [2020-11-12T05:22:56.562Z] github.com/pingcap/tidb/executor.(*ExecStmt).handleNoDelay() [2020-11-12T05:22:56.562Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/src/github.com/pingcap/tidb/executor/adapter.go:404 +0x254 [2020-11-12T05:22:56.562Z] github.com/pingcap/tidb/executor.(*ExecStmt).Exec() [2020-11-12T05:22:56.562Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/src/github.com/pingcap/tidb/executor/adapter.go:354 +0x3f6 [2020-11-12T05:22:56.562Z] github.com/pingcap/tidb/session.runStmt() [2020-11-12T05:22:56.562Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/src/github.com/pingcap/tidb/session/session.go:1285 +0x2c1 [2020-11-12T05:22:56.562Z] github.com/pingcap/tidb/session.(*session).ExecuteStmt() [2020-11-12T05:22:56.562Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/src/github.com/pingcap/tidb/session/session.go:1229 +0xa57 [2020-11-12T05:22:56.562Z] github.com/pingcap/tidb/util/testkit.(*TestKit).Exec() [2020-11-12T05:22:56.562Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/src/github.com/pingcap/tidb/util/testkit/testkit.go:170 +0x2f1 [2020-11-12T05:22:56.562Z] github.com/pingcap/tidb/session_test.(*testSessionSuite).TestPrepareZero() [2020-11-12T05:22:56.562Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/src/github.com/pingcap/tidb/session/session_test.go:1021 +0x209 [2020-11-12T05:22:56.562Z] runtime.call32() [2020-11-12T05:22:56.562Z] /usr/local/go/src/runtime/asm_amd64.s:539 +0x3a [2020-11-12T05:22:56.562Z] reflect.Value.Call() [2020-11-12T05:22:56.562Z] /usr/local/go/src/reflect/value.go:321 +0xd3 [2020-11-12T05:22:56.562Z] github.com/pingcap/check.(*suiteRunner).forkTest.func1() [2020-11-12T05:22:56.562Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/pkg/mod/github.com/pingcap/check@v0.0.0-20200212061837-5e12011dc712/check.go:850 +0x9aa [2020-11-12T05:22:56.563Z] github.com/pingcap/check.(*suiteRunner).forkCall.func1() [2020-11-12T05:22:56.563Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/pkg/mod/github.com/pingcap/check@v0.0.0-20200212061837-5e12011dc712/check.go:739 +0x113 [2020-11-12T05:22:56.563Z] [2020-11-12T05:22:56.563Z] Goroutine 459 (running) created at: [2020-11-12T05:22:56.563Z] github.com/pingcap/check.(*suiteRunner).forkCall() [2020-11-12T05:22:56.563Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/pkg/mod/github.com/pingcap/check@v0.0.0-20200212061837-5e12011dc712/check.go:734 +0x4a3 [2020-11-12T05:22:56.563Z] github.com/pingcap/check.(*suiteRunner).forkTest() [2020-11-12T05:22:56.563Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/pkg/mod/github.com/pingcap/check@v0.0.0-20200212061837-5e12011dc712/check.go:832 +0x1b9 [2020-11-12T05:22:56.563Z] github.com/pingcap/check.(*suiteRunner).doRun() [2020-11-12T05:22:56.563Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/pkg/mod/github.com/pingcap/check@v0.0.0-20200212061837-5e12011dc712/check.go:666 +0x13a [2020-11-12T05:22:56.563Z] github.com/pingcap/check.(*suiteRunner).asyncRun.func1() [2020-11-12T05:22:56.563Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/pkg/mod/github.com/pingcap/check@v0.0.0-20200212061837-5e12011dc712/check.go:650 +0xf7 [2020-11-12T05:22:56.563Z] [2020-11-12T05:22:56.563Z] Goroutine 456 (running) created at: [2020-11-12T05:22:56.563Z] github.com/pingcap/check.(*suiteRunner).forkCall() [2020-11-12T05:22:56.563Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/pkg/mod/github.com/pingcap/check@v0.0.0-20200212061837-5e12011dc712/check.go:734 +0x4a3 [2020-11-12T05:22:56.563Z] github.com/pingcap/check.(*suiteRunner).forkTest() [2020-11-12T05:22:56.563Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/pkg/mod/github.com/pingcap/check@v0.0.0-20200212061837-5e12011dc712/check.go:832 +0x1b9 [2020-11-12T05:22:56.563Z] github.com/pingcap/check.(*suiteRunner).doRun() [2020-11-12T05:22:56.563Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/pkg/mod/github.com/pingcap/check@v0.0.0-20200212061837-5e12011dc712/check.go:666 +0x13a [2020-11-12T05:22:56.563Z] github.com/pingcap/check.(*suiteRunner).asyncRun.func1() [2020-11-12T05:22:56.563Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/pkg/mod/github.com/pingcap/check@v0.0.0-20200212061837-5e12011dc712/check.go:650 +0xf7 [2020-11-12T05:22:56.563Z] ================== ``` Latest failed builds: https://internal.pingcap.net/idc-jenkins/job/tidb_ghpr_unit_test/57742/display/redirect
1.0
DATA_RACE:runtime.mapassign_fast64() failed - DATA_RACE:runtime.mapassign_fast64() ``` [2020-11-12T05:22:56.562Z] WARNING: DATA RACE [2020-11-12T05:22:56.562Z] runtime.mapassign_fast64() [2020-11-12T05:22:56.562Z] /usr/local/go/src/runtime/map_fast64.go:92 +0x0 [2020-11-12T05:22:56.562Z] github.com/pingcap/parser/terror.ErrClass.NewStdErr() [2020-11-12T05:22:56.562Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/pkg/mod/github.com/pingcap/parser@v0.0.0-20201109022253-d384bee1451e/terror/terror.go:163 +0x19a [2020-11-12T05:22:56.562Z] github.com/pingcap/tidb/util/hint.checkInsertStmtHintDuplicated() [2020-11-12T05:22:56.562Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/src/github.com/pingcap/tidb/util/dbterror/terror.go:55 +0x4be [2020-11-12T05:22:56.562Z] github.com/pingcap/tidb/util/hint.ExtractTableHintsFromStmtNode() [2020-11-12T05:22:56.562Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/src/github.com/pingcap/tidb/util/hint/hint_processor.go:76 +0x108 [2020-11-12T05:22:56.562Z] github.com/pingcap/tidb/planner.Optimize() [2020-11-12T05:22:56.562Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/src/github.com/pingcap/tidb/planner/optimize.go:108 +0x1aa [2020-11-12T05:22:56.562Z] github.com/pingcap/tidb/executor.(*Compiler).Compile() [2020-11-12T05:22:56.562Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/src/github.com/pingcap/tidb/executor/compiler.go:62 +0x2fa [2020-11-12T05:22:56.562Z] github.com/pingcap/tidb/session.(*session).ExecuteStmt() [2020-11-12T05:22:56.562Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/src/github.com/pingcap/tidb/session/session.go:1207 +0x270 [2020-11-12T05:22:56.562Z] github.com/pingcap/tidb/util/testkit.(*TestKit).Exec() [2020-11-12T05:22:56.562Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/src/github.com/pingcap/tidb/util/testkit/testkit.go:170 +0x2f1 [2020-11-12T05:22:56.562Z] github.com/pingcap/tidb/util/testkit.(*TestKit).MustExec() [2020-11-12T05:22:56.562Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/src/github.com/pingcap/tidb/util/testkit/testkit.go:216 +0x91 [2020-11-12T05:22:56.562Z] github.com/pingcap/tidb/session_test.(*testSessionSuite2).TestStmtHints() [2020-11-12T05:22:56.562Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/src/github.com/pingcap/tidb/session/session_test.go:3097 +0xd1f [2020-11-12T05:22:56.562Z] runtime.call32() [2020-11-12T05:22:56.562Z] /usr/local/go/src/runtime/asm_amd64.s:539 +0x3a [2020-11-12T05:22:56.562Z] reflect.Value.Call() [2020-11-12T05:22:56.562Z] /usr/local/go/src/reflect/value.go:321 +0xd3 [2020-11-12T05:22:56.562Z] github.com/pingcap/check.(*suiteRunner).forkTest.func1() [2020-11-12T05:22:56.562Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/pkg/mod/github.com/pingcap/check@v0.0.0-20200212061837-5e12011dc712/check.go:850 +0x9aa [2020-11-12T05:22:56.562Z] github.com/pingcap/check.(*suiteRunner).forkCall.func1() [2020-11-12T05:22:56.562Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/pkg/mod/github.com/pingcap/check@v0.0.0-20200212061837-5e12011dc712/check.go:739 +0x113 [2020-11-12T05:22:56.562Z] [2020-11-12T05:22:56.562Z] Previous write at 0x00c0001e0420 by goroutine 456: [2020-11-12T05:22:56.562Z] runtime.mapassign_fast64() [2020-11-12T05:22:56.562Z] /usr/local/go/src/runtime/map_fast64.go:92 +0x0 [2020-11-12T05:22:56.562Z] github.com/pingcap/parser/terror.ErrClass.NewStdErr() [2020-11-12T05:22:56.562Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/pkg/mod/github.com/pingcap/parser@v0.0.0-20201109022253-d384bee1451e/terror/terror.go:163 +0x19a [2020-11-12T05:22:56.562Z] github.com/pingcap/tidb/executor.(*InsertValues).handleErr() [2020-11-12T05:22:56.562Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/src/github.com/pingcap/tidb/executor/insert_common.go:300 +0xa54 [2020-11-12T05:22:56.562Z] github.com/pingcap/tidb/executor.(*InsertValues).fastEvalRow() [2020-11-12T05:22:56.562Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/src/github.com/pingcap/tidb/executor/insert_common.go:373 +0x569 [2020-11-12T05:22:56.562Z] github.com/pingcap/tidb/executor.(*InsertValues).fastEvalRow-fm() [2020-11-12T05:22:56.562Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/src/github.com/pingcap/tidb/executor/insert_common.go:359 +0xaa [2020-11-12T05:22:56.562Z] github.com/pingcap/tidb/executor.insertRows() [2020-11-12T05:22:56.562Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/src/github.com/pingcap/tidb/executor/insert_common.go:233 +0x3b6 [2020-11-12T05:22:56.562Z] github.com/pingcap/tidb/executor.(*InsertExec).Next() [2020-11-12T05:22:56.562Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/src/github.com/pingcap/tidb/executor/insert.go:288 +0x117 [2020-11-12T05:22:56.562Z] github.com/pingcap/tidb/executor.Next() [2020-11-12T05:22:56.562Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/src/github.com/pingcap/tidb/executor/executor.go:268 +0x27d [2020-11-12T05:22:56.562Z] github.com/pingcap/tidb/executor.(*ExecStmt).handleNoDelayExecutor() [2020-11-12T05:22:56.562Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/src/github.com/pingcap/tidb/executor/adapter.go:522 +0x38e [2020-11-12T05:22:56.562Z] github.com/pingcap/tidb/executor.(*ExecStmt).handleNoDelay() [2020-11-12T05:22:56.562Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/src/github.com/pingcap/tidb/executor/adapter.go:404 +0x254 [2020-11-12T05:22:56.562Z] github.com/pingcap/tidb/executor.(*ExecStmt).Exec() [2020-11-12T05:22:56.562Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/src/github.com/pingcap/tidb/executor/adapter.go:354 +0x3f6 [2020-11-12T05:22:56.562Z] github.com/pingcap/tidb/session.runStmt() [2020-11-12T05:22:56.562Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/src/github.com/pingcap/tidb/session/session.go:1285 +0x2c1 [2020-11-12T05:22:56.562Z] github.com/pingcap/tidb/session.(*session).ExecuteStmt() [2020-11-12T05:22:56.562Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/src/github.com/pingcap/tidb/session/session.go:1229 +0xa57 [2020-11-12T05:22:56.562Z] github.com/pingcap/tidb/util/testkit.(*TestKit).Exec() [2020-11-12T05:22:56.562Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/src/github.com/pingcap/tidb/util/testkit/testkit.go:170 +0x2f1 [2020-11-12T05:22:56.562Z] github.com/pingcap/tidb/session_test.(*testSessionSuite).TestPrepareZero() [2020-11-12T05:22:56.562Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/src/github.com/pingcap/tidb/session/session_test.go:1021 +0x209 [2020-11-12T05:22:56.562Z] runtime.call32() [2020-11-12T05:22:56.562Z] /usr/local/go/src/runtime/asm_amd64.s:539 +0x3a [2020-11-12T05:22:56.562Z] reflect.Value.Call() [2020-11-12T05:22:56.562Z] /usr/local/go/src/reflect/value.go:321 +0xd3 [2020-11-12T05:22:56.562Z] github.com/pingcap/check.(*suiteRunner).forkTest.func1() [2020-11-12T05:22:56.562Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/pkg/mod/github.com/pingcap/check@v0.0.0-20200212061837-5e12011dc712/check.go:850 +0x9aa [2020-11-12T05:22:56.563Z] github.com/pingcap/check.(*suiteRunner).forkCall.func1() [2020-11-12T05:22:56.563Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/pkg/mod/github.com/pingcap/check@v0.0.0-20200212061837-5e12011dc712/check.go:739 +0x113 [2020-11-12T05:22:56.563Z] [2020-11-12T05:22:56.563Z] Goroutine 459 (running) created at: [2020-11-12T05:22:56.563Z] github.com/pingcap/check.(*suiteRunner).forkCall() [2020-11-12T05:22:56.563Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/pkg/mod/github.com/pingcap/check@v0.0.0-20200212061837-5e12011dc712/check.go:734 +0x4a3 [2020-11-12T05:22:56.563Z] github.com/pingcap/check.(*suiteRunner).forkTest() [2020-11-12T05:22:56.563Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/pkg/mod/github.com/pingcap/check@v0.0.0-20200212061837-5e12011dc712/check.go:832 +0x1b9 [2020-11-12T05:22:56.563Z] github.com/pingcap/check.(*suiteRunner).doRun() [2020-11-12T05:22:56.563Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/pkg/mod/github.com/pingcap/check@v0.0.0-20200212061837-5e12011dc712/check.go:666 +0x13a [2020-11-12T05:22:56.563Z] github.com/pingcap/check.(*suiteRunner).asyncRun.func1() [2020-11-12T05:22:56.563Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/pkg/mod/github.com/pingcap/check@v0.0.0-20200212061837-5e12011dc712/check.go:650 +0xf7 [2020-11-12T05:22:56.563Z] [2020-11-12T05:22:56.563Z] Goroutine 456 (running) created at: [2020-11-12T05:22:56.563Z] github.com/pingcap/check.(*suiteRunner).forkCall() [2020-11-12T05:22:56.563Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/pkg/mod/github.com/pingcap/check@v0.0.0-20200212061837-5e12011dc712/check.go:734 +0x4a3 [2020-11-12T05:22:56.563Z] github.com/pingcap/check.(*suiteRunner).forkTest() [2020-11-12T05:22:56.563Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/pkg/mod/github.com/pingcap/check@v0.0.0-20200212061837-5e12011dc712/check.go:832 +0x1b9 [2020-11-12T05:22:56.563Z] github.com/pingcap/check.(*suiteRunner).doRun() [2020-11-12T05:22:56.563Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/pkg/mod/github.com/pingcap/check@v0.0.0-20200212061837-5e12011dc712/check.go:666 +0x13a [2020-11-12T05:22:56.563Z] github.com/pingcap/check.(*suiteRunner).asyncRun.func1() [2020-11-12T05:22:56.563Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/pkg/mod/github.com/pingcap/check@v0.0.0-20200212061837-5e12011dc712/check.go:650 +0xf7 [2020-11-12T05:22:56.563Z] ================== ``` Latest failed builds: https://internal.pingcap.net/idc-jenkins/job/tidb_ghpr_unit_test/57742/display/redirect
test
data race runtime mapassign failed data race runtime mapassign warning data race runtime mapassign usr local go src runtime map go github com pingcap parser terror errclass newstderr home jenkins agent workspace tidb ghpr unit test go pkg mod github com pingcap parser terror terror go github com pingcap tidb util hint checkinsertstmthintduplicated home jenkins agent workspace tidb ghpr unit test go src github com pingcap tidb util dbterror terror go github com pingcap tidb util hint extracttablehintsfromstmtnode home jenkins agent workspace tidb ghpr unit test go src github com pingcap tidb util hint hint processor go github com pingcap tidb planner optimize home jenkins agent workspace tidb ghpr unit test go src github com pingcap tidb planner optimize go github com pingcap tidb executor compiler compile home jenkins agent workspace tidb ghpr unit test go src github com pingcap tidb executor compiler go github com pingcap tidb session session executestmt home jenkins agent workspace tidb ghpr unit test go src github com pingcap tidb session session go github com pingcap tidb util testkit testkit exec home jenkins agent workspace tidb ghpr unit test go src github com pingcap tidb util testkit testkit go github com pingcap tidb util testkit testkit mustexec home jenkins agent workspace tidb ghpr unit test go src github com pingcap tidb util testkit testkit go github com pingcap tidb session test teststmthints home jenkins agent workspace tidb ghpr unit test go src github com pingcap tidb session session test go runtime usr local go src runtime asm s reflect value call usr local go src reflect value go github com pingcap check suiterunner forktest home jenkins agent workspace tidb ghpr unit test go pkg mod github com pingcap check check go github com pingcap check suiterunner forkcall home jenkins agent workspace tidb ghpr unit test go pkg mod github com pingcap check check go previous write at by goroutine runtime mapassign usr local go src runtime map go github com pingcap parser terror errclass newstderr home jenkins agent workspace tidb ghpr unit test go pkg mod github com pingcap parser terror terror go github com pingcap tidb executor insertvalues handleerr home jenkins agent workspace tidb ghpr unit test go src github com pingcap tidb executor insert common go github com pingcap tidb executor insertvalues fastevalrow home jenkins agent workspace tidb ghpr unit test go src github com pingcap tidb executor insert common go github com pingcap tidb executor insertvalues fastevalrow fm home jenkins agent workspace tidb ghpr unit test go src github com pingcap tidb executor insert common go github com pingcap tidb executor insertrows home jenkins agent workspace tidb ghpr unit test go src github com pingcap tidb executor insert common go github com pingcap tidb executor insertexec next home jenkins agent workspace tidb ghpr unit test go src github com pingcap tidb executor insert go github com pingcap tidb executor next home jenkins agent workspace tidb ghpr unit test go src github com pingcap tidb executor executor go github com pingcap tidb executor execstmt handlenodelayexecutor home jenkins agent workspace tidb ghpr unit test go src github com pingcap tidb executor adapter go github com pingcap tidb executor execstmt handlenodelay home jenkins agent workspace tidb ghpr unit test go src github com pingcap tidb executor adapter go github com pingcap tidb executor execstmt exec home jenkins agent workspace tidb ghpr unit test go src github com pingcap tidb executor adapter go github com pingcap tidb session runstmt home jenkins agent workspace tidb ghpr unit test go src github com pingcap tidb session session go github com pingcap tidb session session executestmt home jenkins agent workspace tidb ghpr unit test go src github com pingcap tidb session session go github com pingcap tidb util testkit testkit exec home jenkins agent workspace tidb ghpr unit test go src github com pingcap tidb util testkit testkit go github com pingcap tidb session test testsessionsuite testpreparezero home jenkins agent workspace tidb ghpr unit test go src github com pingcap tidb session session test go runtime usr local go src runtime asm s reflect value call usr local go src reflect value go github com pingcap check suiterunner forktest home jenkins agent workspace tidb ghpr unit test go pkg mod github com pingcap check check go github com pingcap check suiterunner forkcall home jenkins agent workspace tidb ghpr unit test go pkg mod github com pingcap check check go goroutine running created at github com pingcap check suiterunner forkcall home jenkins agent workspace tidb ghpr unit test go pkg mod github com pingcap check check go github com pingcap check suiterunner forktest home jenkins agent workspace tidb ghpr unit test go pkg mod github com pingcap check check go github com pingcap check suiterunner dorun home jenkins agent workspace tidb ghpr unit test go pkg mod github com pingcap check check go github com pingcap check suiterunner asyncrun home jenkins agent workspace tidb ghpr unit test go pkg mod github com pingcap check check go goroutine running created at github com pingcap check suiterunner forkcall home jenkins agent workspace tidb ghpr unit test go pkg mod github com pingcap check check go github com pingcap check suiterunner forktest home jenkins agent workspace tidb ghpr unit test go pkg mod github com pingcap check check go github com pingcap check suiterunner dorun home jenkins agent workspace tidb ghpr unit test go pkg mod github com pingcap check check go github com pingcap check suiterunner asyncrun home jenkins agent workspace tidb ghpr unit test go pkg mod github com pingcap check check go latest failed builds
1
87,284
10,542,644,095
IssuesEvent
2019-10-02 13:35:10
fga-eps-mds/2019.2-ArBC
https://api.github.com/repos/fga-eps-mds/2019.2-ArBC
closed
Documento de Riscos do Projeto
EPS documentation scrum master
Criar documento referente ao levantamento de Riscos da disciplina **Tarefas** - [x] Criar documento de riscos existentes no desenvolvimento do projeto **Critérios de aceitação** - [x] Documento revisado e documentado no Github Pages - [x] Link do documento disponível na issue
1.0
Documento de Riscos do Projeto - Criar documento referente ao levantamento de Riscos da disciplina **Tarefas** - [x] Criar documento de riscos existentes no desenvolvimento do projeto **Critérios de aceitação** - [x] Documento revisado e documentado no Github Pages - [x] Link do documento disponível na issue
non_test
documento de riscos do projeto criar documento referente ao levantamento de riscos da disciplina tarefas criar documento de riscos existentes no desenvolvimento do projeto critérios de aceitação documento revisado e documentado no github pages link do documento disponível na issue
0
306,993
26,510,752,809
IssuesEvent
2023-01-18 16:55:18
rancher/rancher
https://api.github.com/repos/rancher/rancher
closed
"Not enough data for graph" shown in v1 monitoring after upgrading
kind/bug area/test priority/1 internal area/monitoring [zube]: QA Working feature/charts-monitoring-v1 team/area3 area/helm
Issue description: After upgrading from Rancher v2.6.6 to v2.6.7, v1 monitoring on local and downstream clusters is displaying "Not enough data for graph" Business impact: Will block upgrading customers on Hosted Rancher to v2.6.7. Troubleshooting steps: Checked Rancher pod logs, nothing indicating any problems. Made sure all cattle-prometheus pods were running. Checked prometheus-cluster-monitoring-0 pod logs, no errors noticed. Repro steps: Install Rancher v2.6.6. Create a RKE1 1.20.15 downstream clusters. Enable v1 monitoring. Can observe metrics on the cluster explorer UI Upgrade Rancher to v2.6.7 Go back to downstream cluster cluster explorer dashboard. Workaround: Is workararound available and implemented? unknown Actual behavior: After upgrade, seeing message "Not enough data for graph" instead of metrics. Expected behavior: Expect to see the graphs. SURE-5143
1.0
"Not enough data for graph" shown in v1 monitoring after upgrading - Issue description: After upgrading from Rancher v2.6.6 to v2.6.7, v1 monitoring on local and downstream clusters is displaying "Not enough data for graph" Business impact: Will block upgrading customers on Hosted Rancher to v2.6.7. Troubleshooting steps: Checked Rancher pod logs, nothing indicating any problems. Made sure all cattle-prometheus pods were running. Checked prometheus-cluster-monitoring-0 pod logs, no errors noticed. Repro steps: Install Rancher v2.6.6. Create a RKE1 1.20.15 downstream clusters. Enable v1 monitoring. Can observe metrics on the cluster explorer UI Upgrade Rancher to v2.6.7 Go back to downstream cluster cluster explorer dashboard. Workaround: Is workararound available and implemented? unknown Actual behavior: After upgrade, seeing message "Not enough data for graph" instead of metrics. Expected behavior: Expect to see the graphs. SURE-5143
test
not enough data for graph shown in monitoring after upgrading issue description after upgrading from rancher to monitoring on local and downstream clusters is displaying not enough data for graph business impact will block upgrading customers on hosted rancher to troubleshooting steps checked rancher pod logs nothing indicating any problems made sure all cattle prometheus pods were running checked prometheus cluster monitoring pod logs no errors noticed repro steps install rancher create a downstream clusters enable monitoring can observe metrics on the cluster explorer ui upgrade rancher to go back to downstream cluster cluster explorer dashboard workaround is workararound available and implemented unknown actual behavior after upgrade seeing message not enough data for graph instead of metrics expected behavior expect to see the graphs sure
1
231,408
25,499,180,850
IssuesEvent
2022-11-28 01:15:29
samqws-marketing/box_mojito
https://api.github.com/repos/samqws-marketing/box_mojito
opened
CVE-2022-24999 (Medium) detected in qs-6.5.2.tgz
security vulnerability
## CVE-2022-24999 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>qs-6.5.2.tgz</b></p></summary> <p>A querystring parser that supports nesting and arrays, with a depth limit</p> <p>Library home page: <a href="https://registry.npmjs.org/qs/-/qs-6.5.2.tgz">https://registry.npmjs.org/qs/-/qs-6.5.2.tgz</a></p> <p> Dependency Hierarchy: - node-sass-4.13.1.tgz (Root Library) - request-2.88.2.tgz - :x: **qs-6.5.2.tgz** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/samqws-marketing/box_mojito/commit/65290aeb818102fa2443a637efdccebebfed1eb9">65290aeb818102fa2443a637efdccebebfed1eb9</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> qs before 6.10.3, as used in Express before 4.17.3 and other products, allows attackers to cause a Node process hang for an Express application because an __ proto__ key can be used. In many typical Express use cases, an unauthenticated remote attacker can place the attack payload in the query string of the URL that is used to visit the application, such as a[__proto__]=b&a[__proto__]&a[length]=100000000. The fix was backported to qs 6.9.7, 6.8.3, 6.7.3, 6.6.1, 6.5.3, 6.4.1, 6.3.3, and 6.2.4 (and therefore Express 4.17.3, which has "deps: qs@6.9.7" in its release description, is not vulnerable). <p>Publish Date: 2022-11-26 <p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2022-24999>CVE-2022-24999</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>Origin: <a href="https://www.cve.org/CVERecord?id=CVE-2022-24999">https://www.cve.org/CVERecord?id=CVE-2022-24999</a></p> <p>Release Date: 2022-11-26</p> <p>Fix Resolution: qs - 6.2.4,6.3.3,6.4.1,6.5.3,6.6.1,6.7.3,6.8.3,6.9.7,6.10.3</p> </p> </details> <p></p>
True
CVE-2022-24999 (Medium) detected in qs-6.5.2.tgz - ## CVE-2022-24999 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>qs-6.5.2.tgz</b></p></summary> <p>A querystring parser that supports nesting and arrays, with a depth limit</p> <p>Library home page: <a href="https://registry.npmjs.org/qs/-/qs-6.5.2.tgz">https://registry.npmjs.org/qs/-/qs-6.5.2.tgz</a></p> <p> Dependency Hierarchy: - node-sass-4.13.1.tgz (Root Library) - request-2.88.2.tgz - :x: **qs-6.5.2.tgz** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/samqws-marketing/box_mojito/commit/65290aeb818102fa2443a637efdccebebfed1eb9">65290aeb818102fa2443a637efdccebebfed1eb9</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> qs before 6.10.3, as used in Express before 4.17.3 and other products, allows attackers to cause a Node process hang for an Express application because an __ proto__ key can be used. In many typical Express use cases, an unauthenticated remote attacker can place the attack payload in the query string of the URL that is used to visit the application, such as a[__proto__]=b&a[__proto__]&a[length]=100000000. The fix was backported to qs 6.9.7, 6.8.3, 6.7.3, 6.6.1, 6.5.3, 6.4.1, 6.3.3, and 6.2.4 (and therefore Express 4.17.3, which has "deps: qs@6.9.7" in its release description, is not vulnerable). <p>Publish Date: 2022-11-26 <p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2022-24999>CVE-2022-24999</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>Origin: <a href="https://www.cve.org/CVERecord?id=CVE-2022-24999">https://www.cve.org/CVERecord?id=CVE-2022-24999</a></p> <p>Release Date: 2022-11-26</p> <p>Fix Resolution: qs - 6.2.4,6.3.3,6.4.1,6.5.3,6.6.1,6.7.3,6.8.3,6.9.7,6.10.3</p> </p> </details> <p></p>
non_test
cve medium detected in qs tgz cve medium severity vulnerability vulnerable library qs tgz a querystring parser that supports nesting and arrays with a depth limit library home page a href dependency hierarchy node sass tgz root library request tgz x qs tgz vulnerable library found in head commit a href found in base branch master vulnerability details qs before as used in express before and other products allows attackers to cause a node process hang for an express application because an proto key can be used in many typical express use cases an unauthenticated remote attacker can place the attack payload in the query string of the url that is used to visit the application such as a b a a the fix was backported to qs and and therefore express which has deps qs in its release description is not vulnerable 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 origin a href release date fix resolution qs
0
128,772
12,391,187,331
IssuesEvent
2020-05-20 12:03:42
davidfrantz/force
https://api.github.com/repos/davidfrantz/force
closed
insert valid ranges into index table
documentation
ARVI -10000 10000 BLUE 0 10000 EVI -10000 10000 GREEN 0 10000 MNDWI -10000 10000 NBR -10000 10000 NDBI -10000 10000 NDMI -10000 10000 NDSI -10000 10000 NDTI -10000 10000 NDVI -10000 10000 NDWI -10000 10000 NIR 0 10000 RED 0 10000 SARVI -10000 10000 SAVI -10000 10000 SWIR1 0 10000 SWIR2 0 10000 TCB 0 22893 **TCDI -3793 35433** TCG -10804 7940 TCW -12915 7032
1.0
insert valid ranges into index table - ARVI -10000 10000 BLUE 0 10000 EVI -10000 10000 GREEN 0 10000 MNDWI -10000 10000 NBR -10000 10000 NDBI -10000 10000 NDMI -10000 10000 NDSI -10000 10000 NDTI -10000 10000 NDVI -10000 10000 NDWI -10000 10000 NIR 0 10000 RED 0 10000 SARVI -10000 10000 SAVI -10000 10000 SWIR1 0 10000 SWIR2 0 10000 TCB 0 22893 **TCDI -3793 35433** TCG -10804 7940 TCW -12915 7032
non_test
insert valid ranges into index table arvi blue evi green mndwi nbr ndbi ndmi ndsi ndti ndvi ndwi nir red sarvi savi tcb tcdi tcg tcw
0
55,058
30,570,205,690
IssuesEvent
2023-07-20 21:22:09
FEniCS/dolfinx
https://api.github.com/repos/FEniCS/dolfinx
closed
Performance regression in serial mesh library
performance
DOLFIN: ``` time python3 -c"from dolfin import *; UnitCubeMesh(MPI.comm_world, 100, 100, 100)" real 0m0.867s user 0m0.761s sys 0m0.106s ``` DOLFIN-X: ``` time python3 -c"from dolfin import *; UnitCubeMesh(MPI.comm_world, 100, 100, 100)" real 0m15.661s user 0m14.440s sys 0m1.223s ```
True
Performance regression in serial mesh library - DOLFIN: ``` time python3 -c"from dolfin import *; UnitCubeMesh(MPI.comm_world, 100, 100, 100)" real 0m0.867s user 0m0.761s sys 0m0.106s ``` DOLFIN-X: ``` time python3 -c"from dolfin import *; UnitCubeMesh(MPI.comm_world, 100, 100, 100)" real 0m15.661s user 0m14.440s sys 0m1.223s ```
non_test
performance regression in serial mesh library dolfin time c from dolfin import unitcubemesh mpi comm world real user sys dolfin x time c from dolfin import unitcubemesh mpi comm world real user sys
0
95,994
19,831,249,125
IssuesEvent
2022-01-20 12:14:41
sigp/lighthouse
https://api.github.com/repos/sigp/lighthouse
closed
Remove `disabled_forks` field
good first issue code-quality low-hanging-fruit
## Description There's a redundant field on the `BeaconChain` called `disabled_forks` that was once part of our fork-aware networking (https://github.com/sigp/lighthouse/pull/953) but which is no longer used and could be deleted. https://github.com/sigp/lighthouse/blob/fff01b24ddedcd54486e374460855ca20d3dd232/beacon_node/beacon_chain/src/beacon_chain.rs#L306-L307 ## Steps to resolve Remove all references to `disabled_forks` so that the code compiles and `git grep disabled_forks` returns no results.
1.0
Remove `disabled_forks` field - ## Description There's a redundant field on the `BeaconChain` called `disabled_forks` that was once part of our fork-aware networking (https://github.com/sigp/lighthouse/pull/953) but which is no longer used and could be deleted. https://github.com/sigp/lighthouse/blob/fff01b24ddedcd54486e374460855ca20d3dd232/beacon_node/beacon_chain/src/beacon_chain.rs#L306-L307 ## Steps to resolve Remove all references to `disabled_forks` so that the code compiles and `git grep disabled_forks` returns no results.
non_test
remove disabled forks field description there s a redundant field on the beaconchain called disabled forks that was once part of our fork aware networking but which is no longer used and could be deleted steps to resolve remove all references to disabled forks so that the code compiles and git grep disabled forks returns no results
0
421,544
28,323,154,940
IssuesEvent
2023-04-11 04:08:05
oceanbase/oceanbase-doc
https://api.github.com/repos/oceanbase/oceanbase-doc
closed
[Bug]: The setting of password in RDB adapter is wrong
bug documentation
### Check Before Asking - [X] Please check the issue list and confirm this bug is encountered for the first time. - [X] Please try full text in English and attach precise description. ### Environment ```markdown The setting of password in RDB adapter is wrong ``` ### Fast Reproduce Steps The setting of password in RDB adapter is wrong ### Actual Behavior The setting of password in RDB adapter is wrong ### Expected Behavior _No response_ ### Other Information _No response_
1.0
[Bug]: The setting of password in RDB adapter is wrong - ### Check Before Asking - [X] Please check the issue list and confirm this bug is encountered for the first time. - [X] Please try full text in English and attach precise description. ### Environment ```markdown The setting of password in RDB adapter is wrong ``` ### Fast Reproduce Steps The setting of password in RDB adapter is wrong ### Actual Behavior The setting of password in RDB adapter is wrong ### Expected Behavior _No response_ ### Other Information _No response_
non_test
the setting of password in rdb adapter is wrong check before asking please check the issue list and confirm this bug is encountered for the first time please try full text in english and attach precise description environment markdown the setting of password in rdb adapter is wrong fast reproduce steps the setting of password in rdb adapter is wrong actual behavior the setting of password in rdb adapter is wrong expected behavior no response other information no response
0
101,628
11,253,721,407
IssuesEvent
2020-01-11 18:12:59
decide-moltres/decide-votacion
https://api.github.com/repos/decide-moltres/decide-votacion
opened
Do document: 'Conclusiones y trabajo futuro'
A_Documentation P_Medium S_New T_Enhancement
**Which document this issue refers to?** Conclusiones y trabajo futuro **What this document is about of?** The document is a sum up of our proyect in a general vision and a possible improvement for the next year **Provide an external link with extra information if you have it** [Documentation guide](https://github.com/EGCETSII/Entregables/wiki/Documento-del-proyecto#gesti%C3%B3n-del-c%C3%B3digo-fuente-1500-palabras-aproximadamente)
1.0
Do document: 'Conclusiones y trabajo futuro' - **Which document this issue refers to?** Conclusiones y trabajo futuro **What this document is about of?** The document is a sum up of our proyect in a general vision and a possible improvement for the next year **Provide an external link with extra information if you have it** [Documentation guide](https://github.com/EGCETSII/Entregables/wiki/Documento-del-proyecto#gesti%C3%B3n-del-c%C3%B3digo-fuente-1500-palabras-aproximadamente)
non_test
do document conclusiones y trabajo futuro which document this issue refers to conclusiones y trabajo futuro what this document is about of the document is a sum up of our proyect in a general vision and a possible improvement for the next year provide an external link with extra information if you have it
0
66,678
16,674,184,975
IssuesEvent
2021-06-07 14:23:31
adventuregamestudio/ags
https://api.github.com/repos/adventuregamestudio/ags
closed
Tool: translation compiler
ags3 context: game building type: enhancement
As a step of decoupling game compilation procedure from the Editor, we need a stand-alone tool that is run from the command-line, parses a translation source (TRS) file and writes a compiled translation (TRA) file in binary format. Should be written in the similar line with the existing tools, in C++ (#1262, #1264, #1269). Name suggestion: `trac` (TRAnslation Compiler). _NOTE:_ this task is exclusively in writing this tool, adjusting Editor is a separate task, so no need to concern yourself with that if you are doing this. In fact it's best to assume that Editor will not be present to ensure tool's work result has no reliance on it. **Input:** * a TRS file (AGS translation source); * path to output file; **Output** * a TRA file (AGS compiled translation) --- ### Details The algorithm is relatively simple, most of TRS is just pairs of text lines that form a key/value map, with a few exceptions (comments, options). Current implementation of reading and writing TRS in the Editor may be found here: https://github.com/adventuregamestudio/ags/blob/master/Editor/AGS.Types/Translation.cs Implementation of the TRA writer in the Editor may be found here: https://github.com/adventuregamestudio/ags/blob/master/Editor/AGS.Editor/Components/TranslationsComponent.cs#L92 User documentation of TRS format: https://github.com/adventuregamestudio/ags-manual/wiki/Translations The existing Tool code in the current master branch: https://github.com/adventuregamestudio/ags/tree/master/Tools MSVS solution for standalone tools: https://github.com/adventuregamestudio/ags/blob/master/Solutions/Tools.sln
1.0
Tool: translation compiler - As a step of decoupling game compilation procedure from the Editor, we need a stand-alone tool that is run from the command-line, parses a translation source (TRS) file and writes a compiled translation (TRA) file in binary format. Should be written in the similar line with the existing tools, in C++ (#1262, #1264, #1269). Name suggestion: `trac` (TRAnslation Compiler). _NOTE:_ this task is exclusively in writing this tool, adjusting Editor is a separate task, so no need to concern yourself with that if you are doing this. In fact it's best to assume that Editor will not be present to ensure tool's work result has no reliance on it. **Input:** * a TRS file (AGS translation source); * path to output file; **Output** * a TRA file (AGS compiled translation) --- ### Details The algorithm is relatively simple, most of TRS is just pairs of text lines that form a key/value map, with a few exceptions (comments, options). Current implementation of reading and writing TRS in the Editor may be found here: https://github.com/adventuregamestudio/ags/blob/master/Editor/AGS.Types/Translation.cs Implementation of the TRA writer in the Editor may be found here: https://github.com/adventuregamestudio/ags/blob/master/Editor/AGS.Editor/Components/TranslationsComponent.cs#L92 User documentation of TRS format: https://github.com/adventuregamestudio/ags-manual/wiki/Translations The existing Tool code in the current master branch: https://github.com/adventuregamestudio/ags/tree/master/Tools MSVS solution for standalone tools: https://github.com/adventuregamestudio/ags/blob/master/Solutions/Tools.sln
non_test
tool translation compiler as a step of decoupling game compilation procedure from the editor we need a stand alone tool that is run from the command line parses a translation source trs file and writes a compiled translation tra file in binary format should be written in the similar line with the existing tools in c name suggestion trac translation compiler note this task is exclusively in writing this tool adjusting editor is a separate task so no need to concern yourself with that if you are doing this in fact it s best to assume that editor will not be present to ensure tool s work result has no reliance on it input a trs file ags translation source path to output file output a tra file ags compiled translation details the algorithm is relatively simple most of trs is just pairs of text lines that form a key value map with a few exceptions comments options current implementation of reading and writing trs in the editor may be found here implementation of the tra writer in the editor may be found here user documentation of trs format the existing tool code in the current master branch msvs solution for standalone tools
0
151,176
5,806,751,192
IssuesEvent
2017-05-04 04:34:28
vmware/vic
https://api.github.com/repos/vmware/vic
closed
Deleting containers VMs in vSphere may cause containers that use the same base image to fail to create.
area/storage area/vsphere component/imagec component/portlayer/storage kind/bug kind/customer-found kind/investigation kind/quality priority/high
See #2927. Users should not delete container vms from the vsphere side. However, this is extremely non-intuitive for those users. So we need to protect the VCH from having the images removed out from under them by VC. We should have a test that covers these conditions and that is tracked in #2925
1.0
Deleting containers VMs in vSphere may cause containers that use the same base image to fail to create. - See #2927. Users should not delete container vms from the vsphere side. However, this is extremely non-intuitive for those users. So we need to protect the VCH from having the images removed out from under them by VC. We should have a test that covers these conditions and that is tracked in #2925
non_test
deleting containers vms in vsphere may cause containers that use the same base image to fail to create see users should not delete container vms from the vsphere side however this is extremely non intuitive for those users so we need to protect the vch from having the images removed out from under them by vc we should have a test that covers these conditions and that is tracked in
0
16,119
2,872,987,030
IssuesEvent
2015-06-08 14:54:09
msimpson/pixelcity
https://api.github.com/repos/msimpson/pixelcity
closed
Doesn't render correctly on a dual monitor system.
auto-migrated Priority-Medium Type-Defect
``` What steps will reproduce the problem? 1. Be on a dual monitor system 2. Install screen saver 3. Click 'Preview' Instead of the neatly rendered buildings that appear normally, the buildings all appear solid black with no textures. The only part that renders as non-black is the lights along the "roads". This happened with PixelCity 1.0.005 on Windows XP 32bit. DirectX 9.0c (4.09.0000.0904) with up to date NVIDIA video drivers (182.50). Disabling dual monitor fixes the problem immediately. Enabling dual monitor again causes it to break. ``` Original issue reported on code.google.com by `s.mangel...@gmail.com` on 6 May 2009 at 12:59
1.0
Doesn't render correctly on a dual monitor system. - ``` What steps will reproduce the problem? 1. Be on a dual monitor system 2. Install screen saver 3. Click 'Preview' Instead of the neatly rendered buildings that appear normally, the buildings all appear solid black with no textures. The only part that renders as non-black is the lights along the "roads". This happened with PixelCity 1.0.005 on Windows XP 32bit. DirectX 9.0c (4.09.0000.0904) with up to date NVIDIA video drivers (182.50). Disabling dual monitor fixes the problem immediately. Enabling dual monitor again causes it to break. ``` Original issue reported on code.google.com by `s.mangel...@gmail.com` on 6 May 2009 at 12:59
non_test
doesn t render correctly on a dual monitor system what steps will reproduce the problem be on a dual monitor system install screen saver click preview instead of the neatly rendered buildings that appear normally the buildings all appear solid black with no textures the only part that renders as non black is the lights along the roads this happened with pixelcity on windows xp directx with up to date nvidia video drivers disabling dual monitor fixes the problem immediately enabling dual monitor again causes it to break original issue reported on code google com by s mangel gmail com on may at
0
311,047
9,527,435,257
IssuesEvent
2019-04-29 03:55:08
deep-compute/gitkanban
https://api.github.com/repos/deep-compute/gitkanban
closed
Bug: Pull request issues.
about-2hours-effort bug-type high-impact high-priority inprogress-status
* If a user gave a commit for code and later after some time he gave a PR for that commit then we have to consider PR created time instead of commit time to raise an alert.
1.0
Bug: Pull request issues. - * If a user gave a commit for code and later after some time he gave a PR for that commit then we have to consider PR created time instead of commit time to raise an alert.
non_test
bug pull request issues if a user gave a commit for code and later after some time he gave a pr for that commit then we have to consider pr created time instead of commit time to raise an alert
0
261,369
22,741,180,095
IssuesEvent
2022-07-07 04:03:58
ossf/scorecard-action
https://api.github.com/repos/ossf/scorecard-action
closed
Failing e2e tests - scorecard-golang on ossf-tests/scorecard-action
e2e automated-tests
Matrix: { "results_format": "sarif", "publish_results": false, "upload_result": true } Repo: https://github.com/ossf-tests/scorecard-action/tree/main Run: https://github.com/ossf-tests/scorecard-action/actions/runs/2626895983 Workflow name: scorecard-golang Workflow file: https://github.com/ossf-tests/scorecard-action/tree/main/.github/workflows/scorecards-golang.yml Trigger: workflow_dispatch Branch: main
1.0
Failing e2e tests - scorecard-golang on ossf-tests/scorecard-action - Matrix: { "results_format": "sarif", "publish_results": false, "upload_result": true } Repo: https://github.com/ossf-tests/scorecard-action/tree/main Run: https://github.com/ossf-tests/scorecard-action/actions/runs/2626895983 Workflow name: scorecard-golang Workflow file: https://github.com/ossf-tests/scorecard-action/tree/main/.github/workflows/scorecards-golang.yml Trigger: workflow_dispatch Branch: main
test
failing tests scorecard golang on ossf tests scorecard action matrix results format sarif publish results false upload result true repo run workflow name scorecard golang workflow file trigger workflow dispatch branch main
1
81,347
23,445,136,081
IssuesEvent
2022-08-15 18:48:09
dotnet/arcade
https://api.github.com/repos/dotnet/arcade
closed
Build failed: dotnet-arcade-validation-official/main #20220812.4
Build Failed
Build [#20220812.4](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_build/results?buildId=1941109) failed ## :x: : internal / dotnet-arcade-validation-official failed ### Summary **Finished** - Sat, 13 Aug 2022 00:46:57 GMT **Duration** - 41 minutes **Requested for** - Microsoft.VisualStudio.Services.TFS **Reason** - schedule ### Details #### Validate Build Assets - :x: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/1941109/logs/267) - .packages\microsoft.dotnet.arcade.sdk\7.0.0-beta.22412.4\tools\SdkTasks\SigningValidation.proj(0,0): error : Version 7.0.100-preview.7.22377.5 of the .NET SDK requires at least version 17.2.0 of MSBuild. The current available version of MSBuild is 17.1.0.7609. Change the .NET SDK specified in global.json to an older version that requires the MSBuild version currently available. - :x: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/1941109/logs/267) - .packages\microsoft.dotnet.arcade.sdk\7.0.0-beta.22412.4\tools\SdkTasks\SigningValidation.proj(0,0): error MSB4236: The SDK 'Microsoft.NET.Sdk' specified could not be found. ### Changes - [fc279f47](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_git/017fb734-e4b4-4cc1-a90f-98a09ac25cd5/commit/fc279f47f882b8baedbe376e7ddc9854c7072aea) - dotnet-maestro[bot] - [main] Update dependencies from dotnet/arcade (#3287)
1.0
Build failed: dotnet-arcade-validation-official/main #20220812.4 - Build [#20220812.4](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_build/results?buildId=1941109) failed ## :x: : internal / dotnet-arcade-validation-official failed ### Summary **Finished** - Sat, 13 Aug 2022 00:46:57 GMT **Duration** - 41 minutes **Requested for** - Microsoft.VisualStudio.Services.TFS **Reason** - schedule ### Details #### Validate Build Assets - :x: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/1941109/logs/267) - .packages\microsoft.dotnet.arcade.sdk\7.0.0-beta.22412.4\tools\SdkTasks\SigningValidation.proj(0,0): error : Version 7.0.100-preview.7.22377.5 of the .NET SDK requires at least version 17.2.0 of MSBuild. The current available version of MSBuild is 17.1.0.7609. Change the .NET SDK specified in global.json to an older version that requires the MSBuild version currently available. - :x: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/1941109/logs/267) - .packages\microsoft.dotnet.arcade.sdk\7.0.0-beta.22412.4\tools\SdkTasks\SigningValidation.proj(0,0): error MSB4236: The SDK 'Microsoft.NET.Sdk' specified could not be found. ### Changes - [fc279f47](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_git/017fb734-e4b4-4cc1-a90f-98a09ac25cd5/commit/fc279f47f882b8baedbe376e7ddc9854c7072aea) - dotnet-maestro[bot] - [main] Update dependencies from dotnet/arcade (#3287)
non_test
build failed dotnet arcade validation official main build failed x internal dotnet arcade validation official failed summary finished sat aug gmt duration minutes requested for microsoft visualstudio services tfs reason schedule details validate build assets x packages microsoft dotnet arcade sdk beta tools sdktasks signingvalidation proj error version preview of the net sdk requires at least version of msbuild the current available version of msbuild is change the net sdk specified in global json to an older version that requires the msbuild version currently available x packages microsoft dotnet arcade sdk beta tools sdktasks signingvalidation proj error the sdk microsoft net sdk specified could not be found changes dotnet maestro update dependencies from dotnet arcade
0
310,327
26,711,335,524
IssuesEvent
2023-01-28 00:37:04
devssa/onde-codar-em-salvador
https://api.github.com/repos/devssa/onde-codar-em-salvador
closed
[FULLSTACK] [SENIOR] [REMOTO] Desenvolvedor(a) Fullstack na [SITE MERCADO]
BANCO DE DADOS FULL-STACK SENIOR ORIENTAÇÃO A OBJETOS ASP.MVC WEB API ANGULAR REACT VUE SOLID AWS REMOTO ASP.NET AZURE TESTES UNITARIOS APIs RESTFUL TESTES AUTOMATIZADOS HELP WANTED Stale
<!-- ================================================== POR FAVOR, SÓ POSTE SE A VAGA FOR PARA SALVADOR E CIDADES VIZINHAS! Use: "Desenvolvedor Front-end" ao invés de "Front-End Developer" \o/ Exemplo: `[JAVASCRIPT] [MYSQL] [NODE.JS] Desenvolvedor Front-End na [NOME DA EMPRESA]` ================================================== --> ## Descrição da vaga - Como Desenvolvedor(a) Fullstack, você deverá ser capaz de trabalhar com toda a stack de desenvolvimento da aplicação. - Terá como premissa organizar e construir os softwares; - Organizar e manter os artefatos resultantes; - Comunicar e dar visibilidade sobre entraves com o máximo de antecedência possível; - Auxiliar na escolha da arquitetura e tecnologias mais adequadas ao desenvolvimento; - Facilitar a comunicação e trabalho em equipe são pontos imprescindíveis no seu dia a dia; - Assegurar a qualidade da entrega do produto. ## Local - Remoto ## Benefícios - Trabalho remoto pode ser uma possibilidade - Dresscode que respeita a sua individualidade - Vale Refeição - Plano de Saúde para você - Escritório moderno e com diversas coisas para ficar super relax ## Requisitos **Obrigatórios:** - Experiência em ASP.Net MVC e/ou Web.API 4+/Core; - Experiência com desenvolvimento Angular 2+, Vue ou React; - Conhecimento em Criação de APIs RESTFul; - Automatização de testes (unitários e mock); - Conhecimento em programação orientada à objetos e princípios SOLID; - Conhecimento em bancos de dados relacionais. - Experiência com Azure ou AWS **Diferenciais:** - Microservices - Serviços de mensageria ## Contratação - a combinar ## Nossa empresa - O SiteMercado está há 5 anos no mercado e é líder absoluto em e-commerce para supermercados no Brasil. Atualmente são aproximadamente mil lojas que atuam em 476 cidades em 24 estados, sendo a única plataforma nacional 100% focada a esse público. O SiteMercado agora é uma empresa do grupo iFood e juntos vão democratizar e acelerar ainda mais a digitalização dos supermercados. Centenas de varejos terão acesso a esse negócio e milhões de consumidores irão utilizar um serviço que impacta positivamente na rotina de seu dia a dia. É uma nova fase para o varejo alimentar no país! ## Como se candidatar - [Clique aqui para se candidatar](https://vagas.byintera.com/sitemercado/)
2.0
[FULLSTACK] [SENIOR] [REMOTO] Desenvolvedor(a) Fullstack na [SITE MERCADO] - <!-- ================================================== POR FAVOR, SÓ POSTE SE A VAGA FOR PARA SALVADOR E CIDADES VIZINHAS! Use: "Desenvolvedor Front-end" ao invés de "Front-End Developer" \o/ Exemplo: `[JAVASCRIPT] [MYSQL] [NODE.JS] Desenvolvedor Front-End na [NOME DA EMPRESA]` ================================================== --> ## Descrição da vaga - Como Desenvolvedor(a) Fullstack, você deverá ser capaz de trabalhar com toda a stack de desenvolvimento da aplicação. - Terá como premissa organizar e construir os softwares; - Organizar e manter os artefatos resultantes; - Comunicar e dar visibilidade sobre entraves com o máximo de antecedência possível; - Auxiliar na escolha da arquitetura e tecnologias mais adequadas ao desenvolvimento; - Facilitar a comunicação e trabalho em equipe são pontos imprescindíveis no seu dia a dia; - Assegurar a qualidade da entrega do produto. ## Local - Remoto ## Benefícios - Trabalho remoto pode ser uma possibilidade - Dresscode que respeita a sua individualidade - Vale Refeição - Plano de Saúde para você - Escritório moderno e com diversas coisas para ficar super relax ## Requisitos **Obrigatórios:** - Experiência em ASP.Net MVC e/ou Web.API 4+/Core; - Experiência com desenvolvimento Angular 2+, Vue ou React; - Conhecimento em Criação de APIs RESTFul; - Automatização de testes (unitários e mock); - Conhecimento em programação orientada à objetos e princípios SOLID; - Conhecimento em bancos de dados relacionais. - Experiência com Azure ou AWS **Diferenciais:** - Microservices - Serviços de mensageria ## Contratação - a combinar ## Nossa empresa - O SiteMercado está há 5 anos no mercado e é líder absoluto em e-commerce para supermercados no Brasil. Atualmente são aproximadamente mil lojas que atuam em 476 cidades em 24 estados, sendo a única plataforma nacional 100% focada a esse público. O SiteMercado agora é uma empresa do grupo iFood e juntos vão democratizar e acelerar ainda mais a digitalização dos supermercados. Centenas de varejos terão acesso a esse negócio e milhões de consumidores irão utilizar um serviço que impacta positivamente na rotina de seu dia a dia. É uma nova fase para o varejo alimentar no país! ## Como se candidatar - [Clique aqui para se candidatar](https://vagas.byintera.com/sitemercado/)
test
desenvolvedor a fullstack na por favor só poste se a vaga for para salvador e cidades vizinhas use desenvolvedor front end ao invés de front end developer o exemplo desenvolvedor front end na descrição da vaga como desenvolvedor a fullstack você deverá ser capaz de trabalhar com toda a stack de desenvolvimento da aplicação terá como premissa organizar e construir os softwares organizar e manter os artefatos resultantes comunicar e dar visibilidade sobre entraves com o máximo de antecedência possível auxiliar na escolha da arquitetura e tecnologias mais adequadas ao desenvolvimento facilitar a comunicação e trabalho em equipe são pontos imprescindíveis no seu dia a dia assegurar a qualidade da entrega do produto local remoto benefícios trabalho remoto pode ser uma possibilidade dresscode que respeita a sua individualidade vale refeição plano de saúde para você escritório moderno e com diversas coisas para ficar super relax requisitos obrigatórios experiência em asp net mvc e ou web api core experiência com desenvolvimento angular vue ou react conhecimento em criação de apis restful automatização de testes unitários e mock conhecimento em programação orientada à objetos e princípios solid conhecimento em bancos de dados relacionais experiência com azure ou aws diferenciais microservices serviços de mensageria contratação a combinar nossa empresa o sitemercado está há anos no mercado e é líder absoluto em e commerce para supermercados no brasil atualmente são aproximadamente mil lojas que atuam em cidades em estados sendo a única plataforma nacional focada a esse público o sitemercado agora é uma empresa do grupo ifood e juntos vão democratizar e acelerar ainda mais a digitalização dos supermercados centenas de varejos terão acesso a esse negócio e milhões de consumidores irão utilizar um serviço que impacta positivamente na rotina de seu dia a dia é uma nova fase para o varejo alimentar no país como se candidatar
1
104,006
8,957,771,960
IssuesEvent
2019-01-27 07:53:30
ABenchM/abm-frontend
https://api.github.com/repos/ABenchM/abm-frontend
closed
Unit test case for Forget/reset password functionality.
medium test cases
Add test cases to reset-password.component.spec.ts.
1.0
Unit test case for Forget/reset password functionality. - Add test cases to reset-password.component.spec.ts.
test
unit test case for forget reset password functionality add test cases to reset password component spec ts
1
308,584
26,615,015,247
IssuesEvent
2023-01-24 05:56:13
brave/brave-browser
https://api.github.com/repos/brave/brave-browser
closed
Follow-up to #27649: Additional confirmation to end of support message is not translated
l10n OS/Windows priority/P2 QA/Yes release-notes/exclude QA/Test-Plan-Specified OS/Desktop
Follow up to #27649 ## Steps to Reproduce <!--Please add a series of steps to reproduce the issue--> 1. Use Windows 7/ Windows 8 1. Run Brave in PL Polish Locale 1. Check the `Don't show again` checkmark on obsolete system infobar 1. Click `x` on obsolete system infobar 1. Check the additional dialog ## Actual result: <!--Please add screenshots if needed--> Additional confirmation to end of support message is not translated ![image](https://user-images.githubusercontent.com/34715963/213501500-db6a12a2-ee62-4112-a5fc-b65b5a422996.png) ## Expected result: Additional confirmation to end of support message is translated ## Reproduces how often: <!--[Easily reproduced/Intermittent issue/No steps to reproduce]--> Easily reproduced ## Brave version (brave://version info) <!--For installed build, please copy Brave, Revision and OS from brave://version and paste here. If building from source please mention it along with brave://version details--> Brave | 1.47.177 Chromium: 109.0.5414.87 (Official Build) (64-bit) -- | -- Revision | 2dc18eb511c56e012081b4abc9e38c81c885f7d4-refs/branch-heads/5414@{#1241} OS | Windows 7 x64 cc @rebron @mkarolin @kjozwiak
1.0
Follow-up to #27649: Additional confirmation to end of support message is not translated - Follow up to #27649 ## Steps to Reproduce <!--Please add a series of steps to reproduce the issue--> 1. Use Windows 7/ Windows 8 1. Run Brave in PL Polish Locale 1. Check the `Don't show again` checkmark on obsolete system infobar 1. Click `x` on obsolete system infobar 1. Check the additional dialog ## Actual result: <!--Please add screenshots if needed--> Additional confirmation to end of support message is not translated ![image](https://user-images.githubusercontent.com/34715963/213501500-db6a12a2-ee62-4112-a5fc-b65b5a422996.png) ## Expected result: Additional confirmation to end of support message is translated ## Reproduces how often: <!--[Easily reproduced/Intermittent issue/No steps to reproduce]--> Easily reproduced ## Brave version (brave://version info) <!--For installed build, please copy Brave, Revision and OS from brave://version and paste here. If building from source please mention it along with brave://version details--> Brave | 1.47.177 Chromium: 109.0.5414.87 (Official Build) (64-bit) -- | -- Revision | 2dc18eb511c56e012081b4abc9e38c81c885f7d4-refs/branch-heads/5414@{#1241} OS | Windows 7 x64 cc @rebron @mkarolin @kjozwiak
test
follow up to additional confirmation to end of support message is not translated follow up to steps to reproduce use windows windows run brave in pl polish locale check the don t show again checkmark on obsolete system infobar click x on obsolete system infobar check the additional dialog actual result additional confirmation to end of support message is not translated expected result additional confirmation to end of support message is translated reproduces how often easily reproduced brave version brave version info brave chromium official build bit revision refs branch heads os windows cc rebron mkarolin kjozwiak
1
35,562
4,995,899,852
IssuesEvent
2016-12-09 11:51:33
kubernetes/kubernetes
https://api.github.com/repos/kubernetes/kubernetes
opened
ci-kubernetes-e2e-gke-gci-1.4-gci-1.5-upgrade-master: broken test run
kind/flake priority/P2 team/test-infra
https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/logs/ci-kubernetes-e2e-gke-gci-1.4-gci-1.5-upgrade-master/18/ Multiple broken tests: Failed: [k8s.io] Nodes [Disruptive] [k8s.io] Resize [Slow] should be able to delete nodes {Kubernetes e2e suite} ``` /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/resize_nodes.go:452 Expected error: <*errors.errorString | 0xc821adee10>: { s: "failed to wait for pods responding: pod with UID d507caf8-bcd6-11e6-9dba-42010af0002a is no longer a member of the replica set. Must have been restarted for some reason. Current replica set: &{{ } {/api/v1/namespaces/e2e-tests-resize-nodes-vvr5w/pods 43012} [{{ } {my-hostname-delete-node-5rrrx my-hostname-delete-node- e2e-tests-resize-nodes-vvr5w /api/v1/namespaces/e2e-tests-resize-nodes-vvr5w/pods/my-hostname-delete-node-5rrrx d5080447-bcd6-11e6-9dba-42010af0002a 42708 0 2016-12-07 15:42:36 -0800 PST <nil> <nil> map[name:my-hostname-delete-node] map[kubernetes.io/created-by:{\"kind\":\"SerializedReference\",\"apiVersion\":\"v1\",\"reference\":{\"kind\":\"ReplicationController\",\"namespace\":\"e2e-tests-resize-nodes-vvr5w\",\"name\":\"my-hostname-delete-node\",\"uid\":\"d505bffd-bcd6-11e6-9dba-42010af0002a\",\"apiVersion\":\"v1\",\"resourceVersion\":\"42692\"}}\n] [{v1 ReplicationController my-hostname-delete-node d505bffd-bcd6-11e6-9dba-42010af0002a 0xc82193b197}] [] } {[{default-token-vwk8l {<nil> <nil> <nil> <nil> <nil> 0xc8218b1ce0 <nil> <nil> <nil> <nil> <nil> <nil> <nil> <nil> <nil> <nil> <nil> <nil> <nil> <nil> <nil> <nil>}}] [] [{my-hostname-delete-node gcr.io/google_containers/serve_hostname:v1.4 [] [] [{ 0 9376 TCP }] [] {map[] map[]} [{default-token-vwk8l true /var/run/secrets/kubernetes.io/serviceaccount }] <nil> <nil> <nil> /dev/termination-log IfNotPresent <nil> false false false}] Always 0xc82193b2a0 <nil> ClusterFirst map[] default gke-bootstrap-e2e-default-pool-e8de85f8-xmr5 0xc821efae00 [] } {Running [{Initialized True 0001-01-01 00:00:00 +0000 UTC 2016-12-07 15:42:36 -0800 PST } {Ready True 0001-01-01 00:00:00 +0000 UTC 2016-12-07 15:42:37 -0800 PST } {PodScheduled True 0001-01-01 00:00:00 +0000 UTC 2016-12-07 15:42:36 -0800 PST }] 10.240.0.5 10.96.3.22 2016-12-07 15:42:36 -0800 PST [] [{my-hostname-delete-node {<nil> 0xc821201dc0 <nil>} {<nil> <nil> <nil>} true 0 gcr.io/google_containers/serve_hostname:v1.4 docker://sha256:7f39284ddc3df6c8a89394c18278c895689f68c8bf180cfd03326771f4be9fb5 docker://08a8f7a8e945e762cd47497225c9a522f5c4659cb155b245e66d13ca22f90a43}]}} {{ } {my-hostname-delete-node-btjwv my-hostname-delete-node- e2e-tests-resize-nodes-vvr5w /api/v1/namespaces/e2e-tests-resize-nodes-vvr5w/pods/my-hostname-delete-node-btjwv d508330c-bcd6-11e6-9dba-42010af0002a 42710 0 2016-12-07 15:42:36 -0800 PST <nil> <nil> map[name:my-hostname-delete-node] map[kubernetes.io/created-by:{\"kind\":\"SerializedReference\",\"apiVersion\":\"v1\",\"reference\":{\"kind\":\"ReplicationController\",\"namespace\":\"e2e-tests-resize-nodes-vvr5w\",\"name\":\"my-hostname-delete-node\",\"uid\":\"d505bffd-bcd6-11e6-9dba-42010af0002a\",\"apiVersion\":\"v1\",\"resourceVersion\":\"42692\"}}\n] [{v1 ReplicationController my-hostname-delete-node d505bffd-bcd6-11e6-9dba-42010af0002a 0xc82193b537}] [] } {[{default-token-vwk8l {<nil> <nil> <nil> <nil> <nil> 0xc8218b1d40 <nil> <nil> <nil> <nil> <nil> <nil> <nil> <nil> <nil> <nil> <nil> <nil> <nil> <nil> <nil> <nil>}}] [] [{my-hostname-delete-node gcr.io/google_containers/serve_hostname:v1.4 [] [] [{ 0 9376 TCP }] [] {map[] map[]} [{default-token-vwk8l true /var/run/secrets/kubernetes.io/serviceaccount }] <nil> <nil> <nil> /dev/termination-log IfNotPresent <nil> false false false}] Always 0xc82193b660 <nil> ClusterFirst map[] default gke-bootstrap-e2e-default-pool-e8de85f8-ukiq 0xc821efaec0 [] } {Running [{Initialized True 0001-01-01 00:00:00 +0000 UTC 2016-12-07 15:42:36 -0800 PST } {Ready True 0001-01-01 00:00:00 +0000 UTC 2016-12-07 15:42:38 -0800 PST } {PodScheduled True 0001-01-01 00:00:00 +0000 UTC 2016-12-07 15:42:36 -0800 PST }] 10.240.0.4 10.96.2.30 2016-12-07 15:42:36 -0800 PST [] [{my-hostname-delete-node {<nil> 0xc821201e00 <nil>} {<nil> <nil> <nil>} true 0 gcr.io/google_containers/serve_hostname:v1.4 docker://sha256:7f39284ddc3df6c8a89394c18278c895689f68c8bf180cfd03326771f4be9fb5 docker://3dd2c77ef797106ea44302900e95c174ac113e4bacb83608c2872a81dd5bb50f}]}} {{ } {my-hostname-delete-node-wq0df my-hostname-delete-node- e2e-tests-resize-nodes-vvr5w /api/v1/namespaces/e2e-tests-resize-nodes-vvr5w/pods/my-hostname-delete-node-wq0df 04e7b430-bcd7-11e6-9dba-42010af0002a 42852 0 2016-12-07 15:43:56 -0800 PST <nil> <nil> map[name:my-hostname-delete-node] map[kubernetes.io/created-by:{\"kind\":\"SerializedReference\",\"apiVersion\":\"v1\",\"reference\":{\"kind\":\"ReplicationController\",\"namespace\":\"e2e-tests-resize-nodes-vvr5w\",\"name\":\"my-hostname-delete-node\",\"uid\":\"d505bffd-bcd6-11e6-9dba-42010af0002a\",\"apiVersion\":\"v1\",\"resourceVersion\":\"42770\"}}\n] [{v1 ReplicationController my-hostname-delete-node d505bffd-bcd6-11e6-9dba-42010af0002a 0xc82193b967}] [] } {[{default-token-vwk8l {<nil> <nil> <nil> <nil> <nil> 0xc8218b1da0 <nil> <nil> <nil> <nil> <nil> <nil> <nil> <nil> <nil> <nil> <nil> <nil> <nil> <nil> <nil> <nil>}}] [] [{my-hostname-delete-node gcr.io/google_containers/serve_hostname:v1.4 [] [] [{ 0 9376 TCP }] [] {map[] map[]} [{default-token-vwk8l true /var/run/secrets/kubernetes.io/serviceaccount }] <nil> <nil> <nil> /dev/termination-log IfNotPresent <nil> false false false}] Always 0xc82193ba70 <nil> ClusterFirst map[] default gke-bootstrap-e2e-default-pool-e8de85f8-xmr5 0xc821efaf80 [] } {Running [{Initialized True 0001-01-01 00:00:00 +0000 UTC 2016-12-07 15:43:56 -0800 PST } {Ready True 0001-01-01 00:00:00 +0000 UTC 2016-12-07 15:43:57 -0800 PST } {PodScheduled True 0001-01-01 00:00:00 +0000 UTC 2016-12-07 15:43:56 -0800 PST }] 10.240.0.5 10.96.3.23 2016-12-07 15:43:56 -0800 PST [] [{my-hostname-delete-node {<nil> 0xc821201e20 <nil>} {<nil> <nil> <nil>} true 0 gcr.io/google_containers/serve_hostname:v1.4 docker://sha256:7f39284ddc3df6c8a89394c18278c895689f68c8bf180cfd03326771f4be9fb5 docker://7e296eb487c9a4383f28b356eba96235da678c39fa033d4d0195b388e6f87172}]}}]}", } failed to wait for pods responding: pod with UID d507caf8-bcd6-11e6-9dba-42010af0002a is no longer a member of the replica set. Must have been restarted for some reason. Current replica set: &{{ } {/api/v1/namespaces/e2e-tests-resize-nodes-vvr5w/pods 43012} [{{ } {my-hostname-delete-node-5rrrx my-hostname-delete-node- e2e-tests-resize-nodes-vvr5w /api/v1/namespaces/e2e-tests-resize-nodes-vvr5w/pods/my-hostname-delete-node-5rrrx d5080447-bcd6-11e6-9dba-42010af0002a 42708 0 2016-12-07 15:42:36 -0800 PST <nil> <nil> map[name:my-hostname-delete-node] map[kubernetes.io/created-by:{"kind":"SerializedReference","apiVersion":"v1","reference":{"kind":"ReplicationController","namespace":"e2e-tests-resize-nodes-vvr5w","name":"my-hostname-delete-node","uid":"d505bffd-bcd6-11e6-9dba-42010af0002a","apiVersion":"v1","resourceVersion":"42692"}} ] [{v1 ReplicationController my-hostname-delete-node d505bffd-bcd6-11e6-9dba-42010af0002a 0xc82193b197}] [] } {[{default-token-vwk8l {<nil> <nil> <nil> <nil> <nil> 0xc8218b1ce0 <nil> <nil> <nil> <nil> <nil> <nil> <nil> <nil> <nil> <nil> <nil> <nil> <nil> <nil> <nil> <nil>}}] [] [{my-hostname-delete-node gcr.io/google_containers/serve_hostname:v1.4 [] [] [{ 0 9376 TCP }] [] {map[] map[]} [{default-token-vwk8l true /var/run/secrets/kubernetes.io/serviceaccount }] <nil> <nil> <nil> /dev/termination-log IfNotPresent <nil> false false false}] Always 0xc82193b2a0 <nil> ClusterFirst map[] default gke-bootstrap-e2e-default-pool-e8de85f8-xmr5 0xc821efae00 [] } {Running [{Initialized True 0001-01-01 00:00:00 +0000 UTC 2016-12-07 15:42:36 -0800 PST } {Ready True 0001-01-01 00:00:00 +0000 UTC 2016-12-07 15:42:37 -0800 PST } {PodScheduled True 0001-01-01 00:00:00 +0000 UTC 2016-12-07 15:42:36 -0800 PST }] 10.240.0.5 10.96.3.22 2016-12-07 15:42:36 -0800 PST [] [{my-hostname-delete-node {<nil> 0xc821201dc0 <nil>} {<nil> <nil> <nil>} true 0 gcr.io/google_containers/serve_hostname:v1.4 docker://sha256:7f39284ddc3df6c8a89394c18278c895689f68c8bf180cfd03326771f4be9fb5 docker://08a8f7a8e945e762cd47497225c9a522f5c4659cb155b245e66d13ca22f90a43}]}} {{ } {my-hostname-delete-node-btjwv my-hostname-delete-node- e2e-tests-resize-nodes-vvr5w /api/v1/namespaces/e2e-tests-resize-nodes-vvr5w/pods/my-hostname-delete-node-btjwv d508330c-bcd6-11e6-9dba-42010af0002a 42710 0 2016-12-07 15:42:36 -0800 PST <nil> <nil> map[name:my-hostname-delete-node] map[kubernetes.io/created-by:{"kind":"SerializedReference","apiVersion":"v1","reference":{"kind":"ReplicationController","namespace":"e2e-tests-resize-nodes-vvr5w","name":"my-hostname-delete-node","uid":"d505bffd-bcd6-11e6-9dba-42010af0002a","apiVersion":"v1","resourceVersion":"42692"}} ] [{v1 ReplicationController my-hostname-delete-node d505bffd-bcd6-11e6-9dba-42010af0002a 0xc82193b537}] [] } {[{default-token-vwk8l {<nil> <nil> <nil> <nil> <nil> 0xc8218b1d40 <nil> <nil> <nil> <nil> <nil> <nil> <nil> <nil> <nil> <nil> <nil> <nil> <nil> <nil> <nil> <nil>}}] [] [{my-hostname-delete-node gcr.io/google_containers/serve_hostname:v1.4 [] [] [{ 0 9376 TCP }] [] {map[] map[]} [{default-token-vwk8l true /var/run/secrets/kubernetes.io/serviceaccount }] <nil> <nil> <nil> /dev/termination-log IfNotPresent <nil> false false false}] Always 0xc82193b660 <nil> ClusterFirst map[] default gke-bootstrap-e2e-default-pool-e8de85f8-ukiq 0xc821efaec0 [] } {Running [{Initialized True 0001-01-01 00:00:00 +0000 UTC 2016-12-07 15:42:36 -0800 PST } {Ready True 0001-01-01 00:00:00 +0000 UTC 2016-12-07 15:42:38 -0800 PST } {PodScheduled True 0001-01-01 00:00:00 +0000 UTC 2016-12-07 15:42:36 -0800 PST }] 10.240.0.4 10.96.2.30 2016-12-07 15:42:36 -0800 PST [] [{my-hostname-delete-node {<nil> 0xc821201e00 <nil>} {<nil> <nil> <nil>} true 0 gcr.io/google_containers/serve_hostname:v1.4 docker://sha256:7f39284ddc3df6c8a89394c18278c895689f68c8bf180cfd03326771f4be9fb5 docker://3dd2c77ef797106ea44302900e95c174ac113e4bacb83608c2872a81dd5bb50f}]}} {{ } {my-hostname-delete-node-wq0df my-hostname-delete-node- e2e-tests-resize-nodes-vvr5w /api/v1/namespaces/e2e-tests-resize-nodes-vvr5w/pods/my-hostname-delete-node-wq0df 04e7b430-bcd7-11e6-9dba-42010af0002a 42852 0 2016-12-07 15:43:56 -0800 PST <nil> <nil> map[name:my-hostname-delete-node] map[kubernetes.io/created-by:{"kind":"SerializedReference","apiVersion":"v1","reference":{"kind":"ReplicationController","namespace":"e2e-tests-resize-nodes-vvr5w","name":"my-hostname-delete-node","uid":"d505bffd-bcd6-11e6-9dba-42010af0002a","apiVersion":"v1","resourceVersion":"42770"}} ] [{v1 ReplicationController my-hostname-delete-node d505bffd-bcd6-11e6-9dba-42010af0002a 0xc82193b967}] [] } {[{default-token-vwk8l {<nil> <nil> <nil> <nil> <nil> 0xc8218b1da0 <nil> <nil> <nil> <nil> <nil> <nil> <nil> <nil> <nil> <nil> <nil> <nil> <nil> <nil> <nil> <nil>}}] [] [{my-hostname-delete-node gcr.io/google_containers/serve_hostname:v1.4 [] [] [{ 0 9376 TCP }] [] {map[] map[]} [{default-token-vwk8l true /var/run/secrets/kubernetes.io/serviceaccount }] <nil> <nil> <nil> /dev/termination-log IfNotPresent <nil> false false false}] Always 0xc82193ba70 <nil> ClusterFirst map[] default gke-bootstrap-e2e-default-pool-e8de85f8-xmr5 0xc821efaf80 [] } {Running [{Initialized True 0001-01-01 00:00:00 +0000 UTC 2016-12-07 15:43:56 -0800 PST } {Ready True 0001-01-01 00:00:00 +0000 UTC 2016-12-07 15:43:57 -0800 PST } {PodScheduled True 0001-01-01 00:00:00 +0000 UTC 2016-12-07 15:43:56 -0800 PST }] 10.240.0.5 10.96.3.23 2016-12-07 15:43:56 -0800 PST [] [{my-hostname-delete-node {<nil> 0xc821201e20 <nil>} {<nil> <nil> <nil>} true 0 gcr.io/google_containers/serve_hostname:v1.4 docker://sha256:7f39284ddc3df6c8a89394c18278c895689f68c8bf180cfd03326771f4be9fb5 docker://7e296eb487c9a4383f28b356eba96235da678c39fa033d4d0195b388e6f87172}]}}]} not to have occurred /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/resize_nodes.go:451 ``` Issues about this test specifically: #27233 #36204 Failed: [k8s.io] Deployment overlapping deployment should not fight with each other {Kubernetes e2e suite} ``` /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/deployment.go:92 Failed to update the first deployment's overlapping annotation Expected error: <*errors.errorString | 0xc82019ca30>: { s: "timed out waiting for the condition", } timed out waiting for the condition not to have occurred /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/deployment.go:1244 ``` Issues about this test specifically: #31502 #32947 Failed: [k8s.io] Job should fail a job {Kubernetes e2e suite} ``` /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/job.go:198 Expected error: <*errors.errorString | 0xc82019ca30>: { s: "timed out waiting for the condition", } timed out waiting for the condition not to have occurred /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/job.go:197 ``` Issues about this test specifically: #28773 #29506 #30699 #32734 #34585 #38391 Failed: [k8s.io] Rescheduler [Serial] should ensure that critical pod is scheduled in case there is no resources available {Kubernetes e2e suite} ``` /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/rescheduler.go:67 Expected <int>: 0 to equal <int>: 1 /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/rescheduler.go:59 ``` Issues about this test specifically: #31277 #31347 #31710 #32260 #32531 Failed: [k8s.io] V1Job should fail a job [Slow] {Kubernetes e2e suite} ``` /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/batch_v1_jobs.go:202 Expected error: <*errors.errorString | 0xc82019ca30>: { s: "timed out waiting for the condition", } timed out waiting for the condition not to have occurred /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/batch_v1_jobs.go:201 ``` Issues about this test specifically: #37427
1.0
ci-kubernetes-e2e-gke-gci-1.4-gci-1.5-upgrade-master: broken test run - https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/logs/ci-kubernetes-e2e-gke-gci-1.4-gci-1.5-upgrade-master/18/ Multiple broken tests: Failed: [k8s.io] Nodes [Disruptive] [k8s.io] Resize [Slow] should be able to delete nodes {Kubernetes e2e suite} ``` /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/resize_nodes.go:452 Expected error: <*errors.errorString | 0xc821adee10>: { s: "failed to wait for pods responding: pod with UID d507caf8-bcd6-11e6-9dba-42010af0002a is no longer a member of the replica set. Must have been restarted for some reason. Current replica set: &{{ } {/api/v1/namespaces/e2e-tests-resize-nodes-vvr5w/pods 43012} [{{ } {my-hostname-delete-node-5rrrx my-hostname-delete-node- e2e-tests-resize-nodes-vvr5w /api/v1/namespaces/e2e-tests-resize-nodes-vvr5w/pods/my-hostname-delete-node-5rrrx d5080447-bcd6-11e6-9dba-42010af0002a 42708 0 2016-12-07 15:42:36 -0800 PST <nil> <nil> map[name:my-hostname-delete-node] map[kubernetes.io/created-by:{\"kind\":\"SerializedReference\",\"apiVersion\":\"v1\",\"reference\":{\"kind\":\"ReplicationController\",\"namespace\":\"e2e-tests-resize-nodes-vvr5w\",\"name\":\"my-hostname-delete-node\",\"uid\":\"d505bffd-bcd6-11e6-9dba-42010af0002a\",\"apiVersion\":\"v1\",\"resourceVersion\":\"42692\"}}\n] [{v1 ReplicationController my-hostname-delete-node d505bffd-bcd6-11e6-9dba-42010af0002a 0xc82193b197}] [] } {[{default-token-vwk8l {<nil> <nil> <nil> <nil> <nil> 0xc8218b1ce0 <nil> <nil> <nil> <nil> <nil> <nil> <nil> <nil> <nil> <nil> <nil> <nil> <nil> <nil> <nil> <nil>}}] [] [{my-hostname-delete-node gcr.io/google_containers/serve_hostname:v1.4 [] [] [{ 0 9376 TCP }] [] {map[] map[]} [{default-token-vwk8l true /var/run/secrets/kubernetes.io/serviceaccount }] <nil> <nil> <nil> /dev/termination-log IfNotPresent <nil> false false false}] Always 0xc82193b2a0 <nil> ClusterFirst map[] default gke-bootstrap-e2e-default-pool-e8de85f8-xmr5 0xc821efae00 [] } {Running [{Initialized True 0001-01-01 00:00:00 +0000 UTC 2016-12-07 15:42:36 -0800 PST } {Ready True 0001-01-01 00:00:00 +0000 UTC 2016-12-07 15:42:37 -0800 PST } {PodScheduled True 0001-01-01 00:00:00 +0000 UTC 2016-12-07 15:42:36 -0800 PST }] 10.240.0.5 10.96.3.22 2016-12-07 15:42:36 -0800 PST [] [{my-hostname-delete-node {<nil> 0xc821201dc0 <nil>} {<nil> <nil> <nil>} true 0 gcr.io/google_containers/serve_hostname:v1.4 docker://sha256:7f39284ddc3df6c8a89394c18278c895689f68c8bf180cfd03326771f4be9fb5 docker://08a8f7a8e945e762cd47497225c9a522f5c4659cb155b245e66d13ca22f90a43}]}} {{ } {my-hostname-delete-node-btjwv my-hostname-delete-node- e2e-tests-resize-nodes-vvr5w /api/v1/namespaces/e2e-tests-resize-nodes-vvr5w/pods/my-hostname-delete-node-btjwv d508330c-bcd6-11e6-9dba-42010af0002a 42710 0 2016-12-07 15:42:36 -0800 PST <nil> <nil> map[name:my-hostname-delete-node] map[kubernetes.io/created-by:{\"kind\":\"SerializedReference\",\"apiVersion\":\"v1\",\"reference\":{\"kind\":\"ReplicationController\",\"namespace\":\"e2e-tests-resize-nodes-vvr5w\",\"name\":\"my-hostname-delete-node\",\"uid\":\"d505bffd-bcd6-11e6-9dba-42010af0002a\",\"apiVersion\":\"v1\",\"resourceVersion\":\"42692\"}}\n] [{v1 ReplicationController my-hostname-delete-node d505bffd-bcd6-11e6-9dba-42010af0002a 0xc82193b537}] [] } {[{default-token-vwk8l {<nil> <nil> <nil> <nil> <nil> 0xc8218b1d40 <nil> <nil> <nil> <nil> <nil> <nil> <nil> <nil> <nil> <nil> <nil> <nil> <nil> <nil> <nil> <nil>}}] [] [{my-hostname-delete-node gcr.io/google_containers/serve_hostname:v1.4 [] [] [{ 0 9376 TCP }] [] {map[] map[]} [{default-token-vwk8l true /var/run/secrets/kubernetes.io/serviceaccount }] <nil> <nil> <nil> /dev/termination-log IfNotPresent <nil> false false false}] Always 0xc82193b660 <nil> ClusterFirst map[] default gke-bootstrap-e2e-default-pool-e8de85f8-ukiq 0xc821efaec0 [] } {Running [{Initialized True 0001-01-01 00:00:00 +0000 UTC 2016-12-07 15:42:36 -0800 PST } {Ready True 0001-01-01 00:00:00 +0000 UTC 2016-12-07 15:42:38 -0800 PST } {PodScheduled True 0001-01-01 00:00:00 +0000 UTC 2016-12-07 15:42:36 -0800 PST }] 10.240.0.4 10.96.2.30 2016-12-07 15:42:36 -0800 PST [] [{my-hostname-delete-node {<nil> 0xc821201e00 <nil>} {<nil> <nil> <nil>} true 0 gcr.io/google_containers/serve_hostname:v1.4 docker://sha256:7f39284ddc3df6c8a89394c18278c895689f68c8bf180cfd03326771f4be9fb5 docker://3dd2c77ef797106ea44302900e95c174ac113e4bacb83608c2872a81dd5bb50f}]}} {{ } {my-hostname-delete-node-wq0df my-hostname-delete-node- e2e-tests-resize-nodes-vvr5w /api/v1/namespaces/e2e-tests-resize-nodes-vvr5w/pods/my-hostname-delete-node-wq0df 04e7b430-bcd7-11e6-9dba-42010af0002a 42852 0 2016-12-07 15:43:56 -0800 PST <nil> <nil> map[name:my-hostname-delete-node] map[kubernetes.io/created-by:{\"kind\":\"SerializedReference\",\"apiVersion\":\"v1\",\"reference\":{\"kind\":\"ReplicationController\",\"namespace\":\"e2e-tests-resize-nodes-vvr5w\",\"name\":\"my-hostname-delete-node\",\"uid\":\"d505bffd-bcd6-11e6-9dba-42010af0002a\",\"apiVersion\":\"v1\",\"resourceVersion\":\"42770\"}}\n] [{v1 ReplicationController my-hostname-delete-node d505bffd-bcd6-11e6-9dba-42010af0002a 0xc82193b967}] [] } {[{default-token-vwk8l {<nil> <nil> <nil> <nil> <nil> 0xc8218b1da0 <nil> <nil> <nil> <nil> <nil> <nil> <nil> <nil> <nil> <nil> <nil> <nil> <nil> <nil> <nil> <nil>}}] [] [{my-hostname-delete-node gcr.io/google_containers/serve_hostname:v1.4 [] [] [{ 0 9376 TCP }] [] {map[] map[]} [{default-token-vwk8l true /var/run/secrets/kubernetes.io/serviceaccount }] <nil> <nil> <nil> /dev/termination-log IfNotPresent <nil> false false false}] Always 0xc82193ba70 <nil> ClusterFirst map[] default gke-bootstrap-e2e-default-pool-e8de85f8-xmr5 0xc821efaf80 [] } {Running [{Initialized True 0001-01-01 00:00:00 +0000 UTC 2016-12-07 15:43:56 -0800 PST } {Ready True 0001-01-01 00:00:00 +0000 UTC 2016-12-07 15:43:57 -0800 PST } {PodScheduled True 0001-01-01 00:00:00 +0000 UTC 2016-12-07 15:43:56 -0800 PST }] 10.240.0.5 10.96.3.23 2016-12-07 15:43:56 -0800 PST [] [{my-hostname-delete-node {<nil> 0xc821201e20 <nil>} {<nil> <nil> <nil>} true 0 gcr.io/google_containers/serve_hostname:v1.4 docker://sha256:7f39284ddc3df6c8a89394c18278c895689f68c8bf180cfd03326771f4be9fb5 docker://7e296eb487c9a4383f28b356eba96235da678c39fa033d4d0195b388e6f87172}]}}]}", } failed to wait for pods responding: pod with UID d507caf8-bcd6-11e6-9dba-42010af0002a is no longer a member of the replica set. Must have been restarted for some reason. Current replica set: &{{ } {/api/v1/namespaces/e2e-tests-resize-nodes-vvr5w/pods 43012} [{{ } {my-hostname-delete-node-5rrrx my-hostname-delete-node- e2e-tests-resize-nodes-vvr5w /api/v1/namespaces/e2e-tests-resize-nodes-vvr5w/pods/my-hostname-delete-node-5rrrx d5080447-bcd6-11e6-9dba-42010af0002a 42708 0 2016-12-07 15:42:36 -0800 PST <nil> <nil> map[name:my-hostname-delete-node] map[kubernetes.io/created-by:{"kind":"SerializedReference","apiVersion":"v1","reference":{"kind":"ReplicationController","namespace":"e2e-tests-resize-nodes-vvr5w","name":"my-hostname-delete-node","uid":"d505bffd-bcd6-11e6-9dba-42010af0002a","apiVersion":"v1","resourceVersion":"42692"}} ] [{v1 ReplicationController my-hostname-delete-node d505bffd-bcd6-11e6-9dba-42010af0002a 0xc82193b197}] [] } {[{default-token-vwk8l {<nil> <nil> <nil> <nil> <nil> 0xc8218b1ce0 <nil> <nil> <nil> <nil> <nil> <nil> <nil> <nil> <nil> <nil> <nil> <nil> <nil> <nil> <nil> <nil>}}] [] [{my-hostname-delete-node gcr.io/google_containers/serve_hostname:v1.4 [] [] [{ 0 9376 TCP }] [] {map[] map[]} [{default-token-vwk8l true /var/run/secrets/kubernetes.io/serviceaccount }] <nil> <nil> <nil> /dev/termination-log IfNotPresent <nil> false false false}] Always 0xc82193b2a0 <nil> ClusterFirst map[] default gke-bootstrap-e2e-default-pool-e8de85f8-xmr5 0xc821efae00 [] } {Running [{Initialized True 0001-01-01 00:00:00 +0000 UTC 2016-12-07 15:42:36 -0800 PST } {Ready True 0001-01-01 00:00:00 +0000 UTC 2016-12-07 15:42:37 -0800 PST } {PodScheduled True 0001-01-01 00:00:00 +0000 UTC 2016-12-07 15:42:36 -0800 PST }] 10.240.0.5 10.96.3.22 2016-12-07 15:42:36 -0800 PST [] [{my-hostname-delete-node {<nil> 0xc821201dc0 <nil>} {<nil> <nil> <nil>} true 0 gcr.io/google_containers/serve_hostname:v1.4 docker://sha256:7f39284ddc3df6c8a89394c18278c895689f68c8bf180cfd03326771f4be9fb5 docker://08a8f7a8e945e762cd47497225c9a522f5c4659cb155b245e66d13ca22f90a43}]}} {{ } {my-hostname-delete-node-btjwv my-hostname-delete-node- e2e-tests-resize-nodes-vvr5w /api/v1/namespaces/e2e-tests-resize-nodes-vvr5w/pods/my-hostname-delete-node-btjwv d508330c-bcd6-11e6-9dba-42010af0002a 42710 0 2016-12-07 15:42:36 -0800 PST <nil> <nil> map[name:my-hostname-delete-node] map[kubernetes.io/created-by:{"kind":"SerializedReference","apiVersion":"v1","reference":{"kind":"ReplicationController","namespace":"e2e-tests-resize-nodes-vvr5w","name":"my-hostname-delete-node","uid":"d505bffd-bcd6-11e6-9dba-42010af0002a","apiVersion":"v1","resourceVersion":"42692"}} ] [{v1 ReplicationController my-hostname-delete-node d505bffd-bcd6-11e6-9dba-42010af0002a 0xc82193b537}] [] } {[{default-token-vwk8l {<nil> <nil> <nil> <nil> <nil> 0xc8218b1d40 <nil> <nil> <nil> <nil> <nil> <nil> <nil> <nil> <nil> <nil> <nil> <nil> <nil> <nil> <nil> <nil>}}] [] [{my-hostname-delete-node gcr.io/google_containers/serve_hostname:v1.4 [] [] [{ 0 9376 TCP }] [] {map[] map[]} [{default-token-vwk8l true /var/run/secrets/kubernetes.io/serviceaccount }] <nil> <nil> <nil> /dev/termination-log IfNotPresent <nil> false false false}] Always 0xc82193b660 <nil> ClusterFirst map[] default gke-bootstrap-e2e-default-pool-e8de85f8-ukiq 0xc821efaec0 [] } {Running [{Initialized True 0001-01-01 00:00:00 +0000 UTC 2016-12-07 15:42:36 -0800 PST } {Ready True 0001-01-01 00:00:00 +0000 UTC 2016-12-07 15:42:38 -0800 PST } {PodScheduled True 0001-01-01 00:00:00 +0000 UTC 2016-12-07 15:42:36 -0800 PST }] 10.240.0.4 10.96.2.30 2016-12-07 15:42:36 -0800 PST [] [{my-hostname-delete-node {<nil> 0xc821201e00 <nil>} {<nil> <nil> <nil>} true 0 gcr.io/google_containers/serve_hostname:v1.4 docker://sha256:7f39284ddc3df6c8a89394c18278c895689f68c8bf180cfd03326771f4be9fb5 docker://3dd2c77ef797106ea44302900e95c174ac113e4bacb83608c2872a81dd5bb50f}]}} {{ } {my-hostname-delete-node-wq0df my-hostname-delete-node- e2e-tests-resize-nodes-vvr5w /api/v1/namespaces/e2e-tests-resize-nodes-vvr5w/pods/my-hostname-delete-node-wq0df 04e7b430-bcd7-11e6-9dba-42010af0002a 42852 0 2016-12-07 15:43:56 -0800 PST <nil> <nil> map[name:my-hostname-delete-node] map[kubernetes.io/created-by:{"kind":"SerializedReference","apiVersion":"v1","reference":{"kind":"ReplicationController","namespace":"e2e-tests-resize-nodes-vvr5w","name":"my-hostname-delete-node","uid":"d505bffd-bcd6-11e6-9dba-42010af0002a","apiVersion":"v1","resourceVersion":"42770"}} ] [{v1 ReplicationController my-hostname-delete-node d505bffd-bcd6-11e6-9dba-42010af0002a 0xc82193b967}] [] } {[{default-token-vwk8l {<nil> <nil> <nil> <nil> <nil> 0xc8218b1da0 <nil> <nil> <nil> <nil> <nil> <nil> <nil> <nil> <nil> <nil> <nil> <nil> <nil> <nil> <nil> <nil>}}] [] [{my-hostname-delete-node gcr.io/google_containers/serve_hostname:v1.4 [] [] [{ 0 9376 TCP }] [] {map[] map[]} [{default-token-vwk8l true /var/run/secrets/kubernetes.io/serviceaccount }] <nil> <nil> <nil> /dev/termination-log IfNotPresent <nil> false false false}] Always 0xc82193ba70 <nil> ClusterFirst map[] default gke-bootstrap-e2e-default-pool-e8de85f8-xmr5 0xc821efaf80 [] } {Running [{Initialized True 0001-01-01 00:00:00 +0000 UTC 2016-12-07 15:43:56 -0800 PST } {Ready True 0001-01-01 00:00:00 +0000 UTC 2016-12-07 15:43:57 -0800 PST } {PodScheduled True 0001-01-01 00:00:00 +0000 UTC 2016-12-07 15:43:56 -0800 PST }] 10.240.0.5 10.96.3.23 2016-12-07 15:43:56 -0800 PST [] [{my-hostname-delete-node {<nil> 0xc821201e20 <nil>} {<nil> <nil> <nil>} true 0 gcr.io/google_containers/serve_hostname:v1.4 docker://sha256:7f39284ddc3df6c8a89394c18278c895689f68c8bf180cfd03326771f4be9fb5 docker://7e296eb487c9a4383f28b356eba96235da678c39fa033d4d0195b388e6f87172}]}}]} not to have occurred /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/resize_nodes.go:451 ``` Issues about this test specifically: #27233 #36204 Failed: [k8s.io] Deployment overlapping deployment should not fight with each other {Kubernetes e2e suite} ``` /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/deployment.go:92 Failed to update the first deployment's overlapping annotation Expected error: <*errors.errorString | 0xc82019ca30>: { s: "timed out waiting for the condition", } timed out waiting for the condition not to have occurred /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/deployment.go:1244 ``` Issues about this test specifically: #31502 #32947 Failed: [k8s.io] Job should fail a job {Kubernetes e2e suite} ``` /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/job.go:198 Expected error: <*errors.errorString | 0xc82019ca30>: { s: "timed out waiting for the condition", } timed out waiting for the condition not to have occurred /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/job.go:197 ``` Issues about this test specifically: #28773 #29506 #30699 #32734 #34585 #38391 Failed: [k8s.io] Rescheduler [Serial] should ensure that critical pod is scheduled in case there is no resources available {Kubernetes e2e suite} ``` /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/rescheduler.go:67 Expected <int>: 0 to equal <int>: 1 /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/rescheduler.go:59 ``` Issues about this test specifically: #31277 #31347 #31710 #32260 #32531 Failed: [k8s.io] V1Job should fail a job [Slow] {Kubernetes e2e suite} ``` /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/batch_v1_jobs.go:202 Expected error: <*errors.errorString | 0xc82019ca30>: { s: "timed out waiting for the condition", } timed out waiting for the condition not to have occurred /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/batch_v1_jobs.go:201 ``` Issues about this test specifically: #37427
test
ci kubernetes gke gci gci upgrade master broken test run multiple broken tests failed nodes resize should be able to delete nodes kubernetes suite go src io kubernetes output dockerized go src io kubernetes test resize nodes go expected error s failed to wait for pods responding pod with uid is no longer a member of the replica set must have been restarted for some reason current replica set api namespaces tests resize nodes pods map map map dev termination log ifnotpresent false false false always clusterfirst map default gke bootstrap default pool running pst my hostname delete node btjwv my hostname delete node tests resize nodes api namespaces tests resize nodes pods my hostname delete node btjwv pst map map map map dev termination log ifnotpresent false false false always clusterfirst map default gke bootstrap default pool ukiq running pst my hostname delete node my hostname delete node tests resize nodes api namespaces tests resize nodes pods my hostname delete node pst map map map map dev termination log ifnotpresent false false false always clusterfirst map default gke bootstrap default pool running pst failed to wait for pods responding pod with uid is no longer a member of the replica set must have been restarted for some reason current replica set api namespaces tests resize nodes pods map kubernetes io created by kind serializedreference apiversion reference kind replicationcontroller namespace tests resize nodes name my hostname delete node uid apiversion resourceversion map map dev termination log ifnotpresent false false false always clusterfirst map default gke bootstrap default pool running pst my hostname delete node btjwv my hostname delete node tests resize nodes api namespaces tests resize nodes pods my hostname delete node btjwv pst map map kubernetes io created by kind serializedreference apiversion reference kind replicationcontroller namespace tests resize nodes name my hostname delete node uid apiversion resourceversion map map dev termination log ifnotpresent false false false always clusterfirst map default gke bootstrap default pool ukiq running pst my hostname delete node my hostname delete node tests resize nodes api namespaces tests resize nodes pods my hostname delete node pst map map kubernetes io created by kind serializedreference apiversion reference kind replicationcontroller namespace tests resize nodes name my hostname delete node uid apiversion resourceversion map map dev termination log ifnotpresent false false false always clusterfirst map default gke bootstrap default pool running pst not to have occurred go src io kubernetes output dockerized go src io kubernetes test resize nodes go issues about this test specifically failed deployment overlapping deployment should not fight with each other kubernetes suite go src io kubernetes output dockerized go src io kubernetes test deployment go failed to update the first deployment s overlapping annotation expected error s timed out waiting for the condition timed out waiting for the condition not to have occurred go src io kubernetes output dockerized go src io kubernetes test deployment go issues about this test specifically failed job should fail a job kubernetes suite go src io kubernetes output dockerized go src io kubernetes test job go expected error s timed out waiting for the condition timed out waiting for the condition not to have occurred go src io kubernetes output dockerized go src io kubernetes test job go issues about this test specifically failed rescheduler should ensure that critical pod is scheduled in case there is no resources available kubernetes suite go src io kubernetes output dockerized go src io kubernetes test rescheduler go expected to equal go src io kubernetes output dockerized go src io kubernetes test rescheduler go issues about this test specifically failed should fail a job kubernetes suite go src io kubernetes output dockerized go src io kubernetes test batch jobs go expected error s timed out waiting for the condition timed out waiting for the condition not to have occurred go src io kubernetes output dockerized go src io kubernetes test batch jobs go issues about this test specifically
1
129,649
10,581,672,261
IssuesEvent
2019-10-08 09:42:30
input-output-hk/ouroboros-network
https://api.github.com/repos/input-output-hk/ouroboros-network
closed
Chain DB: Audit memory footprint
consensus testnet
We need to do some heap profiling and audit the code to make sure we have no memory leaks.
1.0
Chain DB: Audit memory footprint - We need to do some heap profiling and audit the code to make sure we have no memory leaks.
test
chain db audit memory footprint we need to do some heap profiling and audit the code to make sure we have no memory leaks
1
60,400
6,690,153,342
IssuesEvent
2017-10-09 07:53:10
PhilippC/keepass2android
https://api.github.com/repos/PhilippC/keepass2android
closed
Fingerprint fails the first time; works the second
test-after-update
I'm running 1.02-pre3 on a OnePlus 3T. On this phone, the fingerprint sensor is located on the Home button, so tapping this button will either go to the home screen, or scan the fingerprint, depending on the state of the current app. I've always had _Enable Fingerprint Unlock for QuickUnlock_ selected under _Settings → Database → Fingerprint unlock_ and (save for the app occasionally forgetting this setting and having to select it again) I never had any issue on the stable release of K2A. Ever since I switched to the beta channel, though, I immediately started experiencing a problem: whenever I get to the QuickUnlock screen, fingerprint unlock doesn't work (despite showing a fingerprint icon); trying to unlock with fingerprint registers as a home button press, so I'm taken to the launcher instead. When this happens I switch back to K2A and this time fingerprint unlock works just fine. I can repeatedly reproduce this, as it happens every time; fingerprint unlock doesn't work the first time, yet it works flawlessly on the second.
1.0
Fingerprint fails the first time; works the second - I'm running 1.02-pre3 on a OnePlus 3T. On this phone, the fingerprint sensor is located on the Home button, so tapping this button will either go to the home screen, or scan the fingerprint, depending on the state of the current app. I've always had _Enable Fingerprint Unlock for QuickUnlock_ selected under _Settings → Database → Fingerprint unlock_ and (save for the app occasionally forgetting this setting and having to select it again) I never had any issue on the stable release of K2A. Ever since I switched to the beta channel, though, I immediately started experiencing a problem: whenever I get to the QuickUnlock screen, fingerprint unlock doesn't work (despite showing a fingerprint icon); trying to unlock with fingerprint registers as a home button press, so I'm taken to the launcher instead. When this happens I switch back to K2A and this time fingerprint unlock works just fine. I can repeatedly reproduce this, as it happens every time; fingerprint unlock doesn't work the first time, yet it works flawlessly on the second.
test
fingerprint fails the first time works the second i m running on a oneplus on this phone the fingerprint sensor is located on the home button so tapping this button will either go to the home screen or scan the fingerprint depending on the state of the current app i ve always had enable fingerprint unlock for quickunlock selected under settings → database → fingerprint unlock and save for the app occasionally forgetting this setting and having to select it again i never had any issue on the stable release of ever since i switched to the beta channel though i immediately started experiencing a problem whenever i get to the quickunlock screen fingerprint unlock doesn t work despite showing a fingerprint icon trying to unlock with fingerprint registers as a home button press so i m taken to the launcher instead when this happens i switch back to and this time fingerprint unlock works just fine i can repeatedly reproduce this as it happens every time fingerprint unlock doesn t work the first time yet it works flawlessly on the second
1
74,561
7,433,077,781
IssuesEvent
2018-03-26 05:41:49
Microsoft/vsts-tasks
https://api.github.com/repos/Microsoft/vsts-tasks
closed
Cloud Load Test behind Firewall
Area: Test
_From @lloydmonteiro on March 22, 2018 7:11_ ## Description I followed this article https://blogs.msdn.microsoft.com/devops/2016/08/22/use-cloud-load-agents-on-your-infrastructure/ and successfully am able to run Load Tests using Cloud on my own machines behind Firewall. It is running fine on VisualStudio and VSTS Portal Now I want this to also run using VSTS Release TASK and to that end I add the Cloud Load Test task. I also installed the AzurePS on the VM which initially vsts was complaining that deployment group is not provisioned. ## Steps to reproduce I am not able to understand how the CLT in Release Pipeline mode works with "Self-Provisioned Agents" or use my RIG as I don't see an option anywhere to do that? ## Expected behavior Option to set the "Load test rig" ## Actual behavior Don't know how to run CLT using Self provisioned Rig in release pipeline. Can you confirm is this supported in release pipeline? It is supported from VSTS IDE and VSTS Portal, however in release pipeline, CLT task?? _Copied from original issue: Microsoft/vstest#1492_
1.0
Cloud Load Test behind Firewall - _From @lloydmonteiro on March 22, 2018 7:11_ ## Description I followed this article https://blogs.msdn.microsoft.com/devops/2016/08/22/use-cloud-load-agents-on-your-infrastructure/ and successfully am able to run Load Tests using Cloud on my own machines behind Firewall. It is running fine on VisualStudio and VSTS Portal Now I want this to also run using VSTS Release TASK and to that end I add the Cloud Load Test task. I also installed the AzurePS on the VM which initially vsts was complaining that deployment group is not provisioned. ## Steps to reproduce I am not able to understand how the CLT in Release Pipeline mode works with "Self-Provisioned Agents" or use my RIG as I don't see an option anywhere to do that? ## Expected behavior Option to set the "Load test rig" ## Actual behavior Don't know how to run CLT using Self provisioned Rig in release pipeline. Can you confirm is this supported in release pipeline? It is supported from VSTS IDE and VSTS Portal, however in release pipeline, CLT task?? _Copied from original issue: Microsoft/vstest#1492_
test
cloud load test behind firewall from lloydmonteiro on march description i followed this article and successfully am able to run load tests using cloud on my own machines behind firewall it is running fine on visualstudio and vsts portal now i want this to also run using vsts release task and to that end i add the cloud load test task i also installed the azureps on the vm which initially vsts was complaining that deployment group is not provisioned steps to reproduce i am not able to understand how the clt in release pipeline mode works with self provisioned agents or use my rig as i don t see an option anywhere to do that expected behavior option to set the load test rig actual behavior don t know how to run clt using self provisioned rig in release pipeline can you confirm is this supported in release pipeline it is supported from vsts ide and vsts portal however in release pipeline clt task copied from original issue microsoft vstest
1
45,351
12,736,738,719
IssuesEvent
2020-06-25 17:27:23
primefaces/primefaces
https://api.github.com/repos/primefaces/primefaces
opened
Wizard: NPE guards
defect
**Describe the defect** Forum Post: https://forum.primefaces.org/viewtopic.php?f=3&t=62466 **Reproducer** [pf-wizard.zip](https://github.com/primefaces/primefaces/files/4832886/pf-wizard.zip) **Environment:** - PF Version: _8.0_ - JSF + version: _ALL_ - Affected browsers: _ALL_ **To Reproduce** Steps to reproduce the behavior: 1. Run the tester. 2. Click on 'Next' button a couple of times. 3. See error: ``` Caused by: java.lang.NullPointerException at org.primefaces.component.wizard.Wizard.processDecodes(Wizard.java:80) [primefaces-8.0.jar:8.0] at com.sun.faces.context.PartialViewContextImpl$PhaseAwareVisitCallback.visit(PartialViewContextImpl.java:590) [jsf-impl-2.2.5-jbossorg-3.jar:] at com.sun.faces.component.visit.PartialVisitContext.invokeVisitCallback(PartialVisitContext.java:183) [jsf-impl-2.2.5-jbossorg-3.jar:] at javax.faces.component.UIComponent.visitTree(UIComponent.java:1689) [jboss-jsf-api_2.2_spec-2.2.5.jar:2.2.5] at javax.faces.component.UIComponent.visitTree(UIComponent.java:1700) [jboss-jsf-api_2.2_spec-2.2.5.jar:2.2.5] ``` **Expected behavior** NPE's should be guarded against.
1.0
Wizard: NPE guards - **Describe the defect** Forum Post: https://forum.primefaces.org/viewtopic.php?f=3&t=62466 **Reproducer** [pf-wizard.zip](https://github.com/primefaces/primefaces/files/4832886/pf-wizard.zip) **Environment:** - PF Version: _8.0_ - JSF + version: _ALL_ - Affected browsers: _ALL_ **To Reproduce** Steps to reproduce the behavior: 1. Run the tester. 2. Click on 'Next' button a couple of times. 3. See error: ``` Caused by: java.lang.NullPointerException at org.primefaces.component.wizard.Wizard.processDecodes(Wizard.java:80) [primefaces-8.0.jar:8.0] at com.sun.faces.context.PartialViewContextImpl$PhaseAwareVisitCallback.visit(PartialViewContextImpl.java:590) [jsf-impl-2.2.5-jbossorg-3.jar:] at com.sun.faces.component.visit.PartialVisitContext.invokeVisitCallback(PartialVisitContext.java:183) [jsf-impl-2.2.5-jbossorg-3.jar:] at javax.faces.component.UIComponent.visitTree(UIComponent.java:1689) [jboss-jsf-api_2.2_spec-2.2.5.jar:2.2.5] at javax.faces.component.UIComponent.visitTree(UIComponent.java:1700) [jboss-jsf-api_2.2_spec-2.2.5.jar:2.2.5] ``` **Expected behavior** NPE's should be guarded against.
non_test
wizard npe guards describe the defect forum post reproducer environment pf version jsf version all affected browsers all to reproduce steps to reproduce the behavior run the tester click on next button a couple of times see error caused by java lang nullpointerexception at org primefaces component wizard wizard processdecodes wizard java at com sun faces context partialviewcontextimpl phaseawarevisitcallback visit partialviewcontextimpl java at com sun faces component visit partialvisitcontext invokevisitcallback partialvisitcontext java at javax faces component uicomponent visittree uicomponent java at javax faces component uicomponent visittree uicomponent java expected behavior npe s should be guarded against
0
285,839
24,701,585,366
IssuesEvent
2022-10-19 15:39:07
MartinaB91/project5-task-app-front
https://api.github.com/repos/MartinaB91/project5-task-app-front
closed
Test: View Number of completed tasks Family, family scoreboard
test
_Test to check if the amount of all the family members completed tasks is displayed on the family scoreboard_ ## Story: #26 ## Testcases: |Test id: #83 | | |--------|------------------------------| |**Purpose:**| Check if amount of family members closed tasks is viewed | |**Requirements:**| As a **Family member** I want to **see how many tasks our family has completed** so that I can **follow how much work We have done together.** | |**Data:**| Username: Tester Password: Only availabe for tester Family Member: Parent Family Member: Child| |**Preconditions:**| Signed-in as Tester, Completed test #84 | |**Procedure step:**|**Expected result:**| |**Step 1:** Go to the tasks you assigned in test #84 | Click the "Done" button on the first task | |**Step 2:** Watch the family scoreboard| Ongoing tasks should have the amount of 1 and Done should have the amount of 1| |**Step 3:** Go to the other task you created | Click the "Done" button on the second task| |**Step 4:** Watch the family scoreboard | Ongoing tasks should have the amount of 0 and Done the amount of 2.|
1.0
Test: View Number of completed tasks Family, family scoreboard - _Test to check if the amount of all the family members completed tasks is displayed on the family scoreboard_ ## Story: #26 ## Testcases: |Test id: #83 | | |--------|------------------------------| |**Purpose:**| Check if amount of family members closed tasks is viewed | |**Requirements:**| As a **Family member** I want to **see how many tasks our family has completed** so that I can **follow how much work We have done together.** | |**Data:**| Username: Tester Password: Only availabe for tester Family Member: Parent Family Member: Child| |**Preconditions:**| Signed-in as Tester, Completed test #84 | |**Procedure step:**|**Expected result:**| |**Step 1:** Go to the tasks you assigned in test #84 | Click the "Done" button on the first task | |**Step 2:** Watch the family scoreboard| Ongoing tasks should have the amount of 1 and Done should have the amount of 1| |**Step 3:** Go to the other task you created | Click the "Done" button on the second task| |**Step 4:** Watch the family scoreboard | Ongoing tasks should have the amount of 0 and Done the amount of 2.|
test
test view number of completed tasks family family scoreboard test to check if the amount of all the family members completed tasks is displayed on the family scoreboard story testcases test id purpose check if amount of family members closed tasks is viewed requirements as a family member i want to see how many tasks our family has completed so that i can follow how much work we have done together data username tester password only availabe for tester family member parent family member child preconditions signed in as tester completed test procedure step expected result step go to the tasks you assigned in test click the done button on the first task step watch the family scoreboard ongoing tasks should have the amount of and done should have the amount of step go to the other task you created click the done button on the second task step watch the family scoreboard ongoing tasks should have the amount of and done the amount of
1
743,623
25,907,626,937
IssuesEvent
2022-12-15 11:29:47
webcompat/web-bugs
https://api.github.com/repos/webcompat/web-bugs
closed
search-property-information.service.gov.uk - site is not usable
browser-firefox-mobile priority-normal browser-focus-geckoview engine-gecko
<!-- @browser: Firefox Mobile 107.0 --> <!-- @ua_header: Mozilla/5.0 (Android 10; Mobile; rv:107.0) Gecko/107.0 Firefox/107.0 --> <!-- @reported_with: unknown --> <!-- @public_url: https://github.com/webcompat/web-bugs/issues/115456 --> **URL**: https://search-property-information.service.gov.uk/search/search-by-address **Browser / Version**: Firefox Mobile 107.0 **Operating System**: Android 10 **Tested Another Browser**: Yes Other **Problem type**: Site is not usable **Description**: Problems with Captcha **Steps to Reproduce**: No captcha shown, error "Select the checkbox and try again." <details> <summary>View the screenshot</summary> <img alt="Screenshot" src="https://webcompat.com/uploads/2022/12/0127b970-0540-46a6-9ba6-f833782dbf02.jpeg"> </details> <details> <summary>Browser Configuration</summary> <ul> <li>None</li> </ul> </details> _From [webcompat.com](https://webcompat.com/) with ❤️_
1.0
search-property-information.service.gov.uk - site is not usable - <!-- @browser: Firefox Mobile 107.0 --> <!-- @ua_header: Mozilla/5.0 (Android 10; Mobile; rv:107.0) Gecko/107.0 Firefox/107.0 --> <!-- @reported_with: unknown --> <!-- @public_url: https://github.com/webcompat/web-bugs/issues/115456 --> **URL**: https://search-property-information.service.gov.uk/search/search-by-address **Browser / Version**: Firefox Mobile 107.0 **Operating System**: Android 10 **Tested Another Browser**: Yes Other **Problem type**: Site is not usable **Description**: Problems with Captcha **Steps to Reproduce**: No captcha shown, error "Select the checkbox and try again." <details> <summary>View the screenshot</summary> <img alt="Screenshot" src="https://webcompat.com/uploads/2022/12/0127b970-0540-46a6-9ba6-f833782dbf02.jpeg"> </details> <details> <summary>Browser Configuration</summary> <ul> <li>None</li> </ul> </details> _From [webcompat.com](https://webcompat.com/) with ❤️_
non_test
search property information service gov uk site is not usable url browser version firefox mobile operating system android tested another browser yes other problem type site is not usable description problems with captcha steps to reproduce no captcha shown error select the checkbox and try again view the screenshot img alt screenshot src browser configuration none from with ❤️
0
112,530
14,263,872,258
IssuesEvent
2020-11-20 15:00:42
wordpress-mobile/WordPress-iOS
https://api.github.com/repos/wordpress-mobile/WordPress-iOS
opened
Reader: Add unread counts
Needs Design P2 Reader [Type] Enhancement
In the new P2 design, there are unread counts for posts, comments, and mentions. Here is what is looks like on the web: <img width="419" alt="Screen Shot 2020-11-20 at 8 58 55 AM" src="https://user-images.githubusercontent.com/1062444/99814586-c9328580-2b0e-11eb-81c8-488e052bc4f0.png"> Designs for mobile TBD.
1.0
Reader: Add unread counts - In the new P2 design, there are unread counts for posts, comments, and mentions. Here is what is looks like on the web: <img width="419" alt="Screen Shot 2020-11-20 at 8 58 55 AM" src="https://user-images.githubusercontent.com/1062444/99814586-c9328580-2b0e-11eb-81c8-488e052bc4f0.png"> Designs for mobile TBD.
non_test
reader add unread counts in the new design there are unread counts for posts comments and mentions here is what is looks like on the web img width alt screen shot at am src designs for mobile tbd
0
32,797
4,790,257,215
IssuesEvent
2016-10-31 07:36:36
ng2-ui/ng2-datetime-picker
https://api.github.com/repos/ng2-ui/ng2-datetime-picker
closed
Installing with angular-cli/webpack
Fixed & Waiting For Testing
Hi, I am trying to install the timepicker with an angular-cli/webpack project so am unable to edit the system.config.js directly as in the instructions: > map[‘ng2-datetime-picker'] = 'node_modules/ng2-datetime-picker/dist'; > packages[‘ng2-datetime-picker'] = { main: 'ng2-datetime-picker.umd.js', defaultExtension: 'js’ } I have implemented the other steps but am unable to get the timepicker appearing. Could you kindly advise whether I would need to take alternative steps to map in this environment? I would be grateful for any help you may be able to give. Many thanks!
1.0
Installing with angular-cli/webpack - Hi, I am trying to install the timepicker with an angular-cli/webpack project so am unable to edit the system.config.js directly as in the instructions: > map[‘ng2-datetime-picker'] = 'node_modules/ng2-datetime-picker/dist'; > packages[‘ng2-datetime-picker'] = { main: 'ng2-datetime-picker.umd.js', defaultExtension: 'js’ } I have implemented the other steps but am unable to get the timepicker appearing. Could you kindly advise whether I would need to take alternative steps to map in this environment? I would be grateful for any help you may be able to give. Many thanks!
test
installing with angular cli webpack hi i am trying to install the timepicker with an angular cli webpack project so am unable to edit the system config js directly as in the instructions map node modules datetime picker dist packages main datetime picker umd js defaultextension js’ i have implemented the other steps but am unable to get the timepicker appearing could you kindly advise whether i would need to take alternative steps to map in this environment i would be grateful for any help you may be able to give many thanks
1
487,416
14,046,197,504
IssuesEvent
2020-11-02 03:57:54
AY2021S1-CS2103T-T17-2/tp
https://api.github.com/repos/AY2021S1-CS2103T-T17-2/tp
closed
[PE-D] Recommendation for UI
priority.medium
For the UI in red box section. The size of box could ajust to the text inside so that user does not need to scroll to see texts. Also the format of text might be improved by using table for statistics section ![image.png](https://raw.githubusercontent.com/yuki-cell/ped/main/files/6e6561ab-b981-4a84-a315-425abb6aadc8.png) <!--session: 1604044641129-429b33ce-8787-445e-a459-ef5b71534cbd--> ------------- Labels: `severity.VeryLow` `type.FeatureFlaw` original: yuki-cell/ped#1
1.0
[PE-D] Recommendation for UI - For the UI in red box section. The size of box could ajust to the text inside so that user does not need to scroll to see texts. Also the format of text might be improved by using table for statistics section ![image.png](https://raw.githubusercontent.com/yuki-cell/ped/main/files/6e6561ab-b981-4a84-a315-425abb6aadc8.png) <!--session: 1604044641129-429b33ce-8787-445e-a459-ef5b71534cbd--> ------------- Labels: `severity.VeryLow` `type.FeatureFlaw` original: yuki-cell/ped#1
non_test
recommendation for ui for the ui in red box section the size of box could ajust to the text inside so that user does not need to scroll to see texts also the format of text might be improved by using table for statistics section labels severity verylow type featureflaw original yuki cell ped
0
206,939
15,784,551,362
IssuesEvent
2021-04-01 15:15:54
spacetelescope/jwql
https://api.github.com/repos/spacetelescope/jwql
closed
Get tests running on Internal Jenkins server
Testing
We currently have several tests that require access to central storage and thus cannot be run on our existing Jenkins server, since it does not have access (for example, [this test](https://github.com/spacetelescope/jwql/blob/develop/jwql/tests/test_utils.py#L276)). Currently, we avoid running these tests altogether if they are executed from the Jenkins server (i.e. if `ON_JENKINS` is `True`). DATB has set up a separate Jenkins server that does have access to central storage (#144), however currently I don't believe we actually have anything building/testing on it. We should try to get tests running (and passing!) on this internal Jenkins server, and make the results available somehow. I believe the [`JenkinsfileRT`](https://github.com/spacetelescope/jwql/blob/develop/JenkinsfileRT) file contains the code to run things on there.
1.0
Get tests running on Internal Jenkins server - We currently have several tests that require access to central storage and thus cannot be run on our existing Jenkins server, since it does not have access (for example, [this test](https://github.com/spacetelescope/jwql/blob/develop/jwql/tests/test_utils.py#L276)). Currently, we avoid running these tests altogether if they are executed from the Jenkins server (i.e. if `ON_JENKINS` is `True`). DATB has set up a separate Jenkins server that does have access to central storage (#144), however currently I don't believe we actually have anything building/testing on it. We should try to get tests running (and passing!) on this internal Jenkins server, and make the results available somehow. I believe the [`JenkinsfileRT`](https://github.com/spacetelescope/jwql/blob/develop/JenkinsfileRT) file contains the code to run things on there.
test
get tests running on internal jenkins server we currently have several tests that require access to central storage and thus cannot be run on our existing jenkins server since it does not have access for example currently we avoid running these tests altogether if they are executed from the jenkins server i e if on jenkins is true datb has set up a separate jenkins server that does have access to central storage however currently i don t believe we actually have anything building testing on it we should try to get tests running and passing on this internal jenkins server and make the results available somehow i believe the file contains the code to run things on there
1
20,619
3,829,330,971
IssuesEvent
2016-03-31 10:12:04
IDgis/geoportaal-test
https://api.github.com/repos/IDgis/geoportaal-test
closed
Link aanklikbaar in stylesheet statische kaarten
gebruikerstest wens
Kan de stylesheet van statische kaarten zo aangepast worden dat een url die wordt ingevuld in het veld "locatie" aanklikbaar is (zie plaatje). Doel is dat meteen naar de betreffende url wordt gegaan als deze url wordt aangeklikt (openen in nieuw venster). Nu wordt alleen de tekst van de locatie weergegeven in de stylesheet, dus mogelijk moet hiervoor de stylesheet worden aangepast. En kan een link die in de omschrijving wordt opgenomen, dan ook in de stylesheet aanklikbaar gemaakt worden? ![url_in_locatie_aanklikbaar](https://cloud.githubusercontent.com/assets/9005444/13081002/60298ece-d4cb-11e5-9ea1-f455f1d1a6ea.jpg)
1.0
Link aanklikbaar in stylesheet statische kaarten - Kan de stylesheet van statische kaarten zo aangepast worden dat een url die wordt ingevuld in het veld "locatie" aanklikbaar is (zie plaatje). Doel is dat meteen naar de betreffende url wordt gegaan als deze url wordt aangeklikt (openen in nieuw venster). Nu wordt alleen de tekst van de locatie weergegeven in de stylesheet, dus mogelijk moet hiervoor de stylesheet worden aangepast. En kan een link die in de omschrijving wordt opgenomen, dan ook in de stylesheet aanklikbaar gemaakt worden? ![url_in_locatie_aanklikbaar](https://cloud.githubusercontent.com/assets/9005444/13081002/60298ece-d4cb-11e5-9ea1-f455f1d1a6ea.jpg)
test
link aanklikbaar in stylesheet statische kaarten kan de stylesheet van statische kaarten zo aangepast worden dat een url die wordt ingevuld in het veld locatie aanklikbaar is zie plaatje doel is dat meteen naar de betreffende url wordt gegaan als deze url wordt aangeklikt openen in nieuw venster nu wordt alleen de tekst van de locatie weergegeven in de stylesheet dus mogelijk moet hiervoor de stylesheet worden aangepast en kan een link die in de omschrijving wordt opgenomen dan ook in de stylesheet aanklikbaar gemaakt worden
1
269,772
28,960,276,651
IssuesEvent
2023-05-10 01:29:01
hshivhare67/kernel_v4.1.15_CVE-2019-10220
https://api.github.com/repos/hshivhare67/kernel_v4.1.15_CVE-2019-10220
reopened
CVE-2023-1998 (Medium) detected in linux-stable-rtv4.1.33
Mend: dependency security vulnerability
## CVE-2023-1998 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linux-stable-rtv4.1.33</b></p></summary> <p> <p>Julia Cartwright's fork of linux-stable-rt.git</p> <p>Library home page: <a href=https://git.kernel.org/pub/scm/linux/kernel/git/julia/linux-stable-rt.git>https://git.kernel.org/pub/scm/linux/kernel/git/julia/linux-stable-rt.git</a></p> <p>Found in 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>/arch/x86/kernel/cpu/bugs.c</b> <img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/arch/x86/kernel/cpu/bugs.c</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 Linux Kernel, the Spectre Variant 2 mitigations with prctl syscall were insufficient in some situations. A local attacker could possibly use this to expose sensitive information. <p>Publish Date: 2023-04-12 <p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2023-1998>CVE-2023-1998</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.6</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Local - Attack Complexity: High - Privileges Required: Low - User Interaction: None - Scope: Changed - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: None - Availability Impact: None </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://www.linuxkernelcves.com/cves/CVE-2023-1998">https://www.linuxkernelcves.com/cves/CVE-2023-1998</a></p> <p>Release Date: 2023-04-12</p> <p>Fix Resolution: v6.1.16,v6.2.3</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-1998 (Medium) detected in linux-stable-rtv4.1.33 - ## CVE-2023-1998 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linux-stable-rtv4.1.33</b></p></summary> <p> <p>Julia Cartwright's fork of linux-stable-rt.git</p> <p>Library home page: <a href=https://git.kernel.org/pub/scm/linux/kernel/git/julia/linux-stable-rt.git>https://git.kernel.org/pub/scm/linux/kernel/git/julia/linux-stable-rt.git</a></p> <p>Found in 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>/arch/x86/kernel/cpu/bugs.c</b> <img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/arch/x86/kernel/cpu/bugs.c</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 Linux Kernel, the Spectre Variant 2 mitigations with prctl syscall were insufficient in some situations. A local attacker could possibly use this to expose sensitive information. <p>Publish Date: 2023-04-12 <p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2023-1998>CVE-2023-1998</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.6</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Local - Attack Complexity: High - Privileges Required: Low - User Interaction: None - Scope: Changed - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: None - Availability Impact: None </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://www.linuxkernelcves.com/cves/CVE-2023-1998">https://www.linuxkernelcves.com/cves/CVE-2023-1998</a></p> <p>Release Date: 2023-04-12</p> <p>Fix Resolution: v6.1.16,v6.2.3</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 linux stable cve medium severity vulnerability vulnerable library linux stable julia cartwright s fork of linux stable rt git library home page a href found in base branch master vulnerable source files arch kernel cpu bugs c arch kernel cpu bugs c vulnerability details in linux kernel the spectre variant mitigations with prctl syscall were insufficient in some situations a local attacker could possibly use this to expose sensitive information publish date url a href cvss score details base score metrics exploitability metrics attack vector local attack complexity high privileges required low user interaction none scope changed impact metrics confidentiality impact high integrity impact none availability impact none for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution step up your open source security game with mend
0