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
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
63,798
| 6,884,883,146
|
IssuesEvent
|
2017-11-21 14:31:20
|
chemheritage/chf-sufia
|
https://api.github.com/repos/chemheritage/chf-sufia
|
closed
|
Review sort options -- sort by pub date
|
user testing
|
Likely:
* sort: by original publication date (trick is things with multi-dates)
|
1.0
|
Review sort options -- sort by pub date - Likely:
* sort: by original publication date (trick is things with multi-dates)
|
test
|
review sort options sort by pub date likely sort by original publication date trick is things with multi dates
| 1
|
4,357
| 3,833,012,678
|
IssuesEvent
|
2016-04-01 00:15:43
|
jantje/arduino-eclipse-plugin
|
https://api.github.com/repos/jantje/arduino-eclipse-plugin
|
closed
|
indexer will not start
|
domain: configuration importance: usability OS: all status: fixed in 3.0
|
I just downloaded the overnight build (28-1) on Windows7. Looks great!!!. However the indexer does not seem to start.
|
True
|
indexer will not start - I just downloaded the overnight build (28-1) on Windows7. Looks great!!!. However the indexer does not seem to start.
|
non_test
|
indexer will not start i just downloaded the overnight build on looks great however the indexer does not seem to start
| 0
|
212,358
| 16,445,003,697
|
IssuesEvent
|
2021-05-20 18:28:19
|
golang/go
|
https://api.github.com/repos/golang/go
|
closed
|
cmd/api: occasional hangs on 'go list' in NewWalker without useful output
|
NeedsInvestigation Testing WaitingForInfo release-blocker
|
[2021-04-23T20:57:54-691e1b8/linux-mips64le-mengzhuo](https://build.golang.org/log/88227ae106dec6b7fc7e78ab7a0ff171dafa9823) (12 minutes on `go list`)
[2021-04-23T13:48:10-bedfeed/linux-mips-rtrk](https://build.golang.org/log/3643bb3a4c200f4eca335d271679013a330b853e) (12 minutes on `go list`)
[2021-04-21T20:24:34-2550563/linux-mips64le-mengzhuo](https://build.golang.org/log/a75c9675da7d921824c611efb4ce8d5e1ca8a9ef) (12 minutes in`go list`)
This is probably a bug in one or more of the `go` command, the `os` package, or the Linux platform on MIPS.
However, this failure output isn't giving us much useful information. `NewWalker` should accept a `context.Context`, which we can then plumb to the test's deadline to send SIGQUIT to `go list` to get more useful output in case of failure.
|
1.0
|
cmd/api: occasional hangs on 'go list' in NewWalker without useful output - [2021-04-23T20:57:54-691e1b8/linux-mips64le-mengzhuo](https://build.golang.org/log/88227ae106dec6b7fc7e78ab7a0ff171dafa9823) (12 minutes on `go list`)
[2021-04-23T13:48:10-bedfeed/linux-mips-rtrk](https://build.golang.org/log/3643bb3a4c200f4eca335d271679013a330b853e) (12 minutes on `go list`)
[2021-04-21T20:24:34-2550563/linux-mips64le-mengzhuo](https://build.golang.org/log/a75c9675da7d921824c611efb4ce8d5e1ca8a9ef) (12 minutes in`go list`)
This is probably a bug in one or more of the `go` command, the `os` package, or the Linux platform on MIPS.
However, this failure output isn't giving us much useful information. `NewWalker` should accept a `context.Context`, which we can then plumb to the test's deadline to send SIGQUIT to `go list` to get more useful output in case of failure.
|
test
|
cmd api occasional hangs on go list in newwalker without useful output minutes on go list minutes on go list minutes in go list this is probably a bug in one or more of the go command the os package or the linux platform on mips however this failure output isn t giving us much useful information newwalker should accept a context context which we can then plumb to the test s deadline to send sigquit to go list to get more useful output in case of failure
| 1
|
66,176
| 6,991,787,680
|
IssuesEvent
|
2017-12-15 02:08:39
|
red/red
|
https://api.github.com/repos/red/red
|
closed
|
replace/all & charset
|
status.built status.tested type.bug
|
### Expected behavior
Example from Win 7.
```
>> x: {Räksmörgås, Räksmörgås. Räksmörgås;}
== "Räksmörgås, Räksmörgås. Räksmörgås;"
>> replace/all x charset ",.;" ""
== "Räksmörgås Räksmörgås Räksmörgås"
```
### Actual behavior
Example from Win 7. This should probably be the same as the example above.
```
>> x: {Räksmörgås, Räksmörgås. Räksmörgås;}
== "Räksmörgås, Räksmörgås. Räksmörgås;"
>> cs: charset ",.;"
== make bitset! #{00000000000A0010}
>> replace/all x cs ""
== "Rksmrgs Rksmrgs Rksmrgs"
```
### Steps to reproduce the problem
Paste code in console.
### Red version and build date, operating system with version.
- Red for Windows version 0.6.3 built 11-Dec-2017/8:59:44+01:00
- Windows 7 x64
- Windows 10
|
1.0
|
replace/all & charset - ### Expected behavior
Example from Win 7.
```
>> x: {Räksmörgås, Räksmörgås. Räksmörgås;}
== "Räksmörgås, Räksmörgås. Räksmörgås;"
>> replace/all x charset ",.;" ""
== "Räksmörgås Räksmörgås Räksmörgås"
```
### Actual behavior
Example from Win 7. This should probably be the same as the example above.
```
>> x: {Räksmörgås, Räksmörgås. Räksmörgås;}
== "Räksmörgås, Räksmörgås. Räksmörgås;"
>> cs: charset ",.;"
== make bitset! #{00000000000A0010}
>> replace/all x cs ""
== "Rksmrgs Rksmrgs Rksmrgs"
```
### Steps to reproduce the problem
Paste code in console.
### Red version and build date, operating system with version.
- Red for Windows version 0.6.3 built 11-Dec-2017/8:59:44+01:00
- Windows 7 x64
- Windows 10
|
test
|
replace all charset expected behavior example from win x räksmörgås räksmörgås räksmörgås räksmörgås räksmörgås räksmörgås replace all x charset räksmörgås räksmörgås räksmörgås actual behavior example from win this should probably be the same as the example above x räksmörgås räksmörgås räksmörgås räksmörgås räksmörgås räksmörgås cs charset make bitset replace all x cs rksmrgs rksmrgs rksmrgs steps to reproduce the problem paste code in console red version and build date operating system with version red for windows version built dec windows windows
| 1
|
93,430
| 8,415,378,204
|
IssuesEvent
|
2018-10-13 14:09:23
|
pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas
|
closed
|
CI/TST: hypothesis tests regularly fail due time-out
|
CI Testing
|
I have seen the following a few times:
```
______________ TestDataFrameAggregate.test_frequency_is_original _______________
[gw0] linux -- Python 3.7.0 /home/travis/miniconda3/envs/pandas/bin/python
self = <pandas.tests.frame.test_apply.TestDataFrameAggregate object at 0x7f17a4ae6ef0>
@given(index=indices(5), num_columns=integers(0, 5))
> def test_frequency_is_original(self, index, num_columns):
pandas/tests/frame/test_apply.py:1159:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
../../../miniconda3/envs/pandas/lib/python3.7/site-packages/hypothesis/core.py:695: in evaluate_test_data
result = self.execute(data, collect=True)
../../../miniconda3/envs/pandas/lib/python3.7/site-packages/hypothesis/core.py:610: in execute
result = self.test_runner(data, run)
../../../miniconda3/envs/pandas/lib/python3.7/site-packages/hypothesis/executors.py:58: in default_new_style_executor
return function(data)
../../../miniconda3/envs/pandas/lib/python3.7/site-packages/hypothesis/core.py:606: in run
return test(*args, **kwargs)
pandas/tests/frame/test_apply.py:1159: in test_frequency_is_original
def test_frequency_is_original(self, index, num_columns):
../../../miniconda3/envs/pandas/lib/python3.7/site-packages/hypothesis/core.py:566: in test
runtime, ceil(runtime / 100) * 100,
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
message = 'Test took 298.69ms to run. In future the default deadline setting will be 200ms, which will make this an error. You c...ue of e.g. 300 to turn tests slower than this into an error, or you can set it to None to disable this check entirely.'
s = settings(buffer_size=8192, database=DirectoryBasedExampleDatabase('/home/travis/build/jorisvandenbossche/pandas/.hypot...step_count=50, suppress_health_check=[HealthCheck.too_slow], timeout=60, use_coverage=True, verbosity=Verbosity.normal)
def note_deprecation(message, s=None):
# type: (str, settings) -> None
if s is None:
s = settings.default
assert s is not None
verbosity = s.verbosity
warning = HypothesisDeprecationWarning(message)
if verbosity > Verbosity.quiet:
> warnings.warn(warning, stacklevel=3)
E hypothesis.errors.HypothesisDeprecationWarning: Test took 298.69ms to run. In future the default deadline setting will be 200ms, which will make this an error. You can set deadline to an explicit value of e.g. 300 to turn tests slower than this into an error, or you can set it to None to disable this check entirely.
../../../miniconda3/envs/pandas/lib/python3.7/site-packages/hypothesis/_settings.py:828: HypothesisDeprecationWarning
---------------------------------- Hypothesis ----------------------------------
You can add @seed(169950230187726778200653375172917819369) to this test or run pytest with --hypothesis-seed=169950230187726778200653375172917819369 to reproduce this failure.
```
|
1.0
|
CI/TST: hypothesis tests regularly fail due time-out - I have seen the following a few times:
```
______________ TestDataFrameAggregate.test_frequency_is_original _______________
[gw0] linux -- Python 3.7.0 /home/travis/miniconda3/envs/pandas/bin/python
self = <pandas.tests.frame.test_apply.TestDataFrameAggregate object at 0x7f17a4ae6ef0>
@given(index=indices(5), num_columns=integers(0, 5))
> def test_frequency_is_original(self, index, num_columns):
pandas/tests/frame/test_apply.py:1159:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
../../../miniconda3/envs/pandas/lib/python3.7/site-packages/hypothesis/core.py:695: in evaluate_test_data
result = self.execute(data, collect=True)
../../../miniconda3/envs/pandas/lib/python3.7/site-packages/hypothesis/core.py:610: in execute
result = self.test_runner(data, run)
../../../miniconda3/envs/pandas/lib/python3.7/site-packages/hypothesis/executors.py:58: in default_new_style_executor
return function(data)
../../../miniconda3/envs/pandas/lib/python3.7/site-packages/hypothesis/core.py:606: in run
return test(*args, **kwargs)
pandas/tests/frame/test_apply.py:1159: in test_frequency_is_original
def test_frequency_is_original(self, index, num_columns):
../../../miniconda3/envs/pandas/lib/python3.7/site-packages/hypothesis/core.py:566: in test
runtime, ceil(runtime / 100) * 100,
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
message = 'Test took 298.69ms to run. In future the default deadline setting will be 200ms, which will make this an error. You c...ue of e.g. 300 to turn tests slower than this into an error, or you can set it to None to disable this check entirely.'
s = settings(buffer_size=8192, database=DirectoryBasedExampleDatabase('/home/travis/build/jorisvandenbossche/pandas/.hypot...step_count=50, suppress_health_check=[HealthCheck.too_slow], timeout=60, use_coverage=True, verbosity=Verbosity.normal)
def note_deprecation(message, s=None):
# type: (str, settings) -> None
if s is None:
s = settings.default
assert s is not None
verbosity = s.verbosity
warning = HypothesisDeprecationWarning(message)
if verbosity > Verbosity.quiet:
> warnings.warn(warning, stacklevel=3)
E hypothesis.errors.HypothesisDeprecationWarning: Test took 298.69ms to run. In future the default deadline setting will be 200ms, which will make this an error. You can set deadline to an explicit value of e.g. 300 to turn tests slower than this into an error, or you can set it to None to disable this check entirely.
../../../miniconda3/envs/pandas/lib/python3.7/site-packages/hypothesis/_settings.py:828: HypothesisDeprecationWarning
---------------------------------- Hypothesis ----------------------------------
You can add @seed(169950230187726778200653375172917819369) to this test or run pytest with --hypothesis-seed=169950230187726778200653375172917819369 to reproduce this failure.
```
|
test
|
ci tst hypothesis tests regularly fail due time out i have seen the following a few times testdataframeaggregate test frequency is original linux python home travis envs pandas bin python self given index indices num columns integers def test frequency is original self index num columns pandas tests frame test apply py envs pandas lib site packages hypothesis core py in evaluate test data result self execute data collect true envs pandas lib site packages hypothesis core py in execute result self test runner data run envs pandas lib site packages hypothesis executors py in default new style executor return function data envs pandas lib site packages hypothesis core py in run return test args kwargs pandas tests frame test apply py in test frequency is original def test frequency is original self index num columns envs pandas lib site packages hypothesis core py in test runtime ceil runtime message test took to run in future the default deadline setting will be which will make this an error you c ue of e g to turn tests slower than this into an error or you can set it to none to disable this check entirely s settings buffer size database directorybasedexampledatabase home travis build jorisvandenbossche pandas hypot step count suppress health check timeout use coverage true verbosity verbosity normal def note deprecation message s none type str settings none if s is none s settings default assert s is not none verbosity s verbosity warning hypothesisdeprecationwarning message if verbosity verbosity quiet warnings warn warning stacklevel e hypothesis errors hypothesisdeprecationwarning test took to run in future the default deadline setting will be which will make this an error you can set deadline to an explicit value of e g to turn tests slower than this into an error or you can set it to none to disable this check entirely envs pandas lib site packages hypothesis settings py hypothesisdeprecationwarning hypothesis you can add seed to this test or run pytest with hypothesis seed to reproduce this failure
| 1
|
325,974
| 9,941,098,217
|
IssuesEvent
|
2019-07-03 10:42:52
|
webcompat/web-bugs
|
https://api.github.com/repos/webcompat/web-bugs
|
closed
|
accounts.google.com - see bug description
|
browser-fenix engine-gecko priority-critical
|
<!-- @browser: Firefox Mobile 68.0 -->
<!-- @ua_header: Mozilla/5.0 (Android 9; Mobile; rv:68.0) Gecko/68.0 Firefox/68.0 -->
<!-- @reported_with: -->
<!-- @extra_labels: browser-fenix -->
**URL**: https://accounts.google.com/o/oauth2/auth?redirect_uri=storagerelay://https/www.qdoba.com?id=auth718956
**Browser / Version**: Firefox Mobile 68.0
**Operating System**: Android
**Tested Another Browser**: Yes
**Problem type**: Something else
**Description**: Didn't redirect and process oauth2 correctly
**Steps to Reproduce**:
Trying to log into Qdoba with Google
<details>
<summary>Browser Configuration</summary>
<ul>
<li>None</li>
</ul>
</details>
_From [webcompat.com](https://webcompat.com/) with ❤️_
|
1.0
|
accounts.google.com - see bug description - <!-- @browser: Firefox Mobile 68.0 -->
<!-- @ua_header: Mozilla/5.0 (Android 9; Mobile; rv:68.0) Gecko/68.0 Firefox/68.0 -->
<!-- @reported_with: -->
<!-- @extra_labels: browser-fenix -->
**URL**: https://accounts.google.com/o/oauth2/auth?redirect_uri=storagerelay://https/www.qdoba.com?id=auth718956
**Browser / Version**: Firefox Mobile 68.0
**Operating System**: Android
**Tested Another Browser**: Yes
**Problem type**: Something else
**Description**: Didn't redirect and process oauth2 correctly
**Steps to Reproduce**:
Trying to log into Qdoba with Google
<details>
<summary>Browser Configuration</summary>
<ul>
<li>None</li>
</ul>
</details>
_From [webcompat.com](https://webcompat.com/) with ❤️_
|
non_test
|
accounts google com see bug description url browser version firefox mobile operating system android tested another browser yes problem type something else description didn t redirect and process correctly steps to reproduce trying to log into qdoba with google browser configuration none from with ❤️
| 0
|
330,791
| 28,485,821,911
|
IssuesEvent
|
2023-04-18 07:48:09
|
unifyai/ivy
|
https://api.github.com/repos/unifyai/ivy
|
reopened
|
Fix jax_numpy_manipulation.test_jax_numpy_reshape
|
JAX Frontend Sub Task Failing Test
|
| | |
|---|---|
|tensorflow|<a href="https://github.com/unifyai/ivy/actions/runs/4723000381/jobs/8378357215" rel="noopener noreferrer" target="_blank"><img src=https://img.shields.io/badge/-success-success></a>
|torch|<a href="https://github.com/unifyai/ivy/actions/runs/4723000381/jobs/8378357215" rel="noopener noreferrer" target="_blank"><img src=https://img.shields.io/badge/-failure-red></a>
|numpy|<a href="https://github.com/unifyai/ivy/actions/runs/4723000381/jobs/8378357215" rel="noopener noreferrer" target="_blank"><img src=https://img.shields.io/badge/-success-success></a>
|jax|<a href="https://github.com/unifyai/ivy/actions/runs/4723000381/jobs/8378357215" rel="noopener noreferrer" target="_blank"><img src=https://img.shields.io/badge/-success-success></a>
<details>
<summary>FAILED ivy_tests/test_ivy/test_frontends/test_jax/test_jax_numpy_manipulation.py::test_jax_numpy_reshape[cpu-ivy.functional.backends.torch-False-False]</summary>
2023-04-17T16:04:18.5612926Z E AttributeError: 'NoneType' object has no attribute 'dtype'2023-04-17T16:04:18.5630320Z E ivy.utils.exceptions.IvyError: torch: nested_map: 'NoneType' object has no attribute 'dtype'2023-04-17T16:04:18.5636983Z E ivy.utils.exceptions.IvyError: torch: nested_map: torch: nested_map: 'NoneType' object has no attribute 'dtype'2023-04-17T16:04:18.5637541Z E Falsifying example: test_jax_numpy_reshape(2023-04-17T16:04:18.5638059Z E input_x_shape=(['int8'], [array([[0, 0],2023-04-17T16:04:18.5638477Z E [0, 0]], dtype=int8)], (2, 2)),2023-04-17T16:04:18.5638892Z E order='C',2023-04-17T16:04:18.5639310Z E test_flags=FrontendFunctionTestFlags(2023-04-17T16:04:18.5640556Z E num_positional_args=0,2023-04-17T16:04:18.5640900Z E with_out=False,2023-04-17T16:04:18.5641285Z E inplace=False,2023-04-17T16:04:18.5643789Z E as_variable=[False],2023-04-17T16:04:18.5644139Z E native_arrays=[False],2023-04-17T16:04:18.5644537Z E generate_frontend_arrays=True,2023-04-17T16:04:18.5647216Z E ),2023-04-17T16:04:18.5647721Z E fn_tree='ivy.functional.frontends.jax.numpy.reshape',2023-04-17T16:04:18.5648223Z E on_device='cpu',2023-04-17T16:04:18.5651301Z E frontend='jax',2023-04-17T16:04:18.5652355Z E )2023-04-17T16:04:18.5652642Z E 2023-04-17T16:04:18.5653343Z E You can reproduce this example by temporarily adding @reproduce_failure('6.72.0', b'AXicY2RgYGTABhgBAEwABA==') as a decorator on your test case
</details>
|
1.0
|
Fix jax_numpy_manipulation.test_jax_numpy_reshape - | | |
|---|---|
|tensorflow|<a href="https://github.com/unifyai/ivy/actions/runs/4723000381/jobs/8378357215" rel="noopener noreferrer" target="_blank"><img src=https://img.shields.io/badge/-success-success></a>
|torch|<a href="https://github.com/unifyai/ivy/actions/runs/4723000381/jobs/8378357215" rel="noopener noreferrer" target="_blank"><img src=https://img.shields.io/badge/-failure-red></a>
|numpy|<a href="https://github.com/unifyai/ivy/actions/runs/4723000381/jobs/8378357215" rel="noopener noreferrer" target="_blank"><img src=https://img.shields.io/badge/-success-success></a>
|jax|<a href="https://github.com/unifyai/ivy/actions/runs/4723000381/jobs/8378357215" rel="noopener noreferrer" target="_blank"><img src=https://img.shields.io/badge/-success-success></a>
<details>
<summary>FAILED ivy_tests/test_ivy/test_frontends/test_jax/test_jax_numpy_manipulation.py::test_jax_numpy_reshape[cpu-ivy.functional.backends.torch-False-False]</summary>
2023-04-17T16:04:18.5612926Z E AttributeError: 'NoneType' object has no attribute 'dtype'2023-04-17T16:04:18.5630320Z E ivy.utils.exceptions.IvyError: torch: nested_map: 'NoneType' object has no attribute 'dtype'2023-04-17T16:04:18.5636983Z E ivy.utils.exceptions.IvyError: torch: nested_map: torch: nested_map: 'NoneType' object has no attribute 'dtype'2023-04-17T16:04:18.5637541Z E Falsifying example: test_jax_numpy_reshape(2023-04-17T16:04:18.5638059Z E input_x_shape=(['int8'], [array([[0, 0],2023-04-17T16:04:18.5638477Z E [0, 0]], dtype=int8)], (2, 2)),2023-04-17T16:04:18.5638892Z E order='C',2023-04-17T16:04:18.5639310Z E test_flags=FrontendFunctionTestFlags(2023-04-17T16:04:18.5640556Z E num_positional_args=0,2023-04-17T16:04:18.5640900Z E with_out=False,2023-04-17T16:04:18.5641285Z E inplace=False,2023-04-17T16:04:18.5643789Z E as_variable=[False],2023-04-17T16:04:18.5644139Z E native_arrays=[False],2023-04-17T16:04:18.5644537Z E generate_frontend_arrays=True,2023-04-17T16:04:18.5647216Z E ),2023-04-17T16:04:18.5647721Z E fn_tree='ivy.functional.frontends.jax.numpy.reshape',2023-04-17T16:04:18.5648223Z E on_device='cpu',2023-04-17T16:04:18.5651301Z E frontend='jax',2023-04-17T16:04:18.5652355Z E )2023-04-17T16:04:18.5652642Z E 2023-04-17T16:04:18.5653343Z E You can reproduce this example by temporarily adding @reproduce_failure('6.72.0', b'AXicY2RgYGTABhgBAEwABA==') as a decorator on your test case
</details>
|
test
|
fix jax numpy manipulation test jax numpy reshape tensorflow img src torch img src numpy img src jax img src failed ivy tests test ivy test frontends test jax test jax numpy manipulation py test jax numpy reshape e attributeerror nonetype object has no attribute dtype e ivy utils exceptions ivyerror torch nested map nonetype object has no attribute dtype e ivy utils exceptions ivyerror torch nested map torch nested map nonetype object has no attribute dtype e falsifying example test jax numpy reshape e input x shape e dtype e order c e test flags frontendfunctiontestflags e num positional args e with out false e inplace false e as variable e native arrays e generate frontend arrays true e e fn tree ivy functional frontends jax numpy reshape e on device cpu e frontend jax e e e you can reproduce this example by temporarily adding reproduce failure b as a decorator on your test case
| 1
|
143,997
| 13,092,540,274
|
IssuesEvent
|
2020-08-03 08:47:07
|
Icinga/icinga2
|
https://api.github.com/repos/Icinga/icinga2
|
opened
|
RELEASE.md: syntax highlighting
|
area/documentation bug
|
## Describe the bug
At least RELEASE.md contains some code snippets to be C&P into a shell.
They're surrounded by \`\`\` and \`\`\`.
## Expected behavior
They should be surrounded by \`\`\`bash and \`\`\`.
|
1.0
|
RELEASE.md: syntax highlighting - ## Describe the bug
At least RELEASE.md contains some code snippets to be C&P into a shell.
They're surrounded by \`\`\` and \`\`\`.
## Expected behavior
They should be surrounded by \`\`\`bash and \`\`\`.
|
non_test
|
release md syntax highlighting describe the bug at least release md contains some code snippets to be c p into a shell they re surrounded by and expected behavior they should be surrounded by bash and
| 0
|
2,952
| 2,782,126,614
|
IssuesEvent
|
2015-05-06 16:34:44
|
TheMaphius/TFG
|
https://api.github.com/repos/TheMaphius/TFG
|
closed
|
Script to Objects Scene
|
code
|
In this issue i'll programm the diferents behaviour the objects of the level.
Time estimated: 5h.
|
1.0
|
Script to Objects Scene - In this issue i'll programm the diferents behaviour the objects of the level.
Time estimated: 5h.
|
non_test
|
script to objects scene in this issue i ll programm the diferents behaviour the objects of the level time estimated
| 0
|
250,984
| 21,394,292,192
|
IssuesEvent
|
2022-04-21 10:03:54
|
Mbed-TLS/mbedtls
|
https://api.github.com/repos/Mbed-TLS/mbedtls
|
closed
|
lsof on FreeBSD might emit warnings and fail component_test_cmake_out_of_source
|
bug Product Backlog component: test
|
In Mbed TLS 2.x, `component_test_cmake_out_of_source` in `tests/scripts/all.sh` runs a test case from `tests/ssl-opt.sh` and checks that there are no error messages. This has been broken for a while due to an incorrect dependency in `ssl-opt.sh`: the test case only runs if `requires_openssl_with_fallback_scsv`, which depends on the version of `openssl`. We never noticed until now, but the test case is skipped on our FreeBSD CI because its `openssl` is too recent — it's still running as expected on Linux because we run it with an older `openssl`.
https://github.com/Mbed-TLS/mbedtls/pull/5730 fixes the dependency of the test case, and so it now runs on FreeBSD as expected. But `all.sh test_cmake_out_of_source` then fails on Arm FreeBSD instances due to a warning message from `lsof`. Seen in https://jenkins-mbedtls.oss.arm.com/blue/organizations/jenkins/mbed-tls-pr-merge/detail/PR-5730-merge/3/pipeline/420:
```
Fallback SCSV: beginning of list ....................................... PASS
------------------------------------------------------------------------
PASSED (1 / 1 tests (0 skipped))
lsof: WARNING: compiled for FreeBSD release 12.2-RELEASE-p10; this is 12.2-RELEASE-p7.
lsof: WARNING: access /home/ec2-user/.lsof_freebsd: No such file or directory
lsof: WARNING: created device cache file: /home/ec2-user/.lsof_freebsd
^^^^test_cmake_out_of_source: test: cmake 'out-of-source' build: [ ! -s ssl-opt.err ] -> 1^^^^
```
|
1.0
|
lsof on FreeBSD might emit warnings and fail component_test_cmake_out_of_source - In Mbed TLS 2.x, `component_test_cmake_out_of_source` in `tests/scripts/all.sh` runs a test case from `tests/ssl-opt.sh` and checks that there are no error messages. This has been broken for a while due to an incorrect dependency in `ssl-opt.sh`: the test case only runs if `requires_openssl_with_fallback_scsv`, which depends on the version of `openssl`. We never noticed until now, but the test case is skipped on our FreeBSD CI because its `openssl` is too recent — it's still running as expected on Linux because we run it with an older `openssl`.
https://github.com/Mbed-TLS/mbedtls/pull/5730 fixes the dependency of the test case, and so it now runs on FreeBSD as expected. But `all.sh test_cmake_out_of_source` then fails on Arm FreeBSD instances due to a warning message from `lsof`. Seen in https://jenkins-mbedtls.oss.arm.com/blue/organizations/jenkins/mbed-tls-pr-merge/detail/PR-5730-merge/3/pipeline/420:
```
Fallback SCSV: beginning of list ....................................... PASS
------------------------------------------------------------------------
PASSED (1 / 1 tests (0 skipped))
lsof: WARNING: compiled for FreeBSD release 12.2-RELEASE-p10; this is 12.2-RELEASE-p7.
lsof: WARNING: access /home/ec2-user/.lsof_freebsd: No such file or directory
lsof: WARNING: created device cache file: /home/ec2-user/.lsof_freebsd
^^^^test_cmake_out_of_source: test: cmake 'out-of-source' build: [ ! -s ssl-opt.err ] -> 1^^^^
```
|
test
|
lsof on freebsd might emit warnings and fail component test cmake out of source in mbed tls x component test cmake out of source in tests scripts all sh runs a test case from tests ssl opt sh and checks that there are no error messages this has been broken for a while due to an incorrect dependency in ssl opt sh the test case only runs if requires openssl with fallback scsv which depends on the version of openssl we never noticed until now but the test case is skipped on our freebsd ci because its openssl is too recent — it s still running as expected on linux because we run it with an older openssl fixes the dependency of the test case and so it now runs on freebsd as expected but all sh test cmake out of source then fails on arm freebsd instances due to a warning message from lsof seen in fallback scsv beginning of list pass passed tests skipped lsof warning compiled for freebsd release release this is release lsof warning access home user lsof freebsd no such file or directory lsof warning created device cache file home user lsof freebsd test cmake out of source test cmake out of source build
| 1
|
225,632
| 17,869,807,708
|
IssuesEvent
|
2021-09-06 14:03:47
|
hazelcast/hazelcast
|
https://api.github.com/repos/hazelcast/hazelcast
|
closed
|
Windows and Solaris tests which use docker fail in lab
|
Team: Core Type: Test-Failure Source: Internal QE backlog
|
_master_
All tests which use docker fail on our Windows and Solaris lab, for example: http://jenkins.hazelcast.com/view/Official%20Builds/job/Hazelcast-master-Windows-OracleJDK8-without-checkstyle/7/testReport/com.hazelcast.jet.cdc.mysql/MySqlCdcIntegrationTest/customers/
We should overcome it somehow or ignore those tests on Windows and Solaris environment.
Example stacktrace:
```
java.lang.IllegalStateException: Could not find a valid Docker environment. Please see logs and check configuration
at org.testcontainers.dockerclient.DockerClientProviderStrategy.lambda$getFirstValidStrategy$7(DockerClientProviderStrategy.java:215)
at java.util.Optional.orElseThrow(Optional.java:290)
at org.testcontainers.dockerclient.DockerClientProviderStrategy.getFirstValidStrategy(DockerClientProviderStrategy.java:207)
at org.testcontainers.DockerClientFactory.getOrInitializeStrategy(DockerClientFactory.java:136)
at org.testcontainers.DockerClientFactory.client(DockerClientFactory.java:178)
at org.testcontainers.LazyDockerClient.getDockerClient(LazyDockerClient.java:14)
at org.testcontainers.LazyDockerClient.authConfig(LazyDockerClient.java:12)
at org.testcontainers.containers.GenericContainer.start(GenericContainer.java:310)
at org.testcontainers.containers.GenericContainer.starting(GenericContainer.java:1029)
at org.testcontainers.containers.FailureDetectingExternalResource$1.evaluate(FailureDetectingExternalResource.java:29)
at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
at com.hazelcast.test.DumpBuildInfoOnFailureRule$1.evaluate(DumpBuildInfoOnFailureRule.java:37)
at com.hazelcast.test.jitter.JitterRule$1.evaluate(JitterRule.java:104)
at com.hazelcast.test.metrics.MetricsRule$1.evaluate(MetricsRule.java:62)
at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
at com.hazelcast.test.HazelcastSerialClassRunner.runChild(HazelcastSerialClassRunner.java:50)
at com.hazelcast.test.HazelcastSerialClassRunner.runChild(HazelcastSerialClassRunner.java:29)
at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
at com.hazelcast.test.AbstractHazelcastClassRunner$1.evaluate(AbstractHazelcastClassRunner.java:306)
at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:299)
at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:293)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.lang.Thread.run(Thread.java:748)
```
|
1.0
|
Windows and Solaris tests which use docker fail in lab - _master_
All tests which use docker fail on our Windows and Solaris lab, for example: http://jenkins.hazelcast.com/view/Official%20Builds/job/Hazelcast-master-Windows-OracleJDK8-without-checkstyle/7/testReport/com.hazelcast.jet.cdc.mysql/MySqlCdcIntegrationTest/customers/
We should overcome it somehow or ignore those tests on Windows and Solaris environment.
Example stacktrace:
```
java.lang.IllegalStateException: Could not find a valid Docker environment. Please see logs and check configuration
at org.testcontainers.dockerclient.DockerClientProviderStrategy.lambda$getFirstValidStrategy$7(DockerClientProviderStrategy.java:215)
at java.util.Optional.orElseThrow(Optional.java:290)
at org.testcontainers.dockerclient.DockerClientProviderStrategy.getFirstValidStrategy(DockerClientProviderStrategy.java:207)
at org.testcontainers.DockerClientFactory.getOrInitializeStrategy(DockerClientFactory.java:136)
at org.testcontainers.DockerClientFactory.client(DockerClientFactory.java:178)
at org.testcontainers.LazyDockerClient.getDockerClient(LazyDockerClient.java:14)
at org.testcontainers.LazyDockerClient.authConfig(LazyDockerClient.java:12)
at org.testcontainers.containers.GenericContainer.start(GenericContainer.java:310)
at org.testcontainers.containers.GenericContainer.starting(GenericContainer.java:1029)
at org.testcontainers.containers.FailureDetectingExternalResource$1.evaluate(FailureDetectingExternalResource.java:29)
at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
at com.hazelcast.test.DumpBuildInfoOnFailureRule$1.evaluate(DumpBuildInfoOnFailureRule.java:37)
at com.hazelcast.test.jitter.JitterRule$1.evaluate(JitterRule.java:104)
at com.hazelcast.test.metrics.MetricsRule$1.evaluate(MetricsRule.java:62)
at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
at com.hazelcast.test.HazelcastSerialClassRunner.runChild(HazelcastSerialClassRunner.java:50)
at com.hazelcast.test.HazelcastSerialClassRunner.runChild(HazelcastSerialClassRunner.java:29)
at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
at com.hazelcast.test.AbstractHazelcastClassRunner$1.evaluate(AbstractHazelcastClassRunner.java:306)
at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:299)
at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:293)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.lang.Thread.run(Thread.java:748)
```
|
test
|
windows and solaris tests which use docker fail in lab master all tests which use docker fail on our windows and solaris lab for example we should overcome it somehow or ignore those tests on windows and solaris environment example stacktrace java lang illegalstateexception could not find a valid docker environment please see logs and check configuration at org testcontainers dockerclient dockerclientproviderstrategy lambda getfirstvalidstrategy dockerclientproviderstrategy java at java util optional orelsethrow optional java at org testcontainers dockerclient dockerclientproviderstrategy getfirstvalidstrategy dockerclientproviderstrategy java at org testcontainers dockerclientfactory getorinitializestrategy dockerclientfactory java at org testcontainers dockerclientfactory client dockerclientfactory java at org testcontainers lazydockerclient getdockerclient lazydockerclient java at org testcontainers lazydockerclient authconfig lazydockerclient java at org testcontainers containers genericcontainer start genericcontainer java at org testcontainers containers genericcontainer starting genericcontainer java at org testcontainers containers failuredetectingexternalresource evaluate failuredetectingexternalresource java at org junit rules testwatcher evaluate testwatcher java at com hazelcast test dumpbuildinfoonfailurerule evaluate dumpbuildinfoonfailurerule java at com hazelcast test jitter jitterrule evaluate jitterrule java at com hazelcast test metrics metricsrule evaluate metricsrule java at org junit runners parentrunner evaluate parentrunner java at org junit runners evaluate java at org junit runners parentrunner runleaf parentrunner java at org junit runners runchild java at com hazelcast test hazelcastserialclassrunner runchild hazelcastserialclassrunner java at com hazelcast test hazelcastserialclassrunner runchild hazelcastserialclassrunner java at org junit runners parentrunner run parentrunner java at org junit runners parentrunner schedule parentrunner java at org junit runners parentrunner runchildren parentrunner java at org junit runners parentrunner access parentrunner java at org junit runners parentrunner evaluate parentrunner java at com hazelcast test abstracthazelcastclassrunner evaluate abstracthazelcastclassrunner java at org junit internal runners statements failontimeout callablestatement call failontimeout java at org junit internal runners statements failontimeout callablestatement call failontimeout java at java util concurrent futuretask run futuretask java at java lang thread run thread java
| 1
|
124,827
| 10,325,240,448
|
IssuesEvent
|
2019-09-01 15:48:24
|
reposense/RepoSense
|
https://api.github.com/repos/reposense/RepoSense
|
closed
|
Use realistic person names for test repos
|
a-Testing d.FirstTimers p.Low
|
Current:

Problem: It's unlikely that real use case will be for such short names. Using this kind of _too simple_ test cases can cause bugs to go unnoticed (e.g., a bug in handling spaces or special chars in a name) and also can cause the actual UI to look different from the UI we see in test cases (e.g., text overflows due to long names).
Suggestion: Use a variety of names that cover various equivalence partitions of the test input. e.g., names with a slash (`Ravi s/o Ramesh`)
|
1.0
|
Use realistic person names for test repos - Current:

Problem: It's unlikely that real use case will be for such short names. Using this kind of _too simple_ test cases can cause bugs to go unnoticed (e.g., a bug in handling spaces or special chars in a name) and also can cause the actual UI to look different from the UI we see in test cases (e.g., text overflows due to long names).
Suggestion: Use a variety of names that cover various equivalence partitions of the test input. e.g., names with a slash (`Ravi s/o Ramesh`)
|
test
|
use realistic person names for test repos current problem it s unlikely that real use case will be for such short names using this kind of too simple test cases can cause bugs to go unnoticed e g a bug in handling spaces or special chars in a name and also can cause the actual ui to look different from the ui we see in test cases e g text overflows due to long names suggestion use a variety of names that cover various equivalence partitions of the test input e g names with a slash ravi s o ramesh
| 1
|
11,579
| 9,415,670,586
|
IssuesEvent
|
2019-04-10 13:10:16
|
terraform-providers/terraform-provider-azurerm
|
https://api.github.com/repos/terraform-providers/terraform-provider-azurerm
|
closed
|
Auto scaling in Azure via terraform
|
question service/kubernetes-cluster
|
Hi ,
I need to automate scaling in azure via terraform. As i am aware support for autoscaling is not enabled in azure via terraform. Can anybody suggest some of the ways through which autoscaling can be enabled automatically when a cluster is created via terraform without azure cli.
Thanks for your help.
|
1.0
|
Auto scaling in Azure via terraform - Hi ,
I need to automate scaling in azure via terraform. As i am aware support for autoscaling is not enabled in azure via terraform. Can anybody suggest some of the ways through which autoscaling can be enabled automatically when a cluster is created via terraform without azure cli.
Thanks for your help.
|
non_test
|
auto scaling in azure via terraform hi i need to automate scaling in azure via terraform as i am aware support for autoscaling is not enabled in azure via terraform can anybody suggest some of the ways through which autoscaling can be enabled automatically when a cluster is created via terraform without azure cli thanks for your help
| 0
|
19,652
| 3,777,582,466
|
IssuesEvent
|
2016-03-17 20:36:13
|
cockroachdb/cockroach
|
https://api.github.com/repos/cockroachdb/cockroach
|
closed
|
sql: poison_after_push failure
|
bug test-failure
|
See https://circle-artifacts.com/gh/petermattis/cockroach/404/artifacts/0/tmp/circle-artifacts.lxM4EST/test.log
The error is `logic_test.go:529: testdata/poison_after_push:40: expected retry txn, but found pq: txn aborted "sql/executor.go:597 sql implicit: false" id=e215adcb key=/Table/51/1/2/0 rw=true pri=0.00070515 iso=SERIALIZABLE stat=PENDING epo=0 ts=1456952200.882866398,0 orig=1456952200.882866398,0 max=1456952200.932866398,0`. I'm pretty sure this is unrelated to the changes in the associated PR.
|
1.0
|
sql: poison_after_push failure - See https://circle-artifacts.com/gh/petermattis/cockroach/404/artifacts/0/tmp/circle-artifacts.lxM4EST/test.log
The error is `logic_test.go:529: testdata/poison_after_push:40: expected retry txn, but found pq: txn aborted "sql/executor.go:597 sql implicit: false" id=e215adcb key=/Table/51/1/2/0 rw=true pri=0.00070515 iso=SERIALIZABLE stat=PENDING epo=0 ts=1456952200.882866398,0 orig=1456952200.882866398,0 max=1456952200.932866398,0`. I'm pretty sure this is unrelated to the changes in the associated PR.
|
test
|
sql poison after push failure see the error is logic test go testdata poison after push expected retry txn but found pq txn aborted sql executor go sql implicit false id key table rw true pri iso serializable stat pending epo ts orig max i m pretty sure this is unrelated to the changes in the associated pr
| 1
|
200,474
| 15,801,467,982
|
IssuesEvent
|
2021-04-03 05:03:22
|
gregsdennis/json-everything
|
https://api.github.com/repos/gregsdennis/json-everything
|
closed
|
JsonLogic Custom Operators
|
documentation question
|
**Environment**
- Nuget Package: JsonLogic
- Nuget Version: 1.2.1
- OS: Mac
- .Net Target: netcoreapp3.1
**How can I help you today?**
I see in your documentation for JsonLogic that [custom operators are coming](https://gregsdennis.github.io/json-everything/usage/json-logic.html#creating-new-rules). I was hoping to add one to help with case-insensitive comparisons. I was curious how close your library is to support adding a custom operator like this to handle some custom case-insensitive operations?
Thanks for all you've done!
|
1.0
|
JsonLogic Custom Operators - **Environment**
- Nuget Package: JsonLogic
- Nuget Version: 1.2.1
- OS: Mac
- .Net Target: netcoreapp3.1
**How can I help you today?**
I see in your documentation for JsonLogic that [custom operators are coming](https://gregsdennis.github.io/json-everything/usage/json-logic.html#creating-new-rules). I was hoping to add one to help with case-insensitive comparisons. I was curious how close your library is to support adding a custom operator like this to handle some custom case-insensitive operations?
Thanks for all you've done!
|
non_test
|
jsonlogic custom operators environment nuget package jsonlogic nuget version os mac net target how can i help you today i see in your documentation for jsonlogic that i was hoping to add one to help with case insensitive comparisons i was curious how close your library is to support adding a custom operator like this to handle some custom case insensitive operations thanks for all you ve done
| 0
|
131,349
| 10,693,066,055
|
IssuesEvent
|
2019-10-23 08:04:30
|
geosolutions-it/ogc-testbed
|
https://api.github.com/repos/geosolutions-it/ogc-testbed
|
reopened
|
Publish imagery, POI and DEM
|
TESTBED15
|
Data is available under Testbed 15, files, Open Portrayal Framework, Potrayal data and sponsor input. Direct link [here](https://portal.opengeospatial.org/modules/files/details.php?m=files&artifact_id=83535).
There is a DTM in the root, and under imagery some mrsid files. We should convert them into COG before publishing. These will be used for the "WMTS-T" use case.
|
1.0
|
Publish imagery, POI and DEM - Data is available under Testbed 15, files, Open Portrayal Framework, Potrayal data and sponsor input. Direct link [here](https://portal.opengeospatial.org/modules/files/details.php?m=files&artifact_id=83535).
There is a DTM in the root, and under imagery some mrsid files. We should convert them into COG before publishing. These will be used for the "WMTS-T" use case.
|
test
|
publish imagery poi and dem data is available under testbed files open portrayal framework potrayal data and sponsor input direct link there is a dtm in the root and under imagery some mrsid files we should convert them into cog before publishing these will be used for the wmts t use case
| 1
|
314,597
| 27,012,553,587
|
IssuesEvent
|
2023-02-10 16:30:34
|
elastic/kibana
|
https://api.github.com/repos/elastic/kibana
|
closed
|
Failing test: Jest Tests.x-pack/plugins/cases/public/components/all_cases - Assignees should hide the assignees filters on basic license
|
failed-test Team:ResponseOps Feature:Cases
|
A test failed on a tracked branch
```
TypeError: Cannot read properties of undefined (reading 'data')
at data (/var/lib/buildkite-agent/builds/kb-n2-4-spot-1bbbd27ed2a9560b/elastic/kibana-on-merge/kibana/x-pack/plugins/cases/public/components/all_cases/all_cases_list.tsx:77:13)
at renderWithHooks (/var/lib/buildkite-agent/builds/kb-n2-4-spot-1bbbd27ed2a9560b/elastic/kibana-on-merge/kibana/node_modules/react-dom/cjs/react-dom.development.js:14985:18)
at updateFunctionComponent (/var/lib/buildkite-agent/builds/kb-n2-4-spot-1bbbd27ed2a9560b/elastic/kibana-on-merge/kibana/node_modules/react-dom/cjs/react-dom.development.js:17356:20)
at updateSimpleMemoComponent (/var/lib/buildkite-agent/builds/kb-n2-4-spot-1bbbd27ed2a9560b/elastic/kibana-on-merge/kibana/node_modules/react-dom/cjs/react-dom.development.js:17215:10)
at updateMemoComponent (/var/lib/buildkite-agent/builds/kb-n2-4-spot-1bbbd27ed2a9560b/elastic/kibana-on-merge/kibana/node_modules/react-dom/cjs/react-dom.development.js:17092:14)
at beginWork (/var/lib/buildkite-agent/builds/kb-n2-4-spot-1bbbd27ed2a9560b/elastic/kibana-on-merge/kibana/node_modules/react-dom/cjs/react-dom.development.js:19135:16)
at HTMLUnknownElement.callCallback (/var/lib/buildkite-agent/builds/kb-n2-4-spot-1bbbd27ed2a9560b/elastic/kibana-on-merge/kibana/node_modules/react-dom/cjs/react-dom.development.js:3945:14)
at HTMLUnknownElement.callTheUserObjectsOperation (/var/lib/buildkite-agent/builds/kb-n2-4-spot-1bbbd27ed2a9560b/elastic/kibana-on-merge/kibana/node_modules/jest-environment-jsdom/node_modules/jsdom/lib/jsdom/living/generated/EventListener.js:26:30)
at innerInvokeEventListeners (/var/lib/buildkite-agent/builds/kb-n2-4-spot-1bbbd27ed2a9560b/elastic/kibana-on-merge/kibana/node_modules/jest-environment-jsdom/node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:350:25)
at invokeEventListeners (/var/lib/buildkite-agent/builds/kb-n2-4-spot-1bbbd27ed2a9560b/elastic/kibana-on-merge/kibana/node_modules/jest-environment-jsdom/node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:286:3)
at HTMLUnknownElementImpl._dispatch (/var/lib/buildkite-agent/builds/kb-n2-4-spot-1bbbd27ed2a9560b/elastic/kibana-on-merge/kibana/node_modules/jest-environment-jsdom/node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:233:9)
at HTMLUnknownElementImpl.dispatchEvent (/var/lib/buildkite-agent/builds/kb-n2-4-spot-1bbbd27ed2a9560b/elastic/kibana-on-merge/kibana/node_modules/jest-environment-jsdom/node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:104:17)
at HTMLUnknownElement.dispatchEvent (/var/lib/buildkite-agent/builds/kb-n2-4-spot-1bbbd27ed2a9560b/elastic/kibana-on-merge/kibana/node_modules/jest-environment-jsdom/node_modules/jsdom/lib/jsdom/living/generated/EventTarget.js:241:34)
at Object.invokeGuardedCallbackDev (/var/lib/buildkite-agent/builds/kb-n2-4-spot-1bbbd27ed2a9560b/elastic/kibana-on-merge/kibana/node_modules/react-dom/cjs/react-dom.development.js:3994:16)
at invokeGuardedCallback (/var/lib/buildkite-agent/builds/kb-n2-4-spot-1bbbd27ed2a9560b/elastic/kibana-on-merge/kibana/node_modules/react-dom/cjs/react-dom.development.js:4056:31)
at beginWork$1 (/var/lib/buildkite-agent/builds/kb-n2-4-spot-1bbbd27ed2a9560b/elastic/kibana-on-merge/kibana/node_modules/react-dom/cjs/react-dom.development.js:23964:7)
at performUnitOfWork (/var/lib/buildkite-agent/builds/kb-n2-4-spot-1bbbd27ed2a9560b/elastic/kibana-on-merge/kibana/node_modules/react-dom/cjs/react-dom.development.js:22779:12)
at workLoopSync (/var/lib/buildkite-agent/builds/kb-n2-4-spot-1bbbd27ed2a9560b/elastic/kibana-on-merge/kibana/node_modules/react-dom/cjs/react-dom.development.js:22707:5)
at renderRootSync (/var/lib/buildkite-agent/builds/kb-n2-4-spot-1bbbd27ed2a9560b/elastic/kibana-on-merge/kibana/node_modules/react-dom/cjs/react-dom.development.js:22670:7)
at performSyncWorkOnRoot (/var/lib/buildkite-agent/builds/kb-n2-4-spot-1bbbd27ed2a9560b/elastic/kibana-on-merge/kibana/node_modules/react-dom/cjs/react-dom.development.js:22293:18)
at /var/lib/buildkite-agent/builds/kb-n2-4-spot-1bbbd27ed2a9560b/elastic/kibana-on-merge/kibana/node_modules/react-dom/cjs/react-dom.development.js:11327:26
at unstable_runWithPriority (/var/lib/buildkite-agent/builds/kb-n2-4-spot-1bbbd27ed2a9560b/elastic/kibana-on-merge/kibana/node_modules/scheduler/cjs/scheduler.development.js:468:12)
at runWithPriority$1 (/var/lib/buildkite-agent/builds/kb-n2-4-spot-1bbbd27ed2a9560b/elastic/kibana-on-merge/kibana/node_modules/react-dom/cjs/react-dom.development.js:11276:10)
at flushSyncCallbackQueueImpl (/var/lib/buildkite-agent/builds/kb-n2-4-spot-1bbbd27ed2a9560b/elastic/kibana-on-merge/kibana/node_modules/react-dom/cjs/react-dom.development.js:11322:9)
at flushSyncCallbackQueue (/var/lib/buildkite-agent/builds/kb-n2-4-spot-1bbbd27ed2a9560b/elastic/kibana-on-merge/kibana/node_modules/react-dom/cjs/react-dom.development.js:11309:3)
at flushPassiveEffectsImpl (/var/lib/buildkite-agent/builds/kb-n2-4-spot-1bbbd27ed2a9560b/elastic/kibana-on-merge/kibana/node_modules/react-dom/cjs/react-dom.development.js:23620:3)
at unstable_runWithPriority (/var/lib/buildkite-agent/builds/kb-n2-4-spot-1bbbd27ed2a9560b/elastic/kibana-on-merge/kibana/node_modules/scheduler/cjs/scheduler.development.js:468:12)
at runWithPriority$1 (/var/lib/buildkite-agent/builds/kb-n2-4-spot-1bbbd27ed2a9560b/elastic/kibana-on-merge/kibana/node_modules/react-dom/cjs/react-dom.development.js:11276:10)
at flushPassiveEffects (/var/lib/buildkite-agent/builds/kb-n2-4-spot-1bbbd27ed2a9560b/elastic/kibana-on-merge/kibana/node_modules/react-dom/cjs/react-dom.development.js:23447:14)
at Object.<anonymous>.flushWork (/var/lib/buildkite-agent/builds/kb-n2-4-spot-1bbbd27ed2a9560b/elastic/kibana-on-merge/kibana/node_modules/react-dom/cjs/react-dom-test-utils.development.js:992:10)
at act (/var/lib/buildkite-agent/builds/kb-n2-4-spot-1bbbd27ed2a9560b/elastic/kibana-on-merge/kibana/node_modules/react-dom/cjs/react-dom-test-utils.development.js:1107:9)
at render (/var/lib/buildkite-agent/builds/kb-n2-4-spot-1bbbd27ed2a9560b/elastic/kibana-on-merge/kibana/node_modules/@testing-library/react/dist/pure.js:97:26)
at Object.<anonymous> (/var/lib/buildkite-agent/builds/kb-n2-4-spot-1bbbd27ed2a9560b/elastic/kibana-on-merge/kibana/x-pack/plugins/cases/public/components/all_cases/all_cases_list.test.tsx:1123:26)
at Promise.then.completed (/var/lib/buildkite-agent/builds/kb-n2-4-spot-1bbbd27ed2a9560b/elastic/kibana-on-merge/kibana/node_modules/jest-circus/build/utils.js:289:28)
at new Promise (<anonymous>)
at callAsyncCircusFn (/var/lib/buildkite-agent/builds/kb-n2-4-spot-1bbbd27ed2a9560b/elastic/kibana-on-merge/kibana/node_modules/jest-circus/build/utils.js:222:10)
at _callCircusTest (/var/lib/buildkite-agent/builds/kb-n2-4-spot-1bbbd27ed2a9560b/elastic/kibana-on-merge/kibana/node_modules/jest-circus/build/run.js:248:40)
at _runTest (/var/lib/buildkite-agent/builds/kb-n2-4-spot-1bbbd27ed2a9560b/elastic/kibana-on-merge/kibana/node_modules/jest-circus/build/run.js:184:3)
at _runTestsForDescribeBlock (/var/lib/buildkite-agent/builds/kb-n2-4-spot-1bbbd27ed2a9560b/elastic/kibana-on-merge/kibana/node_modules/jest-circus/build/run.js:86:9)
at _runTestsForDescribeBlock (/var/lib/buildkite-agent/builds/kb-n2-4-spot-1bbbd27ed2a9560b/elastic/kibana-on-merge/kibana/node_modules/jest-circus/build/run.js:81:9)
at run (/var/lib/buildkite-agent/builds/kb-n2-4-spot-1bbbd27ed2a9560b/elastic/kibana-on-merge/kibana/node_modules/jest-circus/build/run.js:26:3)
at runAndTransformResultsToJestFormat (/var/lib/buildkite-agent/builds/kb-n2-4-spot-1bbbd27ed2a9560b/elastic/kibana-on-merge/kibana/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapterInit.js:120:21)
at jestAdapter (/var/lib/buildkite-agent/builds/kb-n2-4-spot-1bbbd27ed2a9560b/elastic/kibana-on-merge/kibana/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js:79:19)
at runTestInternal (/var/lib/buildkite-agent/builds/kb-n2-4-spot-1bbbd27ed2a9560b/elastic/kibana-on-merge/kibana/node_modules/jest-runner/build/runTest.js:367:16)
at runTest (/var/lib/buildkite-agent/builds/kb-n2-4-spot-1bbbd27ed2a9560b/elastic/kibana-on-merge/kibana/node_modules/jest-runner/build/runTest.js:444:34)
```
First failure: [CI Build - main](https://buildkite.com/elastic/kibana-on-merge/builds/25426#0185842c-03fd-436e-84af-83ef7b733423)
<!-- kibanaCiData = {"failed-test":{"test.class":"Jest Tests.x-pack/plugins/cases/public/components/all_cases","test.name":"Assignees should hide the assignees filters on basic license","test.failCount":3}} -->
|
1.0
|
Failing test: Jest Tests.x-pack/plugins/cases/public/components/all_cases - Assignees should hide the assignees filters on basic license - A test failed on a tracked branch
```
TypeError: Cannot read properties of undefined (reading 'data')
at data (/var/lib/buildkite-agent/builds/kb-n2-4-spot-1bbbd27ed2a9560b/elastic/kibana-on-merge/kibana/x-pack/plugins/cases/public/components/all_cases/all_cases_list.tsx:77:13)
at renderWithHooks (/var/lib/buildkite-agent/builds/kb-n2-4-spot-1bbbd27ed2a9560b/elastic/kibana-on-merge/kibana/node_modules/react-dom/cjs/react-dom.development.js:14985:18)
at updateFunctionComponent (/var/lib/buildkite-agent/builds/kb-n2-4-spot-1bbbd27ed2a9560b/elastic/kibana-on-merge/kibana/node_modules/react-dom/cjs/react-dom.development.js:17356:20)
at updateSimpleMemoComponent (/var/lib/buildkite-agent/builds/kb-n2-4-spot-1bbbd27ed2a9560b/elastic/kibana-on-merge/kibana/node_modules/react-dom/cjs/react-dom.development.js:17215:10)
at updateMemoComponent (/var/lib/buildkite-agent/builds/kb-n2-4-spot-1bbbd27ed2a9560b/elastic/kibana-on-merge/kibana/node_modules/react-dom/cjs/react-dom.development.js:17092:14)
at beginWork (/var/lib/buildkite-agent/builds/kb-n2-4-spot-1bbbd27ed2a9560b/elastic/kibana-on-merge/kibana/node_modules/react-dom/cjs/react-dom.development.js:19135:16)
at HTMLUnknownElement.callCallback (/var/lib/buildkite-agent/builds/kb-n2-4-spot-1bbbd27ed2a9560b/elastic/kibana-on-merge/kibana/node_modules/react-dom/cjs/react-dom.development.js:3945:14)
at HTMLUnknownElement.callTheUserObjectsOperation (/var/lib/buildkite-agent/builds/kb-n2-4-spot-1bbbd27ed2a9560b/elastic/kibana-on-merge/kibana/node_modules/jest-environment-jsdom/node_modules/jsdom/lib/jsdom/living/generated/EventListener.js:26:30)
at innerInvokeEventListeners (/var/lib/buildkite-agent/builds/kb-n2-4-spot-1bbbd27ed2a9560b/elastic/kibana-on-merge/kibana/node_modules/jest-environment-jsdom/node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:350:25)
at invokeEventListeners (/var/lib/buildkite-agent/builds/kb-n2-4-spot-1bbbd27ed2a9560b/elastic/kibana-on-merge/kibana/node_modules/jest-environment-jsdom/node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:286:3)
at HTMLUnknownElementImpl._dispatch (/var/lib/buildkite-agent/builds/kb-n2-4-spot-1bbbd27ed2a9560b/elastic/kibana-on-merge/kibana/node_modules/jest-environment-jsdom/node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:233:9)
at HTMLUnknownElementImpl.dispatchEvent (/var/lib/buildkite-agent/builds/kb-n2-4-spot-1bbbd27ed2a9560b/elastic/kibana-on-merge/kibana/node_modules/jest-environment-jsdom/node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:104:17)
at HTMLUnknownElement.dispatchEvent (/var/lib/buildkite-agent/builds/kb-n2-4-spot-1bbbd27ed2a9560b/elastic/kibana-on-merge/kibana/node_modules/jest-environment-jsdom/node_modules/jsdom/lib/jsdom/living/generated/EventTarget.js:241:34)
at Object.invokeGuardedCallbackDev (/var/lib/buildkite-agent/builds/kb-n2-4-spot-1bbbd27ed2a9560b/elastic/kibana-on-merge/kibana/node_modules/react-dom/cjs/react-dom.development.js:3994:16)
at invokeGuardedCallback (/var/lib/buildkite-agent/builds/kb-n2-4-spot-1bbbd27ed2a9560b/elastic/kibana-on-merge/kibana/node_modules/react-dom/cjs/react-dom.development.js:4056:31)
at beginWork$1 (/var/lib/buildkite-agent/builds/kb-n2-4-spot-1bbbd27ed2a9560b/elastic/kibana-on-merge/kibana/node_modules/react-dom/cjs/react-dom.development.js:23964:7)
at performUnitOfWork (/var/lib/buildkite-agent/builds/kb-n2-4-spot-1bbbd27ed2a9560b/elastic/kibana-on-merge/kibana/node_modules/react-dom/cjs/react-dom.development.js:22779:12)
at workLoopSync (/var/lib/buildkite-agent/builds/kb-n2-4-spot-1bbbd27ed2a9560b/elastic/kibana-on-merge/kibana/node_modules/react-dom/cjs/react-dom.development.js:22707:5)
at renderRootSync (/var/lib/buildkite-agent/builds/kb-n2-4-spot-1bbbd27ed2a9560b/elastic/kibana-on-merge/kibana/node_modules/react-dom/cjs/react-dom.development.js:22670:7)
at performSyncWorkOnRoot (/var/lib/buildkite-agent/builds/kb-n2-4-spot-1bbbd27ed2a9560b/elastic/kibana-on-merge/kibana/node_modules/react-dom/cjs/react-dom.development.js:22293:18)
at /var/lib/buildkite-agent/builds/kb-n2-4-spot-1bbbd27ed2a9560b/elastic/kibana-on-merge/kibana/node_modules/react-dom/cjs/react-dom.development.js:11327:26
at unstable_runWithPriority (/var/lib/buildkite-agent/builds/kb-n2-4-spot-1bbbd27ed2a9560b/elastic/kibana-on-merge/kibana/node_modules/scheduler/cjs/scheduler.development.js:468:12)
at runWithPriority$1 (/var/lib/buildkite-agent/builds/kb-n2-4-spot-1bbbd27ed2a9560b/elastic/kibana-on-merge/kibana/node_modules/react-dom/cjs/react-dom.development.js:11276:10)
at flushSyncCallbackQueueImpl (/var/lib/buildkite-agent/builds/kb-n2-4-spot-1bbbd27ed2a9560b/elastic/kibana-on-merge/kibana/node_modules/react-dom/cjs/react-dom.development.js:11322:9)
at flushSyncCallbackQueue (/var/lib/buildkite-agent/builds/kb-n2-4-spot-1bbbd27ed2a9560b/elastic/kibana-on-merge/kibana/node_modules/react-dom/cjs/react-dom.development.js:11309:3)
at flushPassiveEffectsImpl (/var/lib/buildkite-agent/builds/kb-n2-4-spot-1bbbd27ed2a9560b/elastic/kibana-on-merge/kibana/node_modules/react-dom/cjs/react-dom.development.js:23620:3)
at unstable_runWithPriority (/var/lib/buildkite-agent/builds/kb-n2-4-spot-1bbbd27ed2a9560b/elastic/kibana-on-merge/kibana/node_modules/scheduler/cjs/scheduler.development.js:468:12)
at runWithPriority$1 (/var/lib/buildkite-agent/builds/kb-n2-4-spot-1bbbd27ed2a9560b/elastic/kibana-on-merge/kibana/node_modules/react-dom/cjs/react-dom.development.js:11276:10)
at flushPassiveEffects (/var/lib/buildkite-agent/builds/kb-n2-4-spot-1bbbd27ed2a9560b/elastic/kibana-on-merge/kibana/node_modules/react-dom/cjs/react-dom.development.js:23447:14)
at Object.<anonymous>.flushWork (/var/lib/buildkite-agent/builds/kb-n2-4-spot-1bbbd27ed2a9560b/elastic/kibana-on-merge/kibana/node_modules/react-dom/cjs/react-dom-test-utils.development.js:992:10)
at act (/var/lib/buildkite-agent/builds/kb-n2-4-spot-1bbbd27ed2a9560b/elastic/kibana-on-merge/kibana/node_modules/react-dom/cjs/react-dom-test-utils.development.js:1107:9)
at render (/var/lib/buildkite-agent/builds/kb-n2-4-spot-1bbbd27ed2a9560b/elastic/kibana-on-merge/kibana/node_modules/@testing-library/react/dist/pure.js:97:26)
at Object.<anonymous> (/var/lib/buildkite-agent/builds/kb-n2-4-spot-1bbbd27ed2a9560b/elastic/kibana-on-merge/kibana/x-pack/plugins/cases/public/components/all_cases/all_cases_list.test.tsx:1123:26)
at Promise.then.completed (/var/lib/buildkite-agent/builds/kb-n2-4-spot-1bbbd27ed2a9560b/elastic/kibana-on-merge/kibana/node_modules/jest-circus/build/utils.js:289:28)
at new Promise (<anonymous>)
at callAsyncCircusFn (/var/lib/buildkite-agent/builds/kb-n2-4-spot-1bbbd27ed2a9560b/elastic/kibana-on-merge/kibana/node_modules/jest-circus/build/utils.js:222:10)
at _callCircusTest (/var/lib/buildkite-agent/builds/kb-n2-4-spot-1bbbd27ed2a9560b/elastic/kibana-on-merge/kibana/node_modules/jest-circus/build/run.js:248:40)
at _runTest (/var/lib/buildkite-agent/builds/kb-n2-4-spot-1bbbd27ed2a9560b/elastic/kibana-on-merge/kibana/node_modules/jest-circus/build/run.js:184:3)
at _runTestsForDescribeBlock (/var/lib/buildkite-agent/builds/kb-n2-4-spot-1bbbd27ed2a9560b/elastic/kibana-on-merge/kibana/node_modules/jest-circus/build/run.js:86:9)
at _runTestsForDescribeBlock (/var/lib/buildkite-agent/builds/kb-n2-4-spot-1bbbd27ed2a9560b/elastic/kibana-on-merge/kibana/node_modules/jest-circus/build/run.js:81:9)
at run (/var/lib/buildkite-agent/builds/kb-n2-4-spot-1bbbd27ed2a9560b/elastic/kibana-on-merge/kibana/node_modules/jest-circus/build/run.js:26:3)
at runAndTransformResultsToJestFormat (/var/lib/buildkite-agent/builds/kb-n2-4-spot-1bbbd27ed2a9560b/elastic/kibana-on-merge/kibana/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapterInit.js:120:21)
at jestAdapter (/var/lib/buildkite-agent/builds/kb-n2-4-spot-1bbbd27ed2a9560b/elastic/kibana-on-merge/kibana/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js:79:19)
at runTestInternal (/var/lib/buildkite-agent/builds/kb-n2-4-spot-1bbbd27ed2a9560b/elastic/kibana-on-merge/kibana/node_modules/jest-runner/build/runTest.js:367:16)
at runTest (/var/lib/buildkite-agent/builds/kb-n2-4-spot-1bbbd27ed2a9560b/elastic/kibana-on-merge/kibana/node_modules/jest-runner/build/runTest.js:444:34)
```
First failure: [CI Build - main](https://buildkite.com/elastic/kibana-on-merge/builds/25426#0185842c-03fd-436e-84af-83ef7b733423)
<!-- kibanaCiData = {"failed-test":{"test.class":"Jest Tests.x-pack/plugins/cases/public/components/all_cases","test.name":"Assignees should hide the assignees filters on basic license","test.failCount":3}} -->
|
test
|
failing test jest tests x pack plugins cases public components all cases assignees should hide the assignees filters on basic license a test failed on a tracked branch typeerror cannot read properties of undefined reading data at data var lib buildkite agent builds kb spot elastic kibana on merge kibana x pack plugins cases public components all cases all cases list tsx at renderwithhooks var lib buildkite agent builds kb spot elastic kibana on merge kibana node modules react dom cjs react dom development js at updatefunctioncomponent var lib buildkite agent builds kb spot elastic kibana on merge kibana node modules react dom cjs react dom development js at updatesimplememocomponent var lib buildkite agent builds kb spot elastic kibana on merge kibana node modules react dom cjs react dom development js at updatememocomponent var lib buildkite agent builds kb spot elastic kibana on merge kibana node modules react dom cjs react dom development js at beginwork var lib buildkite agent builds kb spot elastic kibana on merge kibana node modules react dom cjs react dom development js at htmlunknownelement callcallback var lib buildkite agent builds kb spot elastic kibana on merge kibana node modules react dom cjs react dom development js at htmlunknownelement calltheuserobjectsoperation var lib buildkite agent builds kb spot elastic kibana on merge kibana node modules jest environment jsdom node modules jsdom lib jsdom living generated eventlistener js at innerinvokeeventlisteners var lib buildkite agent builds kb spot elastic kibana on merge kibana node modules jest environment jsdom node modules jsdom lib jsdom living events eventtarget impl js at invokeeventlisteners var lib buildkite agent builds kb spot elastic kibana on merge kibana node modules jest environment jsdom node modules jsdom lib jsdom living events eventtarget impl js at htmlunknownelementimpl dispatch var lib buildkite agent builds kb spot elastic kibana on merge kibana node modules jest environment jsdom node modules jsdom lib jsdom living events eventtarget impl js at htmlunknownelementimpl dispatchevent var lib buildkite agent builds kb spot elastic kibana on merge kibana node modules jest environment jsdom node modules jsdom lib jsdom living events eventtarget impl js at htmlunknownelement dispatchevent var lib buildkite agent builds kb spot elastic kibana on merge kibana node modules jest environment jsdom node modules jsdom lib jsdom living generated eventtarget js at object invokeguardedcallbackdev var lib buildkite agent builds kb spot elastic kibana on merge kibana node modules react dom cjs react dom development js at invokeguardedcallback var lib buildkite agent builds kb spot elastic kibana on merge kibana node modules react dom cjs react dom development js at beginwork var lib buildkite agent builds kb spot elastic kibana on merge kibana node modules react dom cjs react dom development js at performunitofwork var lib buildkite agent builds kb spot elastic kibana on merge kibana node modules react dom cjs react dom development js at workloopsync var lib buildkite agent builds kb spot elastic kibana on merge kibana node modules react dom cjs react dom development js at renderrootsync var lib buildkite agent builds kb spot elastic kibana on merge kibana node modules react dom cjs react dom development js at performsyncworkonroot var lib buildkite agent builds kb spot elastic kibana on merge kibana node modules react dom cjs react dom development js at var lib buildkite agent builds kb spot elastic kibana on merge kibana node modules react dom cjs react dom development js at unstable runwithpriority var lib buildkite agent builds kb spot elastic kibana on merge kibana node modules scheduler cjs scheduler development js at runwithpriority var lib buildkite agent builds kb spot elastic kibana on merge kibana node modules react dom cjs react dom development js at flushsynccallbackqueueimpl var lib buildkite agent builds kb spot elastic kibana on merge kibana node modules react dom cjs react dom development js at flushsynccallbackqueue var lib buildkite agent builds kb spot elastic kibana on merge kibana node modules react dom cjs react dom development js at flushpassiveeffectsimpl var lib buildkite agent builds kb spot elastic kibana on merge kibana node modules react dom cjs react dom development js at unstable runwithpriority var lib buildkite agent builds kb spot elastic kibana on merge kibana node modules scheduler cjs scheduler development js at runwithpriority var lib buildkite agent builds kb spot elastic kibana on merge kibana node modules react dom cjs react dom development js at flushpassiveeffects var lib buildkite agent builds kb spot elastic kibana on merge kibana node modules react dom cjs react dom development js at object flushwork var lib buildkite agent builds kb spot elastic kibana on merge kibana node modules react dom cjs react dom test utils development js at act var lib buildkite agent builds kb spot elastic kibana on merge kibana node modules react dom cjs react dom test utils development js at render var lib buildkite agent builds kb spot elastic kibana on merge kibana node modules testing library react dist pure js at object var lib buildkite agent builds kb spot elastic kibana on merge kibana x pack plugins cases public components all cases all cases list test tsx at promise then completed var lib buildkite agent builds kb spot elastic kibana on merge kibana node modules jest circus build utils js at new promise at callasynccircusfn var lib buildkite agent builds kb spot elastic kibana on merge kibana node modules jest circus build utils js 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 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
|
219,657
| 17,104,479,340
|
IssuesEvent
|
2021-07-09 15:37:23
|
Plant-for-the-Planet-org/treemapper
|
https://api.github.com/repos/Plant-for-the-Planet-org/treemapper
|
opened
|
TypeError in app/utils/additionalData/functions.ts:236
|
1.0.3 bug bugsnag testflight
|
## Error in Tree Mapper
**TypeError** in **app/utils/additionalData/functions.ts:236**
undefined is not an object (evaluating 'n.polygons[0].coordinates')
[View on Bugsnag](https://app.bugsnag.com/plant-for-the-planet/tree-mapper/errors/60e86d2d8b536500071c50aa?event_id=60e86d2d007f8dc0bd8c0000&i=gh&m=ci)
## Stacktrace
app/utils/additionalData/functions.ts:236 -
app/repositories/migrations/schema11.ts:361 - migration
app/repositories/default.ts:48 -
app/repositories/default.ts:34 -
app/components/InitialLoading/index.js:53 -
[View full stacktrace](https://app.bugsnag.com/plant-for-the-planet/tree-mapper/errors/60e86d2d8b536500071c50aa?event_id=60e86d2d007f8dc0bd8c0000&i=gh&m=ci)
*Created automatically via Bugsnag*
|
1.0
|
TypeError in app/utils/additionalData/functions.ts:236 - ## Error in Tree Mapper
**TypeError** in **app/utils/additionalData/functions.ts:236**
undefined is not an object (evaluating 'n.polygons[0].coordinates')
[View on Bugsnag](https://app.bugsnag.com/plant-for-the-planet/tree-mapper/errors/60e86d2d8b536500071c50aa?event_id=60e86d2d007f8dc0bd8c0000&i=gh&m=ci)
## Stacktrace
app/utils/additionalData/functions.ts:236 -
app/repositories/migrations/schema11.ts:361 - migration
app/repositories/default.ts:48 -
app/repositories/default.ts:34 -
app/components/InitialLoading/index.js:53 -
[View full stacktrace](https://app.bugsnag.com/plant-for-the-planet/tree-mapper/errors/60e86d2d8b536500071c50aa?event_id=60e86d2d007f8dc0bd8c0000&i=gh&m=ci)
*Created automatically via Bugsnag*
|
test
|
typeerror in app utils additionaldata functions ts error in tree mapper typeerror in app utils additionaldata functions ts undefined is not an object evaluating n polygons coordinates stacktrace app utils additionaldata functions ts app repositories migrations ts migration app repositories default ts app repositories default ts app components initialloading index js created automatically via bugsnag
| 1
|
497,150
| 14,362,681,342
|
IssuesEvent
|
2020-11-30 20:13:37
|
LinkedEarth/Pyleoclim_util
|
https://api.github.com/repos/LinkedEarth/Pyleoclim_util
|
reopened
|
Update Series.distplot() Function
|
low priority
|
Issue: Series.displot() currently uses the seaborn function "distplot" which is deprecated and will be removed from future seaborn releases.
Fix: Replace the use of sns.distplot in Series.displot() with either "sns.displot" or "sns.histplot".
|
1.0
|
Update Series.distplot() Function - Issue: Series.displot() currently uses the seaborn function "distplot" which is deprecated and will be removed from future seaborn releases.
Fix: Replace the use of sns.distplot in Series.displot() with either "sns.displot" or "sns.histplot".
|
non_test
|
update series distplot function issue series displot currently uses the seaborn function distplot which is deprecated and will be removed from future seaborn releases fix replace the use of sns distplot in series displot with either sns displot or sns histplot
| 0
|
68,028
| 7,085,963,126
|
IssuesEvent
|
2018-01-11 12:59:27
|
emfoundation/ce100-app
|
https://api.github.com/repos/emfoundation/ce100-app
|
closed
|
Challenges of disabled organisations/people still visible to external users in Explore
|
T4h bug please-test priority-2
|
Challenges shared by users which are inactive should not be shown to primary and secondary users. Since users linked to a disabled org are made inactive automatically, this should imply the same challenges from all users of a disabled org. This means that for primary and secondary users we should:
- [x] remove challenges of inactive people in Explore
- [x] remove challenges of inactive people on the challenges tab of the org profile
- [x] deny access to the challenge view of challenges shared by inactive people
- [x] remove challenges of inactive people in the search results
The challenges also appear on the people profile, but because the user is inactive, primary and secondary users should not have access to that view anyway.
---
Current mitigation: archive all challenges of disabled org.
A problem will occur when we want to deactivate a user who has shared challenges. If at that point, the user and the organisation agree that they want to keep the challenge, we should build in a way to transfer the ownership of the challenge (through the UI).
|
1.0
|
Challenges of disabled organisations/people still visible to external users in Explore - Challenges shared by users which are inactive should not be shown to primary and secondary users. Since users linked to a disabled org are made inactive automatically, this should imply the same challenges from all users of a disabled org. This means that for primary and secondary users we should:
- [x] remove challenges of inactive people in Explore
- [x] remove challenges of inactive people on the challenges tab of the org profile
- [x] deny access to the challenge view of challenges shared by inactive people
- [x] remove challenges of inactive people in the search results
The challenges also appear on the people profile, but because the user is inactive, primary and secondary users should not have access to that view anyway.
---
Current mitigation: archive all challenges of disabled org.
A problem will occur when we want to deactivate a user who has shared challenges. If at that point, the user and the organisation agree that they want to keep the challenge, we should build in a way to transfer the ownership of the challenge (through the UI).
|
test
|
challenges of disabled organisations people still visible to external users in explore challenges shared by users which are inactive should not be shown to primary and secondary users since users linked to a disabled org are made inactive automatically this should imply the same challenges from all users of a disabled org this means that for primary and secondary users we should remove challenges of inactive people in explore remove challenges of inactive people on the challenges tab of the org profile deny access to the challenge view of challenges shared by inactive people remove challenges of inactive people in the search results the challenges also appear on the people profile but because the user is inactive primary and secondary users should not have access to that view anyway current mitigation archive all challenges of disabled org a problem will occur when we want to deactivate a user who has shared challenges if at that point the user and the organisation agree that they want to keep the challenge we should build in a way to transfer the ownership of the challenge through the ui
| 1
|
785,905
| 27,627,217,960
|
IssuesEvent
|
2023-03-10 08:00:36
|
woocommerce/woocommerce-ios
|
https://api.github.com/repos/woocommerce/woocommerce-ios
|
opened
|
Coupons: updating filters in product selector have no effect before changing the search query
|
type: bug priority: low
|
**Describe the bug**
When updating the filters in the product selector in the coupon form (either adding products or in coupon restrictions), the product results stay the same and don't match the latest filters. After changing the search query, the filters start working. I set the priority as low since coupon management is still behind the feature switch and the filters still work after changing the search query.
🗒️ After taking a look in the code, the issue is from the use of `@Published var` for the filters. In the view model, it observes the combination of the query and `$filters`, but [`self.filters` is used for the product search API request](https://github.com/woocommerce/woocommerce-ios/blob/55fccba12ffe252479c8007cfe138221a2521925/WooCommerce/Classes/ViewRelated/Products/ProductSelector/ProductSelectorViewModel.swift#L292-L300) after `syncingCoordinator.resynchronize()` is called. For `@Published var`, when the value changes the latest value in `sink` is in `willSet` and access to `self.filters` is getting the old values (better explained in [this blog post](https://www.avanderlee.com/swiftui/published-property-wrapper/#the-importance-of-understanding-the-willset-trigger)). It's a tricky case since the sync callback is separate in the delegate, maybe we can use a subject instead of `@Published var` here.
https://github.com/woocommerce/woocommerce-ios/blob/55fccba12ffe252479c8007cfe138221a2521925/WooCommerce/Classes/ViewRelated/Products/ProductSelector/ProductSelectorViewModel.swift#L467-L473
**To Reproduce**
Steps to reproduce the behavior:
Prerequisites: the site has at least one product for the filters to work
- Log in if needed
- Go to the Menu tab
- Tap Settings > Experimental Features, enable `Coupon Management`
- Go back to the root of the Menu tab
- Tap `Coupons`
- Tap `+` to add a coupon and select a type
- Tap `All Products` --> the product selector is shown with all products shown
- Tap `Filters`, and add some filters that can change the current results (changing product type is probably the easiest)
What happened: the product results didn't change at all
**Screenshots**
If applicable, add screenshots to help explain your problem.
https://user-images.githubusercontent.com/1945542/224257396-13c9f532-e8e2-43fe-95c8-dac0ca9e08d1.mov
**Expected behavior**
The filters should be applied to the product results.
**Isolating the problem (mark completed items with an [x]):**
- [ ] I have deactivated other plugins and confirmed this bug occurs when only WooCommerce plugin is active.
- [ ] This bug happens with a default WordPress theme active, or [Storefront](https://woocommerce.com/storefront/).
- [x] I can reproduce this bug consistently using the steps above.
**Mobile Environment**
Please include:
- Device: any
- iOS version: any
- WooCommerce iOS version: 12.4
**WordPress Environment**
<details>
```
Copy and paste the system status report from **WooCommerce > System Status** in WordPress admin.
```
</details>
|
1.0
|
Coupons: updating filters in product selector have no effect before changing the search query - **Describe the bug**
When updating the filters in the product selector in the coupon form (either adding products or in coupon restrictions), the product results stay the same and don't match the latest filters. After changing the search query, the filters start working. I set the priority as low since coupon management is still behind the feature switch and the filters still work after changing the search query.
🗒️ After taking a look in the code, the issue is from the use of `@Published var` for the filters. In the view model, it observes the combination of the query and `$filters`, but [`self.filters` is used for the product search API request](https://github.com/woocommerce/woocommerce-ios/blob/55fccba12ffe252479c8007cfe138221a2521925/WooCommerce/Classes/ViewRelated/Products/ProductSelector/ProductSelectorViewModel.swift#L292-L300) after `syncingCoordinator.resynchronize()` is called. For `@Published var`, when the value changes the latest value in `sink` is in `willSet` and access to `self.filters` is getting the old values (better explained in [this blog post](https://www.avanderlee.com/swiftui/published-property-wrapper/#the-importance-of-understanding-the-willset-trigger)). It's a tricky case since the sync callback is separate in the delegate, maybe we can use a subject instead of `@Published var` here.
https://github.com/woocommerce/woocommerce-ios/blob/55fccba12ffe252479c8007cfe138221a2521925/WooCommerce/Classes/ViewRelated/Products/ProductSelector/ProductSelectorViewModel.swift#L467-L473
**To Reproduce**
Steps to reproduce the behavior:
Prerequisites: the site has at least one product for the filters to work
- Log in if needed
- Go to the Menu tab
- Tap Settings > Experimental Features, enable `Coupon Management`
- Go back to the root of the Menu tab
- Tap `Coupons`
- Tap `+` to add a coupon and select a type
- Tap `All Products` --> the product selector is shown with all products shown
- Tap `Filters`, and add some filters that can change the current results (changing product type is probably the easiest)
What happened: the product results didn't change at all
**Screenshots**
If applicable, add screenshots to help explain your problem.
https://user-images.githubusercontent.com/1945542/224257396-13c9f532-e8e2-43fe-95c8-dac0ca9e08d1.mov
**Expected behavior**
The filters should be applied to the product results.
**Isolating the problem (mark completed items with an [x]):**
- [ ] I have deactivated other plugins and confirmed this bug occurs when only WooCommerce plugin is active.
- [ ] This bug happens with a default WordPress theme active, or [Storefront](https://woocommerce.com/storefront/).
- [x] I can reproduce this bug consistently using the steps above.
**Mobile Environment**
Please include:
- Device: any
- iOS version: any
- WooCommerce iOS version: 12.4
**WordPress Environment**
<details>
```
Copy and paste the system status report from **WooCommerce > System Status** in WordPress admin.
```
</details>
|
non_test
|
coupons updating filters in product selector have no effect before changing the search query describe the bug when updating the filters in the product selector in the coupon form either adding products or in coupon restrictions the product results stay the same and don t match the latest filters after changing the search query the filters start working i set the priority as low since coupon management is still behind the feature switch and the filters still work after changing the search query 🗒️ after taking a look in the code the issue is from the use of published var for the filters in the view model it observes the combination of the query and filters but after syncingcoordinator resynchronize is called for published var when the value changes the latest value in sink is in willset and access to self filters is getting the old values better explained in it s a tricky case since the sync callback is separate in the delegate maybe we can use a subject instead of published var here to reproduce steps to reproduce the behavior prerequisites the site has at least one product for the filters to work log in if needed go to the menu tab tap settings experimental features enable coupon management go back to the root of the menu tab tap coupons tap to add a coupon and select a type tap all products the product selector is shown with all products shown tap filters and add some filters that can change the current results changing product type is probably the easiest what happened the product results didn t change at all screenshots if applicable add screenshots to help explain your problem expected behavior the filters should be applied to the product results isolating the problem mark completed items with an i have deactivated other plugins and confirmed this bug occurs when only woocommerce plugin is active this bug happens with a default wordpress theme active or i can reproduce this bug consistently using the steps above mobile environment please include device any ios version any woocommerce ios version wordpress environment copy and paste the system status report from woocommerce system status in wordpress admin
| 0
|
307,387
| 26,528,064,650
|
IssuesEvent
|
2023-01-19 10:17:38
|
mantidproject/mantid
|
https://api.github.com/repos/mantidproject/mantid
|
closed
|
Manual Testing Fit Script Generator
|
Manual Tests
|
You have been assigned manual testing. The hope is to catch as many problems with the code before release, so it would be great if you can take some time to give a serious test to your assigned area. Thank you!!
The general guide to manual testing:
* The tests must be performed on the installer versions of the final release candidate. Not on local compiled code.
* Serious errors involving loss of functionality, crashes etc. should be raised
as issues with the current release as a milestone and an email sent to the project manager immediately.
* Minor and cosmetic issues should be raised as issues against the forthcoming
releases.
* First try things that should work, then try to break Mantid, e.g. entering invalid values, unexpected characters etc.
* Don't spend more than a few hours on the testing as fatigue will kick in.
* If you find errors in the documentation, please correct them.
* Comment against this ticket the OS environment you are testing against.
* Close the this issue once you are done.
### Specific Notes:
https://docs.mantidproject.org/nightly/interfaces/general/Fit%20Script%20Generator.html
|
1.0
|
Manual Testing Fit Script Generator - You have been assigned manual testing. The hope is to catch as many problems with the code before release, so it would be great if you can take some time to give a serious test to your assigned area. Thank you!!
The general guide to manual testing:
* The tests must be performed on the installer versions of the final release candidate. Not on local compiled code.
* Serious errors involving loss of functionality, crashes etc. should be raised
as issues with the current release as a milestone and an email sent to the project manager immediately.
* Minor and cosmetic issues should be raised as issues against the forthcoming
releases.
* First try things that should work, then try to break Mantid, e.g. entering invalid values, unexpected characters etc.
* Don't spend more than a few hours on the testing as fatigue will kick in.
* If you find errors in the documentation, please correct them.
* Comment against this ticket the OS environment you are testing against.
* Close the this issue once you are done.
### Specific Notes:
https://docs.mantidproject.org/nightly/interfaces/general/Fit%20Script%20Generator.html
|
test
|
manual testing fit script generator you have been assigned manual testing the hope is to catch as many problems with the code before release so it would be great if you can take some time to give a serious test to your assigned area thank you the general guide to manual testing the tests must be performed on the installer versions of the final release candidate not on local compiled code serious errors involving loss of functionality crashes etc should be raised as issues with the current release as a milestone and an email sent to the project manager immediately minor and cosmetic issues should be raised as issues against the forthcoming releases first try things that should work then try to break mantid e g entering invalid values unexpected characters etc don t spend more than a few hours on the testing as fatigue will kick in if you find errors in the documentation please correct them comment against this ticket the os environment you are testing against close the this issue once you are done specific notes
| 1
|
22,262
| 3,619,690,517
|
IssuesEvent
|
2016-02-08 16:56:52
|
miracle091/transmission-remote-dotnet
|
https://api.github.com/repos/miracle091/transmission-remote-dotnet
|
closed
|
Disconned in a web request
|
Priority-Medium Type-Defect
|
```
What steps will reproduce the problem?
1.
2.
3.
What is the expected output? What do you see instead?
I have added a public torrent and transmission give me this problem:
Error Say: exception in a web request
What version of the products are you using?
OS: Vista
Transmission: 3.24 (build 3)
Remote: 2.42 (rev XXX)
I lost the connection, i try reconnect and or last only few seconds or isen´t
possible connect. This is not for transmission-daemon because i can connect
with others Guis at the same time. I have this problem today(15/11). I attach
the log file and other file from other day (29/10) for other problem (this i
think is not as important because only was that day), but i attach too...
I attach too 2 images of the program messagge, one is previous to lost
connection an say "Failed request 3:exception in a web request", the other is
later and say "Disconnected. Exceed maximun number of failed request".
All this is because (i think) there is a tracker that say response code
401(Unauthorized).
```
Original issue reported on code.google.com by `H3rm...@gmail.com` on 15 Nov 2011 at 6:28
Attachments:
* [trdcrash_20111114_171428.log](https://storage.googleapis.com/google-code-attachments/transmission-remote-dotnet/issue-421/comment-0/trdcrash_20111114_171428.log)
* [trdcrash_20111029_160701.log](https://storage.googleapis.com/google-code-attachments/transmission-remote-dotnet/issue-421/comment-0/trdcrash_20111029_160701.log)
* [disconnected-previous.jpg](https://storage.googleapis.com/google-code-attachments/transmission-remote-dotnet/issue-421/comment-0/disconnected-previous.jpg)
* [disconnected.jpg](https://storage.googleapis.com/google-code-attachments/transmission-remote-dotnet/issue-421/comment-0/disconnected.jpg)
|
1.0
|
Disconned in a web request - ```
What steps will reproduce the problem?
1.
2.
3.
What is the expected output? What do you see instead?
I have added a public torrent and transmission give me this problem:
Error Say: exception in a web request
What version of the products are you using?
OS: Vista
Transmission: 3.24 (build 3)
Remote: 2.42 (rev XXX)
I lost the connection, i try reconnect and or last only few seconds or isen´t
possible connect. This is not for transmission-daemon because i can connect
with others Guis at the same time. I have this problem today(15/11). I attach
the log file and other file from other day (29/10) for other problem (this i
think is not as important because only was that day), but i attach too...
I attach too 2 images of the program messagge, one is previous to lost
connection an say "Failed request 3:exception in a web request", the other is
later and say "Disconnected. Exceed maximun number of failed request".
All this is because (i think) there is a tracker that say response code
401(Unauthorized).
```
Original issue reported on code.google.com by `H3rm...@gmail.com` on 15 Nov 2011 at 6:28
Attachments:
* [trdcrash_20111114_171428.log](https://storage.googleapis.com/google-code-attachments/transmission-remote-dotnet/issue-421/comment-0/trdcrash_20111114_171428.log)
* [trdcrash_20111029_160701.log](https://storage.googleapis.com/google-code-attachments/transmission-remote-dotnet/issue-421/comment-0/trdcrash_20111029_160701.log)
* [disconnected-previous.jpg](https://storage.googleapis.com/google-code-attachments/transmission-remote-dotnet/issue-421/comment-0/disconnected-previous.jpg)
* [disconnected.jpg](https://storage.googleapis.com/google-code-attachments/transmission-remote-dotnet/issue-421/comment-0/disconnected.jpg)
|
non_test
|
disconned in a web request what steps will reproduce the problem what is the expected output what do you see instead i have added a public torrent and transmission give me this problem error say exception in a web request what version of the products are you using os vista transmission build remote rev xxx i lost the connection i try reconnect and or last only few seconds or isen´t possible connect this is not for transmission daemon because i can connect with others guis at the same time i have this problem today i attach the log file and other file from other day for other problem this i think is not as important because only was that day but i attach too i attach too images of the program messagge one is previous to lost connection an say failed request exception in a web request the other is later and say disconnected exceed maximun number of failed request all this is because i think there is a tracker that say response code unauthorized original issue reported on code google com by gmail com on nov at attachments
| 0
|
447,191
| 12,885,278,657
|
IssuesEvent
|
2020-07-13 06:07:18
|
wso2/product-apim
|
https://api.github.com/repos/wso2/product-apim
|
closed
|
Invalid JWT token does not return 401 status code
|
Priority/Highest Type/Bug
|
Invalid JWT token does not return 401 status code. It sends 500 Internal Server Error with following response
<soapenv:Reason xmlns:soapenv="http://www.w3.org/2003/05/soap-envelope"><soapenv:Text xml:lang="en-US">Last unit does not have enough valid bits</soapenv:Text></soapenv:Reason>
|
1.0
|
Invalid JWT token does not return 401 status code - Invalid JWT token does not return 401 status code. It sends 500 Internal Server Error with following response
<soapenv:Reason xmlns:soapenv="http://www.w3.org/2003/05/soap-envelope"><soapenv:Text xml:lang="en-US">Last unit does not have enough valid bits</soapenv:Text></soapenv:Reason>
|
non_test
|
invalid jwt token does not return status code invalid jwt token does not return status code it sends internal server error with following response last unit does not have enough valid bits
| 0
|
76,814
| 7,545,852,639
|
IssuesEvent
|
2018-04-17 23:31:22
|
rancher/rancher
|
https://api.github.com/repos/rancher/rancher
|
closed
|
Changing step type doesn't reset UI validation for save button
|
area/pipeline area/ui kind/bug status/resolved status/to-test version/2.0
|
**Rancher versions:**
rancher/server: master 4/12/18 - 338cbfda0504
**Steps to Reproduce:**
Create a pipeline
Add a step with type 'publish an image' - Save button is enabled with default settings
Change option 'Registry' under 'Image' to 'custom' -- Save button should be disabled
Change step type to 'run a script' - Save button should be enabled
**Results:**
Actual - Save button is disabled, though options for 'run a script' are valid
Save button disabled after selecting 'custom' registry:
<img width="960" alt="screen shot 2018-04-12 at 12 08 12 pm" src="https://user-images.githubusercontent.com/21316915/38698670-bf6ff2d4-3e4a-11e8-8bca-d1d975361b38.png">
Save button still disabled after changing step type to `run a script` with valid options:
<img width="961" alt="screen shot 2018-04-12 at 12 08 23 pm" src="https://user-images.githubusercontent.com/21316915/38698671-bf8d19ea-3e4a-11e8-99b6-7e4f84aa3cf8.png">
|
1.0
|
Changing step type doesn't reset UI validation for save button - **Rancher versions:**
rancher/server: master 4/12/18 - 338cbfda0504
**Steps to Reproduce:**
Create a pipeline
Add a step with type 'publish an image' - Save button is enabled with default settings
Change option 'Registry' under 'Image' to 'custom' -- Save button should be disabled
Change step type to 'run a script' - Save button should be enabled
**Results:**
Actual - Save button is disabled, though options for 'run a script' are valid
Save button disabled after selecting 'custom' registry:
<img width="960" alt="screen shot 2018-04-12 at 12 08 12 pm" src="https://user-images.githubusercontent.com/21316915/38698670-bf6ff2d4-3e4a-11e8-8bca-d1d975361b38.png">
Save button still disabled after changing step type to `run a script` with valid options:
<img width="961" alt="screen shot 2018-04-12 at 12 08 23 pm" src="https://user-images.githubusercontent.com/21316915/38698671-bf8d19ea-3e4a-11e8-99b6-7e4f84aa3cf8.png">
|
test
|
changing step type doesn t reset ui validation for save button rancher versions rancher server master steps to reproduce create a pipeline add a step with type publish an image save button is enabled with default settings change option registry under image to custom save button should be disabled change step type to run a script save button should be enabled results actual save button is disabled though options for run a script are valid save button disabled after selecting custom registry img width alt screen shot at pm src save button still disabled after changing step type to run a script with valid options img width alt screen shot at pm src
| 1
|
395,750
| 27,085,539,167
|
IssuesEvent
|
2023-02-14 16:44:05
|
classic-terra/core
|
https://api.github.com/repos/classic-terra/core
|
opened
|
[FEATURE] title-of-feature
|
documentation enhancement out of scope Value-Add
|
**Problem definition**
We need to establish a "composable architecture" for the L1 team that will outline our engineering guidelines, branching strategies, release versioning schemas, etc. I propose that we shoot for a minimalistic version of something like this: https://github.com/dfds/cag
**Feature specification**
- [ ] Coordinate and execute team session on "composable architecture & platform-as-a-product"
- [ ] Adopt existing taxonomy @ https://github.com/dfds/cag/blob/master/docs/taxonomy/TAXONOMY.md
- [ ] Establish baseline "release versioning scheme" to govern our SemVer increments. (see comments below for initial draft)
- [ ] Document our canonical branches and branching strategy (Release Isolation) based on @ https://vsardata.blob.core.windows.net/projects/TFS%20Version%20Control%20Part%201%20-%20Branching%20Strategies.pdf
- [ ] Establish v0.1 engineering guidelines loosely based on @ https://go.dev/talks/2012/splash.article
- [ ] Identify "scope-of-work" and create issues for the above.
**Additional context**
.
|
1.0
|
[FEATURE] title-of-feature - **Problem definition**
We need to establish a "composable architecture" for the L1 team that will outline our engineering guidelines, branching strategies, release versioning schemas, etc. I propose that we shoot for a minimalistic version of something like this: https://github.com/dfds/cag
**Feature specification**
- [ ] Coordinate and execute team session on "composable architecture & platform-as-a-product"
- [ ] Adopt existing taxonomy @ https://github.com/dfds/cag/blob/master/docs/taxonomy/TAXONOMY.md
- [ ] Establish baseline "release versioning scheme" to govern our SemVer increments. (see comments below for initial draft)
- [ ] Document our canonical branches and branching strategy (Release Isolation) based on @ https://vsardata.blob.core.windows.net/projects/TFS%20Version%20Control%20Part%201%20-%20Branching%20Strategies.pdf
- [ ] Establish v0.1 engineering guidelines loosely based on @ https://go.dev/talks/2012/splash.article
- [ ] Identify "scope-of-work" and create issues for the above.
**Additional context**
.
|
non_test
|
title of feature problem definition we need to establish a composable architecture for the team that will outline our engineering guidelines branching strategies release versioning schemas etc i propose that we shoot for a minimalistic version of something like this feature specification coordinate and execute team session on composable architecture platform as a product adopt existing taxonomy establish baseline release versioning scheme to govern our semver increments see comments below for initial draft document our canonical branches and branching strategy release isolation based on establish engineering guidelines loosely based on identify scope of work and create issues for the above additional context
| 0
|
236,145
| 19,516,345,157
|
IssuesEvent
|
2021-12-29 10:53:05
|
SAP/fundamental-ngx
|
https://api.github.com/repos/SAP/fundamental-ngx
|
opened
|
test(core): multi-input - add control-value-accessor tests
|
core unit tests
|
#### Is this a bug, enhancement, or feature request?
enhancement
#### Briefly describe your proposal.
there's no test coverage for control value accessor of `core-multi-input`. This can lead to not standardised behavior or even bugs
#### Which versions of Angular and Fundamental Library for Angular are affected? (If this is a feature request, use current version.)
fundamental-ngx@0.33
#### If this is a bug, please provide steps for reproducing it.
#### Please provide relevant source code if applicable.
#### Is there anything else we should know?
|
1.0
|
test(core): multi-input - add control-value-accessor tests - #### Is this a bug, enhancement, or feature request?
enhancement
#### Briefly describe your proposal.
there's no test coverage for control value accessor of `core-multi-input`. This can lead to not standardised behavior or even bugs
#### Which versions of Angular and Fundamental Library for Angular are affected? (If this is a feature request, use current version.)
fundamental-ngx@0.33
#### If this is a bug, please provide steps for reproducing it.
#### Please provide relevant source code if applicable.
#### Is there anything else we should know?
|
test
|
test core multi input add control value accessor tests is this a bug enhancement or feature request enhancement briefly describe your proposal there s no test coverage for control value accessor of core multi input this can lead to not standardised behavior or even bugs which versions of angular and fundamental library for angular are affected if this is a feature request use current version fundamental ngx if this is a bug please provide steps for reproducing it please provide relevant source code if applicable is there anything else we should know
| 1
|
309,719
| 26,674,882,583
|
IssuesEvent
|
2023-01-26 13:31:07
|
eclipse-openj9/openj9
|
https://api.github.com/repos/eclipse-openj9/openj9
|
opened
|
OpenJDK java/util/stream/ForEachOpTest.java crash vmState=0x00000000 vmState=0x0002000f
|
test failure segfault
|
https://openj9-jenkins.osuosl.org/job/Test_openjdk11_j9_sanity.openjdk_aarch64_mac_Nightly/229
jdk_util_1
java/util/stream/test/org/openjdk/tests/java/util/stream/ForEachOpTest.java
https://openj9-artifactory.osuosl.org/artifactory/ci-openj9/Test/Test_openjdk11_j9_sanity.openjdk_aarch64_mac_Nightly/229/openjdk_test_output.tar.gz
```
21:06:26 STDOUT:
21:06:26 config java.util.stream.LoggingTestCase.before(): success
21:06:26 STDERR:
21:06:26 Unhandled exception
21:06:26 Type=Segmentation error vmState=0x00000000
21:06:26 J9Generic_Signal_Number=00000018 Signal_Number=0000000b Error_Value=00000000 Signal_Code=00000002
21:06:26 Handler1=00000001009AEA54 Handler2=0000000100B7A0D0 InaccessibleAddress=0000000000000020
21:06:26 x0=000000012B978700 x1=0000000130CD68A8 x2=0000000130CD5ED0 x3=0000000000000017
21:06:26 x4=0000000000000000 x5=000000017054A8E8 x6=0000000000000001 x7=0000000000000001
21:06:26 x8=000000012C012820 x9=0000000000000018 x10=0000000000000000 x11=0000000000000004
21:06:26 x12=00000001383C2FC8 x13=0000000000000004 x14=000000000000001F x15=0000000000000004
21:06:26 x16=0000000000000002 x17=40A86A0000000000 x18=000000017054AC10 x19=000000017054A8C0
21:06:26 x20=0000000000000000 x21=000000012B978700 x22=000000013075C3C0 x23=000000017054A8F0
21:06:26 x24=00000001383C2877 x25=000000017054A920 x26=0000000100A1145C x27=000000017054A8D0
21:06:26 x28=000000017054A8C8 x29(FP)=000000017054A8B0 x30(LR)=00000001009F3378 x31(SP)=000000017054A630
21:06:26 PC=0000000100A06A98 SP=000000017054A630
21:06:26 v0 000000016003d5e0 (f: 1610864128.000000, d: 2.917868e-314)
21:06:26 v1 000000012b97af19 (f: 731361024.000000, d: 2.483336e-314)
21:06:26 v2 0000000047c60480 (f: 1204159616.000000, d: 5.949339e-315)
21:06:26 v3 3fc44d2a0ccb7f02 (f: 214662912.000000, d: 1.586049e-01)
21:06:26 v4 40d1f55c4b70c8ee (f: 1265682688.000000, d: 1.838944e+04)
21:06:26 v5 3ea19aa65b05731b (f: 1527083776.000000, d: 5.246431e-07)
21:06:26 v6 40c0000000000000 (f: 0.000000, d: 8.192000e+03)
21:06:26 v7 c0c0000000000000 (f: 0.000000, d: -8.192000e+03)
21:06:26 v8 0000000000000000 (f: 0.000000, d: 0.000000e+00)
21:06:26 v9 0000000000000000 (f: 0.000000, d: 0.000000e+00)
21:06:26 v10 0000000000000000 (f: 0.000000, d: 0.000000e+00)
21:06:26 v11 0000000000000000 (f: 0.000000, d: 0.000000e+00)
21:06:26 v12 0000000000000000 (f: 0.000000, d: 0.000000e+00)
21:06:26 v13 0000000000000000 (f: 0.000000, d: 0.000000e+00)
21:06:26 v14 0000000000000000 (f: 0.000000, d: 0.000000e+00)
21:06:26 v15 0000000000000000 (f: 0.000000, d: 0.000000e+00)
21:06:26 v16 bfd0000000000000 (f: 0.000000, d: -2.500000e-01)
21:06:26 v17 3fd5564aebe75555 (f: 3957806336.000000, d: 3.333919e-01)
21:06:26 v18 bf2eb3bde2f74ab8 (f: 3807857408.000000, d: -2.342386e-04)
21:06:26 v19 3fe62e42fefa39ef (f: 4277811712.000000, d: 6.931472e-01)
21:06:26 v20 0000000000000000 (f: 0.000000, d: 0.000000e+00)
21:06:26 v21 0000000000000000 (f: 0.000000, d: 0.000000e+00)
21:06:26 v22 0000000000000000 (f: 0.000000, d: 0.000000e+00)
21:06:26 v23 0000000000000000 (f: 0.000000, d: 0.000000e+00)
21:06:26 v24 0000000000000000 (f: 0.000000, d: 0.000000e+00)
21:06:26 v25 0000000000000000 (f: 0.000000, d: 0.000000e+00)
21:06:26 v26 0000000000000000 (f: 0.000000, d: 0.000000e+00)
21:06:26 v27 0000000000000000 (f: 0.000000, d: 0.000000e+00)
21:06:26 v28 0000000000000000 (f: 0.000000, d: 0.000000e+00)
21:06:26 v29 0000000000000000 (f: 0.000000, d: 0.000000e+00)
21:06:26 v30 0000000000000000 (f: 0.000000, d: 0.000000e+00)
21:06:26 v31 0000000000000000 (f: 0.000000, d: 0.000000e+00)
21:06:26 Module=/Users/jenkins/workspace/Test_openjdk11_j9_sanity.openjdk_aarch64_mac_Nightly/openjdkbinary/j2sdk-image/lib/default/libj9vm29.dylib
21:06:26 Module_base_address=000000010098C000 Symbol=_ZN26VM_BytecodeInterpreterFull3runEP10J9VMThread
21:06:26 Symbol_address=00000001009F31A0
21:06:26 Target=2_90_20230126_240 (Mac OS X 11.7.1)
21:06:26 CPU=aarch64 (8 logical CPUs) (0x400000000 RAM)
21:06:26 ----------- Stack Backtrace -----------
21:06:26 ---------------------------------------
21:06:26 JVMDUMP039I Processing dump event "gpf", detail "" at 2023/01/26 13:06:00 - please wait.
21:06:26 JVMDUMP032I JVM requested System dump using '/Users/jenkins/workspace/Test_openjdk11_j9_sanity.openjdk_aarch64_mac_Nightly/aqa-tests/TKG/output_16746982286002/jdk_util_1/work/java/util/stream/test/org/openjdk/tests/java/util/stream/ForEachOpTest/core.20230126.130600.1747.0001.dmp' in response to an event
21:06:26 JVMDUMP010I System dump written to /Users/jenkins/workspace/Test_openjdk11_j9_sanity.openjdk_aarch64_mac_Nightly/aqa-tests/TKG/output_16746982286002/jdk_util_1/work/java/util/stream/test/org/openjdk/tests/java/util/stream/ForEachOpTest/core.20230126.130600.1747.0001.dmp
21:06:26 Unhandled exception
21:06:26 Type=Bus error vmState=0x0002000f
21:06:26 J9Generic_Signal_Number=00000028 Signal_Number=0000000a Error_Value=00000000 Signal_Code=00000001
21:06:26 Handler1=00000001009AEA08 Handler2=0000000100B7A0D0 InaccessibleAddress=0000000170177FF8
21:06:26 x0=0000000000000005 x1=0000000000000000 x2=0000000000000000 x3=00000001701B9DE6
21:06:26 x4=000000012B1BCE60 x5=FFFFFFFFFFFFFFEF x6=000000012C012820 x7=0000000100A5C360
21:06:26 x8=200000012B1BBDE8 x9=0000000000000000 x10=00000001701B9D90 x11=00000000FFFF7C4C
21:06:26 x12=0000000000000000 x13=FFFFFFFFFFFF7C4D x14=000000013820F568 x15=0000000000000063
21:06:26 x16=00000001A0AF6610 x17=000000013820F57D x18=0000000000000000 x19=00000001701B9DA8
21:06:26 x20=00000001701B9DD0 x21=0000000000000000 x22=0000000000000015 x23=0000000000000001
21:06:26 x24=0000000000000030 x25=00000000000000B6 x26=0000000000000000 x27=0000000000000040
21:06:26 x28=00000001701B9D90 x29(FP)=00000001701BA5F0 x30(LR)=0000000100A5CB68 x31(SP)=00000001701B9CC0
21:06:26 PC=0000000100A5D10C SP=00000001701B9CC0
21:06:26 v0 0000000000000000 (f: 0.000000, d: 0.000000e+00)
21:06:26 v1 1fffffff1fffffff (f: 536870912.000000, d: 1.491668e-154)
21:06:26 v2 0000000000000000 (f: 0.000000, d: 0.000000e+00)
21:06:26 v3 0000000000000000 (f: 0.000000, d: 0.000000e+00)
21:06:26 v4 0000000000000065 (f: 101.000000, d: 4.990063e-322)
21:06:26 v5 0000004400000000 (f: 0.000000, d: 1.442957e-312)
21:06:26 v6 0000004400000000 (f: 0.000000, d: 1.442957e-312)
21:06:26 v7 0000000000000044 (f: 68.000000, d: 3.359646e-322)
21:06:26 v8 0000000000000000 (f: 0.000000, d: 0.000000e+00)
21:06:26 v9 0000000000000000 (f: 0.000000, d: 0.000000e+00)
21:06:26 v10 0000000000000000 (f: 0.000000, d: 0.000000e+00)
21:06:26 v11 0000000000000000 (f: 0.000000, d: 0.000000e+00)
21:06:26 v12 0000000000000000 (f: 0.000000, d: 0.000000e+00)
21:06:26 v13 0000000000000000 (f: 0.000000, d: 0.000000e+00)
21:06:26 v14 0000000000000000 (f: 0.000000, d: 0.000000e+00)
21:06:26 v15 0000000000000000 (f: 0.000000, d: 0.000000e+00)
21:06:26 v16 bfd0000000000000 (f: 0.000000, d: -2.500000e-01)
21:06:26 v17 3fd569f1d707d555 (f: 3607614720.000000, d: 3.345914e-01)
21:06:26 v18 bf74a9d3c3d824b8 (f: 3285722368.000000, d: -5.044772e-03)
21:06:26 v19 3fe62e42fefa39ef (f: 4277811712.000000, d: 6.931472e-01)
21:06:26 v20 0000000000000000 (f: 0.000000, d: 0.000000e+00)
21:06:26 v21 0000000000000000 (f: 0.000000, d: 0.000000e+00)
21:06:26 v22 0000000000000000 (f: 0.000000, d: 0.000000e+00)
21:06:26 v23 0000000000000000 (f: 0.000000, d: 0.000000e+00)
21:06:26 v24 0000000000000000 (f: 0.000000, d: 0.000000e+00)
21:06:26 v25 0000000000000000 (f: 0.000000, d: 0.000000e+00)
21:06:26 v26 0000000000000000 (f: 0.000000, d: 0.000000e+00)
21:06:26 v27 0000000000000000 (f: 0.000000, d: 0.000000e+00)
21:06:26 v28 0000000000000000 (f: 0.000000, d: 0.000000e+00)
21:06:26 v29 0000000000000000 (f: 0.000000, d: 0.000000e+00)
21:06:26 v30 0000000000000000 (f: 0.000000, d: 0.000000e+00)
21:06:26 v31 0000000000000000 (f: 0.000000, d: 0.000000e+00)
21:06:26 Module=/Users/jenkins/workspace/Test_openjdk11_j9_sanity.openjdk_aarch64_mac_Nightly/openjdkbinary/j2sdk-image/lib/default/libj9vm29.dylib
21:06:26 Module_base_address=000000010098C000 Symbol=j9stackmap_StackBitsForPC
21:06:26 Symbol_address=0000000100A5C808
21:06:26 Target=2_90_20230126_240 (Mac OS X 11.7.1)
21:06:26 CPU=aarch64 (8 logical CPUs) (0x400000000 RAM)
21:06:26 ----------- Stack Backtrace -----------
21:06:26 ---------------------------------------
```
May be related to
https://github.com/eclipse-openj9/openj9/issues/14649
https://github.com/eclipse-openj9/openj9/issues/16070
https://github.com/eclipse-openj9/openj9/issues/15492
https://github.com/eclipse-openj9/openj9/issues/14182
|
1.0
|
OpenJDK java/util/stream/ForEachOpTest.java crash vmState=0x00000000 vmState=0x0002000f - https://openj9-jenkins.osuosl.org/job/Test_openjdk11_j9_sanity.openjdk_aarch64_mac_Nightly/229
jdk_util_1
java/util/stream/test/org/openjdk/tests/java/util/stream/ForEachOpTest.java
https://openj9-artifactory.osuosl.org/artifactory/ci-openj9/Test/Test_openjdk11_j9_sanity.openjdk_aarch64_mac_Nightly/229/openjdk_test_output.tar.gz
```
21:06:26 STDOUT:
21:06:26 config java.util.stream.LoggingTestCase.before(): success
21:06:26 STDERR:
21:06:26 Unhandled exception
21:06:26 Type=Segmentation error vmState=0x00000000
21:06:26 J9Generic_Signal_Number=00000018 Signal_Number=0000000b Error_Value=00000000 Signal_Code=00000002
21:06:26 Handler1=00000001009AEA54 Handler2=0000000100B7A0D0 InaccessibleAddress=0000000000000020
21:06:26 x0=000000012B978700 x1=0000000130CD68A8 x2=0000000130CD5ED0 x3=0000000000000017
21:06:26 x4=0000000000000000 x5=000000017054A8E8 x6=0000000000000001 x7=0000000000000001
21:06:26 x8=000000012C012820 x9=0000000000000018 x10=0000000000000000 x11=0000000000000004
21:06:26 x12=00000001383C2FC8 x13=0000000000000004 x14=000000000000001F x15=0000000000000004
21:06:26 x16=0000000000000002 x17=40A86A0000000000 x18=000000017054AC10 x19=000000017054A8C0
21:06:26 x20=0000000000000000 x21=000000012B978700 x22=000000013075C3C0 x23=000000017054A8F0
21:06:26 x24=00000001383C2877 x25=000000017054A920 x26=0000000100A1145C x27=000000017054A8D0
21:06:26 x28=000000017054A8C8 x29(FP)=000000017054A8B0 x30(LR)=00000001009F3378 x31(SP)=000000017054A630
21:06:26 PC=0000000100A06A98 SP=000000017054A630
21:06:26 v0 000000016003d5e0 (f: 1610864128.000000, d: 2.917868e-314)
21:06:26 v1 000000012b97af19 (f: 731361024.000000, d: 2.483336e-314)
21:06:26 v2 0000000047c60480 (f: 1204159616.000000, d: 5.949339e-315)
21:06:26 v3 3fc44d2a0ccb7f02 (f: 214662912.000000, d: 1.586049e-01)
21:06:26 v4 40d1f55c4b70c8ee (f: 1265682688.000000, d: 1.838944e+04)
21:06:26 v5 3ea19aa65b05731b (f: 1527083776.000000, d: 5.246431e-07)
21:06:26 v6 40c0000000000000 (f: 0.000000, d: 8.192000e+03)
21:06:26 v7 c0c0000000000000 (f: 0.000000, d: -8.192000e+03)
21:06:26 v8 0000000000000000 (f: 0.000000, d: 0.000000e+00)
21:06:26 v9 0000000000000000 (f: 0.000000, d: 0.000000e+00)
21:06:26 v10 0000000000000000 (f: 0.000000, d: 0.000000e+00)
21:06:26 v11 0000000000000000 (f: 0.000000, d: 0.000000e+00)
21:06:26 v12 0000000000000000 (f: 0.000000, d: 0.000000e+00)
21:06:26 v13 0000000000000000 (f: 0.000000, d: 0.000000e+00)
21:06:26 v14 0000000000000000 (f: 0.000000, d: 0.000000e+00)
21:06:26 v15 0000000000000000 (f: 0.000000, d: 0.000000e+00)
21:06:26 v16 bfd0000000000000 (f: 0.000000, d: -2.500000e-01)
21:06:26 v17 3fd5564aebe75555 (f: 3957806336.000000, d: 3.333919e-01)
21:06:26 v18 bf2eb3bde2f74ab8 (f: 3807857408.000000, d: -2.342386e-04)
21:06:26 v19 3fe62e42fefa39ef (f: 4277811712.000000, d: 6.931472e-01)
21:06:26 v20 0000000000000000 (f: 0.000000, d: 0.000000e+00)
21:06:26 v21 0000000000000000 (f: 0.000000, d: 0.000000e+00)
21:06:26 v22 0000000000000000 (f: 0.000000, d: 0.000000e+00)
21:06:26 v23 0000000000000000 (f: 0.000000, d: 0.000000e+00)
21:06:26 v24 0000000000000000 (f: 0.000000, d: 0.000000e+00)
21:06:26 v25 0000000000000000 (f: 0.000000, d: 0.000000e+00)
21:06:26 v26 0000000000000000 (f: 0.000000, d: 0.000000e+00)
21:06:26 v27 0000000000000000 (f: 0.000000, d: 0.000000e+00)
21:06:26 v28 0000000000000000 (f: 0.000000, d: 0.000000e+00)
21:06:26 v29 0000000000000000 (f: 0.000000, d: 0.000000e+00)
21:06:26 v30 0000000000000000 (f: 0.000000, d: 0.000000e+00)
21:06:26 v31 0000000000000000 (f: 0.000000, d: 0.000000e+00)
21:06:26 Module=/Users/jenkins/workspace/Test_openjdk11_j9_sanity.openjdk_aarch64_mac_Nightly/openjdkbinary/j2sdk-image/lib/default/libj9vm29.dylib
21:06:26 Module_base_address=000000010098C000 Symbol=_ZN26VM_BytecodeInterpreterFull3runEP10J9VMThread
21:06:26 Symbol_address=00000001009F31A0
21:06:26 Target=2_90_20230126_240 (Mac OS X 11.7.1)
21:06:26 CPU=aarch64 (8 logical CPUs) (0x400000000 RAM)
21:06:26 ----------- Stack Backtrace -----------
21:06:26 ---------------------------------------
21:06:26 JVMDUMP039I Processing dump event "gpf", detail "" at 2023/01/26 13:06:00 - please wait.
21:06:26 JVMDUMP032I JVM requested System dump using '/Users/jenkins/workspace/Test_openjdk11_j9_sanity.openjdk_aarch64_mac_Nightly/aqa-tests/TKG/output_16746982286002/jdk_util_1/work/java/util/stream/test/org/openjdk/tests/java/util/stream/ForEachOpTest/core.20230126.130600.1747.0001.dmp' in response to an event
21:06:26 JVMDUMP010I System dump written to /Users/jenkins/workspace/Test_openjdk11_j9_sanity.openjdk_aarch64_mac_Nightly/aqa-tests/TKG/output_16746982286002/jdk_util_1/work/java/util/stream/test/org/openjdk/tests/java/util/stream/ForEachOpTest/core.20230126.130600.1747.0001.dmp
21:06:26 Unhandled exception
21:06:26 Type=Bus error vmState=0x0002000f
21:06:26 J9Generic_Signal_Number=00000028 Signal_Number=0000000a Error_Value=00000000 Signal_Code=00000001
21:06:26 Handler1=00000001009AEA08 Handler2=0000000100B7A0D0 InaccessibleAddress=0000000170177FF8
21:06:26 x0=0000000000000005 x1=0000000000000000 x2=0000000000000000 x3=00000001701B9DE6
21:06:26 x4=000000012B1BCE60 x5=FFFFFFFFFFFFFFEF x6=000000012C012820 x7=0000000100A5C360
21:06:26 x8=200000012B1BBDE8 x9=0000000000000000 x10=00000001701B9D90 x11=00000000FFFF7C4C
21:06:26 x12=0000000000000000 x13=FFFFFFFFFFFF7C4D x14=000000013820F568 x15=0000000000000063
21:06:26 x16=00000001A0AF6610 x17=000000013820F57D x18=0000000000000000 x19=00000001701B9DA8
21:06:26 x20=00000001701B9DD0 x21=0000000000000000 x22=0000000000000015 x23=0000000000000001
21:06:26 x24=0000000000000030 x25=00000000000000B6 x26=0000000000000000 x27=0000000000000040
21:06:26 x28=00000001701B9D90 x29(FP)=00000001701BA5F0 x30(LR)=0000000100A5CB68 x31(SP)=00000001701B9CC0
21:06:26 PC=0000000100A5D10C SP=00000001701B9CC0
21:06:26 v0 0000000000000000 (f: 0.000000, d: 0.000000e+00)
21:06:26 v1 1fffffff1fffffff (f: 536870912.000000, d: 1.491668e-154)
21:06:26 v2 0000000000000000 (f: 0.000000, d: 0.000000e+00)
21:06:26 v3 0000000000000000 (f: 0.000000, d: 0.000000e+00)
21:06:26 v4 0000000000000065 (f: 101.000000, d: 4.990063e-322)
21:06:26 v5 0000004400000000 (f: 0.000000, d: 1.442957e-312)
21:06:26 v6 0000004400000000 (f: 0.000000, d: 1.442957e-312)
21:06:26 v7 0000000000000044 (f: 68.000000, d: 3.359646e-322)
21:06:26 v8 0000000000000000 (f: 0.000000, d: 0.000000e+00)
21:06:26 v9 0000000000000000 (f: 0.000000, d: 0.000000e+00)
21:06:26 v10 0000000000000000 (f: 0.000000, d: 0.000000e+00)
21:06:26 v11 0000000000000000 (f: 0.000000, d: 0.000000e+00)
21:06:26 v12 0000000000000000 (f: 0.000000, d: 0.000000e+00)
21:06:26 v13 0000000000000000 (f: 0.000000, d: 0.000000e+00)
21:06:26 v14 0000000000000000 (f: 0.000000, d: 0.000000e+00)
21:06:26 v15 0000000000000000 (f: 0.000000, d: 0.000000e+00)
21:06:26 v16 bfd0000000000000 (f: 0.000000, d: -2.500000e-01)
21:06:26 v17 3fd569f1d707d555 (f: 3607614720.000000, d: 3.345914e-01)
21:06:26 v18 bf74a9d3c3d824b8 (f: 3285722368.000000, d: -5.044772e-03)
21:06:26 v19 3fe62e42fefa39ef (f: 4277811712.000000, d: 6.931472e-01)
21:06:26 v20 0000000000000000 (f: 0.000000, d: 0.000000e+00)
21:06:26 v21 0000000000000000 (f: 0.000000, d: 0.000000e+00)
21:06:26 v22 0000000000000000 (f: 0.000000, d: 0.000000e+00)
21:06:26 v23 0000000000000000 (f: 0.000000, d: 0.000000e+00)
21:06:26 v24 0000000000000000 (f: 0.000000, d: 0.000000e+00)
21:06:26 v25 0000000000000000 (f: 0.000000, d: 0.000000e+00)
21:06:26 v26 0000000000000000 (f: 0.000000, d: 0.000000e+00)
21:06:26 v27 0000000000000000 (f: 0.000000, d: 0.000000e+00)
21:06:26 v28 0000000000000000 (f: 0.000000, d: 0.000000e+00)
21:06:26 v29 0000000000000000 (f: 0.000000, d: 0.000000e+00)
21:06:26 v30 0000000000000000 (f: 0.000000, d: 0.000000e+00)
21:06:26 v31 0000000000000000 (f: 0.000000, d: 0.000000e+00)
21:06:26 Module=/Users/jenkins/workspace/Test_openjdk11_j9_sanity.openjdk_aarch64_mac_Nightly/openjdkbinary/j2sdk-image/lib/default/libj9vm29.dylib
21:06:26 Module_base_address=000000010098C000 Symbol=j9stackmap_StackBitsForPC
21:06:26 Symbol_address=0000000100A5C808
21:06:26 Target=2_90_20230126_240 (Mac OS X 11.7.1)
21:06:26 CPU=aarch64 (8 logical CPUs) (0x400000000 RAM)
21:06:26 ----------- Stack Backtrace -----------
21:06:26 ---------------------------------------
```
May be related to
https://github.com/eclipse-openj9/openj9/issues/14649
https://github.com/eclipse-openj9/openj9/issues/16070
https://github.com/eclipse-openj9/openj9/issues/15492
https://github.com/eclipse-openj9/openj9/issues/14182
|
test
|
openjdk java util stream foreachoptest java crash vmstate vmstate jdk util java util stream test org openjdk tests java util stream foreachoptest java stdout config java util stream loggingtestcase before success stderr unhandled exception type segmentation error vmstate signal number signal number error value signal code inaccessibleaddress fp lr sp pc sp f d f d f d f d f d f d f d f d f d f d f d f d f d f d f d f d f d f d f d f d f d f d f d f d f d f d f d f d f d f d f d f d module users jenkins workspace test sanity openjdk mac nightly openjdkbinary image lib default dylib module base address symbol symbol address target mac os x cpu logical cpus ram stack backtrace processing dump event gpf detail at please wait jvm requested system dump using users jenkins workspace test sanity openjdk mac nightly aqa tests tkg output jdk util work java util stream test org openjdk tests java util stream foreachoptest core dmp in response to an event system dump written to users jenkins workspace test sanity openjdk mac nightly aqa tests tkg output jdk util work java util stream test org openjdk tests java util stream foreachoptest core dmp unhandled exception type bus error vmstate signal number signal number error value signal code inaccessibleaddress ffffffffffffffef fp lr sp pc sp f d f d f d f d f d f d f d f d f d f d f d f d f d f d f d f d f d f d f d f d f d f d f d f d f d f d f d f d f d f d f d f d module users jenkins workspace test sanity openjdk mac nightly openjdkbinary image lib default dylib module base address symbol stackbitsforpc symbol address target mac os x cpu logical cpus ram stack backtrace may be related to
| 1
|
28,459
| 4,403,247,647
|
IssuesEvent
|
2016-08-11 06:56:48
|
xDrivenDevelopment/xUnitFor1C
|
https://api.github.com/repos/xDrivenDevelopment/xUnitFor1C
|
closed
|
Устаревшая версия утилиты "Преобразование действий пользователя"
|
bug Gui testing 8.3 Такси 8.3
|
## Описание
Утилита "Преобразование действий пользователя", поставляемая с фрейморком, имеет неактуальную.
* Версия xUnitFor1C: 4.0.0.6
После получения записи последовательности действий пользователя и попытке преобразования в код или тест, появляется ошибка:

Пример сгенерированного XML:
[logui.zip](https://github.com/xDrivenDevelopment/xUnitFor1C/files/345235/logui.zip)
** Шаги для воспроизведения **
Достаточно взять текст из приложеного XML и вставить в утилиту для преобразования.

Это не единственная ошибка. Существует множество неизвестных атрибутов для текущей версии утилиты.
**Ожидаемое поведение:**
Нужно обновить версию утилиты с помощью последней версии обработки с ИТС с учетом добавленного функционала.
**Текущее поведение:**
Утилита не может обрабатывать запись действий пользователей для новых версий платформы.
**Укажите:**
* xUnitFor1C: 4.0.0.6
* 1С:Предприятие 8.3.7 и выше (возможно ошибка актуальна и для старых версий)
* управляемое приложение, тонкий/толстый клиент
## Также приветствуется описание в формате Gherkin
Пока без него =)
|
1.0
|
Устаревшая версия утилиты "Преобразование действий пользователя" - ## Описание
Утилита "Преобразование действий пользователя", поставляемая с фрейморком, имеет неактуальную.
* Версия xUnitFor1C: 4.0.0.6
После получения записи последовательности действий пользователя и попытке преобразования в код или тест, появляется ошибка:

Пример сгенерированного XML:
[logui.zip](https://github.com/xDrivenDevelopment/xUnitFor1C/files/345235/logui.zip)
** Шаги для воспроизведения **
Достаточно взять текст из приложеного XML и вставить в утилиту для преобразования.

Это не единственная ошибка. Существует множество неизвестных атрибутов для текущей версии утилиты.
**Ожидаемое поведение:**
Нужно обновить версию утилиты с помощью последней версии обработки с ИТС с учетом добавленного функционала.
**Текущее поведение:**
Утилита не может обрабатывать запись действий пользователей для новых версий платформы.
**Укажите:**
* xUnitFor1C: 4.0.0.6
* 1С:Предприятие 8.3.7 и выше (возможно ошибка актуальна и для старых версий)
* управляемое приложение, тонкий/толстый клиент
## Также приветствуется описание в формате Gherkin
Пока без него =)
|
test
|
устаревшая версия утилиты преобразование действий пользователя описание утилита преобразование действий пользователя поставляемая с фрейморком имеет неактуальную версия после получения записи последовательности действий пользователя и попытке преобразования в код или тест появляется ошибка пример сгенерированного xml шаги для воспроизведения достаточно взять текст из приложеного xml и вставить в утилиту для преобразования это не единственная ошибка существует множество неизвестных атрибутов для текущей версии утилиты ожидаемое поведение нужно обновить версию утилиты с помощью последней версии обработки с итс с учетом добавленного функционала текущее поведение утилита не может обрабатывать запись действий пользователей для новых версий платформы укажите предприятие и выше возможно ошибка актуальна и для старых версий управляемое приложение тонкий толстый клиент также приветствуется описание в формате gherkin пока без него
| 1
|
39,545
| 8,663,918,911
|
IssuesEvent
|
2018-11-28 18:40:14
|
gctools-outilsgc/design-system-code
|
https://api.github.com/repos/gctools-outilsgc/design-system-code
|
closed
|
Update README, LISCENSE and CONTRIBUTING docs
|
Project: Aurora Stack: Code management / Repos Type: Documentation [zube]: In Review
|
Now that this is the main repository for the design system, we should update the 3 files to meet the standards determined in our templates. https://github.com/gctools-outilsgc/template-gabarit
All three files will need both English and French.
Some info may be copied from the original repo https://github.com/gctools-outilsgc/design-system (README)
|
1.0
|
Update README, LISCENSE and CONTRIBUTING docs - Now that this is the main repository for the design system, we should update the 3 files to meet the standards determined in our templates. https://github.com/gctools-outilsgc/template-gabarit
All three files will need both English and French.
Some info may be copied from the original repo https://github.com/gctools-outilsgc/design-system (README)
|
non_test
|
update readme liscense and contributing docs now that this is the main repository for the design system we should update the files to meet the standards determined in our templates all three files will need both english and french some info may be copied from the original repo readme
| 0
|
375,498
| 11,104,675,189
|
IssuesEvent
|
2019-12-17 08:11:43
|
wso2/ballerina-message-broker
|
https://api.github.com/repos/wso2/ballerina-message-broker
|
closed
|
Move to async logging
|
Complexity/Novice Priority/High Severity/Major Type/Improvement good first issue
|
**Description:**
<!-- Give a brief description of the issue -->
Broker is currently using log4j sync logging. There are instances like message tracing where we might be blocked on I/O due to this.
Need to incorporate asynchronous logging framework. [1] is a good starting point.
[1] https://logging.apache.org/log4j/2.x/manual/async.html
|
1.0
|
Move to async logging - **Description:**
<!-- Give a brief description of the issue -->
Broker is currently using log4j sync logging. There are instances like message tracing where we might be blocked on I/O due to this.
Need to incorporate asynchronous logging framework. [1] is a good starting point.
[1] https://logging.apache.org/log4j/2.x/manual/async.html
|
non_test
|
move to async logging description broker is currently using sync logging there are instances like message tracing where we might be blocked on i o due to this need to incorporate asynchronous logging framework is a good starting point
| 0
|
60,104
| 14,518,904,557
|
IssuesEvent
|
2020-12-14 01:17:19
|
LevyForchh/superglue
|
https://api.github.com/repos/LevyForchh/superglue
|
opened
|
CVE-2020-8908 (Medium) detected in guava-23.6.1-jre.jar, guava-19.0.jar
|
security vulnerability
|
## CVE-2020-8908 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>guava-23.6.1-jre.jar</b>, <b>guava-19.0.jar</b></p></summary>
<p>
<details><summary><b>guava-23.6.1-jre.jar</b></p></summary>
<p>Guava is a suite of core and expanded libraries that include
utility classes, google's collections, io classes, and much
much more.</p>
<p>Library home page: <a href="https://github.com/google/guava">https://github.com/google/guava</a></p>
<p>Path to dependency file: superglue/cli/build.gradle</p>
<p>Path to vulnerable library: /root/.gradle/caches/modules-2/files-2.1/com.google.guava/guava/23.6.1-jre/c18ab06b4b7646be581211ad59be1b6e1ea4c278/guava-23.6.1-jre.jar,/root/.gradle/caches/modules-2/files-2.1/com.google.guava/guava/23.6.1-jre/c18ab06b4b7646be581211ad59be1b6e1ea4c278/guava-23.6.1-jre.jar</p>
<p>
Dependency Hierarchy:
- jimfs-1.1.jar (Root Library)
- :x: **guava-23.6.1-jre.jar** (Vulnerable Library)
</details>
<details><summary><b>guava-19.0.jar</b></p></summary>
<p>Guava is a suite of core and expanded libraries that include
utility classes, google's collections, io classes, and much
much more.
Guava has only one code dependency - javax.annotation,
per the JSR-305 spec.</p>
<p>Library home page: <a href="https://github.com/google/guava">https://github.com/google/guava</a></p>
<p>Path to vulnerable library: /root/.gradle/caches/modules-2/files-2.1/com.google.guava/guava/19.0/6ce200f6b23222af3d8abb6b6459e6c44f4bb0e9/guava-19.0.jar,/root/.gradle/caches/modules-2/files-2.1/com.google.guava/guava/19.0/6ce200f6b23222af3d8abb6b6459e6c44f4bb0e9/guava-19.0.jar</p>
<p>
Dependency Hierarchy:
- jimfs-1.1.jar (Root Library)
- :x: **guava-19.0.jar** (Vulnerable Library)
</details>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
A temp directory creation vulnerability exist in Guava versions prior to 30.0 allowing an attacker with access to the machine to potentially access data in a temporary directory created by the Guava com.google.common.io.Files.createTempDir(). The permissions granted to the directory created default to the standard unix-like /tmp ones, leaving the files open. We recommend updating Guava to version 30.0 or later, or update to Java 7 or later, or to explicitly change the permissions after the creation of the directory if neither are possible.
<p>Publish Date: 2020-12-10
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-8908>CVE-2020-8908</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>6.5</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: Required
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: Low
- Availability Impact: None
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-8908">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-8908</a></p>
<p>Release Date: 2020-12-10</p>
<p>Fix Resolution: v30.0</p>
</p>
</details>
<p></p>
<!-- <REMEDIATE>{"isOpenPROnVulnerability":false,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"Java","groupId":"com.google.guava","packageName":"guava","packageVersion":"23.6.1-jre","isTransitiveDependency":true,"dependencyTree":"com.google.jimfs:jimfs:1.1;com.google.guava:guava:23.6.1-jre","isMinimumFixVersionAvailable":true,"minimumFixVersion":"v30.0"},{"packageType":"Java","groupId":"com.google.guava","packageName":"guava","packageVersion":"19.0","isTransitiveDependency":true,"dependencyTree":"com.google.jimfs:jimfs:1.1;com.google.guava:guava:19.0","isMinimumFixVersionAvailable":true,"minimumFixVersion":"v30.0"}],"vulnerabilityIdentifier":"CVE-2020-8908","vulnerabilityDetails":"A temp directory creation vulnerability exist in Guava versions prior to 30.0 allowing an attacker with access to the machine to potentially access data in a temporary directory created by the Guava com.google.common.io.Files.createTempDir(). The permissions granted to the directory created default to the standard unix-like /tmp ones, leaving the files open. We recommend updating Guava to version 30.0 or later, or update to Java 7 or later, or to explicitly change the permissions after the creation of the directory if neither are possible.","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-8908","cvss3Severity":"medium","cvss3Score":"6.5","cvss3Metrics":{"A":"None","AC":"Low","PR":"None","S":"Unchanged","C":"None","UI":"Required","AV":"Network","I":"Low"},"extraData":{}}</REMEDIATE> -->
|
True
|
CVE-2020-8908 (Medium) detected in guava-23.6.1-jre.jar, guava-19.0.jar - ## CVE-2020-8908 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>guava-23.6.1-jre.jar</b>, <b>guava-19.0.jar</b></p></summary>
<p>
<details><summary><b>guava-23.6.1-jre.jar</b></p></summary>
<p>Guava is a suite of core and expanded libraries that include
utility classes, google's collections, io classes, and much
much more.</p>
<p>Library home page: <a href="https://github.com/google/guava">https://github.com/google/guava</a></p>
<p>Path to dependency file: superglue/cli/build.gradle</p>
<p>Path to vulnerable library: /root/.gradle/caches/modules-2/files-2.1/com.google.guava/guava/23.6.1-jre/c18ab06b4b7646be581211ad59be1b6e1ea4c278/guava-23.6.1-jre.jar,/root/.gradle/caches/modules-2/files-2.1/com.google.guava/guava/23.6.1-jre/c18ab06b4b7646be581211ad59be1b6e1ea4c278/guava-23.6.1-jre.jar</p>
<p>
Dependency Hierarchy:
- jimfs-1.1.jar (Root Library)
- :x: **guava-23.6.1-jre.jar** (Vulnerable Library)
</details>
<details><summary><b>guava-19.0.jar</b></p></summary>
<p>Guava is a suite of core and expanded libraries that include
utility classes, google's collections, io classes, and much
much more.
Guava has only one code dependency - javax.annotation,
per the JSR-305 spec.</p>
<p>Library home page: <a href="https://github.com/google/guava">https://github.com/google/guava</a></p>
<p>Path to vulnerable library: /root/.gradle/caches/modules-2/files-2.1/com.google.guava/guava/19.0/6ce200f6b23222af3d8abb6b6459e6c44f4bb0e9/guava-19.0.jar,/root/.gradle/caches/modules-2/files-2.1/com.google.guava/guava/19.0/6ce200f6b23222af3d8abb6b6459e6c44f4bb0e9/guava-19.0.jar</p>
<p>
Dependency Hierarchy:
- jimfs-1.1.jar (Root Library)
- :x: **guava-19.0.jar** (Vulnerable Library)
</details>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
A temp directory creation vulnerability exist in Guava versions prior to 30.0 allowing an attacker with access to the machine to potentially access data in a temporary directory created by the Guava com.google.common.io.Files.createTempDir(). The permissions granted to the directory created default to the standard unix-like /tmp ones, leaving the files open. We recommend updating Guava to version 30.0 or later, or update to Java 7 or later, or to explicitly change the permissions after the creation of the directory if neither are possible.
<p>Publish Date: 2020-12-10
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-8908>CVE-2020-8908</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>6.5</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: Required
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: Low
- Availability Impact: None
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-8908">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-8908</a></p>
<p>Release Date: 2020-12-10</p>
<p>Fix Resolution: v30.0</p>
</p>
</details>
<p></p>
<!-- <REMEDIATE>{"isOpenPROnVulnerability":false,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"Java","groupId":"com.google.guava","packageName":"guava","packageVersion":"23.6.1-jre","isTransitiveDependency":true,"dependencyTree":"com.google.jimfs:jimfs:1.1;com.google.guava:guava:23.6.1-jre","isMinimumFixVersionAvailable":true,"minimumFixVersion":"v30.0"},{"packageType":"Java","groupId":"com.google.guava","packageName":"guava","packageVersion":"19.0","isTransitiveDependency":true,"dependencyTree":"com.google.jimfs:jimfs:1.1;com.google.guava:guava:19.0","isMinimumFixVersionAvailable":true,"minimumFixVersion":"v30.0"}],"vulnerabilityIdentifier":"CVE-2020-8908","vulnerabilityDetails":"A temp directory creation vulnerability exist in Guava versions prior to 30.0 allowing an attacker with access to the machine to potentially access data in a temporary directory created by the Guava com.google.common.io.Files.createTempDir(). The permissions granted to the directory created default to the standard unix-like /tmp ones, leaving the files open. We recommend updating Guava to version 30.0 or later, or update to Java 7 or later, or to explicitly change the permissions after the creation of the directory if neither are possible.","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-8908","cvss3Severity":"medium","cvss3Score":"6.5","cvss3Metrics":{"A":"None","AC":"Low","PR":"None","S":"Unchanged","C":"None","UI":"Required","AV":"Network","I":"Low"},"extraData":{}}</REMEDIATE> -->
|
non_test
|
cve medium detected in guava jre jar guava jar cve medium severity vulnerability vulnerable libraries guava jre jar guava jar guava jre jar guava is a suite of core and expanded libraries that include utility classes google s collections io classes and much much more library home page a href path to dependency file superglue cli build gradle path to vulnerable library root gradle caches modules files com google guava guava jre guava jre jar root gradle caches modules files com google guava guava jre guava jre jar dependency hierarchy jimfs jar root library x guava jre jar vulnerable library guava jar guava is a suite of core and expanded libraries that include utility classes google s collections io classes and much much more guava has only one code dependency javax annotation per the jsr spec library home page a href path to vulnerable library root gradle caches modules files com google guava guava guava jar root gradle caches modules files com google guava guava guava jar dependency hierarchy jimfs jar root library x guava jar vulnerable library vulnerability details a temp directory creation vulnerability exist in guava versions prior to allowing an attacker with access to the machine to potentially access data in a temporary directory created by the guava com google common io files createtempdir the permissions granted to the directory created default to the standard unix like tmp ones leaving the files open we recommend updating guava to version or later or update to java or later or to explicitly change the permissions after the creation of the directory if neither are possible publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction required scope unchanged impact metrics confidentiality impact none integrity impact low availability impact none for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution isopenpronvulnerability false ispackagebased true isdefaultbranch true packages vulnerabilityidentifier cve vulnerabilitydetails a temp directory creation vulnerability exist in guava versions prior to allowing an attacker with access to the machine to potentially access data in a temporary directory created by the guava com google common io files createtempdir the permissions granted to the directory created default to the standard unix like tmp ones leaving the files open we recommend updating guava to version or later or update to java or later or to explicitly change the permissions after the creation of the directory if neither are possible vulnerabilityurl
| 0
|
348,140
| 10,439,322,273
|
IssuesEvent
|
2019-09-18 05:51:31
|
webcompat/web-bugs
|
https://api.github.com/repos/webcompat/web-bugs
|
closed
|
accounts.google.com - site is not usable
|
browser-fenix engine-gecko priority-critical
|
<!-- @browser: Firefox Mobile 69.0 -->
<!-- @ua_header: Mozilla/5.0 (Android 9; Mobile; rv:69.0) Gecko/69.0 Firefox/69.0 -->
<!-- @reported_with: -->
<!-- @extra_labels: browser-fenix -->
**URL**: https://accounts.google.com/o/oauth2/auth?redirect_uri=storagerelay://https/www.doordash.com?id=auth330288
**Browser / Version**: Firefox Mobile 69.0
**Operating System**: Android
**Tested Another Browser**: No
**Problem type**: Site is not usable
**Description**: oauth never resolves
**Steps to Reproduce**:
<details>
<summary>Browser Configuration</summary>
<ul>
<li>None</li>
</ul>
</details>
_From [webcompat.com](https://webcompat.com/) with ❤️_
|
1.0
|
accounts.google.com - site is not usable - <!-- @browser: Firefox Mobile 69.0 -->
<!-- @ua_header: Mozilla/5.0 (Android 9; Mobile; rv:69.0) Gecko/69.0 Firefox/69.0 -->
<!-- @reported_with: -->
<!-- @extra_labels: browser-fenix -->
**URL**: https://accounts.google.com/o/oauth2/auth?redirect_uri=storagerelay://https/www.doordash.com?id=auth330288
**Browser / Version**: Firefox Mobile 69.0
**Operating System**: Android
**Tested Another Browser**: No
**Problem type**: Site is not usable
**Description**: oauth never resolves
**Steps to Reproduce**:
<details>
<summary>Browser Configuration</summary>
<ul>
<li>None</li>
</ul>
</details>
_From [webcompat.com](https://webcompat.com/) with ❤️_
|
non_test
|
accounts google com site is not usable url browser version firefox mobile operating system android tested another browser no problem type site is not usable description oauth never resolves steps to reproduce browser configuration none from with ❤️
| 0
|
14,095
| 8,470,208,277
|
IssuesEvent
|
2018-10-24 03:00:45
|
docker/for-win
|
https://api.github.com/repos/docker/for-win
|
closed
|
Docker being slow on Windows 10
|
kind/performance lifecycle/stale status/0-triage version/1.12.3
|
I created own Apache-php dockerfile with docker compose on Widnows 10 Enterprise.
I'm using Docker 1.12.3.
I follow https://msdn.microsoft.com/en-us/virtualization/hyperv_on_windows/quick_start/walkthrough_install and I have enabled Hyper-V on step 3, but in systeminfo.exe its
`Hyper-V Requirements: A hypervisor has been detected. Features required for Hyper-V are not be displayed.`
About 1-2 weeks ago Docker begin be slowly.
1. Very slowly open app and create default containers.
2. Very slow working containers.
3. Sometimes on browser Instead of project page I got 404 - project is in container.
On every system restart I have to close and run a few times docker for make it works.
- Diagnostic ID from "Diagnose & Feedback" in the menu.
1CF1B088-B819-4244-AAE6-8AC6FE0B8A4C/2016-12-19_08-10-13
I noticed repository d4w/nsenter is downloaded and run automatically every time i restart computer. What is it? I couldn't find anything on google. I found only nsenter but can't localize d4w.
|
True
|
Docker being slow on Windows 10 - I created own Apache-php dockerfile with docker compose on Widnows 10 Enterprise.
I'm using Docker 1.12.3.
I follow https://msdn.microsoft.com/en-us/virtualization/hyperv_on_windows/quick_start/walkthrough_install and I have enabled Hyper-V on step 3, but in systeminfo.exe its
`Hyper-V Requirements: A hypervisor has been detected. Features required for Hyper-V are not be displayed.`
About 1-2 weeks ago Docker begin be slowly.
1. Very slowly open app and create default containers.
2. Very slow working containers.
3. Sometimes on browser Instead of project page I got 404 - project is in container.
On every system restart I have to close and run a few times docker for make it works.
- Diagnostic ID from "Diagnose & Feedback" in the menu.
1CF1B088-B819-4244-AAE6-8AC6FE0B8A4C/2016-12-19_08-10-13
I noticed repository d4w/nsenter is downloaded and run automatically every time i restart computer. What is it? I couldn't find anything on google. I found only nsenter but can't localize d4w.
|
non_test
|
docker being slow on windows i created own apache php dockerfile with docker compose on widnows enterprise i m using docker i follow and i have enabled hyper v on step but in systeminfo exe its hyper v requirements a hypervisor has been detected features required for hyper v are not be displayed about weeks ago docker begin be slowly very slowly open app and create default containers very slow working containers sometimes on browser instead of project page i got project is in container on every system restart i have to close and run a few times docker for make it works diagnostic id from diagnose feedback in the menu i noticed repository nsenter is downloaded and run automatically every time i restart computer what is it i couldn t find anything on google i found only nsenter but can t localize
| 0
|
263,001
| 23,030,433,234
|
IssuesEvent
|
2022-07-22 13:26:45
|
eclipse-openj9/openj9
|
https://api.github.com/repos/eclipse-openj9/openj9
|
opened
|
OpenJDK jdk_security3 failures on ubu22
|
test failure
|
[internal grinder](https://hyc-runtimes-jenkins.swg-devops.com/job/Grinder_iteration_10/187) - ubu22x86-rt1-1
[internal grinder](https://hyc-runtimes-jenkins.swg-devops.com/job/Grinder_iteration_11/187) - ubu22x86-rt3-1
jdk_security3_1
sun/security/pkcs11/ec/TestECDH.java
```
00:12:34 ACTION: main -- Failed. Execution failed: `main' threw exception: java.security.spec.InvalidKeySpecException: Could not create EC public key
00:12:34 REASON: User specified action: run main/othervm TestECDH
00:12:34 TIME: 0.471 seconds
00:12:34 messages:
00:12:34 command: main TestECDH
00:12:34 reason: User specified action: run main/othervm TestECDH
00:12:34 Mode: othervm [/othervm specified]
00:12:34 Additional options from @modules: --add-modules jdk.crypto.cryptoki
00:12:34 elapsed time (seconds): 0.471
00:12:34 configuration:
00:12:34 Boot Layer
00:12:34 add modules: jdk.crypto.cryptoki
00:12:34
00:12:34 STDOUT:
00:12:34 Beginning test run TestECDH...
00:12:34 Cannot resolve artifact, please check if JIB jar is present in classpath.
00:12:34 nssLibDir: /usr/lib/x86_64-linux-gnu/nss/
00:12:34 Cannot resolve artifact, please check if JIB jar is present in classpath.
00:12:34 nssLibDir: /usr/lib/x86_64-linux-gnu/nss/
00:12:34 libsoftokn3 version not found, set to 0.0: /usr/lib/x86_64-linux-gnu/nss/libsoftokn3.so
00:12:34 Running test with provider SunPKCS11-NSS (security manager disabled) ...
00:12:34 STDERR:
00:12:34 java.security.spec.InvalidKeySpecException: Could not create EC public key
00:12:34 at jdk.crypto.cryptoki/sun.security.pkcs11.P11ECKeyFactory.engineGeneratePublic(P11ECKeyFactory.java:173)
00:12:34 at java.base/java.security.KeyFactory.generatePublic(KeyFactory.java:346)
00:12:34 at TestECDH.test(TestECDH.java:149)
00:12:34 at TestECDH.main(TestECDH.java:127)
00:12:34 at PKCS11Test.premain(PKCS11Test.java:223)
00:12:34 at PKCS11Test.testNSS(PKCS11Test.java:585)
00:12:34 at PKCS11Test.main(PKCS11Test.java:259)
00:12:34 at TestECDH.main(TestECDH.java:180)
00:12:34 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
00:12:34 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
00:12:34 at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
00:12:34 at java.base/java.lang.reflect.Method.invoke(Method.java:566)
00:12:34 at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:127)
00:12:34 at java.base/java.lang.Thread.run(Thread.java:840)
00:12:34 Caused by: java.security.InvalidKeyException: Could not create EC public key
00:12:34 at jdk.crypto.cryptoki/sun.security.pkcs11.P11ECKeyFactory.implTranslatePublicKey(P11ECKeyFactory.java:130)
00:12:34 at jdk.crypto.cryptoki/sun.security.pkcs11.P11ECKeyFactory.engineGeneratePublic(P11ECKeyFactory.java:171)
00:12:34 ... 13 more
00:12:34 Caused by: sun.security.pkcs11.wrapper.PKCS11Exception: CKR_DOMAIN_PARAMS_INVALID
00:12:34 at jdk.crypto.cryptoki/sun.security.pkcs11.wrapper.PKCS11.C_CreateObject(Native Method)
00:12:34 at jdk.crypto.cryptoki/sun.security.pkcs11.wrapper.PKCS11$InnerPKCS11.C_CreateObject(PKCS11.java:185)
00:12:34 at jdk.crypto.cryptoki/sun.security.pkcs11.P11ECKeyFactory.generatePublic(P11ECKeyFactory.java:254)
00:12:34 at jdk.crypto.cryptoki/sun.security.pkcs11.P11ECKeyFactory.implTranslatePublicKey(P11ECKeyFactory.java:110)
00:12:34 ... 14 more
```
sun/security/pkcs11/ec/TestECDSA.java
```
00:12:34 ACTION: main -- Failed. Execution failed: `main' threw exception: java.security.spec.InvalidKeySpecException: Could not create EC private key
00:12:34 REASON: User specified action: run main/othervm TestECDSA
00:12:34 TIME: 0.459 seconds
00:12:34 messages:
00:12:34 command: main TestECDSA
00:12:34 reason: User specified action: run main/othervm TestECDSA
00:12:34 Mode: othervm [/othervm specified]
00:12:34 Additional options from @modules: --add-modules jdk.crypto.cryptoki
00:12:34 elapsed time (seconds): 0.459
00:12:34 configuration:
00:12:34 Boot Layer
00:12:34 add modules: jdk.crypto.cryptoki
00:12:34
00:12:34 STDOUT:
00:12:34 Beginning test run TestECDSA...
00:12:34 Cannot resolve artifact, please check if JIB jar is present in classpath.
00:12:34 nssLibDir: /usr/lib/x86_64-linux-gnu/nss/
00:12:34 Cannot resolve artifact, please check if JIB jar is present in classpath.
00:12:34 nssLibDir: /usr/lib/x86_64-linux-gnu/nss/
00:12:34 libsoftokn3 version not found, set to 0.0: /usr/lib/x86_64-linux-gnu/nss/libsoftokn3.so
00:12:34 Running test with provider SunPKCS11-NSS (security manager disabled) ...
00:12:34 STDERR:
00:12:34 java.security.spec.InvalidKeySpecException: Could not create EC private key
00:12:34 at jdk.crypto.cryptoki/sun.security.pkcs11.P11ECKeyFactory.engineGeneratePrivate(P11ECKeyFactory.java:203)
00:12:34 at java.base/java.security.KeyFactory.generatePrivate(KeyFactory.java:384)
00:12:34 at TestECDSA.test(TestECDSA.java:178)
00:12:34 at TestECDSA.main(TestECDSA.java:160)
00:12:34 at PKCS11Test.premain(PKCS11Test.java:223)
00:12:34 at PKCS11Test.testNSS(PKCS11Test.java:585)
00:12:34 at PKCS11Test.main(PKCS11Test.java:259)
00:12:34 at TestECDSA.main(TestECDSA.java:119)
00:12:34 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
00:12:34 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
00:12:34 at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
00:12:34 at java.base/java.lang.reflect.Method.invoke(Method.java:566)
00:12:34 at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:127)
00:12:34 at java.base/java.lang.Thread.run(Thread.java:840)
00:12:34 Caused by: java.security.InvalidKeyException: Could not create EC private key
00:12:34 at jdk.crypto.cryptoki/sun.security.pkcs11.P11ECKeyFactory.implTranslatePrivateKey(P11ECKeyFactory.java:159)
00:12:34 at jdk.crypto.cryptoki/sun.security.pkcs11.P11ECKeyFactory.engineGeneratePrivate(P11ECKeyFactory.java:201)
00:12:34 ... 13 more
00:12:34 Caused by: sun.security.pkcs11.wrapper.PKCS11Exception: CKR_DOMAIN_PARAMS_INVALID
00:12:34 at jdk.crypto.cryptoki/sun.security.pkcs11.wrapper.PKCS11.C_CreateObject(Native Method)
00:12:34 at jdk.crypto.cryptoki/sun.security.pkcs11.wrapper.PKCS11$InnerPKCS11.C_CreateObject(PKCS11.java:185)
00:12:34 at jdk.crypto.cryptoki/sun.security.pkcs11.P11ECKeyFactory.generatePrivate(P11ECKeyFactory.java:277)
00:12:34 at jdk.crypto.cryptoki/sun.security.pkcs11.P11ECKeyFactory.implTranslatePrivateKey(P11ECKeyFactory.java:139)
00:12:34 ... 14 more
```
sun/security/pkcs11/ec/TestECGenSpec.java
```
00:12:34 ACTION: main -- Failed. Execution failed: `main' threw exception: java.security.InvalidAlgorithmParameterException: EC key must be at least 256 bits. The specific key size 192 is not supported
00:12:34 REASON: User specified action: run main/othervm TestECGenSpec
00:12:34 TIME: 0.439 seconds
00:12:34 messages:
00:12:34 command: main TestECGenSpec
00:12:34 reason: User specified action: run main/othervm TestECGenSpec
00:12:34 Mode: othervm [/othervm specified]
00:12:34 Additional options from @modules: --add-modules jdk.crypto.cryptoki
00:12:34 elapsed time (seconds): 0.439
00:12:34 configuration:
00:12:34 Boot Layer
00:12:34 add modules: jdk.crypto.cryptoki
00:12:34
00:12:34 STDOUT:
00:12:34 Beginning test run TestECGenSpec...
00:12:34 Cannot resolve artifact, please check if JIB jar is present in classpath.
00:12:34 nssLibDir: /usr/lib/x86_64-linux-gnu/nss/
00:12:34 Cannot resolve artifact, please check if JIB jar is present in classpath.
00:12:34 nssLibDir: /usr/lib/x86_64-linux-gnu/nss/
00:12:34 libsoftokn3 version not found, set to 0.0: /usr/lib/x86_64-linux-gnu/nss/libsoftokn3.so
00:12:34 Running test with provider SunPKCS11-NSS (security manager disabled) ...
00:12:34 Testing secp256r1...
00:12:34 secp256r1 [NIST P-256, X9.62 prime256v1] (1.2.840.10045.3.1.7)
00:12:34 1.2.840.10045.3.1.7
00:12:34 SunPKCS11-NSS EC private key, 256 bitssession object, not sensitive, extractable)
00:12:34
00:12:34 Testing NIST P-192...
00:12:34 secp192r1 [NIST P-192, X9.62 prime192v1] (1.2.840.10045.3.1.1)
00:12:34 1.2.840.10045.3.1.1
00:12:34 STDERR:
00:12:34 java.security.InvalidAlgorithmParameterException: EC key must be at least 256 bits. The specific key size 192 is not supported
00:12:34 at jdk.crypto.cryptoki/sun.security.pkcs11.P11KeyPairGenerator.checkKeySize(P11KeyPairGenerator.java:240)
00:12:34 at jdk.crypto.cryptoki/sun.security.pkcs11.P11KeyPairGenerator.initialize(P11KeyPairGenerator.java:223)
00:12:34 at java.base/java.security.KeyPairGenerator$Delegate.initialize(KeyPairGenerator.java:692)
00:12:34 at java.base/java.security.KeyPairGenerator.initialize(KeyPairGenerator.java:436)
00:12:34 at TestECGenSpec.main(TestECGenSpec.java:93)
00:12:34 at PKCS11Test.premain(PKCS11Test.java:223)
00:12:34 at PKCS11Test.testNSS(PKCS11Test.java:585)
00:12:34 at PKCS11Test.main(PKCS11Test.java:259)
00:12:34 at TestECGenSpec.main(TestECGenSpec.java:46)
00:12:34 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
00:12:34 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
00:12:34 at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
00:12:34 at java.base/java.lang.reflect.Method.invoke(Method.java:566)
00:12:34 at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:127)
00:12:34 at java.base/java.lang.Thread.run(Thread.java:840)
```
sun/security/pkcs11/Signature/TestDSAKeyLength.java
```
00:13:59 ACTION: main -- Failed. Execution failed: `main' threw exception: java.lang.Exception: Test Failed - expected IKE not thrown
00:13:59 REASON: User specified action: run main/othervm TestDSAKeyLength
00:13:59 TIME: 0.484 seconds
00:13:59 messages:
00:13:59 command: main TestDSAKeyLength
00:13:59 reason: User specified action: run main/othervm TestDSAKeyLength
00:13:59 Mode: othervm [/othervm specified]
00:13:59 Additional options from @modules: --add-modules jdk.crypto.cryptoki
00:13:59 elapsed time (seconds): 0.484
00:13:59 configuration:
00:13:59 Boot Layer
00:13:59 add modules: jdk.crypto.cryptoki
00:13:59
00:13:59 STDOUT:
00:13:59 Beginning test run TestDSAKeyLength...
00:13:59 Cannot resolve artifact, please check if JIB jar is present in classpath.
00:13:59 nssLibDir: /usr/lib/x86_64-linux-gnu/nss/
00:13:59 Cannot resolve artifact, please check if JIB jar is present in classpath.
00:13:59 nssLibDir: /usr/lib/x86_64-linux-gnu/nss/
00:13:59 libsoftokn3 version not found, set to 0.0: /usr/lib/x86_64-linux-gnu/nss/libsoftokn3.so
00:13:59 Running test with provider SunPKCS11-NSS (security manager disabled) ...
00:13:59 STDERR:
00:13:59 java.lang.Exception: Test Failed - expected IKE not thrown
00:13:59 at TestDSAKeyLength.main(TestDSAKeyLength.java:97)
00:13:59 at PKCS11Test.premain(PKCS11Test.java:223)
00:13:59 at PKCS11Test.testNSS(PKCS11Test.java:585)
00:13:59 at PKCS11Test.main(PKCS11Test.java:259)
00:13:59 at TestDSAKeyLength.main(TestDSAKeyLength.java:46)
00:13:59 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
00:13:59 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
00:13:59 at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
00:13:59 at java.base/java.lang.reflect.Method.invoke(Method.java:566)
00:13:59 at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:127)
00:13:59 at java.base/java.lang.Thread.run(Thread.java:840)
```
|
1.0
|
OpenJDK jdk_security3 failures on ubu22 - [internal grinder](https://hyc-runtimes-jenkins.swg-devops.com/job/Grinder_iteration_10/187) - ubu22x86-rt1-1
[internal grinder](https://hyc-runtimes-jenkins.swg-devops.com/job/Grinder_iteration_11/187) - ubu22x86-rt3-1
jdk_security3_1
sun/security/pkcs11/ec/TestECDH.java
```
00:12:34 ACTION: main -- Failed. Execution failed: `main' threw exception: java.security.spec.InvalidKeySpecException: Could not create EC public key
00:12:34 REASON: User specified action: run main/othervm TestECDH
00:12:34 TIME: 0.471 seconds
00:12:34 messages:
00:12:34 command: main TestECDH
00:12:34 reason: User specified action: run main/othervm TestECDH
00:12:34 Mode: othervm [/othervm specified]
00:12:34 Additional options from @modules: --add-modules jdk.crypto.cryptoki
00:12:34 elapsed time (seconds): 0.471
00:12:34 configuration:
00:12:34 Boot Layer
00:12:34 add modules: jdk.crypto.cryptoki
00:12:34
00:12:34 STDOUT:
00:12:34 Beginning test run TestECDH...
00:12:34 Cannot resolve artifact, please check if JIB jar is present in classpath.
00:12:34 nssLibDir: /usr/lib/x86_64-linux-gnu/nss/
00:12:34 Cannot resolve artifact, please check if JIB jar is present in classpath.
00:12:34 nssLibDir: /usr/lib/x86_64-linux-gnu/nss/
00:12:34 libsoftokn3 version not found, set to 0.0: /usr/lib/x86_64-linux-gnu/nss/libsoftokn3.so
00:12:34 Running test with provider SunPKCS11-NSS (security manager disabled) ...
00:12:34 STDERR:
00:12:34 java.security.spec.InvalidKeySpecException: Could not create EC public key
00:12:34 at jdk.crypto.cryptoki/sun.security.pkcs11.P11ECKeyFactory.engineGeneratePublic(P11ECKeyFactory.java:173)
00:12:34 at java.base/java.security.KeyFactory.generatePublic(KeyFactory.java:346)
00:12:34 at TestECDH.test(TestECDH.java:149)
00:12:34 at TestECDH.main(TestECDH.java:127)
00:12:34 at PKCS11Test.premain(PKCS11Test.java:223)
00:12:34 at PKCS11Test.testNSS(PKCS11Test.java:585)
00:12:34 at PKCS11Test.main(PKCS11Test.java:259)
00:12:34 at TestECDH.main(TestECDH.java:180)
00:12:34 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
00:12:34 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
00:12:34 at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
00:12:34 at java.base/java.lang.reflect.Method.invoke(Method.java:566)
00:12:34 at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:127)
00:12:34 at java.base/java.lang.Thread.run(Thread.java:840)
00:12:34 Caused by: java.security.InvalidKeyException: Could not create EC public key
00:12:34 at jdk.crypto.cryptoki/sun.security.pkcs11.P11ECKeyFactory.implTranslatePublicKey(P11ECKeyFactory.java:130)
00:12:34 at jdk.crypto.cryptoki/sun.security.pkcs11.P11ECKeyFactory.engineGeneratePublic(P11ECKeyFactory.java:171)
00:12:34 ... 13 more
00:12:34 Caused by: sun.security.pkcs11.wrapper.PKCS11Exception: CKR_DOMAIN_PARAMS_INVALID
00:12:34 at jdk.crypto.cryptoki/sun.security.pkcs11.wrapper.PKCS11.C_CreateObject(Native Method)
00:12:34 at jdk.crypto.cryptoki/sun.security.pkcs11.wrapper.PKCS11$InnerPKCS11.C_CreateObject(PKCS11.java:185)
00:12:34 at jdk.crypto.cryptoki/sun.security.pkcs11.P11ECKeyFactory.generatePublic(P11ECKeyFactory.java:254)
00:12:34 at jdk.crypto.cryptoki/sun.security.pkcs11.P11ECKeyFactory.implTranslatePublicKey(P11ECKeyFactory.java:110)
00:12:34 ... 14 more
```
sun/security/pkcs11/ec/TestECDSA.java
```
00:12:34 ACTION: main -- Failed. Execution failed: `main' threw exception: java.security.spec.InvalidKeySpecException: Could not create EC private key
00:12:34 REASON: User specified action: run main/othervm TestECDSA
00:12:34 TIME: 0.459 seconds
00:12:34 messages:
00:12:34 command: main TestECDSA
00:12:34 reason: User specified action: run main/othervm TestECDSA
00:12:34 Mode: othervm [/othervm specified]
00:12:34 Additional options from @modules: --add-modules jdk.crypto.cryptoki
00:12:34 elapsed time (seconds): 0.459
00:12:34 configuration:
00:12:34 Boot Layer
00:12:34 add modules: jdk.crypto.cryptoki
00:12:34
00:12:34 STDOUT:
00:12:34 Beginning test run TestECDSA...
00:12:34 Cannot resolve artifact, please check if JIB jar is present in classpath.
00:12:34 nssLibDir: /usr/lib/x86_64-linux-gnu/nss/
00:12:34 Cannot resolve artifact, please check if JIB jar is present in classpath.
00:12:34 nssLibDir: /usr/lib/x86_64-linux-gnu/nss/
00:12:34 libsoftokn3 version not found, set to 0.0: /usr/lib/x86_64-linux-gnu/nss/libsoftokn3.so
00:12:34 Running test with provider SunPKCS11-NSS (security manager disabled) ...
00:12:34 STDERR:
00:12:34 java.security.spec.InvalidKeySpecException: Could not create EC private key
00:12:34 at jdk.crypto.cryptoki/sun.security.pkcs11.P11ECKeyFactory.engineGeneratePrivate(P11ECKeyFactory.java:203)
00:12:34 at java.base/java.security.KeyFactory.generatePrivate(KeyFactory.java:384)
00:12:34 at TestECDSA.test(TestECDSA.java:178)
00:12:34 at TestECDSA.main(TestECDSA.java:160)
00:12:34 at PKCS11Test.premain(PKCS11Test.java:223)
00:12:34 at PKCS11Test.testNSS(PKCS11Test.java:585)
00:12:34 at PKCS11Test.main(PKCS11Test.java:259)
00:12:34 at TestECDSA.main(TestECDSA.java:119)
00:12:34 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
00:12:34 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
00:12:34 at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
00:12:34 at java.base/java.lang.reflect.Method.invoke(Method.java:566)
00:12:34 at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:127)
00:12:34 at java.base/java.lang.Thread.run(Thread.java:840)
00:12:34 Caused by: java.security.InvalidKeyException: Could not create EC private key
00:12:34 at jdk.crypto.cryptoki/sun.security.pkcs11.P11ECKeyFactory.implTranslatePrivateKey(P11ECKeyFactory.java:159)
00:12:34 at jdk.crypto.cryptoki/sun.security.pkcs11.P11ECKeyFactory.engineGeneratePrivate(P11ECKeyFactory.java:201)
00:12:34 ... 13 more
00:12:34 Caused by: sun.security.pkcs11.wrapper.PKCS11Exception: CKR_DOMAIN_PARAMS_INVALID
00:12:34 at jdk.crypto.cryptoki/sun.security.pkcs11.wrapper.PKCS11.C_CreateObject(Native Method)
00:12:34 at jdk.crypto.cryptoki/sun.security.pkcs11.wrapper.PKCS11$InnerPKCS11.C_CreateObject(PKCS11.java:185)
00:12:34 at jdk.crypto.cryptoki/sun.security.pkcs11.P11ECKeyFactory.generatePrivate(P11ECKeyFactory.java:277)
00:12:34 at jdk.crypto.cryptoki/sun.security.pkcs11.P11ECKeyFactory.implTranslatePrivateKey(P11ECKeyFactory.java:139)
00:12:34 ... 14 more
```
sun/security/pkcs11/ec/TestECGenSpec.java
```
00:12:34 ACTION: main -- Failed. Execution failed: `main' threw exception: java.security.InvalidAlgorithmParameterException: EC key must be at least 256 bits. The specific key size 192 is not supported
00:12:34 REASON: User specified action: run main/othervm TestECGenSpec
00:12:34 TIME: 0.439 seconds
00:12:34 messages:
00:12:34 command: main TestECGenSpec
00:12:34 reason: User specified action: run main/othervm TestECGenSpec
00:12:34 Mode: othervm [/othervm specified]
00:12:34 Additional options from @modules: --add-modules jdk.crypto.cryptoki
00:12:34 elapsed time (seconds): 0.439
00:12:34 configuration:
00:12:34 Boot Layer
00:12:34 add modules: jdk.crypto.cryptoki
00:12:34
00:12:34 STDOUT:
00:12:34 Beginning test run TestECGenSpec...
00:12:34 Cannot resolve artifact, please check if JIB jar is present in classpath.
00:12:34 nssLibDir: /usr/lib/x86_64-linux-gnu/nss/
00:12:34 Cannot resolve artifact, please check if JIB jar is present in classpath.
00:12:34 nssLibDir: /usr/lib/x86_64-linux-gnu/nss/
00:12:34 libsoftokn3 version not found, set to 0.0: /usr/lib/x86_64-linux-gnu/nss/libsoftokn3.so
00:12:34 Running test with provider SunPKCS11-NSS (security manager disabled) ...
00:12:34 Testing secp256r1...
00:12:34 secp256r1 [NIST P-256, X9.62 prime256v1] (1.2.840.10045.3.1.7)
00:12:34 1.2.840.10045.3.1.7
00:12:34 SunPKCS11-NSS EC private key, 256 bitssession object, not sensitive, extractable)
00:12:34
00:12:34 Testing NIST P-192...
00:12:34 secp192r1 [NIST P-192, X9.62 prime192v1] (1.2.840.10045.3.1.1)
00:12:34 1.2.840.10045.3.1.1
00:12:34 STDERR:
00:12:34 java.security.InvalidAlgorithmParameterException: EC key must be at least 256 bits. The specific key size 192 is not supported
00:12:34 at jdk.crypto.cryptoki/sun.security.pkcs11.P11KeyPairGenerator.checkKeySize(P11KeyPairGenerator.java:240)
00:12:34 at jdk.crypto.cryptoki/sun.security.pkcs11.P11KeyPairGenerator.initialize(P11KeyPairGenerator.java:223)
00:12:34 at java.base/java.security.KeyPairGenerator$Delegate.initialize(KeyPairGenerator.java:692)
00:12:34 at java.base/java.security.KeyPairGenerator.initialize(KeyPairGenerator.java:436)
00:12:34 at TestECGenSpec.main(TestECGenSpec.java:93)
00:12:34 at PKCS11Test.premain(PKCS11Test.java:223)
00:12:34 at PKCS11Test.testNSS(PKCS11Test.java:585)
00:12:34 at PKCS11Test.main(PKCS11Test.java:259)
00:12:34 at TestECGenSpec.main(TestECGenSpec.java:46)
00:12:34 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
00:12:34 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
00:12:34 at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
00:12:34 at java.base/java.lang.reflect.Method.invoke(Method.java:566)
00:12:34 at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:127)
00:12:34 at java.base/java.lang.Thread.run(Thread.java:840)
```
sun/security/pkcs11/Signature/TestDSAKeyLength.java
```
00:13:59 ACTION: main -- Failed. Execution failed: `main' threw exception: java.lang.Exception: Test Failed - expected IKE not thrown
00:13:59 REASON: User specified action: run main/othervm TestDSAKeyLength
00:13:59 TIME: 0.484 seconds
00:13:59 messages:
00:13:59 command: main TestDSAKeyLength
00:13:59 reason: User specified action: run main/othervm TestDSAKeyLength
00:13:59 Mode: othervm [/othervm specified]
00:13:59 Additional options from @modules: --add-modules jdk.crypto.cryptoki
00:13:59 elapsed time (seconds): 0.484
00:13:59 configuration:
00:13:59 Boot Layer
00:13:59 add modules: jdk.crypto.cryptoki
00:13:59
00:13:59 STDOUT:
00:13:59 Beginning test run TestDSAKeyLength...
00:13:59 Cannot resolve artifact, please check if JIB jar is present in classpath.
00:13:59 nssLibDir: /usr/lib/x86_64-linux-gnu/nss/
00:13:59 Cannot resolve artifact, please check if JIB jar is present in classpath.
00:13:59 nssLibDir: /usr/lib/x86_64-linux-gnu/nss/
00:13:59 libsoftokn3 version not found, set to 0.0: /usr/lib/x86_64-linux-gnu/nss/libsoftokn3.so
00:13:59 Running test with provider SunPKCS11-NSS (security manager disabled) ...
00:13:59 STDERR:
00:13:59 java.lang.Exception: Test Failed - expected IKE not thrown
00:13:59 at TestDSAKeyLength.main(TestDSAKeyLength.java:97)
00:13:59 at PKCS11Test.premain(PKCS11Test.java:223)
00:13:59 at PKCS11Test.testNSS(PKCS11Test.java:585)
00:13:59 at PKCS11Test.main(PKCS11Test.java:259)
00:13:59 at TestDSAKeyLength.main(TestDSAKeyLength.java:46)
00:13:59 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
00:13:59 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
00:13:59 at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
00:13:59 at java.base/java.lang.reflect.Method.invoke(Method.java:566)
00:13:59 at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:127)
00:13:59 at java.base/java.lang.Thread.run(Thread.java:840)
```
|
test
|
openjdk jdk failures on jdk sun security ec testecdh java action main failed execution failed main threw exception java security spec invalidkeyspecexception could not create ec public key reason user specified action run main othervm testecdh time seconds messages command main testecdh reason user specified action run main othervm testecdh mode othervm additional options from modules add modules jdk crypto cryptoki elapsed time seconds configuration boot layer add modules jdk crypto cryptoki stdout beginning test run testecdh cannot resolve artifact please check if jib jar is present in classpath nsslibdir usr lib linux gnu nss cannot resolve artifact please check if jib jar is present in classpath nsslibdir usr lib linux gnu nss version not found set to usr lib linux gnu nss so running test with provider nss security manager disabled stderr java security spec invalidkeyspecexception could not create ec public key at jdk crypto cryptoki sun security enginegeneratepublic java at java base java security keyfactory generatepublic keyfactory java at testecdh test testecdh java at testecdh main testecdh java at premain java at testnss java at main java at testecdh main testecdh 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 caused by java security invalidkeyexception could not create ec public key at jdk crypto cryptoki sun security impltranslatepublickey java at jdk crypto cryptoki sun security enginegeneratepublic java more caused by sun security wrapper ckr domain params invalid at jdk crypto cryptoki sun security wrapper c createobject native method at jdk crypto cryptoki sun security wrapper c createobject java at jdk crypto cryptoki sun security generatepublic java at jdk crypto cryptoki sun security impltranslatepublickey java more sun security ec testecdsa java action main failed execution failed main threw exception java security spec invalidkeyspecexception could not create ec private key reason user specified action run main othervm testecdsa time seconds messages command main testecdsa reason user specified action run main othervm testecdsa mode othervm additional options from modules add modules jdk crypto cryptoki elapsed time seconds configuration boot layer add modules jdk crypto cryptoki stdout beginning test run testecdsa cannot resolve artifact please check if jib jar is present in classpath nsslibdir usr lib linux gnu nss cannot resolve artifact please check if jib jar is present in classpath nsslibdir usr lib linux gnu nss version not found set to usr lib linux gnu nss so running test with provider nss security manager disabled stderr java security spec invalidkeyspecexception could not create ec private key at jdk crypto cryptoki sun security enginegenerateprivate java at java base java security keyfactory generateprivate keyfactory java at testecdsa test testecdsa java at testecdsa main testecdsa java at premain java at testnss java at main java at testecdsa main testecdsa 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 caused by java security invalidkeyexception could not create ec private key at jdk crypto cryptoki sun security impltranslateprivatekey java at jdk crypto cryptoki sun security enginegenerateprivate java more caused by sun security wrapper ckr domain params invalid at jdk crypto cryptoki sun security wrapper c createobject native method at jdk crypto cryptoki sun security wrapper c createobject java at jdk crypto cryptoki sun security generateprivate java at jdk crypto cryptoki sun security impltranslateprivatekey java more sun security ec testecgenspec java action main failed execution failed main threw exception java security invalidalgorithmparameterexception ec key must be at least bits the specific key size is not supported reason user specified action run main othervm testecgenspec time seconds messages command main testecgenspec reason user specified action run main othervm testecgenspec mode othervm additional options from modules add modules jdk crypto cryptoki elapsed time seconds configuration boot layer add modules jdk crypto cryptoki stdout beginning test run testecgenspec cannot resolve artifact please check if jib jar is present in classpath nsslibdir usr lib linux gnu nss cannot resolve artifact please check if jib jar is present in classpath nsslibdir usr lib linux gnu nss version not found set to usr lib linux gnu nss so running test with provider nss security manager disabled testing nss ec private key bitssession object not sensitive extractable testing nist p stderr java security invalidalgorithmparameterexception ec key must be at least bits the specific key size is not supported at jdk crypto cryptoki sun security checkkeysize java at jdk crypto cryptoki sun security initialize java at java base java security keypairgenerator delegate initialize keypairgenerator java at java base java security keypairgenerator initialize keypairgenerator java at testecgenspec main testecgenspec java at premain java at testnss java at main java at testecgenspec main testecgenspec 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 sun security signature testdsakeylength java action main failed execution failed main threw exception java lang exception test failed expected ike not thrown reason user specified action run main othervm testdsakeylength time seconds messages command main testdsakeylength reason user specified action run main othervm testdsakeylength mode othervm additional options from modules add modules jdk crypto cryptoki elapsed time seconds configuration boot layer add modules jdk crypto cryptoki stdout beginning test run testdsakeylength cannot resolve artifact please check if jib jar is present in classpath nsslibdir usr lib linux gnu nss cannot resolve artifact please check if jib jar is present in classpath nsslibdir usr lib linux gnu nss version not found set to usr lib linux gnu nss so running test with provider nss security manager disabled stderr java lang exception test failed expected ike not thrown at testdsakeylength main testdsakeylength java at premain java at testnss java at main java at testdsakeylength main testdsakeylength 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
| 1
|
28,732
| 2,711,132,380
|
IssuesEvent
|
2015-04-09 02:16:21
|
cs2103jan2015-f09-2c/main
|
https://api.github.com/repos/cs2103jan2015-f09-2c/main
|
closed
|
A user can enter recurring/repeated tasks easily
|
priority.high type.story
|
so that user does not need to add recurring task repeated every day/week/month
|
1.0
|
A user can enter recurring/repeated tasks easily - so that user does not need to add recurring task repeated every day/week/month
|
non_test
|
a user can enter recurring repeated tasks easily so that user does not need to add recurring task repeated every day week month
| 0
|
37,938
| 5,148,682,166
|
IssuesEvent
|
2017-01-13 12:12:15
|
TechnionYP5777/IntelliJ-Spartanizer
|
https://api.github.com/repos/TechnionYP5777/IntelliJ-Spartanizer
|
closed
|
Enhance the new TipperTest class
|
enhancement on hold Testing
|
I've opened `TipperTest `, an intermidiate layer for capturing common & default behavior when testing
new tippers.
This class extends `PsiTestCase` so we can use it with the raw PSI elements (such as `PSIClass`, `PSIFile` etc.)
**IMPORTANT !!!**
Always make sure that your test methods start with the `test` prefix, because `PsiTestCase` is JUnit 3 compatible.
@amirsagiv83 @michalcohen @AnnaBel7 @RoeiRaz @RoeyMaor
|
1.0
|
Enhance the new TipperTest class - I've opened `TipperTest `, an intermidiate layer for capturing common & default behavior when testing
new tippers.
This class extends `PsiTestCase` so we can use it with the raw PSI elements (such as `PSIClass`, `PSIFile` etc.)
**IMPORTANT !!!**
Always make sure that your test methods start with the `test` prefix, because `PsiTestCase` is JUnit 3 compatible.
@amirsagiv83 @michalcohen @AnnaBel7 @RoeiRaz @RoeyMaor
|
test
|
enhance the new tippertest class i ve opened tippertest an intermidiate layer for capturing common default behavior when testing new tippers this class extends psitestcase so we can use it with the raw psi elements such as psiclass psifile etc important always make sure that your test methods start with the test prefix because psitestcase is junit compatible michalcohen roeiraz roeymaor
| 1
|
701,726
| 24,105,643,862
|
IssuesEvent
|
2022-09-20 07:12:38
|
keycloak/keycloak-ui
|
https://api.github.com/repos/keycloak/keycloak-ui
|
closed
|
UserStorageProvider Configuration not shown
|
kind/bug priority/critical impact/high area/section/user federation
|
### Describe the bug
When using a custom UserStorageProvider implementation with the new admin-ui, the configuration isn't shown, whereas it is the case with the old/current admin-ui.
I tested it with the current nightly build and same provider code.
In "old" admin-ui, the config is properly displayed:

The new admin-ui doesn't show anything than the display name and the cache policy:

I wondered, because the built-in LDAP and Kerberos provider configs are properly displayed in the new ui...
Do I have to change something in the implementation of my storage provider?
Just in case you want to have a look into it, you can find the example [here](https://github.com/dasniko/keycloak-extensions-demo/tree/main/user-provider/src/main/java/dasniko/keycloak/user)
### Version
nightly (as of 2022-07-21)
### Expected behavior
all config properties defined in the factory are displayed properly
### Actual behavior
the config properties defined in the factory are missing
### How to Reproduce?
see description
### Anything else?
Didn't find a similar, already existing issue, but I don't want to believe this is not yet addressed...
|
1.0
|
UserStorageProvider Configuration not shown - ### Describe the bug
When using a custom UserStorageProvider implementation with the new admin-ui, the configuration isn't shown, whereas it is the case with the old/current admin-ui.
I tested it with the current nightly build and same provider code.
In "old" admin-ui, the config is properly displayed:

The new admin-ui doesn't show anything than the display name and the cache policy:

I wondered, because the built-in LDAP and Kerberos provider configs are properly displayed in the new ui...
Do I have to change something in the implementation of my storage provider?
Just in case you want to have a look into it, you can find the example [here](https://github.com/dasniko/keycloak-extensions-demo/tree/main/user-provider/src/main/java/dasniko/keycloak/user)
### Version
nightly (as of 2022-07-21)
### Expected behavior
all config properties defined in the factory are displayed properly
### Actual behavior
the config properties defined in the factory are missing
### How to Reproduce?
see description
### Anything else?
Didn't find a similar, already existing issue, but I don't want to believe this is not yet addressed...
|
non_test
|
userstorageprovider configuration not shown describe the bug when using a custom userstorageprovider implementation with the new admin ui the configuration isn t shown whereas it is the case with the old current admin ui i tested it with the current nightly build and same provider code in old admin ui the config is properly displayed the new admin ui doesn t show anything than the display name and the cache policy i wondered because the built in ldap and kerberos provider configs are properly displayed in the new ui do i have to change something in the implementation of my storage provider just in case you want to have a look into it you can find the example version nightly as of expected behavior all config properties defined in the factory are displayed properly actual behavior the config properties defined in the factory are missing how to reproduce see description anything else didn t find a similar already existing issue but i don t want to believe this is not yet addressed
| 0
|
273,019
| 23,722,416,271
|
IssuesEvent
|
2022-08-30 16:24:28
|
k3s-io/k3s
|
https://api.github.com/repos/k3s-io/k3s
|
opened
|
Add Integration Test for all server/agent flags
|
kind/task kind/test
|
Similar to https://github.com/k3s-io/k3s/issues/6056, but this is for a single test that uses ALL (or the most possible) configuration flags.
|
1.0
|
Add Integration Test for all server/agent flags - Similar to https://github.com/k3s-io/k3s/issues/6056, but this is for a single test that uses ALL (or the most possible) configuration flags.
|
test
|
add integration test for all server agent flags similar to but this is for a single test that uses all or the most possible configuration flags
| 1
|
198,299
| 14,971,819,796
|
IssuesEvent
|
2021-01-27 21:46:26
|
Automattic/wp-calypso
|
https://api.github.com/repos/Automattic/wp-calypso
|
closed
|
Link to initiate Support Chat is overlapped by upsell box in checkout
|
Checkout [Source] User testing [Type] Bug
|
<!-- Thanks for contributing to Calypso! Pick a clear title ("Editor: add spell check") and proceed. -->
### Steps to reproduce the behavior
Prereq: Use a free site with no purchases.
1. Go to My Site.
2. Add domain to site.
3. Choose a custom domain.
4. Add to cart and check out.
5. Skip G Suite integration.
6. At secure checkout, inspect the right pane.
#### What I expected to happen
Link to initiate Support Chat should be clearly visible.
#### What actually happened
`Upgrade and Save` upsell box overlaps half of the link.
### Context
Manual user testing.
#### Browser / OS version
Browser: Firefox Nightly 86.0a1
OS: macOS Catalina 10.15.7
#### Is this specific to the applied theme? Which one?
N/A.
#### Does this happen on simple or atomic sites or both?
N/A.
#### Is there any console output or error text?
No.
#### Level of impact (Does it block purchases? Does it affect more than just one site?)
Minor - user is still able to initiate chats through the `?` icon on the bottom right if needed.
#### Screenshot / Video: If applicable, add screenshots to help explain your problem.

|
1.0
|
Link to initiate Support Chat is overlapped by upsell box in checkout - <!-- Thanks for contributing to Calypso! Pick a clear title ("Editor: add spell check") and proceed. -->
### Steps to reproduce the behavior
Prereq: Use a free site with no purchases.
1. Go to My Site.
2. Add domain to site.
3. Choose a custom domain.
4. Add to cart and check out.
5. Skip G Suite integration.
6. At secure checkout, inspect the right pane.
#### What I expected to happen
Link to initiate Support Chat should be clearly visible.
#### What actually happened
`Upgrade and Save` upsell box overlaps half of the link.
### Context
Manual user testing.
#### Browser / OS version
Browser: Firefox Nightly 86.0a1
OS: macOS Catalina 10.15.7
#### Is this specific to the applied theme? Which one?
N/A.
#### Does this happen on simple or atomic sites or both?
N/A.
#### Is there any console output or error text?
No.
#### Level of impact (Does it block purchases? Does it affect more than just one site?)
Minor - user is still able to initiate chats through the `?` icon on the bottom right if needed.
#### Screenshot / Video: If applicable, add screenshots to help explain your problem.

|
test
|
link to initiate support chat is overlapped by upsell box in checkout steps to reproduce the behavior prereq use a free site with no purchases go to my site add domain to site choose a custom domain add to cart and check out skip g suite integration at secure checkout inspect the right pane what i expected to happen link to initiate support chat should be clearly visible what actually happened upgrade and save upsell box overlaps half of the link context manual user testing browser os version browser firefox nightly os macos catalina is this specific to the applied theme which one n a does this happen on simple or atomic sites or both n a is there any console output or error text no level of impact does it block purchases does it affect more than just one site minor user is still able to initiate chats through the icon on the bottom right if needed screenshot video if applicable add screenshots to help explain your problem
| 1
|
15,984
| 3,491,275,865
|
IssuesEvent
|
2016-01-04 15:00:27
|
modxcms/a11y
|
https://api.github.com/repos/modxcms/a11y
|
closed
|
Tree Node ARIA Roles
|
Linked in Trello Needs Testing port to revo/core tree
|
I hope this one doesnt get too confusing.
---
- [x] Tree Parent - Sub Heading
In the tree, we have 3 parent LI , and under that a huge series of div's and then another UL
So if im at the *Resources* List , find the Span for *Website* , its parent UL is:
```
<ul class="x-tree-root-ct x-tree-arrows" id="ext-gen29">
```
needs to add
```
<ul class="x-tree-root-ct x-tree-arrows" id="ext-gen29" role="tree" aria-labelledby="ext-gen24">
```
with `ext-gen24` being the ID for the Resources span
---
- [ ] Tree Parent - Sub Heading - First Node
The first LI inside the above:
```
<li class="x-tree-node" role="treeitem" aria-labelledby="extdd-3" aria-selected="false" aria-level="1">
```
- needs to add tabindex="0"
- aria-expanded is there but not changing from true to false
---
- [ ] Tree Parent - Sub Heading - First Node - Resources List
at the UL after *Website* and before *Home* looks like this:
```
<ul class="x-tree-node-ct" role="group">
```
its first LI is what needs to be edited
- needs to add tabindex="-1"
- aria-expanded is there but it should not be if this resource is not a parent
|
1.0
|
Tree Node ARIA Roles - I hope this one doesnt get too confusing.
---
- [x] Tree Parent - Sub Heading
In the tree, we have 3 parent LI , and under that a huge series of div's and then another UL
So if im at the *Resources* List , find the Span for *Website* , its parent UL is:
```
<ul class="x-tree-root-ct x-tree-arrows" id="ext-gen29">
```
needs to add
```
<ul class="x-tree-root-ct x-tree-arrows" id="ext-gen29" role="tree" aria-labelledby="ext-gen24">
```
with `ext-gen24` being the ID for the Resources span
---
- [ ] Tree Parent - Sub Heading - First Node
The first LI inside the above:
```
<li class="x-tree-node" role="treeitem" aria-labelledby="extdd-3" aria-selected="false" aria-level="1">
```
- needs to add tabindex="0"
- aria-expanded is there but not changing from true to false
---
- [ ] Tree Parent - Sub Heading - First Node - Resources List
at the UL after *Website* and before *Home* looks like this:
```
<ul class="x-tree-node-ct" role="group">
```
its first LI is what needs to be edited
- needs to add tabindex="-1"
- aria-expanded is there but it should not be if this resource is not a parent
|
test
|
tree node aria roles i hope this one doesnt get too confusing tree parent sub heading in the tree we have parent li and under that a huge series of div s and then another ul so if im at the resources list find the span for website its parent ul is needs to add with ext being the id for the resources span tree parent sub heading first node the first li inside the above needs to add tabindex aria expanded is there but not changing from true to false tree parent sub heading first node resources list at the ul after website and before home looks like this its first li is what needs to be edited needs to add tabindex aria expanded is there but it should not be if this resource is not a parent
| 1
|
437,942
| 12,604,863,969
|
IssuesEvent
|
2020-06-11 15:35:43
|
googleapis/google-cloud-go
|
https://api.github.com/repos/googleapis/google-cloud-go
|
closed
|
compute/metadata: goroutine leak
|
api: compute priority: p2 type: bug
|
**Client**
`compute/metadata`
**Environment**
Only reproducible on GCE VMs
**Code**
`$ cat leak_test.go `
```go
package leak
import (
"testing"
"cloud.google.com/go/compute/metadata"
"go.uber.org/goleak"
)
func TestGCEMetadata(t *testing.T) {
defer goleak.VerifyNone(t)
metadata.OnGCE()
}
```
`$ cat go.mod`
```go
module leak
require (
cloud.google.com/go v0.58.0
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/stretchr/testify v1.6.1 // indirect
go.uber.org/goleak v1.0.0
golang.org/x/tools v0.0.0-20200609164405-eb789aa7ce50 // indirect
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
gopkg.in/yaml.v3 v3.0.0-20200605160147-a5ece683394c // indirect
)
```
```
$ go test ./
--- FAIL: TestGCEMetadata (0.44s)
leaks.go:78: found unexpected goroutines:
[Goroutine 10 in state IO wait, with internal/poll.runtime_pollWait on top of the stack:
goroutine 10 [IO wait]:
internal/poll.runtime_pollWait(0x7f4768090f00, 0x72, 0xc000042a88)
/usr/lib/go-1.11/src/runtime/netpoll.go:173 +0x66
internal/poll.(*pollDesc).wait(0xc0000e8118, 0x72, 0xffffffffffffff00, 0x72ed60, 0x8c4430)
/usr/lib/go-1.11/src/internal/poll/fd_poll_runtime.go:85 +0x9a
internal/poll.(*pollDesc).waitRead(0xc0000e8118, 0xc0000eb000, 0x1000, 0x1000)
/usr/lib/go-1.11/src/internal/poll/fd_poll_runtime.go:90 +0x3d
internal/poll.(*FD).Read(0xc0000e8100, 0xc0000eb000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
/usr/lib/go-1.11/src/internal/poll/fd_unix.go:169 +0x179
net.(*netFD).Read(0xc0000e8100, 0xc0000eb000, 0x1000, 0x1000, 0x0, 0xc00002e3b8, 0x468c29)
/usr/lib/go-1.11/src/net/fd_unix.go:202 +0x4f
net.(*conn).Read(0xc00000e050, 0xc0000eb000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
/usr/lib/go-1.11/src/net/net.go:177 +0x68
net/http.(*persistConn).Read(0xc0000aeea0, 0xc0000eb000, 0x1000, 0x1000, 0x4064f3, 0xc00002e470, 0x42c0d2)
/usr/lib/go-1.11/src/net/http/transport.go:1499 +0x75
bufio.(*Reader).fill(0xc00005a7e0)
/usr/lib/go-1.11/src/bufio/bufio.go:100 +0x10f
bufio.(*Reader).Peek(0xc00005a7e0, 0x1, 0xc000188d80, 0xc00002e558, 0x60, 0x60, 0xc00005a720)
/usr/lib/go-1.11/src/bufio/bufio.go:132 +0x3f
net/http.(*persistConn).readLoop(0xc0000aeea0)
/usr/lib/go-1.11/src/net/http/transport.go:1647 +0x1a2
created by net/http.(*Transport).dialConn
/usr/lib/go-1.11/src/net/http/transport.go:1340 +0x941
Goroutine 11 in state select, with net/http.(*persistConn).writeLoop on top of the stack:
goroutine 11 [select]:
net/http.(*persistConn).writeLoop(0xc0000aeea0)
/usr/lib/go-1.11/src/net/http/transport.go:1887 +0x113
created by net/http.(*Transport).dialConn
/usr/lib/go-1.11/src/net/http/transport.go:1341 +0x966
]
FAIL
FAIL leak 0.442s
```
|
1.0
|
compute/metadata: goroutine leak - **Client**
`compute/metadata`
**Environment**
Only reproducible on GCE VMs
**Code**
`$ cat leak_test.go `
```go
package leak
import (
"testing"
"cloud.google.com/go/compute/metadata"
"go.uber.org/goleak"
)
func TestGCEMetadata(t *testing.T) {
defer goleak.VerifyNone(t)
metadata.OnGCE()
}
```
`$ cat go.mod`
```go
module leak
require (
cloud.google.com/go v0.58.0
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/stretchr/testify v1.6.1 // indirect
go.uber.org/goleak v1.0.0
golang.org/x/tools v0.0.0-20200609164405-eb789aa7ce50 // indirect
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
gopkg.in/yaml.v3 v3.0.0-20200605160147-a5ece683394c // indirect
)
```
```
$ go test ./
--- FAIL: TestGCEMetadata (0.44s)
leaks.go:78: found unexpected goroutines:
[Goroutine 10 in state IO wait, with internal/poll.runtime_pollWait on top of the stack:
goroutine 10 [IO wait]:
internal/poll.runtime_pollWait(0x7f4768090f00, 0x72, 0xc000042a88)
/usr/lib/go-1.11/src/runtime/netpoll.go:173 +0x66
internal/poll.(*pollDesc).wait(0xc0000e8118, 0x72, 0xffffffffffffff00, 0x72ed60, 0x8c4430)
/usr/lib/go-1.11/src/internal/poll/fd_poll_runtime.go:85 +0x9a
internal/poll.(*pollDesc).waitRead(0xc0000e8118, 0xc0000eb000, 0x1000, 0x1000)
/usr/lib/go-1.11/src/internal/poll/fd_poll_runtime.go:90 +0x3d
internal/poll.(*FD).Read(0xc0000e8100, 0xc0000eb000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
/usr/lib/go-1.11/src/internal/poll/fd_unix.go:169 +0x179
net.(*netFD).Read(0xc0000e8100, 0xc0000eb000, 0x1000, 0x1000, 0x0, 0xc00002e3b8, 0x468c29)
/usr/lib/go-1.11/src/net/fd_unix.go:202 +0x4f
net.(*conn).Read(0xc00000e050, 0xc0000eb000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
/usr/lib/go-1.11/src/net/net.go:177 +0x68
net/http.(*persistConn).Read(0xc0000aeea0, 0xc0000eb000, 0x1000, 0x1000, 0x4064f3, 0xc00002e470, 0x42c0d2)
/usr/lib/go-1.11/src/net/http/transport.go:1499 +0x75
bufio.(*Reader).fill(0xc00005a7e0)
/usr/lib/go-1.11/src/bufio/bufio.go:100 +0x10f
bufio.(*Reader).Peek(0xc00005a7e0, 0x1, 0xc000188d80, 0xc00002e558, 0x60, 0x60, 0xc00005a720)
/usr/lib/go-1.11/src/bufio/bufio.go:132 +0x3f
net/http.(*persistConn).readLoop(0xc0000aeea0)
/usr/lib/go-1.11/src/net/http/transport.go:1647 +0x1a2
created by net/http.(*Transport).dialConn
/usr/lib/go-1.11/src/net/http/transport.go:1340 +0x941
Goroutine 11 in state select, with net/http.(*persistConn).writeLoop on top of the stack:
goroutine 11 [select]:
net/http.(*persistConn).writeLoop(0xc0000aeea0)
/usr/lib/go-1.11/src/net/http/transport.go:1887 +0x113
created by net/http.(*Transport).dialConn
/usr/lib/go-1.11/src/net/http/transport.go:1341 +0x966
]
FAIL
FAIL leak 0.442s
```
|
non_test
|
compute metadata goroutine leak client compute metadata environment only reproducible on gce vms code cat leak test go go package leak import testing cloud google com go compute metadata go uber org goleak func testgcemetadata t testing t defer goleak verifynone t metadata ongce cat go mod go module leak require cloud google com go github com davecgh go spew indirect github com kr text indirect github com niemeyer pretty indirect github com stretchr testify indirect go uber org goleak golang org x tools indirect gopkg in check indirect gopkg in yaml indirect go test fail testgcemetadata leaks go found unexpected goroutines goroutine in state io wait with internal poll runtime pollwait on top of the stack goroutine internal poll runtime pollwait usr lib go src runtime netpoll go internal poll polldesc wait usr lib go src internal poll fd poll runtime go internal poll polldesc waitread usr lib go src internal poll fd poll runtime go internal poll fd read usr lib go src internal poll fd unix go net netfd read usr lib go src net fd unix go net conn read usr lib go src net net go net http persistconn read usr lib go src net http transport go bufio reader fill usr lib go src bufio bufio go bufio reader peek usr lib go src bufio bufio go net http persistconn readloop usr lib go src net http transport go created by net http transport dialconn usr lib go src net http transport go goroutine in state select with net http persistconn writeloop on top of the stack goroutine net http persistconn writeloop usr lib go src net http transport go created by net http transport dialconn usr lib go src net http transport go fail fail leak
| 0
|
343,222
| 30,653,527,425
|
IssuesEvent
|
2023-07-25 10:29:00
|
unifyai/ivy
|
https://api.github.com/repos/unifyai/ivy
|
reopened
|
Fix paddle_manipulation.test_paddle_reshape
|
Sub Task Failing Test
|
| | |
|---|---|
|paddle|<a href="https://github.com/unifyai/ivy/actions/runs/5649026699/job/15302494464"><img src=https://img.shields.io/badge/-success-success></a>
|jax|<a href="https://github.com/unifyai/ivy/actions/runs/5649026699/job/15302494464"><img src=https://img.shields.io/badge/-success-success></a>
|numpy|<a href="https://github.com/unifyai/ivy/actions/runs/5649026699/job/15302494464"><img src=https://img.shields.io/badge/-success-success></a>
|tensorflow|<a href="https://github.com/unifyai/ivy/actions/runs/5649026699/job/15302494464"><img src=https://img.shields.io/badge/-failure-red></a>
|torch|<a href="https://github.com/unifyai/ivy/actions/runs/5649026699/job/15302494464"><img src=https://img.shields.io/badge/-success-success></a>
|
1.0
|
Fix paddle_manipulation.test_paddle_reshape - | | |
|---|---|
|paddle|<a href="https://github.com/unifyai/ivy/actions/runs/5649026699/job/15302494464"><img src=https://img.shields.io/badge/-success-success></a>
|jax|<a href="https://github.com/unifyai/ivy/actions/runs/5649026699/job/15302494464"><img src=https://img.shields.io/badge/-success-success></a>
|numpy|<a href="https://github.com/unifyai/ivy/actions/runs/5649026699/job/15302494464"><img src=https://img.shields.io/badge/-success-success></a>
|tensorflow|<a href="https://github.com/unifyai/ivy/actions/runs/5649026699/job/15302494464"><img src=https://img.shields.io/badge/-failure-red></a>
|torch|<a href="https://github.com/unifyai/ivy/actions/runs/5649026699/job/15302494464"><img src=https://img.shields.io/badge/-success-success></a>
|
test
|
fix paddle manipulation test paddle reshape paddle a href src jax a href src numpy a href src tensorflow a href src torch a href src
| 1
|
42,278
| 10,928,250,772
|
IssuesEvent
|
2019-11-22 18:35:51
|
golang/go
|
https://api.github.com/repos/golang/go
|
opened
|
x/build/env/linux: add bleeding edge kernel builder
|
new-builder
|
In https://github.com/golang/go/issues/35777#issuecomment-557642410 ("runtime: memory corruption on Linux 5.3.x from async preemption") @zikaeroh says:
> I feel like there should be some builder which is at the latest Linux kernel, whatever that may be.
This is that tracking bug.
/cc @cagedmantis @dmitshur @toothrot @bcmills
|
1.0
|
x/build/env/linux: add bleeding edge kernel builder - In https://github.com/golang/go/issues/35777#issuecomment-557642410 ("runtime: memory corruption on Linux 5.3.x from async preemption") @zikaeroh says:
> I feel like there should be some builder which is at the latest Linux kernel, whatever that may be.
This is that tracking bug.
/cc @cagedmantis @dmitshur @toothrot @bcmills
|
non_test
|
x build env linux add bleeding edge kernel builder in runtime memory corruption on linux x from async preemption zikaeroh says i feel like there should be some builder which is at the latest linux kernel whatever that may be this is that tracking bug cc cagedmantis dmitshur toothrot bcmills
| 0
|
252,622
| 21,607,483,132
|
IssuesEvent
|
2022-05-04 06:14:05
|
cockroachdb/cockroach
|
https://api.github.com/repos/cockroachdb/cockroach
|
opened
|
roachtest: sqlsmith/setup=seed/setting=no-ddl failed
|
C-test-failure O-robot O-roachtest release-blocker branch-release-21.2
|
roachtest.sqlsmith/setup=seed/setting=no-ddl [failed](https://teamcity.cockroachdb.com/viewLog.html?buildId=5095600&tab=buildLog) with [artifacts](https://teamcity.cockroachdb.com/viewLog.html?buildId=5095600&tab=artifacts#/sqlsmith/setup=seed/setting=no-ddl) on release-21.2 @ [1f7a0d9f655fa731c57d86223f431ea2a4eec484](https://github.com/cockroachdb/cockroach/commits/1f7a0d9f655fa731c57d86223f431ea2a4eec484):
```
The test failed on branch=release-21.2, cloud=gce:
test artifacts and logs in: /home/agent/work/.go/src/github.com/cockroachdb/cockroach/artifacts/sqlsmith/setup=seed/setting=no-ddl/run_1
sqlsmith.go:242,sqlsmith.go:256,test_runner.go:777: ping node 1: dial tcp 34.148.109.7:26257: connect: connection refused
previous sql:
SELECT
'NaN':::DECIMAL AS col_18841, tab_8206._int2 AS col_18842, NULL AS col_18843, tab_8206._jsonb AS col_18844
FROM
defaultdb.public.seed AS tab_8204
JOIN defaultdb.public.seed AS tab_8205 ON (tab_8204._jsonb) = (tab_8205._jsonb),
defaultdb.public.seed@seed__int8__float8__date_idx AS tab_8206
ORDER BY
tab_8206._date DESC
LIMIT
31:::INT8;
cluster.go:1296,context.go:91,cluster.go:1284,test_runner.go:866: dead node detection: /home/agent/work/.go/src/github.com/cockroachdb/cockroach/bin/roachprod monitor teamcity-5095600-1651643549-12-n4cpu4 --oneshot --ignore-empty-nodes: exit status 1 4: 10941
2: 11087
3: 11636
1: dead (exit status 137)
Error: UNCLASSIFIED_PROBLEM: 1: dead (exit status 137)
(1) UNCLASSIFIED_PROBLEM
Wraps: (2) attached stack trace
-- stack trace:
| github.com/cockroachdb/cockroach/pkg/roachprod.Monitor
| /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/roachprod/roachprod.go:596
| main.glob..func14
| /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachprod/main.go:569
| main.wrap.func1
| /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachprod/main.go:123
| github.com/spf13/cobra.(*Command).execute
| /home/agent/work/.go/src/github.com/cockroachdb/cockroach/vendor/github.com/spf13/cobra/command.go:856
| github.com/spf13/cobra.(*Command).ExecuteC
| /home/agent/work/.go/src/github.com/cockroachdb/cockroach/vendor/github.com/spf13/cobra/command.go:960
| github.com/spf13/cobra.(*Command).Execute
| /home/agent/work/.go/src/github.com/cockroachdb/cockroach/vendor/github.com/spf13/cobra/command.go:897
| main.main
| /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachprod/main.go:1170
| runtime.main
| /usr/local/go/src/runtime/proc.go:255
| runtime.goexit
| /usr/local/go/src/runtime/asm_amd64.s:1581
Wraps: (3) 1: dead (exit status 137)
Error types: (1) errors.Unclassified (2) *withstack.withStack (3) *errutil.leafError
```
<details><summary>Reproduce</summary>
<p>
See: [roachtest README](https://github.com/cockroachdb/cockroach/blob/master/pkg/cmd/roachtest/README.md)
</p>
</details>
/cc @cockroachdb/sql-queries
<sub>
[This test on roachdash](https://roachdash.crdb.dev/?filter=status:open%20t:.*sqlsmith/setup=seed/setting=no-ddl.*&sort=title+created&display=lastcommented+project) | [Improve this report!](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues)
</sub>
|
2.0
|
roachtest: sqlsmith/setup=seed/setting=no-ddl failed - roachtest.sqlsmith/setup=seed/setting=no-ddl [failed](https://teamcity.cockroachdb.com/viewLog.html?buildId=5095600&tab=buildLog) with [artifacts](https://teamcity.cockroachdb.com/viewLog.html?buildId=5095600&tab=artifacts#/sqlsmith/setup=seed/setting=no-ddl) on release-21.2 @ [1f7a0d9f655fa731c57d86223f431ea2a4eec484](https://github.com/cockroachdb/cockroach/commits/1f7a0d9f655fa731c57d86223f431ea2a4eec484):
```
The test failed on branch=release-21.2, cloud=gce:
test artifacts and logs in: /home/agent/work/.go/src/github.com/cockroachdb/cockroach/artifacts/sqlsmith/setup=seed/setting=no-ddl/run_1
sqlsmith.go:242,sqlsmith.go:256,test_runner.go:777: ping node 1: dial tcp 34.148.109.7:26257: connect: connection refused
previous sql:
SELECT
'NaN':::DECIMAL AS col_18841, tab_8206._int2 AS col_18842, NULL AS col_18843, tab_8206._jsonb AS col_18844
FROM
defaultdb.public.seed AS tab_8204
JOIN defaultdb.public.seed AS tab_8205 ON (tab_8204._jsonb) = (tab_8205._jsonb),
defaultdb.public.seed@seed__int8__float8__date_idx AS tab_8206
ORDER BY
tab_8206._date DESC
LIMIT
31:::INT8;
cluster.go:1296,context.go:91,cluster.go:1284,test_runner.go:866: dead node detection: /home/agent/work/.go/src/github.com/cockroachdb/cockroach/bin/roachprod monitor teamcity-5095600-1651643549-12-n4cpu4 --oneshot --ignore-empty-nodes: exit status 1 4: 10941
2: 11087
3: 11636
1: dead (exit status 137)
Error: UNCLASSIFIED_PROBLEM: 1: dead (exit status 137)
(1) UNCLASSIFIED_PROBLEM
Wraps: (2) attached stack trace
-- stack trace:
| github.com/cockroachdb/cockroach/pkg/roachprod.Monitor
| /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/roachprod/roachprod.go:596
| main.glob..func14
| /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachprod/main.go:569
| main.wrap.func1
| /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachprod/main.go:123
| github.com/spf13/cobra.(*Command).execute
| /home/agent/work/.go/src/github.com/cockroachdb/cockroach/vendor/github.com/spf13/cobra/command.go:856
| github.com/spf13/cobra.(*Command).ExecuteC
| /home/agent/work/.go/src/github.com/cockroachdb/cockroach/vendor/github.com/spf13/cobra/command.go:960
| github.com/spf13/cobra.(*Command).Execute
| /home/agent/work/.go/src/github.com/cockroachdb/cockroach/vendor/github.com/spf13/cobra/command.go:897
| main.main
| /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachprod/main.go:1170
| runtime.main
| /usr/local/go/src/runtime/proc.go:255
| runtime.goexit
| /usr/local/go/src/runtime/asm_amd64.s:1581
Wraps: (3) 1: dead (exit status 137)
Error types: (1) errors.Unclassified (2) *withstack.withStack (3) *errutil.leafError
```
<details><summary>Reproduce</summary>
<p>
See: [roachtest README](https://github.com/cockroachdb/cockroach/blob/master/pkg/cmd/roachtest/README.md)
</p>
</details>
/cc @cockroachdb/sql-queries
<sub>
[This test on roachdash](https://roachdash.crdb.dev/?filter=status:open%20t:.*sqlsmith/setup=seed/setting=no-ddl.*&sort=title+created&display=lastcommented+project) | [Improve this report!](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues)
</sub>
|
test
|
roachtest sqlsmith setup seed setting no ddl failed roachtest sqlsmith setup seed setting no ddl with on release the test failed on branch release cloud gce test artifacts and logs in home agent work go src github com cockroachdb cockroach artifacts sqlsmith setup seed setting no ddl run sqlsmith go sqlsmith go test runner go ping node dial tcp connect connection refused previous sql select nan decimal as col tab as col null as col tab jsonb as col from defaultdb public seed as tab join defaultdb public seed as tab on tab jsonb tab jsonb defaultdb public seed seed date idx as tab order by tab date desc limit cluster go context go cluster go test runner go dead node detection home agent work go src github com cockroachdb cockroach bin roachprod monitor teamcity oneshot ignore empty nodes exit status dead exit status error unclassified problem dead exit status unclassified problem wraps attached stack trace stack trace github com cockroachdb cockroach pkg roachprod monitor home agent work go src github com cockroachdb cockroach pkg roachprod roachprod go main glob home agent work go src github com cockroachdb cockroach pkg cmd roachprod main go main wrap home agent work go src github com cockroachdb cockroach pkg cmd roachprod main go github com cobra command execute home agent work go src github com cockroachdb cockroach vendor github com cobra command go github com cobra command executec home agent work go src github com cockroachdb cockroach vendor github com cobra command go github com cobra command execute home agent work go src github com cockroachdb cockroach vendor github com cobra command go main main home agent work 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 exit status error types errors unclassified withstack withstack errutil leaferror reproduce see cc cockroachdb sql queries
| 1
|
520,514
| 15,087,339,070
|
IssuesEvent
|
2021-02-05 21:58:08
|
dtcenter/MET
|
https://api.github.com/repos/dtcenter/MET
|
opened
|
Reformat the magic_str() for NetCDF data files.
|
alert: NEED ACCOUNT KEY component: user support priority: medium requestor: NOAA/EMC type: enhancement
|
## Describe the Enhancement ##
This is a minor change to how the magic_str() should be formatted when processing NetCDF data files. This caused some confusion for a user, as described in this MET-Help ticket:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=98524
When processing gridded NetCDF data created by other MET tools, the "level" string in the MET configuration file can be set two different ways.
```
float APCP_12(lat, lon) ;
APCP_12:name = "APCP_12" ;
APCP_12:long_name = "Total precipitation" ;
APCP_12:level = "A12" ;
APCP_12:units = "kg/m^2" ;
```
(1) Define how to index into the NetCDF variable dimensions:
```
level="(*,*)";
```
Which results in this type of log message:
```
DEBUG 2: Processing APCP_12(*,*) versus APCP_12(*,*), for smoothing method NEAREST(1), over region DTC165, using 2651 matched pairs.
```
(2) Or define the value for the "level" attribute of the NetCDF variable being read:
```
level="A12";
```
Which results in this type of log message:
```
DEBUG 2: Processing APCP_12A12 versus APCP_12A12, for smoothing method NEAREST(1), over region DTC165, using 2651 matched pairs.
```
The log message from (2) caused confusion. This task is to change the formatting of that string to be "APCP_12/A12" instead.
Instead of just always inserting '/' between the name and level, recommend only doing so if the first character of the level string is NOT '('. Recommend making this change for all vx_data2d libraries that process gridded NetCDF data.
### Time Estimate ###
2 hours. But this might cause some diffs to the NB output which may take a while to check.
### Sub-Issues ###
Consider breaking the enhancement down into sub-issues.
No sub-issues required
### Relevant Deadlines ###
None
### Funding Source ###
?
## Define the Metadata ##
### Assignee ###
- [x] Select **engineer(s)** or **no engineer** required: John HG
- [x] Select **scientist(s)** or **no scientist** required: none required
### Labels ###
- [x] Select **component(s)**
- [x] Select **priority**
- [x] Select **requestor(s)**
### Projects and Milestone ###
- [x] Review **projects** and select relevant **Repository** and **Organization** ones or add "alert:NEED PROJECT ASSIGNMENT" label
- [x] Select **milestone** to next major version milestone or "Future Versions"
## Define Related Issue(s) ##
Consider the impact to the other METplus components.
- [ ] [METplus](https://github.com/dtcenter/METplus/issues/new/choose), [MET](https://github.com/dtcenter/MET/issues/new/choose), [METdatadb](https://github.com/dtcenter/METdatadb/issues/new/choose), [METviewer](https://github.com/dtcenter/METviewer/issues/new/choose), [METexpress](https://github.com/dtcenter/METexpress/issues/new/choose), [METcalcpy](https://github.com/dtcenter/METcalcpy/issues/new/choose), [METplotpy](https://github.com/dtcenter/METplotpy/issues/new/choose)
## Enhancement Checklist ##
See the [METplus Workflow](https://dtcenter.github.io/METplus/Contributors_Guide/github_workflow.html) for details.
- [x] Complete the issue definition above, including the **Time Estimate** and **Funding Source**.
- [ ] Fork this repository or create a branch of **develop**.
Branch name: `feature_<Issue Number>_<Description>`
- [ ] Complete the development and test your changes.
- [ ] Add/update log messages for easier debugging.
- [ ] Add/update unit tests.
- [ ] Add/update documentation.
- [ ] Push local changes to GitHub.
- [ ] Submit a pull request to merge into **develop**.
Pull request: `feature <Issue Number> <Description>`
- [ ] Define the pull request metadata, as permissions allow.
Select: **Reviewer(s)**, **Project(s)**, **Milestone**, and **Linked issues**
- [ ] Iterate until the reviewer(s) accept and merge your changes.
- [ ] Delete your fork or branch.
- [ ] Close this issue.
|
1.0
|
Reformat the magic_str() for NetCDF data files. - ## Describe the Enhancement ##
This is a minor change to how the magic_str() should be formatted when processing NetCDF data files. This caused some confusion for a user, as described in this MET-Help ticket:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=98524
When processing gridded NetCDF data created by other MET tools, the "level" string in the MET configuration file can be set two different ways.
```
float APCP_12(lat, lon) ;
APCP_12:name = "APCP_12" ;
APCP_12:long_name = "Total precipitation" ;
APCP_12:level = "A12" ;
APCP_12:units = "kg/m^2" ;
```
(1) Define how to index into the NetCDF variable dimensions:
```
level="(*,*)";
```
Which results in this type of log message:
```
DEBUG 2: Processing APCP_12(*,*) versus APCP_12(*,*), for smoothing method NEAREST(1), over region DTC165, using 2651 matched pairs.
```
(2) Or define the value for the "level" attribute of the NetCDF variable being read:
```
level="A12";
```
Which results in this type of log message:
```
DEBUG 2: Processing APCP_12A12 versus APCP_12A12, for smoothing method NEAREST(1), over region DTC165, using 2651 matched pairs.
```
The log message from (2) caused confusion. This task is to change the formatting of that string to be "APCP_12/A12" instead.
Instead of just always inserting '/' between the name and level, recommend only doing so if the first character of the level string is NOT '('. Recommend making this change for all vx_data2d libraries that process gridded NetCDF data.
### Time Estimate ###
2 hours. But this might cause some diffs to the NB output which may take a while to check.
### Sub-Issues ###
Consider breaking the enhancement down into sub-issues.
No sub-issues required
### Relevant Deadlines ###
None
### Funding Source ###
?
## Define the Metadata ##
### Assignee ###
- [x] Select **engineer(s)** or **no engineer** required: John HG
- [x] Select **scientist(s)** or **no scientist** required: none required
### Labels ###
- [x] Select **component(s)**
- [x] Select **priority**
- [x] Select **requestor(s)**
### Projects and Milestone ###
- [x] Review **projects** and select relevant **Repository** and **Organization** ones or add "alert:NEED PROJECT ASSIGNMENT" label
- [x] Select **milestone** to next major version milestone or "Future Versions"
## Define Related Issue(s) ##
Consider the impact to the other METplus components.
- [ ] [METplus](https://github.com/dtcenter/METplus/issues/new/choose), [MET](https://github.com/dtcenter/MET/issues/new/choose), [METdatadb](https://github.com/dtcenter/METdatadb/issues/new/choose), [METviewer](https://github.com/dtcenter/METviewer/issues/new/choose), [METexpress](https://github.com/dtcenter/METexpress/issues/new/choose), [METcalcpy](https://github.com/dtcenter/METcalcpy/issues/new/choose), [METplotpy](https://github.com/dtcenter/METplotpy/issues/new/choose)
## Enhancement Checklist ##
See the [METplus Workflow](https://dtcenter.github.io/METplus/Contributors_Guide/github_workflow.html) for details.
- [x] Complete the issue definition above, including the **Time Estimate** and **Funding Source**.
- [ ] Fork this repository or create a branch of **develop**.
Branch name: `feature_<Issue Number>_<Description>`
- [ ] Complete the development and test your changes.
- [ ] Add/update log messages for easier debugging.
- [ ] Add/update unit tests.
- [ ] Add/update documentation.
- [ ] Push local changes to GitHub.
- [ ] Submit a pull request to merge into **develop**.
Pull request: `feature <Issue Number> <Description>`
- [ ] Define the pull request metadata, as permissions allow.
Select: **Reviewer(s)**, **Project(s)**, **Milestone**, and **Linked issues**
- [ ] Iterate until the reviewer(s) accept and merge your changes.
- [ ] Delete your fork or branch.
- [ ] Close this issue.
|
non_test
|
reformat the magic str for netcdf data files describe the enhancement this is a minor change to how the magic str should be formatted when processing netcdf data files this caused some confusion for a user as described in this met help ticket when processing gridded netcdf data created by other met tools the level string in the met configuration file can be set two different ways float apcp lat lon apcp name apcp apcp long name total precipitation apcp level apcp units kg m define how to index into the netcdf variable dimensions level which results in this type of log message debug processing apcp versus apcp for smoothing method nearest over region using matched pairs or define the value for the level attribute of the netcdf variable being read level which results in this type of log message debug processing apcp versus apcp for smoothing method nearest over region using matched pairs the log message from caused confusion this task is to change the formatting of that string to be apcp instead instead of just always inserting between the name and level recommend only doing so if the first character of the level string is not recommend making this change for all vx libraries that process gridded netcdf data time estimate hours but this might cause some diffs to the nb output which may take a while to check sub issues consider breaking the enhancement down into sub issues no sub issues required relevant deadlines none funding source define the metadata assignee select engineer s or no engineer required john hg select scientist s or no scientist required none required labels select component s select priority select requestor s projects and milestone review projects and select relevant repository and organization ones or add alert need project assignment label select milestone to next major version milestone or future versions define related issue s consider the impact to the other metplus components enhancement checklist see the for details complete the issue definition above including the time estimate and funding source fork this repository or create a branch of develop branch name feature complete the development and test your changes add update log messages for easier debugging add update unit tests add update documentation push local changes to github submit a pull request to merge into develop pull request feature define the pull request metadata as permissions allow select reviewer s project s milestone and linked issues iterate until the reviewer s accept and merge your changes delete your fork or branch close this issue
| 0
|
36,297
| 6,524,708,542
|
IssuesEvent
|
2017-08-29 13:38:06
|
terraform-providers/terraform-provider-aws
|
https://api.github.com/repos/terraform-providers/terraform-provider-aws
|
closed
|
Deprecated data group "aws_iam_role" field "role_name" not reflected in docs
|
documentation
|
_This issue was originally opened by @ericlagergren as hashicorp/terraform#15928. It was migrated here as a result of the [provider split](https://www.hashicorp.com/blog/upcoming-provider-changes-in-terraform-0-10/). The original body of the issue is below._
<hr>
### Terraform Version
0.10.2
### Expected Behavior
Docs should reflect that "role_name" is deprecated.
### Actual Behavior
```
Warnings:
* module.xxx.data.aws_iam_role.ecs_autoscale_role: "role_name": [DEPRECATED] Use `name` instead
18 error(s) occurred:
* module.xxx.data.aws_iam_role.ecs_autoscale_role: "name": required field is not set
...
```
### Steps to Reproduce
1. Go to https://www.terraform.io/docs/providers/aws/d/iam_role.html
2. Read docs
3. Try writing `data "aws_iam_role" "xxx" { role_name = "foobar" }`
4. Watch it crash
5. ???
---
Not a huge deal :-)
|
1.0
|
Deprecated data group "aws_iam_role" field "role_name" not reflected in docs - _This issue was originally opened by @ericlagergren as hashicorp/terraform#15928. It was migrated here as a result of the [provider split](https://www.hashicorp.com/blog/upcoming-provider-changes-in-terraform-0-10/). The original body of the issue is below._
<hr>
### Terraform Version
0.10.2
### Expected Behavior
Docs should reflect that "role_name" is deprecated.
### Actual Behavior
```
Warnings:
* module.xxx.data.aws_iam_role.ecs_autoscale_role: "role_name": [DEPRECATED] Use `name` instead
18 error(s) occurred:
* module.xxx.data.aws_iam_role.ecs_autoscale_role: "name": required field is not set
...
```
### Steps to Reproduce
1. Go to https://www.terraform.io/docs/providers/aws/d/iam_role.html
2. Read docs
3. Try writing `data "aws_iam_role" "xxx" { role_name = "foobar" }`
4. Watch it crash
5. ???
---
Not a huge deal :-)
|
non_test
|
deprecated data group aws iam role field role name not reflected in docs this issue was originally opened by ericlagergren as hashicorp terraform it was migrated here as a result of the the original body of the issue is below terraform version expected behavior docs should reflect that role name is deprecated actual behavior warnings module xxx data aws iam role ecs autoscale role role name use name instead error s occurred module xxx data aws iam role ecs autoscale role name required field is not set steps to reproduce go to read docs try writing data aws iam role xxx role name foobar watch it crash not a huge deal
| 0
|
168,515
| 26,660,322,859
|
IssuesEvent
|
2023-01-25 20:28:20
|
hypha-dao/dho-web-client
|
https://api.github.com/repos/hypha-dao/dho-web-client
|
closed
|
Search Design Improvements
|
Design
|
**Summary**
As a DAO user I would like to see more info on the cards in the search result list.
**AC**
Member:
- [x] Show Avatar / Photo
- [x] Show Real Name (not telos account name)
- [x] Show "Member" below name
- [x] Show label "Applicant" (if applicable)
- [ ] Show label "Circle"
Contribution:
- [x] Show Date in blue circle (where avatar usually is)
- [x] Show Document Title
- [x] Show Proposer Name
- [x] Show Labels (Document Type, USDE, Commitment)
- [x] Show Status Label (Voting, Active, Archived, etc...)
Assignment (Badge & Role)
- [x] Show Date in blue circle (where avatar usually is)
- [x] Show Document Title
- [x] Show Proposer Name
- [x] Show Labels (Document Type, Salary Band, Commitment)
- [x] Show Status Label (Voting, Active, Archived, etc...)
Org Asset (Role Archetype, Badge Type)
- [x] Show Date in blue circle (where avatar usually is)
- [x] Show Document Title
- [x] Show Proposer Name
- [x] Show Labels (Document Type, Salary Band)
- [x] Do not show Status Label (Voting, Active, Archived, etc...) - Org Assets can not be "Active" only status possible is "voting, suspended, withdrawn)
**Design**
https://xd.adobe.com/view/7cc1de2c-4b1e-466b-8ac4-eb37f309c3bb-2992/screen/75ce0451-7af1-43be-be35-23f765718eaa
|
1.0
|
Search Design Improvements - **Summary**
As a DAO user I would like to see more info on the cards in the search result list.
**AC**
Member:
- [x] Show Avatar / Photo
- [x] Show Real Name (not telos account name)
- [x] Show "Member" below name
- [x] Show label "Applicant" (if applicable)
- [ ] Show label "Circle"
Contribution:
- [x] Show Date in blue circle (where avatar usually is)
- [x] Show Document Title
- [x] Show Proposer Name
- [x] Show Labels (Document Type, USDE, Commitment)
- [x] Show Status Label (Voting, Active, Archived, etc...)
Assignment (Badge & Role)
- [x] Show Date in blue circle (where avatar usually is)
- [x] Show Document Title
- [x] Show Proposer Name
- [x] Show Labels (Document Type, Salary Band, Commitment)
- [x] Show Status Label (Voting, Active, Archived, etc...)
Org Asset (Role Archetype, Badge Type)
- [x] Show Date in blue circle (where avatar usually is)
- [x] Show Document Title
- [x] Show Proposer Name
- [x] Show Labels (Document Type, Salary Band)
- [x] Do not show Status Label (Voting, Active, Archived, etc...) - Org Assets can not be "Active" only status possible is "voting, suspended, withdrawn)
**Design**
https://xd.adobe.com/view/7cc1de2c-4b1e-466b-8ac4-eb37f309c3bb-2992/screen/75ce0451-7af1-43be-be35-23f765718eaa
|
non_test
|
search design improvements summary as a dao user i would like to see more info on the cards in the search result list ac member show avatar photo show real name not telos account name show member below name show label applicant if applicable show label circle contribution show date in blue circle where avatar usually is show document title show proposer name show labels document type usde commitment show status label voting active archived etc assignment badge role show date in blue circle where avatar usually is show document title show proposer name show labels document type salary band commitment show status label voting active archived etc org asset role archetype badge type show date in blue circle where avatar usually is show document title show proposer name show labels document type salary band do not show status label voting active archived etc org assets can not be active only status possible is voting suspended withdrawn design
| 0
|
321,605
| 27,542,589,024
|
IssuesEvent
|
2023-03-07 09:34:56
|
finos/waltz
|
https://api.github.com/repos/finos/waltz
|
closed
|
Assessments: bulk loader broken by MVAs
|
bug fixed (test & close)
|
### Description
Issues with removing, replacing and adding, beyond the initial load of values. Incorrectly identifying when a rating needs creating or updating.
### Waltz Version
_No response_
### Steps to Reproduce
1.
2.
3.
...
### Expected Result
Replace removes existing ratings and replaces with the new list.
Individual remove removes that specific rating for the application.
Add will add any new ratings not in the existing ratings list.
Will update values when single value assessment, will create new ratings when multi valued assessment
### Actual Result
Error message that violating unique key constraint
|
1.0
|
Assessments: bulk loader broken by MVAs - ### Description
Issues with removing, replacing and adding, beyond the initial load of values. Incorrectly identifying when a rating needs creating or updating.
### Waltz Version
_No response_
### Steps to Reproduce
1.
2.
3.
...
### Expected Result
Replace removes existing ratings and replaces with the new list.
Individual remove removes that specific rating for the application.
Add will add any new ratings not in the existing ratings list.
Will update values when single value assessment, will create new ratings when multi valued assessment
### Actual Result
Error message that violating unique key constraint
|
test
|
assessments bulk loader broken by mvas description issues with removing replacing and adding beyond the initial load of values incorrectly identifying when a rating needs creating or updating waltz version no response steps to reproduce expected result replace removes existing ratings and replaces with the new list individual remove removes that specific rating for the application add will add any new ratings not in the existing ratings list will update values when single value assessment will create new ratings when multi valued assessment actual result error message that violating unique key constraint
| 1
|
62,329
| 6,794,164,543
|
IssuesEvent
|
2017-11-01 10:55:09
|
Kademi/kademi-dev
|
https://api.github.com/repos/Kademi/kademi-dev
|
closed
|
Promotions bugs
|
bug Ready to Test QA
|
http://vlad-test.admin.kademi-prod.com/rewards/promotionqa01/
1. Date pickups doesn't appears when you click on fields

2. Save causes JSON reaction

3. Cancel button does nothing.

4. Image add button does nothing

5. When adding groups, groups doesn't appear


|
1.0
|
Promotions bugs - http://vlad-test.admin.kademi-prod.com/rewards/promotionqa01/
1. Date pickups doesn't appears when you click on fields

2. Save causes JSON reaction

3. Cancel button does nothing.

4. Image add button does nothing

5. When adding groups, groups doesn't appear


|
test
|
promotions bugs date pickups doesn t appears when you click on fields save causes json reaction cancel button does nothing image add button does nothing when adding groups groups doesn t appear
| 1
|
313,818
| 26,956,691,695
|
IssuesEvent
|
2023-02-08 15:21:28
|
ValveSoftware/steam-for-linux
|
https://api.github.com/repos/ValveSoftware/steam-for-linux
|
closed
|
Steam client crash involving alcCaptureOpenDevice while initializing voice chat
|
Steam client Audio Need Retest
|
#### Your system information
* Steam client version (build number or date):
Nov 17 2022, at 02:45:32
* Distribution (e.g. Ubuntu):
Gentoo
* Opted into Steam client beta?: [Yes/No]
Tried both
* Have you checked for system updates?: [Yes/No]
Yes
1. start steam
2. start dota
3. use voicechat ingame / open settings menu
Whenever I use voice inside DotA or open the settings-menu stream crashes and takes dota with it.
[ 1565.120249] CIPCServer::Thr[5598]: segfault at 0 ip 00000000ed089ac5 sp 00000000dc1fd640 error 4 in libstdc++.so.6.0.30[ed078000+125000]
[ 1565.120265] Code: 90 66 90 66 90 55 57 56 bf 01 00 00 00 e8 82 e5 ff ff 05 53 d5 19 00 53 83 ec 1c 8b 74 24 30 89 c3 89 44 24 0c e8 9b 0f ff ff <8b> 0e 8b 5e 04 8d 6e d0 8b 10 81 c1 00 d5 d4 bc 81 d3 bc aa b1 b8
[ 1770.705965] steam[9887]: segfault at 27bc ip 00000000f7b7ab1e sp 00000000ff8c34e8 error 4 in libc.so.6[f7a1e000+17d000]
[ 1770.705972] Code: c3 8d b4 26 00 00 00 00 8d 74 26 00 f3 0f 7e 40 d7 66 0f d6 42 d7 f3 0f 7e 40 df 66 0f d6 42 df f3 0f 7e 40 e7 66 0f d6 42 e7 <f3> 0f 7e 40 ef 66 0f d6 42 ef f3 0f 7e 40 f7 66 0f d6 42 f7 0f b6
[ 1951.389246] CIPCServer::Thr[18164]: segfault at 0 ip 00000000ed089ac5 sp 00000000e03fd400 error 4 in libstdc++.so.6.0.30[ed078000+125000]
[ 1951.389252] Code: 90 66 90 66 90 55 57 56 bf 01 00 00 00 e8 82 e5 ff ff 05 53 d5 19 00 53 83 ec 1c 8b 74 24 30 89 c3 89 44 24 0c e8 9b 0f ff ff <8b> 0e 8b 5e 04 8d 6e d0 8b 10 81 c1 00 d5 d4 bc 81 d3 bc aa b1 b8
This started ~2 weeks ago in steam beta so i switched to stable, but it arrived there now.
|
1.0
|
Steam client crash involving alcCaptureOpenDevice while initializing voice chat - #### Your system information
* Steam client version (build number or date):
Nov 17 2022, at 02:45:32
* Distribution (e.g. Ubuntu):
Gentoo
* Opted into Steam client beta?: [Yes/No]
Tried both
* Have you checked for system updates?: [Yes/No]
Yes
1. start steam
2. start dota
3. use voicechat ingame / open settings menu
Whenever I use voice inside DotA or open the settings-menu stream crashes and takes dota with it.
[ 1565.120249] CIPCServer::Thr[5598]: segfault at 0 ip 00000000ed089ac5 sp 00000000dc1fd640 error 4 in libstdc++.so.6.0.30[ed078000+125000]
[ 1565.120265] Code: 90 66 90 66 90 55 57 56 bf 01 00 00 00 e8 82 e5 ff ff 05 53 d5 19 00 53 83 ec 1c 8b 74 24 30 89 c3 89 44 24 0c e8 9b 0f ff ff <8b> 0e 8b 5e 04 8d 6e d0 8b 10 81 c1 00 d5 d4 bc 81 d3 bc aa b1 b8
[ 1770.705965] steam[9887]: segfault at 27bc ip 00000000f7b7ab1e sp 00000000ff8c34e8 error 4 in libc.so.6[f7a1e000+17d000]
[ 1770.705972] Code: c3 8d b4 26 00 00 00 00 8d 74 26 00 f3 0f 7e 40 d7 66 0f d6 42 d7 f3 0f 7e 40 df 66 0f d6 42 df f3 0f 7e 40 e7 66 0f d6 42 e7 <f3> 0f 7e 40 ef 66 0f d6 42 ef f3 0f 7e 40 f7 66 0f d6 42 f7 0f b6
[ 1951.389246] CIPCServer::Thr[18164]: segfault at 0 ip 00000000ed089ac5 sp 00000000e03fd400 error 4 in libstdc++.so.6.0.30[ed078000+125000]
[ 1951.389252] Code: 90 66 90 66 90 55 57 56 bf 01 00 00 00 e8 82 e5 ff ff 05 53 d5 19 00 53 83 ec 1c 8b 74 24 30 89 c3 89 44 24 0c e8 9b 0f ff ff <8b> 0e 8b 5e 04 8d 6e d0 8b 10 81 c1 00 d5 d4 bc 81 d3 bc aa b1 b8
This started ~2 weeks ago in steam beta so i switched to stable, but it arrived there now.
|
test
|
steam client crash involving alccaptureopendevice while initializing voice chat your system information steam client version build number or date nov at distribution e g ubuntu gentoo opted into steam client beta tried both have you checked for system updates yes start steam start dota use voicechat ingame open settings menu whenever i use voice inside dota or open the settings menu stream crashes and takes dota with it cipcserver thr segfault at ip sp error in libstdc so code bf ff ff ec ff ff bc bc aa steam segfault at ip sp error in libc so code df df ef ef cipcserver thr segfault at ip sp error in libstdc so code bf ff ff ec ff ff bc bc aa this started weeks ago in steam beta so i switched to stable but it arrived there now
| 1
|
445,682
| 12,834,923,356
|
IssuesEvent
|
2020-07-07 11:58:53
|
Warcraft-GoA-Development-Team/Warcraft-Guardians-of-Azeroth
|
https://api.github.com/repos/Warcraft-GoA-Development-Team/Warcraft-Guardians-of-Azeroth
|
closed
|
Lick King champion don't lose friends/lovers
|
:beetle: bug :beetle: :grey_exclamation: priority medium
|
**Mod Version**
40a7e58d
**What expansions do you have installed?**
All
**Please explain your issue in as much detail as possible:**
Lick King champion don't lose friends/lovers
**Steps to reproduce the issue:**
Load save
Don't play as Lick King champion
**Upload an attachment below: .zip of your save, or screenshots:**
<details>
<summary>Click to expand</summary>


</details>
[Kul_Tiras603_03_27.zip](https://github.com/Warcraft-GoA-Development-Team/Warcraft-Guardians-of-Azeroth/files/3811019/Kul_Tiras603_03_27.zip)
|
1.0
|
Lick King champion don't lose friends/lovers - **Mod Version**
40a7e58d
**What expansions do you have installed?**
All
**Please explain your issue in as much detail as possible:**
Lick King champion don't lose friends/lovers
**Steps to reproduce the issue:**
Load save
Don't play as Lick King champion
**Upload an attachment below: .zip of your save, or screenshots:**
<details>
<summary>Click to expand</summary>


</details>
[Kul_Tiras603_03_27.zip](https://github.com/Warcraft-GoA-Development-Team/Warcraft-Guardians-of-Azeroth/files/3811019/Kul_Tiras603_03_27.zip)
|
non_test
|
lick king champion don t lose friends lovers mod version what expansions do you have installed all please explain your issue in as much detail as possible lick king champion don t lose friends lovers steps to reproduce the issue load save don t play as lick king champion upload an attachment below zip of your save or screenshots click to expand
| 0
|
108,629
| 9,312,858,063
|
IssuesEvent
|
2019-03-26 03:08:20
|
rancher/rancher
|
https://api.github.com/repos/rancher/rancher
|
closed
|
Cannot edit CCE cluster when eipids is null
|
area/ui kind/bug-qa status/ready-for-review status/resolved status/to-test team/cn version/2.0
|
rancher/rancher:v2.2.0-rc13
Steps:
1. Enable Huawei CCE cluster driver
2. Add a CCE cluster
3. Edit the CCE cluster
4. Click Save
Result:
Cannot edit it and it says `eipids can not be null`
|
1.0
|
Cannot edit CCE cluster when eipids is null - rancher/rancher:v2.2.0-rc13
Steps:
1. Enable Huawei CCE cluster driver
2. Add a CCE cluster
3. Edit the CCE cluster
4. Click Save
Result:
Cannot edit it and it says `eipids can not be null`
|
test
|
cannot edit cce cluster when eipids is null rancher rancher steps enable huawei cce cluster driver add a cce cluster edit the cce cluster click save result cannot edit it and it says eipids can not be null
| 1
|
139,696
| 11,275,866,602
|
IssuesEvent
|
2020-01-14 21:44:55
|
aliasrobotics/RVD
|
https://api.github.com/repos/aliasrobotics/RVD
|
closed
|
RVD#1111: (warning) Member variable 'CalJob
|
bug cppcheck duplicate static analysis testing triage
|
```yaml
{
"system": "src/industrial_calibration/caljob_creator/src/main.cpp",
"type": "bug",
"exploitation": {
"description": "",
"exploitation-image": "",
"exploitation-vector": ""
},
"keywords": [
"cppcheck",
"static analysis",
"testing",
"triage",
"bug"
],
"mitigation": {
"description": "",
"pull-request": "",
"date-mitigation": ""
},
"flaw": {
"architectural-location": "N/A",
"reported-by-relationship": "automatic",
"phase": "testing",
"reported-by": "Alias Robotics",
"reproducibility": "always",
"specificity": "N/A",
"languages": "None",
"detected-by-method": "testing static",
"application": "N/A",
"subsystem": "N/A",
"trace": "",
"package": "N/A",
"reproduction": "See artifacts below (if available)",
"date-detected": "2020-01-14 (20:53)",
"detected-by": "Alias Robotics",
"date-reported": "2020-01-14 (20:53)",
"reproduction-image": "gitlab.com/aliasrobotics/offensive/alurity/pipelines/active/pipeline_ros_industrial/-/jobs/403099637/artifacts/download",
"issue": "https://github.com/aliasrobotics/RVD/issues/1111"
},
"cve": "None",
"description": "[src/industrial_calibration/caljob_creator/src/main.cpp:19]: (warning) Member variable 'CalJob::image_height_' is not initialized in the constructor.",
"severity": {
"cvss-vector": "",
"rvss-score": 0,
"rvss-vector": "",
"cvss-score": 0,
"severity-description": ""
},
"title": "RVD#1111: (warning) Member variable 'CalJob",
"cwe": "None",
"id": 1111,
"vendor": null,
"links": [
"https://github.com/aliasrobotics/RVD/issues/1111"
]
}
```
|
1.0
|
RVD#1111: (warning) Member variable 'CalJob - ```yaml
{
"system": "src/industrial_calibration/caljob_creator/src/main.cpp",
"type": "bug",
"exploitation": {
"description": "",
"exploitation-image": "",
"exploitation-vector": ""
},
"keywords": [
"cppcheck",
"static analysis",
"testing",
"triage",
"bug"
],
"mitigation": {
"description": "",
"pull-request": "",
"date-mitigation": ""
},
"flaw": {
"architectural-location": "N/A",
"reported-by-relationship": "automatic",
"phase": "testing",
"reported-by": "Alias Robotics",
"reproducibility": "always",
"specificity": "N/A",
"languages": "None",
"detected-by-method": "testing static",
"application": "N/A",
"subsystem": "N/A",
"trace": "",
"package": "N/A",
"reproduction": "See artifacts below (if available)",
"date-detected": "2020-01-14 (20:53)",
"detected-by": "Alias Robotics",
"date-reported": "2020-01-14 (20:53)",
"reproduction-image": "gitlab.com/aliasrobotics/offensive/alurity/pipelines/active/pipeline_ros_industrial/-/jobs/403099637/artifacts/download",
"issue": "https://github.com/aliasrobotics/RVD/issues/1111"
},
"cve": "None",
"description": "[src/industrial_calibration/caljob_creator/src/main.cpp:19]: (warning) Member variable 'CalJob::image_height_' is not initialized in the constructor.",
"severity": {
"cvss-vector": "",
"rvss-score": 0,
"rvss-vector": "",
"cvss-score": 0,
"severity-description": ""
},
"title": "RVD#1111: (warning) Member variable 'CalJob",
"cwe": "None",
"id": 1111,
"vendor": null,
"links": [
"https://github.com/aliasrobotics/RVD/issues/1111"
]
}
```
|
test
|
rvd warning member variable caljob yaml system src industrial calibration caljob creator src main cpp type bug exploitation description exploitation image exploitation vector keywords cppcheck static analysis testing triage bug mitigation description pull request date mitigation flaw architectural location n a reported by relationship automatic phase testing reported by alias robotics reproducibility always specificity n a languages none detected by method testing static application n a subsystem n a trace package n a reproduction see artifacts below if available date detected detected by alias robotics date reported reproduction image gitlab com aliasrobotics offensive alurity pipelines active pipeline ros industrial jobs artifacts download issue cve none description warning member variable caljob image height is not initialized in the constructor severity cvss vector rvss score rvss vector cvss score severity description title rvd warning member variable caljob cwe none id vendor null links
| 1
|
10,349
| 2,622,146,733
|
IssuesEvent
|
2015-03-04 00:04:26
|
byzhang/i7z
|
https://api.github.com/repos/byzhang/i7z
|
closed
|
Incorrect timestamps in log file due to Floating point overflow
|
auto-migrated Priority-Medium Type-Defect
|
```
What steps will reproduce the problem?
i7z -w a -l logfile
inspect the file and notice that the same second is on many lines,..
What version of the product are you using (the download version or the
svnversion and which one)?
i7z-0.27.1
On what operating system?
Red Hat Enterprise Linux Server release 5.6 (Tikanga)
BTW is it a 32-bit or a 64-bit OS/Kernel?
Linux laptop2 2.6.18-238.el5 #1 SMP Sun Dec 19 14:22:44 EST 2010 x86_64 x86_64
x86_64 GNU/Linux
Please provide any additional information below
I created a new fucntion
void logCpuFreq_single_ts(struct timespec *value) //HW use timespec to avoid
floating point overflow
{
//below when just logging
if(prog_options.logging==1)
fprintf(fp_log_file,"%d.%d\n",value->tv_sec,value->tv_nsec); //newline, replace \n with \t to get everything separated with tabs
//below when appending
if(prog_options.logging==2)
fprintf(fp_log_file,"%d.%d\t",value->tv_sec,value->tv_nsec);
}
and changed the call to pass the entire timespec
```
Original issue reported on code.google.com by `hakan.wi...@gmail.com` on 8 Mar 2012 at 4:03
|
1.0
|
Incorrect timestamps in log file due to Floating point overflow - ```
What steps will reproduce the problem?
i7z -w a -l logfile
inspect the file and notice that the same second is on many lines,..
What version of the product are you using (the download version or the
svnversion and which one)?
i7z-0.27.1
On what operating system?
Red Hat Enterprise Linux Server release 5.6 (Tikanga)
BTW is it a 32-bit or a 64-bit OS/Kernel?
Linux laptop2 2.6.18-238.el5 #1 SMP Sun Dec 19 14:22:44 EST 2010 x86_64 x86_64
x86_64 GNU/Linux
Please provide any additional information below
I created a new fucntion
void logCpuFreq_single_ts(struct timespec *value) //HW use timespec to avoid
floating point overflow
{
//below when just logging
if(prog_options.logging==1)
fprintf(fp_log_file,"%d.%d\n",value->tv_sec,value->tv_nsec); //newline, replace \n with \t to get everything separated with tabs
//below when appending
if(prog_options.logging==2)
fprintf(fp_log_file,"%d.%d\t",value->tv_sec,value->tv_nsec);
}
and changed the call to pass the entire timespec
```
Original issue reported on code.google.com by `hakan.wi...@gmail.com` on 8 Mar 2012 at 4:03
|
non_test
|
incorrect timestamps in log file due to floating point overflow what steps will reproduce the problem w a l logfile inspect the file and notice that the same second is on many lines what version of the product are you using the download version or the svnversion and which one on what operating system red hat enterprise linux server release tikanga btw is it a bit or a bit os kernel linux smp sun dec est gnu linux please provide any additional information below i created a new fucntion void logcpufreq single ts struct timespec value hw use timespec to avoid floating point overflow below when just logging if prog options logging fprintf fp log file d d n value tv sec value tv nsec newline replace n with t to get everything separated with tabs below when appending if prog options logging fprintf fp log file d d t value tv sec value tv nsec and changed the call to pass the entire timespec original issue reported on code google com by hakan wi gmail com on mar at
| 0
|
398,799
| 27,213,665,083
|
IssuesEvent
|
2023-02-20 19:02:20
|
lcompilers/lpython
|
https://api.github.com/repos/lcompilers/lpython
|
closed
|
Nit: "must" is better English than "has to ..." and "needs to ..."
|
documentation
|
Numerous places in error messages and documentation say "has to ..." and "needs to ...". The meanings are clear, but "must" is slightly more formal and less wordy in English.
This is a low-priority "nit-pick."
|
1.0
|
Nit: "must" is better English than "has to ..." and "needs to ..." - Numerous places in error messages and documentation say "has to ..." and "needs to ...". The meanings are clear, but "must" is slightly more formal and less wordy in English.
This is a low-priority "nit-pick."
|
non_test
|
nit must is better english than has to and needs to numerous places in error messages and documentation say has to and needs to the meanings are clear but must is slightly more formal and less wordy in english this is a low priority nit pick
| 0
|
304,684
| 26,324,137,316
|
IssuesEvent
|
2023-01-10 04:09:03
|
heyazoo1007/accountbook
|
https://api.github.com/repos/heyazoo1007/accountbook
|
opened
|
[feat] 해시태그를 이용한 검색 기능 구현
|
✨feature ✅ Test
|
## 📌 Feature Issue
<!-- 구현할 기능에 대한 내용을 설명해주세요. -->
매일 지출내역에 입력한 해시태그를 이용해서 검색할 수 있는 기능을 구현할 예정입니다.
## 📝 To-do
<!-- 해야 할 일들을 적어주세요. -->
- [ ] 해시태그 도메인 구현
- [ ] 해시태그 CRUD 구현
- [ ] 저장
- [ ] 조회
- [ ] 수정
- [ ] 삭제
- [ ] 검색 기능 구현
- [ ] 컨트롤러 테스트
- [ ] 서비스 테스트
|
1.0
|
[feat] 해시태그를 이용한 검색 기능 구현 - ## 📌 Feature Issue
<!-- 구현할 기능에 대한 내용을 설명해주세요. -->
매일 지출내역에 입력한 해시태그를 이용해서 검색할 수 있는 기능을 구현할 예정입니다.
## 📝 To-do
<!-- 해야 할 일들을 적어주세요. -->
- [ ] 해시태그 도메인 구현
- [ ] 해시태그 CRUD 구현
- [ ] 저장
- [ ] 조회
- [ ] 수정
- [ ] 삭제
- [ ] 검색 기능 구현
- [ ] 컨트롤러 테스트
- [ ] 서비스 테스트
|
test
|
해시태그를 이용한 검색 기능 구현 📌 feature issue 매일 지출내역에 입력한 해시태그를 이용해서 검색할 수 있는 기능을 구현할 예정입니다 📝 to do 해시태그 도메인 구현 해시태그 crud 구현 저장 조회 수정 삭제 검색 기능 구현 컨트롤러 테스트 서비스 테스트
| 1
|
109,099
| 11,624,480,034
|
IssuesEvent
|
2020-02-27 10:50:34
|
marklogic-community/pipes
|
https://api.github.com/repos/marklogic-community/pipes
|
closed
|
Pipes is using the Function name as title, not the user function title property
|
documentation question wontfix
|
Pipes is using the Function name as title, not the user function title property
|
1.0
|
Pipes is using the Function name as title, not the user function title property - Pipes is using the Function name as title, not the user function title property
|
non_test
|
pipes is using the function name as title not the user function title property pipes is using the function name as title not the user function title property
| 0
|
139,228
| 11,254,408,095
|
IssuesEvent
|
2020-01-11 23:27:07
|
dexpenses/dexpenses-extract
|
https://api.github.com/repos/dexpenses/dexpenses-extract
|
opened
|
Implement test receipt normal/hmue-rossmann-cash
|
enhancement test-data
|
Receipt to implement:

|
1.0
|
Implement test receipt normal/hmue-rossmann-cash - Receipt to implement:

|
test
|
implement test receipt normal hmue rossmann cash receipt to implement normal hmue rossmann cash
| 1
|
178,585
| 13,785,651,788
|
IssuesEvent
|
2020-10-08 23:27:40
|
dotnet/runtime
|
https://api.github.com/repos/dotnet/runtime
|
closed
|
Mono SIGABRT in System.Drawing.Common affecting some test runs
|
area-System.Drawing blocking-clean-ci runtime-mono test-run-core
|
Affects clean test runs in https://github.com/dotnet/runtime/pull/37536
AzDO run: https://dev.azure.com/dnceng/public/_build/results?buildId=681708&view=logs&j=c6f8dc49-92a1-5760-c098-ba97b8142bfb&t=22b0078b-0469-5ba6-8725-2121fdbae049&l=42
Test log: https://helix.dot.net/api/2019-06-17/jobs/73f57a06-eec2-4676-8076-302ccabec52f/workitems/System.Drawing.Common.Tests/console
```txt
===========================================================================================================
/private/tmp/helix/working/A83A0976/w/A92E096B/e /private/tmp/helix/working/A83A0976/w/A92E096B/e
Discovering: System.Drawing.Common.Tests (method display = ClassAndMethod, method display options = None)
Discovered: System.Drawing.Common.Tests (found 1565 of 1967 test cases)
Starting: System.Drawing.Common.Tests (parallel test collections = on, max threads = 4)
System.Drawing.Drawing2D.Tests.BlendTests.Ctor_LargeCount_ThrowsOutOfMemoryException [SKIP]
Condition(s) not met: "IsNotIntMaxValueArrayIndexSupported"
System.Drawing.Printing.Tests.PrintControllerTests.OnStartPage_InvokeWithPrint_ReturnsNull [SKIP]
Condition(s) not met: "IsAnyInstalledPrinters"
=================================================================
Native Crash Reporting
=================================================================
Got a segv while executing native code. This usually indicates
a fatal error in the mono runtime or one of the native libraries
used by your application.
=================================================================
=================================================================
Native stacktrace:
=================================================================
0x10305ca56 - /private/tmp/helix/working/A83A0976/p/shared/Microsoft.NETCore.App/5.0.0/libcoreclr.dylib : mono_dump_native_crash_info
0x102ffeae5 - /private/tmp/helix/working/A83A0976/p/shared/Microsoft.NETCore.App/5.0.0/libcoreclr.dylib : mono_handle_native_crash
0x1030574c3 - /private/tmp/helix/working/A83A0976/p/shared/Microsoft.NETCore.App/5.0.0/libcoreclr.dylib : altstack_handle_and_restore
0x7fff5d81d916 - /usr/lib/system/libsystem_c.dylib : fclose
0x10771e7c0 - /usr/local/lib/libgdiplus.dylib : gdip_metafile_stop_recording
0x10770ab5e - /usr/local/lib/libgdiplus.dylib : GdipDeleteGraphics
0x108df9d35 - Unknown
0x108ad8c91 - Unknown
0x102f61f7e - /private/tmp/helix/working/A83A0976/p/shared/Microsoft.NETCore.App/5.0.0/libcoreclr.dylib : mono_jit_runtime_invoke
0x10313acf8 - /private/tmp/helix/working/A83A0976/p/shared/Microsoft.NETCore.App/5.0.0/libcoreclr.dylib : mono_runtime_invoke_checked
0x10314288c - /private/tmp/helix/working/A83A0976/p/shared/Microsoft.NETCore.App/5.0.0/libcoreclr.dylib : mono_runtime_try_invoke_array
0x1030ec3e4 - /private/tmp/helix/working/A83A0976/p/shared/Microsoft.NETCore.App/5.0.0/libcoreclr.dylib : ves_icall_InternalInvoke
0x1030f8484 - /private/tmp/helix/working/A83A0976/p/shared/Microsoft.NETCore.App/5.0.0/libcoreclr.dylib : ves_icall_InternalInvoke_raw
<snip>
----- end Wed Jun 10 17:22:30 PDT 2020 ----- exit code 134 ----------------------------------------------------------
exit code 134 means SIGABRT Abort. Managed or native assert, or runtime check such as heap corruption, caused call to abort(). Core dumped.
```
Possibly related: https://github.com/dotnet/runtime/issues/32827, https://github.com/dotnet/runtime/issues/23784, but this issue appears to have a different termination code.
<!-- runfo report start -->
|Build|Definition|Kind|Run Name|Console|Core Dump|Test Results|Run Client|
|---|---|---|---|---|---|---|---|
|[839551](https://dev.azure.com/dnceng/public/_build/results?buildId=839551)|[runtime](https://dnceng.visualstudio.com/public/_build?definitionId=686)|[PR 42759](https://github.com/dotnet/runtime/pull/42759)|net5.0-Windows_NT-Debug-x64-Mono_release-Windows.81.Amd64.Open|||||
|[839551](https://dev.azure.com/dnceng/public/_build/results?buildId=839551)|[runtime](https://dnceng.visualstudio.com/public/_build?definitionId=686)|[PR 42759](https://github.com/dotnet/runtime/pull/42759)|net5.0-Windows_NT-Debug-x64-Mono_release-Windows.10.Amd64.Server19H1.ES.Open|||||
|[839551](https://dev.azure.com/dnceng/public/_build/results?buildId=839551)|[runtime](https://dnceng.visualstudio.com/public/_build?definitionId=686)|[PR 42759](https://github.com/dotnet/runtime/pull/42759)|net5.0-Windows_NT-Debug-x64-Mono_release-Windows.81.Amd64.Open|||||
|[839551](https://dev.azure.com/dnceng/public/_build/results?buildId=839551)|[runtime](https://dnceng.visualstudio.com/public/_build?definitionId=686)|[PR 42759](https://github.com/dotnet/runtime/pull/42759)|net5.0-Windows_NT-Debug-x64-Mono_release-Windows.10.Amd64.Server19H1.ES.Open|||||
|[836799](https://dev.azure.com/dnceng/public/_build/results?buildId=836799)|[runtime](https://dnceng.visualstudio.com/public/_build?definitionId=686)|[PR 42759](https://github.com/dotnet/runtime/pull/42759)|net5.0-Windows_NT-Debug-x64-Mono_release-Windows.81.Amd64.Open|||||
|[836799](https://dev.azure.com/dnceng/public/_build/results?buildId=836799)|[runtime](https://dnceng.visualstudio.com/public/_build?definitionId=686)|[PR 42759](https://github.com/dotnet/runtime/pull/42759)|net5.0-Windows_NT-Debug-x64-Mono_release-Windows.10.Amd64.Server19H1.ES.Open|[console.log](https://helixre107v0xdeko0k025g8.blob.core.windows.net/dotnet-runtime-refs-pull-42759-merge-7c630d366baa45db89/System.Drawing.Common.Tests/console.f6ea26ec.log?%3F%253F%25253Fsv%25253D2019-07-07%252526se%25253D2020-10-20T16%25253A28%25253A31Z%252526sr%25253Dc%252526sp%25253Drl%252526sig%25253Dextkuw8yomd2iVmVEtx2eNCt6sQWpNxXStqS83PqNoo%25253D)|[core dump]()|||
|[836302](https://dev.azure.com/dnceng/public/_build/results?buildId=836302)|[runtime](https://dnceng.visualstudio.com/public/_build?definitionId=686)|[PR 42759](https://github.com/dotnet/runtime/pull/42759)|net5.0-Windows_NT-Debug-x64-Mono_release-Windows.81.Amd64.Open|[console.log](https://helixre107v0xdeko0k025g8.blob.core.windows.net/dotnet-runtime-refs-pull-42759-merge-6d936d623b604fe6ac/System.Drawing.Common.Tests/console.777780f2.log?%3F%253Fsv%253D2019-07-07%2526se%253D2020-10-20T04%253A00%253A32Z%2526sr%253Dc%2526sp%253Drl%2526sig%253DbuMj3DkNC1fcaUoMZZKb%252FZos1tNepAae%252FX7E7wbNpg0%253D)|[core dump]()|||
|[836302](https://dev.azure.com/dnceng/public/_build/results?buildId=836302)|[runtime](https://dnceng.visualstudio.com/public/_build?definitionId=686)|[PR 42759](https://github.com/dotnet/runtime/pull/42759)|net5.0-Windows_NT-Debug-x64-Mono_release-Windows.10.Amd64.Server19H1.ES.Open|[console.log](https://helixre107v0xdeko0k025g8.blob.core.windows.net/dotnet-runtime-refs-pull-42759-merge-c38d7f3330304c139f/System.Drawing.Common.Tests/console.395501a8.log?%3F%253Fsv%253D2019-07-07%2526se%253D2020-10-20T04%253A00%253A33Z%2526sr%253Dc%2526sp%253Drl%2526sig%253D34m26nXsqiXF384PfPpnJxownjMtftZyEc4oxXJVpwA%253D)|[core dump]()|||
|[836287](https://dev.azure.com/dnceng/public/_build/results?buildId=836287)|[runtime](https://dnceng.visualstudio.com/public/_build?definitionId=686)|[PR 40691](https://github.com/dotnet/runtime/pull/40691)|net5.0-Windows_NT-Debug-x64-Mono_release-Windows.81.Amd64.Open|[console.log](https://helixre107v0xdeko0k025g8.blob.core.windows.net/dotnet-runtime-refs-pull-40691-merge-01a0fab890634e42ab/System.Drawing.Common.Tests/console.c889b8ac.log?%3F%253Fsv%253D2019-07-07%2526se%253D2020-10-20T03%253A51%253A12Z%2526sr%253Dc%2526sp%253Drl%2526sig%253DoJtC8ozGtxwir0DTcaJhLi7BEnuJgwJNnfjzaskHJdA%253D)|[core dump]()||[runclient.py](https://helixre107v0xdeko0k025g8.blob.core.windows.net/dotnet-runtime-refs-pull-40691-merge-01a0fab890634e42ab/System.Drawing.Common.Tests/d528517c-c7b0-4ceb-97b9-4fc9da703c82.log?%3F%253Fsv%253D2019-07-07%2526se%253D2020-10-20T03%25253A51%25253A12Z%2526sr%253Dc%2526sp%253Drl%2526sig%253DoJtC8ozGtxwir0DTcaJhLi7BEnuJgwJNnfjzaskHJdA%25253D)|
|[836178](https://dev.azure.com/dnceng/public/_build/results?buildId=836178)|[runtime](https://dnceng.visualstudio.com/public/_build?definitionId=686)|[PR 42875](https://github.com/dotnet/runtime/pull/42875)|net5.0-OSX-Debug-x64-Mono_release-OSX.1015.Amd64.Open|[console.log](https://helixre107v0xdeko0k025g8.blob.core.windows.net/dotnet-runtime-refs-pull-42875-merge-46e4259a32e74ce8b1/System.Drawing.Common.Tests/console.0a9d6832.log?%3F%253Fsv%253D2019-07-07%2526se%253D2020-10-20T00%253A43%253A30Z%2526sr%253Dc%2526sp%253Drl%2526sig%253DWyLoFxASNOUWvcJnAEKDGJxeTcoFL34j0239FcI5oe0%253D)|||[runclient.py](https://helixre107v0xdeko0k025g8.blob.core.windows.net/dotnet-runtime-refs-pull-42875-merge-46e4259a32e74ce8b1/System.Drawing.Common.Tests/b3cdf1aa-cfda-4c7e-8849-0ad34ef45216.log?%3F%253Fsv%253D2019-07-07%2526se%253D2020-10-20T00%25253A43%25253A30Z%2526sr%253Dc%2526sp%253Drl%2526sig%253DWyLoFxASNOUWvcJnAEKDGJxeTcoFL34j0239FcI5oe0%25253D)|
|[835874](https://dev.azure.com/dnceng/public/_build/results?buildId=835874)|[runtime](https://dnceng.visualstudio.com/public/_build?definitionId=686)|[PR 40435](https://github.com/dotnet/runtime/pull/40435)|net5.0-Windows_NT-Debug-x64-Mono_release-Windows.81.Amd64.Open|[console.log](https://helixre107v0xdeko0k025g8.blob.core.windows.net/dotnet-runtime-refs-pull-40435-merge-2486b0317b7d4eab8d/System.Drawing.Common.Tests/console.a04ac4cf.log?%3F%253Fsv%253D2019-07-07%2526se%253D2020-10-19T21%253A59%253A34Z%2526sr%253Dc%2526sp%253Drl%2526sig%253DEGvlaZyTfIjYAO8F00MVtGj3my1V8ZiHC6rTvPi7Gi8%253D)|[core dump]()|[test results](https://helixre107v0xdeko0k025g8.blob.core.windows.net/dotnet-runtime-refs-pull-40435-merge-2486b0317b7d4eab8d/System.Drawing.Common.Tests/testResults.xml?%3F%253Fsv%253D2019-07-07%2526se%253D2020-10-19T21%253A59%253A34Z%2526sr%253Dc%2526sp%253Drl%2526sig%253DEGvlaZyTfIjYAO8F00MVtGj3my1V8ZiHC6rTvPi7Gi8%253D)|[runclient.py](https://helixre107v0xdeko0k025g8.blob.core.windows.net/dotnet-runtime-refs-pull-40435-merge-2486b0317b7d4eab8d/System.Drawing.Common.Tests/d615ecd7-aab7-43b4-bb45-936565195aca.log?%3F%253Fsv%253D2019-07-07%2526se%253D2020-10-19T21%25253A59%25253A34Z%2526sr%253Dc%2526sp%253Drl%2526sig%253DEGvlaZyTfIjYAO8F00MVtGj3my1V8ZiHC6rTvPi7Gi8%25253D)|
|[835820](https://dev.azure.com/dnceng/public/_build/results?buildId=835820)|[runtime](https://dnceng.visualstudio.com/public/_build?definitionId=686)|[PR 42759](https://github.com/dotnet/runtime/pull/42759)|net5.0-Windows_NT-Debug-x64-Mono_release-Windows.81.Amd64.Open|[console.log](https://helixre107v0xdeko0k025g8.blob.core.windows.net/dotnet-runtime-refs-pull-42759-merge-051f545621d94d42b9/System.Drawing.Common.Tests/console.9e3794a7.log?%3F%253Fsv%253D2019-07-07%2526se%253D2020-10-19T21%253A12%253A48Z%2526sr%253Dc%2526sp%253Drl%2526sig%253Dw9w3FQlHHWUhPsMXoXMM%252FAI6tmsEO4ZlB2RvZTrAteA%253D)|[core dump]()|||
|[835820](https://dev.azure.com/dnceng/public/_build/results?buildId=835820)|[runtime](https://dnceng.visualstudio.com/public/_build?definitionId=686)|[PR 42759](https://github.com/dotnet/runtime/pull/42759)|net5.0-Windows_NT-Debug-x64-Mono_release-Windows.10.Amd64.Server19H1.ES.Open|[console.log](https://helixre107v0xdeko0k025g8.blob.core.windows.net/dotnet-runtime-refs-pull-42759-merge-4cc3d751a98643db88/System.Drawing.Common.Tests/console.757c6aff.log?%3F%253Fsv%253D2019-07-07%2526se%253D2020-10-19T21%253A12%253A49Z%2526sr%253Dc%2526sp%253Drl%2526sig%253D44st5xKA%252FrBP4SpXXpxT2CtPC7etJKzHEcS4JxKMzBI%253D)|[core dump]()|||
|[835053](https://dev.azure.com/dnceng/public/_build/results?buildId=835053)|[runtime](https://dnceng.visualstudio.com/public/_build?definitionId=686)|[PR 39923](https://github.com/dotnet/runtime/pull/39923)|net5.0-OSX-Debug-x64-Mono_release-OSX.1014.Amd64.Open|[console.log](https://helixre107v0xdeko0k025g8.blob.core.windows.net/dotnet-runtime-refs-pull-39923-merge-0050f2225fee464eb0/System.Drawing.Common.Tests/console.9364cf28.log?%3F%253Fsv%253D2019-07-07%2526se%253D2020-10-19T10%253A54%253A54Z%2526sr%253Dc%2526sp%253Drl%2526sig%253DRvy0fICocUcCcdgMg8INVq%252BA%252FSWZzQVb6C4B%252BIjPMps%253D)||||
|[835053](https://dev.azure.com/dnceng/public/_build/results?buildId=835053)|[runtime](https://dnceng.visualstudio.com/public/_build?definitionId=686)|[PR 39923](https://github.com/dotnet/runtime/pull/39923)|net5.0-OSX-Debug-x64-Mono_release-OSX.1015.Amd64.Open|[console.log](https://helixre107v0xdeko0k025g8.blob.core.windows.net/dotnet-runtime-refs-pull-39923-merge-2fd4adf7b77c40aca3/System.Drawing.Common.Tests/console.ba478d58.log?%3F%253Fsv%253D2019-07-07%2526se%253D2020-10-19T10%253A54%253A55Z%2526sr%253Dc%2526sp%253Drl%2526sig%253DpzqX0tTINfUpE%252FtVxAukdmQtJUPH9FN%252BdquneEv%252FCgo%253D)||||
|[834855](https://dev.azure.com/dnceng/public/_build/results?buildId=834855)|[runtime](https://dnceng.visualstudio.com/public/_build?definitionId=686)|[PR 42759](https://github.com/dotnet/runtime/pull/42759)|net5.0-Windows_NT-Debug-x64-Mono_release-Windows.81.Amd64.Open|[console.log](https://helixre107v0xdeko0k025g8.blob.core.windows.net/dotnet-runtime-refs-pull-42759-merge-998f371ec4de40f487/System.Drawing.Common.Tests/console.139e2f55.log?%3F%253Fsv%253D2019-07-07%2526se%253D2020-10-19T06%253A26%253A05Z%2526sr%253Dc%2526sp%253Drl%2526sig%253DjME0LwU4tiT09uyZFXbPFyqjAOUyZlI9aLgkohqHaWc%253D)|[core dump]()|||
|[834855](https://dev.azure.com/dnceng/public/_build/results?buildId=834855)|[runtime](https://dnceng.visualstudio.com/public/_build?definitionId=686)|[PR 42759](https://github.com/dotnet/runtime/pull/42759)|net5.0-Windows_NT-Debug-x64-Mono_release-Windows.10.Amd64.Server19H1.ES.Open|[console.log](https://helixre107v0xdeko0k025g8.blob.core.windows.net/dotnet-runtime-refs-pull-42759-merge-7e88320c389c4ac281/System.Drawing.Common.Tests/console.67a1a5fe.log?%3F%253Fsv%253D2019-07-07%2526se%253D2020-10-19T06%253A26%253A06Z%2526sr%253Dc%2526sp%253Drl%2526sig%253DxRc5eYpwftGoqZbjhBUZHJIgFni0ftatGNeCRH9sAVg%253D)|[core dump]()|||
|[834366](https://dev.azure.com/dnceng/public/_build/results?buildId=834366)|[runtime](https://dnceng.visualstudio.com/public/_build?definitionId=686)|[PR 42759](https://github.com/dotnet/runtime/pull/42759)|net5.0-Windows_NT-Debug-x64-Mono_release-Windows.81.Amd64.Open|[console.log](https://helixre107v0xdeko0k025g8.blob.core.windows.net/dotnet-runtime-refs-pull-42759-merge-9ea4ea076e5b4e4fac/System.Drawing.Common.Tests/console.f074b290.log?%3Fsv%3D2019-07-07%26se%3D2020-10-18T23%3A03%3A51Z%26sr%3Dc%26sp%3Drl%26sig%3DJE4I4Rr8ChykyLAdb18esYgPRAdnJSQfUu6zWbngirQ%3D)|[core dump]()|||
|[834366](https://dev.azure.com/dnceng/public/_build/results?buildId=834366)|[runtime](https://dnceng.visualstudio.com/public/_build?definitionId=686)|[PR 42759](https://github.com/dotnet/runtime/pull/42759)|net5.0-Windows_NT-Debug-x64-Mono_release-Windows.10.Amd64.Server19H1.ES.Open|[console.log](https://helixre107v0xdeko0k025g8.blob.core.windows.net/dotnet-runtime-refs-pull-42759-merge-5bd4797df98240f582/System.Drawing.Common.Tests/console.92a98699.log?%3Fsv%3D2019-07-07%26se%3D2020-10-18T23%3A03%3A53Z%26sr%3Dc%26sp%3Drl%26sig%3D03yBATcmlsQKBwfUGEDpHtEkMTN1N65ddJXcKfndbcU%3D)|[core dump]()|||
|[834366](https://dev.azure.com/dnceng/public/_build/results?buildId=834366)|[runtime](https://dnceng.visualstudio.com/public/_build?definitionId=686)|[PR 42759](https://github.com/dotnet/runtime/pull/42759)|net5.0-Windows_NT-Debug-x64-Mono_release-Windows.81.Amd64.Open|||||
|[833333](https://dev.azure.com/dnceng/public/_build/results?buildId=833333)|[runtime](https://dnceng.visualstudio.com/public/_build?definitionId=686)|[PR 42759](https://github.com/dotnet/runtime/pull/42759)|net5.0-Windows_NT-Debug-x64-Mono_release-Windows.81.Amd64.Open|[console.log](https://helixre107v0xdeko0k025g8.blob.core.windows.net/dotnet-runtime-refs-pull-42759-merge-194faacfec6b4606b5/System.Drawing.Common.Tests/console.f09e1544.log?%3Fsv%3D2019-07-07%26se%3D2020-10-17T23%3A29%3A38Z%26sr%3Dc%26sp%3Drl%26sig%3Dh%2FR0%2F55Kt%2B8QkmIObzVzSoTJJGMON5zlPMemO6gaowA%3D)|[core dump]()|||
|[833333](https://dev.azure.com/dnceng/public/_build/results?buildId=833333)|[runtime](https://dnceng.visualstudio.com/public/_build?definitionId=686)|[PR 42759](https://github.com/dotnet/runtime/pull/42759)|net5.0-Windows_NT-Debug-x64-Mono_release-Windows.10.Amd64.Server19H1.ES.Open|[console.log](https://helixre107v0xdeko0k025g8.blob.core.windows.net/dotnet-runtime-refs-pull-42759-merge-fd4ec37765af4df5af/System.Drawing.Common.Tests/console.dd58a0c2.log?%3Fsv%3D2019-07-07%26se%3D2020-10-17T23%3A29%3A40Z%26sr%3Dc%26sp%3Drl%26sig%3Dc%2FWblRm5e8zneaR6PVl3bwzT%2BBPC%2BEjH3uGs7kykL%2BU%3D)|[core dump]()|||
|[831886](https://dev.azure.com/dnceng/public/_build/results?buildId=831886)|[runtime](https://dnceng.visualstudio.com/public/_build?definitionId=686)|[PR 42759](https://github.com/dotnet/runtime/pull/42759)|net5.0-Windows_NT-Debug-x64-Mono_release-Windows.81.Amd64.Open|[console.log](https://helixre107v0xdeko0k025g8.blob.core.windows.net/dotnet-runtime-refs-pull-42759-merge-6e89cc14b845474f85/System.Drawing.Common.Tests/console.581df403.log?%3Fsv%3D2019-07-07%26se%3D2020-10-15T23%3A18%3A59Z%26sr%3Dc%26sp%3Drl%26sig%3DdXMMvI0COzz7SNSJ88WcNN5W44la%2FONgGT5QaQrhwtc%3D)|[core dump]()||[runclient.py](https://helixre107v0xdeko0k025g8.blob.core.windows.net/dotnet-runtime-refs-pull-42759-merge-6e89cc14b845474f85/System.Drawing.Common.Tests/677ba8b4-c03f-438a-bddf-12947aa3bc70.log?%3Fsv%3D2019-07-07%26se%3D2020-10-15T23%253A18%253A59Z%26sr%3Dc%26sp%3Drl%26sig%3DdXMMvI0COzz7SNSJ88WcNN5W44la%252FONgGT5QaQrhwtc%253D)|
|[831886](https://dev.azure.com/dnceng/public/_build/results?buildId=831886)|[runtime](https://dnceng.visualstudio.com/public/_build?definitionId=686)|[PR 42759](https://github.com/dotnet/runtime/pull/42759)|net5.0-Windows_NT-Debug-x64-Mono_release-Windows.10.Amd64.Server19H1.ES.Open|[console.log](https://helixre107v0xdeko0k025g8.blob.core.windows.net/dotnet-runtime-refs-pull-42759-merge-41c994a7049b4fcabe/System.Drawing.Common.Tests/console.09da3f22.log?%3Fsv%3D2019-07-07%26se%3D2020-10-15T23%3A19%3A02Z%26sr%3Dc%26sp%3Drl%26sig%3DLfZnLnKNvOF3%2B5pPugcpS2TDcjtF4nH%2FxgUEqlLL6rQ%3D)|[core dump]()|||
|[829731](https://dev.azure.com/dnceng/public/_build/results?buildId=829731)|[runtime](https://dnceng.visualstudio.com/public/_build?definitionId=686)|[PR 42119](https://github.com/dotnet/runtime/pull/42119)|net5.0-Linux-Debug-arm64-Mono_release-(Ubuntu.1804.ArmArch.Open)Ubuntu.1804.ArmArch.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-16.04-helix-arm64v8-bfcd90a-20200127194925|[console.log](https://helixre107v0xdeko0k025g8.blob.core.windows.net/dotnet-runtime-refs-pull-42119-merge-6e26c6d9d8ef4d4a9c/System.Drawing.Common.Tests/console.3f87594f.log?%3Fsv%3D2019-07-07%26se%3D2020-10-14T22%3A41%3A23Z%26sr%3Dc%26sp%3Drl%26sig%3D%2BlupEi2XUPruaxcnCKOV02xnAuYS%2Fkwg91vZi4V3OgU%3D)||||
|[828477](https://dev.azure.com/dnceng/public/_build/results?buildId=828477)|[runtime](https://dnceng.visualstudio.com/public/_build?definitionId=686)|[PR 41808](https://github.com/dotnet/runtime/pull/41808)|net5.0-OSX-Debug-x64-Mono_release-OSX.1014.Amd64.Open|[console.log](https://helixre107v0xdeko0k025g8.blob.core.windows.net/dotnet-runtime-refs-pull-41808-merge-31ef3aac530e4dcab8/System.Drawing.Common.Tests/console.3247807d.log?%3Fsv%3D2019-07-07%26se%3D2020-10-14T01%3A55%3A44Z%26sr%3Dc%26sp%3Drl%26sig%3DuIqiyeqUJ2VNpEqpQIuFK1Opj2W1gPKZo6oDAz%2ByX3Y%3D)|[core dump](https://helixre107v0xdeko0k025g8.blob.core.windows.net/dotnet-runtime-refs-pull-41808-merge-31ef3aac530e4dcab8/System.Drawing.Common.Tests/core.64460?%3Fsv%3D2019-07-07%26se%3D2020-10-14T01%3A55%3A44Z%26sr%3Dc%26sp%3Drl%26sig%3DuIqiyeqUJ2VNpEqpQIuFK1Opj2W1gPKZo6oDAz%2ByX3Y%3D)||[runclient.py](https://helixre107v0xdeko0k025g8.blob.core.windows.net/dotnet-runtime-refs-pull-41808-merge-31ef3aac530e4dcab8/System.Drawing.Common.Tests/069c4897-0bb8-4940-ac4c-2417877b47fd.log?%3Fsv%3D2019-07-07%26se%3D2020-10-14T01%253A55%253A44Z%26sr%3Dc%26sp%3Drl%26sig%3DuIqiyeqUJ2VNpEqpQIuFK1Opj2W1gPKZo6oDAz%252ByX3Y%253D)|
Build Result Summary
|Day Hit Count|Week Hit Count|Month Hit Count|
|---|---|---|
|0|1|14|
<!-- runfo report end -->
|
1.0
|
Mono SIGABRT in System.Drawing.Common affecting some test runs - Affects clean test runs in https://github.com/dotnet/runtime/pull/37536
AzDO run: https://dev.azure.com/dnceng/public/_build/results?buildId=681708&view=logs&j=c6f8dc49-92a1-5760-c098-ba97b8142bfb&t=22b0078b-0469-5ba6-8725-2121fdbae049&l=42
Test log: https://helix.dot.net/api/2019-06-17/jobs/73f57a06-eec2-4676-8076-302ccabec52f/workitems/System.Drawing.Common.Tests/console
```txt
===========================================================================================================
/private/tmp/helix/working/A83A0976/w/A92E096B/e /private/tmp/helix/working/A83A0976/w/A92E096B/e
Discovering: System.Drawing.Common.Tests (method display = ClassAndMethod, method display options = None)
Discovered: System.Drawing.Common.Tests (found 1565 of 1967 test cases)
Starting: System.Drawing.Common.Tests (parallel test collections = on, max threads = 4)
System.Drawing.Drawing2D.Tests.BlendTests.Ctor_LargeCount_ThrowsOutOfMemoryException [SKIP]
Condition(s) not met: "IsNotIntMaxValueArrayIndexSupported"
System.Drawing.Printing.Tests.PrintControllerTests.OnStartPage_InvokeWithPrint_ReturnsNull [SKIP]
Condition(s) not met: "IsAnyInstalledPrinters"
=================================================================
Native Crash Reporting
=================================================================
Got a segv while executing native code. This usually indicates
a fatal error in the mono runtime or one of the native libraries
used by your application.
=================================================================
=================================================================
Native stacktrace:
=================================================================
0x10305ca56 - /private/tmp/helix/working/A83A0976/p/shared/Microsoft.NETCore.App/5.0.0/libcoreclr.dylib : mono_dump_native_crash_info
0x102ffeae5 - /private/tmp/helix/working/A83A0976/p/shared/Microsoft.NETCore.App/5.0.0/libcoreclr.dylib : mono_handle_native_crash
0x1030574c3 - /private/tmp/helix/working/A83A0976/p/shared/Microsoft.NETCore.App/5.0.0/libcoreclr.dylib : altstack_handle_and_restore
0x7fff5d81d916 - /usr/lib/system/libsystem_c.dylib : fclose
0x10771e7c0 - /usr/local/lib/libgdiplus.dylib : gdip_metafile_stop_recording
0x10770ab5e - /usr/local/lib/libgdiplus.dylib : GdipDeleteGraphics
0x108df9d35 - Unknown
0x108ad8c91 - Unknown
0x102f61f7e - /private/tmp/helix/working/A83A0976/p/shared/Microsoft.NETCore.App/5.0.0/libcoreclr.dylib : mono_jit_runtime_invoke
0x10313acf8 - /private/tmp/helix/working/A83A0976/p/shared/Microsoft.NETCore.App/5.0.0/libcoreclr.dylib : mono_runtime_invoke_checked
0x10314288c - /private/tmp/helix/working/A83A0976/p/shared/Microsoft.NETCore.App/5.0.0/libcoreclr.dylib : mono_runtime_try_invoke_array
0x1030ec3e4 - /private/tmp/helix/working/A83A0976/p/shared/Microsoft.NETCore.App/5.0.0/libcoreclr.dylib : ves_icall_InternalInvoke
0x1030f8484 - /private/tmp/helix/working/A83A0976/p/shared/Microsoft.NETCore.App/5.0.0/libcoreclr.dylib : ves_icall_InternalInvoke_raw
<snip>
----- end Wed Jun 10 17:22:30 PDT 2020 ----- exit code 134 ----------------------------------------------------------
exit code 134 means SIGABRT Abort. Managed or native assert, or runtime check such as heap corruption, caused call to abort(). Core dumped.
```
Possibly related: https://github.com/dotnet/runtime/issues/32827, https://github.com/dotnet/runtime/issues/23784, but this issue appears to have a different termination code.
<!-- runfo report start -->
|Build|Definition|Kind|Run Name|Console|Core Dump|Test Results|Run Client|
|---|---|---|---|---|---|---|---|
|[839551](https://dev.azure.com/dnceng/public/_build/results?buildId=839551)|[runtime](https://dnceng.visualstudio.com/public/_build?definitionId=686)|[PR 42759](https://github.com/dotnet/runtime/pull/42759)|net5.0-Windows_NT-Debug-x64-Mono_release-Windows.81.Amd64.Open|||||
|[839551](https://dev.azure.com/dnceng/public/_build/results?buildId=839551)|[runtime](https://dnceng.visualstudio.com/public/_build?definitionId=686)|[PR 42759](https://github.com/dotnet/runtime/pull/42759)|net5.0-Windows_NT-Debug-x64-Mono_release-Windows.10.Amd64.Server19H1.ES.Open|||||
|[839551](https://dev.azure.com/dnceng/public/_build/results?buildId=839551)|[runtime](https://dnceng.visualstudio.com/public/_build?definitionId=686)|[PR 42759](https://github.com/dotnet/runtime/pull/42759)|net5.0-Windows_NT-Debug-x64-Mono_release-Windows.81.Amd64.Open|||||
|[839551](https://dev.azure.com/dnceng/public/_build/results?buildId=839551)|[runtime](https://dnceng.visualstudio.com/public/_build?definitionId=686)|[PR 42759](https://github.com/dotnet/runtime/pull/42759)|net5.0-Windows_NT-Debug-x64-Mono_release-Windows.10.Amd64.Server19H1.ES.Open|||||
|[836799](https://dev.azure.com/dnceng/public/_build/results?buildId=836799)|[runtime](https://dnceng.visualstudio.com/public/_build?definitionId=686)|[PR 42759](https://github.com/dotnet/runtime/pull/42759)|net5.0-Windows_NT-Debug-x64-Mono_release-Windows.81.Amd64.Open|||||
|[836799](https://dev.azure.com/dnceng/public/_build/results?buildId=836799)|[runtime](https://dnceng.visualstudio.com/public/_build?definitionId=686)|[PR 42759](https://github.com/dotnet/runtime/pull/42759)|net5.0-Windows_NT-Debug-x64-Mono_release-Windows.10.Amd64.Server19H1.ES.Open|[console.log](https://helixre107v0xdeko0k025g8.blob.core.windows.net/dotnet-runtime-refs-pull-42759-merge-7c630d366baa45db89/System.Drawing.Common.Tests/console.f6ea26ec.log?%3F%253F%25253Fsv%25253D2019-07-07%252526se%25253D2020-10-20T16%25253A28%25253A31Z%252526sr%25253Dc%252526sp%25253Drl%252526sig%25253Dextkuw8yomd2iVmVEtx2eNCt6sQWpNxXStqS83PqNoo%25253D)|[core dump]()|||
|[836302](https://dev.azure.com/dnceng/public/_build/results?buildId=836302)|[runtime](https://dnceng.visualstudio.com/public/_build?definitionId=686)|[PR 42759](https://github.com/dotnet/runtime/pull/42759)|net5.0-Windows_NT-Debug-x64-Mono_release-Windows.81.Amd64.Open|[console.log](https://helixre107v0xdeko0k025g8.blob.core.windows.net/dotnet-runtime-refs-pull-42759-merge-6d936d623b604fe6ac/System.Drawing.Common.Tests/console.777780f2.log?%3F%253Fsv%253D2019-07-07%2526se%253D2020-10-20T04%253A00%253A32Z%2526sr%253Dc%2526sp%253Drl%2526sig%253DbuMj3DkNC1fcaUoMZZKb%252FZos1tNepAae%252FX7E7wbNpg0%253D)|[core dump]()|||
|[836302](https://dev.azure.com/dnceng/public/_build/results?buildId=836302)|[runtime](https://dnceng.visualstudio.com/public/_build?definitionId=686)|[PR 42759](https://github.com/dotnet/runtime/pull/42759)|net5.0-Windows_NT-Debug-x64-Mono_release-Windows.10.Amd64.Server19H1.ES.Open|[console.log](https://helixre107v0xdeko0k025g8.blob.core.windows.net/dotnet-runtime-refs-pull-42759-merge-c38d7f3330304c139f/System.Drawing.Common.Tests/console.395501a8.log?%3F%253Fsv%253D2019-07-07%2526se%253D2020-10-20T04%253A00%253A33Z%2526sr%253Dc%2526sp%253Drl%2526sig%253D34m26nXsqiXF384PfPpnJxownjMtftZyEc4oxXJVpwA%253D)|[core dump]()|||
|[836287](https://dev.azure.com/dnceng/public/_build/results?buildId=836287)|[runtime](https://dnceng.visualstudio.com/public/_build?definitionId=686)|[PR 40691](https://github.com/dotnet/runtime/pull/40691)|net5.0-Windows_NT-Debug-x64-Mono_release-Windows.81.Amd64.Open|[console.log](https://helixre107v0xdeko0k025g8.blob.core.windows.net/dotnet-runtime-refs-pull-40691-merge-01a0fab890634e42ab/System.Drawing.Common.Tests/console.c889b8ac.log?%3F%253Fsv%253D2019-07-07%2526se%253D2020-10-20T03%253A51%253A12Z%2526sr%253Dc%2526sp%253Drl%2526sig%253DoJtC8ozGtxwir0DTcaJhLi7BEnuJgwJNnfjzaskHJdA%253D)|[core dump]()||[runclient.py](https://helixre107v0xdeko0k025g8.blob.core.windows.net/dotnet-runtime-refs-pull-40691-merge-01a0fab890634e42ab/System.Drawing.Common.Tests/d528517c-c7b0-4ceb-97b9-4fc9da703c82.log?%3F%253Fsv%253D2019-07-07%2526se%253D2020-10-20T03%25253A51%25253A12Z%2526sr%253Dc%2526sp%253Drl%2526sig%253DoJtC8ozGtxwir0DTcaJhLi7BEnuJgwJNnfjzaskHJdA%25253D)|
|[836178](https://dev.azure.com/dnceng/public/_build/results?buildId=836178)|[runtime](https://dnceng.visualstudio.com/public/_build?definitionId=686)|[PR 42875](https://github.com/dotnet/runtime/pull/42875)|net5.0-OSX-Debug-x64-Mono_release-OSX.1015.Amd64.Open|[console.log](https://helixre107v0xdeko0k025g8.blob.core.windows.net/dotnet-runtime-refs-pull-42875-merge-46e4259a32e74ce8b1/System.Drawing.Common.Tests/console.0a9d6832.log?%3F%253Fsv%253D2019-07-07%2526se%253D2020-10-20T00%253A43%253A30Z%2526sr%253Dc%2526sp%253Drl%2526sig%253DWyLoFxASNOUWvcJnAEKDGJxeTcoFL34j0239FcI5oe0%253D)|||[runclient.py](https://helixre107v0xdeko0k025g8.blob.core.windows.net/dotnet-runtime-refs-pull-42875-merge-46e4259a32e74ce8b1/System.Drawing.Common.Tests/b3cdf1aa-cfda-4c7e-8849-0ad34ef45216.log?%3F%253Fsv%253D2019-07-07%2526se%253D2020-10-20T00%25253A43%25253A30Z%2526sr%253Dc%2526sp%253Drl%2526sig%253DWyLoFxASNOUWvcJnAEKDGJxeTcoFL34j0239FcI5oe0%25253D)|
|[835874](https://dev.azure.com/dnceng/public/_build/results?buildId=835874)|[runtime](https://dnceng.visualstudio.com/public/_build?definitionId=686)|[PR 40435](https://github.com/dotnet/runtime/pull/40435)|net5.0-Windows_NT-Debug-x64-Mono_release-Windows.81.Amd64.Open|[console.log](https://helixre107v0xdeko0k025g8.blob.core.windows.net/dotnet-runtime-refs-pull-40435-merge-2486b0317b7d4eab8d/System.Drawing.Common.Tests/console.a04ac4cf.log?%3F%253Fsv%253D2019-07-07%2526se%253D2020-10-19T21%253A59%253A34Z%2526sr%253Dc%2526sp%253Drl%2526sig%253DEGvlaZyTfIjYAO8F00MVtGj3my1V8ZiHC6rTvPi7Gi8%253D)|[core dump]()|[test results](https://helixre107v0xdeko0k025g8.blob.core.windows.net/dotnet-runtime-refs-pull-40435-merge-2486b0317b7d4eab8d/System.Drawing.Common.Tests/testResults.xml?%3F%253Fsv%253D2019-07-07%2526se%253D2020-10-19T21%253A59%253A34Z%2526sr%253Dc%2526sp%253Drl%2526sig%253DEGvlaZyTfIjYAO8F00MVtGj3my1V8ZiHC6rTvPi7Gi8%253D)|[runclient.py](https://helixre107v0xdeko0k025g8.blob.core.windows.net/dotnet-runtime-refs-pull-40435-merge-2486b0317b7d4eab8d/System.Drawing.Common.Tests/d615ecd7-aab7-43b4-bb45-936565195aca.log?%3F%253Fsv%253D2019-07-07%2526se%253D2020-10-19T21%25253A59%25253A34Z%2526sr%253Dc%2526sp%253Drl%2526sig%253DEGvlaZyTfIjYAO8F00MVtGj3my1V8ZiHC6rTvPi7Gi8%25253D)|
|[835820](https://dev.azure.com/dnceng/public/_build/results?buildId=835820)|[runtime](https://dnceng.visualstudio.com/public/_build?definitionId=686)|[PR 42759](https://github.com/dotnet/runtime/pull/42759)|net5.0-Windows_NT-Debug-x64-Mono_release-Windows.81.Amd64.Open|[console.log](https://helixre107v0xdeko0k025g8.blob.core.windows.net/dotnet-runtime-refs-pull-42759-merge-051f545621d94d42b9/System.Drawing.Common.Tests/console.9e3794a7.log?%3F%253Fsv%253D2019-07-07%2526se%253D2020-10-19T21%253A12%253A48Z%2526sr%253Dc%2526sp%253Drl%2526sig%253Dw9w3FQlHHWUhPsMXoXMM%252FAI6tmsEO4ZlB2RvZTrAteA%253D)|[core dump]()|||
|[835820](https://dev.azure.com/dnceng/public/_build/results?buildId=835820)|[runtime](https://dnceng.visualstudio.com/public/_build?definitionId=686)|[PR 42759](https://github.com/dotnet/runtime/pull/42759)|net5.0-Windows_NT-Debug-x64-Mono_release-Windows.10.Amd64.Server19H1.ES.Open|[console.log](https://helixre107v0xdeko0k025g8.blob.core.windows.net/dotnet-runtime-refs-pull-42759-merge-4cc3d751a98643db88/System.Drawing.Common.Tests/console.757c6aff.log?%3F%253Fsv%253D2019-07-07%2526se%253D2020-10-19T21%253A12%253A49Z%2526sr%253Dc%2526sp%253Drl%2526sig%253D44st5xKA%252FrBP4SpXXpxT2CtPC7etJKzHEcS4JxKMzBI%253D)|[core dump]()|||
|[835053](https://dev.azure.com/dnceng/public/_build/results?buildId=835053)|[runtime](https://dnceng.visualstudio.com/public/_build?definitionId=686)|[PR 39923](https://github.com/dotnet/runtime/pull/39923)|net5.0-OSX-Debug-x64-Mono_release-OSX.1014.Amd64.Open|[console.log](https://helixre107v0xdeko0k025g8.blob.core.windows.net/dotnet-runtime-refs-pull-39923-merge-0050f2225fee464eb0/System.Drawing.Common.Tests/console.9364cf28.log?%3F%253Fsv%253D2019-07-07%2526se%253D2020-10-19T10%253A54%253A54Z%2526sr%253Dc%2526sp%253Drl%2526sig%253DRvy0fICocUcCcdgMg8INVq%252BA%252FSWZzQVb6C4B%252BIjPMps%253D)||||
|[835053](https://dev.azure.com/dnceng/public/_build/results?buildId=835053)|[runtime](https://dnceng.visualstudio.com/public/_build?definitionId=686)|[PR 39923](https://github.com/dotnet/runtime/pull/39923)|net5.0-OSX-Debug-x64-Mono_release-OSX.1015.Amd64.Open|[console.log](https://helixre107v0xdeko0k025g8.blob.core.windows.net/dotnet-runtime-refs-pull-39923-merge-2fd4adf7b77c40aca3/System.Drawing.Common.Tests/console.ba478d58.log?%3F%253Fsv%253D2019-07-07%2526se%253D2020-10-19T10%253A54%253A55Z%2526sr%253Dc%2526sp%253Drl%2526sig%253DpzqX0tTINfUpE%252FtVxAukdmQtJUPH9FN%252BdquneEv%252FCgo%253D)||||
|[834855](https://dev.azure.com/dnceng/public/_build/results?buildId=834855)|[runtime](https://dnceng.visualstudio.com/public/_build?definitionId=686)|[PR 42759](https://github.com/dotnet/runtime/pull/42759)|net5.0-Windows_NT-Debug-x64-Mono_release-Windows.81.Amd64.Open|[console.log](https://helixre107v0xdeko0k025g8.blob.core.windows.net/dotnet-runtime-refs-pull-42759-merge-998f371ec4de40f487/System.Drawing.Common.Tests/console.139e2f55.log?%3F%253Fsv%253D2019-07-07%2526se%253D2020-10-19T06%253A26%253A05Z%2526sr%253Dc%2526sp%253Drl%2526sig%253DjME0LwU4tiT09uyZFXbPFyqjAOUyZlI9aLgkohqHaWc%253D)|[core dump]()|||
|[834855](https://dev.azure.com/dnceng/public/_build/results?buildId=834855)|[runtime](https://dnceng.visualstudio.com/public/_build?definitionId=686)|[PR 42759](https://github.com/dotnet/runtime/pull/42759)|net5.0-Windows_NT-Debug-x64-Mono_release-Windows.10.Amd64.Server19H1.ES.Open|[console.log](https://helixre107v0xdeko0k025g8.blob.core.windows.net/dotnet-runtime-refs-pull-42759-merge-7e88320c389c4ac281/System.Drawing.Common.Tests/console.67a1a5fe.log?%3F%253Fsv%253D2019-07-07%2526se%253D2020-10-19T06%253A26%253A06Z%2526sr%253Dc%2526sp%253Drl%2526sig%253DxRc5eYpwftGoqZbjhBUZHJIgFni0ftatGNeCRH9sAVg%253D)|[core dump]()|||
|[834366](https://dev.azure.com/dnceng/public/_build/results?buildId=834366)|[runtime](https://dnceng.visualstudio.com/public/_build?definitionId=686)|[PR 42759](https://github.com/dotnet/runtime/pull/42759)|net5.0-Windows_NT-Debug-x64-Mono_release-Windows.81.Amd64.Open|[console.log](https://helixre107v0xdeko0k025g8.blob.core.windows.net/dotnet-runtime-refs-pull-42759-merge-9ea4ea076e5b4e4fac/System.Drawing.Common.Tests/console.f074b290.log?%3Fsv%3D2019-07-07%26se%3D2020-10-18T23%3A03%3A51Z%26sr%3Dc%26sp%3Drl%26sig%3DJE4I4Rr8ChykyLAdb18esYgPRAdnJSQfUu6zWbngirQ%3D)|[core dump]()|||
|[834366](https://dev.azure.com/dnceng/public/_build/results?buildId=834366)|[runtime](https://dnceng.visualstudio.com/public/_build?definitionId=686)|[PR 42759](https://github.com/dotnet/runtime/pull/42759)|net5.0-Windows_NT-Debug-x64-Mono_release-Windows.10.Amd64.Server19H1.ES.Open|[console.log](https://helixre107v0xdeko0k025g8.blob.core.windows.net/dotnet-runtime-refs-pull-42759-merge-5bd4797df98240f582/System.Drawing.Common.Tests/console.92a98699.log?%3Fsv%3D2019-07-07%26se%3D2020-10-18T23%3A03%3A53Z%26sr%3Dc%26sp%3Drl%26sig%3D03yBATcmlsQKBwfUGEDpHtEkMTN1N65ddJXcKfndbcU%3D)|[core dump]()|||
|[834366](https://dev.azure.com/dnceng/public/_build/results?buildId=834366)|[runtime](https://dnceng.visualstudio.com/public/_build?definitionId=686)|[PR 42759](https://github.com/dotnet/runtime/pull/42759)|net5.0-Windows_NT-Debug-x64-Mono_release-Windows.81.Amd64.Open|||||
|[833333](https://dev.azure.com/dnceng/public/_build/results?buildId=833333)|[runtime](https://dnceng.visualstudio.com/public/_build?definitionId=686)|[PR 42759](https://github.com/dotnet/runtime/pull/42759)|net5.0-Windows_NT-Debug-x64-Mono_release-Windows.81.Amd64.Open|[console.log](https://helixre107v0xdeko0k025g8.blob.core.windows.net/dotnet-runtime-refs-pull-42759-merge-194faacfec6b4606b5/System.Drawing.Common.Tests/console.f09e1544.log?%3Fsv%3D2019-07-07%26se%3D2020-10-17T23%3A29%3A38Z%26sr%3Dc%26sp%3Drl%26sig%3Dh%2FR0%2F55Kt%2B8QkmIObzVzSoTJJGMON5zlPMemO6gaowA%3D)|[core dump]()|||
|[833333](https://dev.azure.com/dnceng/public/_build/results?buildId=833333)|[runtime](https://dnceng.visualstudio.com/public/_build?definitionId=686)|[PR 42759](https://github.com/dotnet/runtime/pull/42759)|net5.0-Windows_NT-Debug-x64-Mono_release-Windows.10.Amd64.Server19H1.ES.Open|[console.log](https://helixre107v0xdeko0k025g8.blob.core.windows.net/dotnet-runtime-refs-pull-42759-merge-fd4ec37765af4df5af/System.Drawing.Common.Tests/console.dd58a0c2.log?%3Fsv%3D2019-07-07%26se%3D2020-10-17T23%3A29%3A40Z%26sr%3Dc%26sp%3Drl%26sig%3Dc%2FWblRm5e8zneaR6PVl3bwzT%2BBPC%2BEjH3uGs7kykL%2BU%3D)|[core dump]()|||
|[831886](https://dev.azure.com/dnceng/public/_build/results?buildId=831886)|[runtime](https://dnceng.visualstudio.com/public/_build?definitionId=686)|[PR 42759](https://github.com/dotnet/runtime/pull/42759)|net5.0-Windows_NT-Debug-x64-Mono_release-Windows.81.Amd64.Open|[console.log](https://helixre107v0xdeko0k025g8.blob.core.windows.net/dotnet-runtime-refs-pull-42759-merge-6e89cc14b845474f85/System.Drawing.Common.Tests/console.581df403.log?%3Fsv%3D2019-07-07%26se%3D2020-10-15T23%3A18%3A59Z%26sr%3Dc%26sp%3Drl%26sig%3DdXMMvI0COzz7SNSJ88WcNN5W44la%2FONgGT5QaQrhwtc%3D)|[core dump]()||[runclient.py](https://helixre107v0xdeko0k025g8.blob.core.windows.net/dotnet-runtime-refs-pull-42759-merge-6e89cc14b845474f85/System.Drawing.Common.Tests/677ba8b4-c03f-438a-bddf-12947aa3bc70.log?%3Fsv%3D2019-07-07%26se%3D2020-10-15T23%253A18%253A59Z%26sr%3Dc%26sp%3Drl%26sig%3DdXMMvI0COzz7SNSJ88WcNN5W44la%252FONgGT5QaQrhwtc%253D)|
|[831886](https://dev.azure.com/dnceng/public/_build/results?buildId=831886)|[runtime](https://dnceng.visualstudio.com/public/_build?definitionId=686)|[PR 42759](https://github.com/dotnet/runtime/pull/42759)|net5.0-Windows_NT-Debug-x64-Mono_release-Windows.10.Amd64.Server19H1.ES.Open|[console.log](https://helixre107v0xdeko0k025g8.blob.core.windows.net/dotnet-runtime-refs-pull-42759-merge-41c994a7049b4fcabe/System.Drawing.Common.Tests/console.09da3f22.log?%3Fsv%3D2019-07-07%26se%3D2020-10-15T23%3A19%3A02Z%26sr%3Dc%26sp%3Drl%26sig%3DLfZnLnKNvOF3%2B5pPugcpS2TDcjtF4nH%2FxgUEqlLL6rQ%3D)|[core dump]()|||
|[829731](https://dev.azure.com/dnceng/public/_build/results?buildId=829731)|[runtime](https://dnceng.visualstudio.com/public/_build?definitionId=686)|[PR 42119](https://github.com/dotnet/runtime/pull/42119)|net5.0-Linux-Debug-arm64-Mono_release-(Ubuntu.1804.ArmArch.Open)Ubuntu.1804.ArmArch.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-16.04-helix-arm64v8-bfcd90a-20200127194925|[console.log](https://helixre107v0xdeko0k025g8.blob.core.windows.net/dotnet-runtime-refs-pull-42119-merge-6e26c6d9d8ef4d4a9c/System.Drawing.Common.Tests/console.3f87594f.log?%3Fsv%3D2019-07-07%26se%3D2020-10-14T22%3A41%3A23Z%26sr%3Dc%26sp%3Drl%26sig%3D%2BlupEi2XUPruaxcnCKOV02xnAuYS%2Fkwg91vZi4V3OgU%3D)||||
|[828477](https://dev.azure.com/dnceng/public/_build/results?buildId=828477)|[runtime](https://dnceng.visualstudio.com/public/_build?definitionId=686)|[PR 41808](https://github.com/dotnet/runtime/pull/41808)|net5.0-OSX-Debug-x64-Mono_release-OSX.1014.Amd64.Open|[console.log](https://helixre107v0xdeko0k025g8.blob.core.windows.net/dotnet-runtime-refs-pull-41808-merge-31ef3aac530e4dcab8/System.Drawing.Common.Tests/console.3247807d.log?%3Fsv%3D2019-07-07%26se%3D2020-10-14T01%3A55%3A44Z%26sr%3Dc%26sp%3Drl%26sig%3DuIqiyeqUJ2VNpEqpQIuFK1Opj2W1gPKZo6oDAz%2ByX3Y%3D)|[core dump](https://helixre107v0xdeko0k025g8.blob.core.windows.net/dotnet-runtime-refs-pull-41808-merge-31ef3aac530e4dcab8/System.Drawing.Common.Tests/core.64460?%3Fsv%3D2019-07-07%26se%3D2020-10-14T01%3A55%3A44Z%26sr%3Dc%26sp%3Drl%26sig%3DuIqiyeqUJ2VNpEqpQIuFK1Opj2W1gPKZo6oDAz%2ByX3Y%3D)||[runclient.py](https://helixre107v0xdeko0k025g8.blob.core.windows.net/dotnet-runtime-refs-pull-41808-merge-31ef3aac530e4dcab8/System.Drawing.Common.Tests/069c4897-0bb8-4940-ac4c-2417877b47fd.log?%3Fsv%3D2019-07-07%26se%3D2020-10-14T01%253A55%253A44Z%26sr%3Dc%26sp%3Drl%26sig%3DuIqiyeqUJ2VNpEqpQIuFK1Opj2W1gPKZo6oDAz%252ByX3Y%253D)|
Build Result Summary
|Day Hit Count|Week Hit Count|Month Hit Count|
|---|---|---|
|0|1|14|
<!-- runfo report end -->
|
test
|
mono sigabrt in system drawing common affecting some test runs affects clean test runs in azdo run test log txt private tmp helix working w e private tmp helix working w e discovering system drawing common tests method display classandmethod method display options none discovered system drawing common tests found of test cases starting system drawing common tests parallel test collections on max threads system drawing tests blendtests ctor largecount throwsoutofmemoryexception condition s not met isnotintmaxvaluearrayindexsupported system drawing printing tests printcontrollertests onstartpage invokewithprint returnsnull condition s not met isanyinstalledprinters native crash reporting got a segv while executing native code this usually indicates a fatal error in the mono runtime or one of the native libraries used by your application native stacktrace private tmp helix working p shared microsoft netcore app libcoreclr dylib mono dump native crash info private tmp helix working p shared microsoft netcore app libcoreclr dylib mono handle native crash private tmp helix working p shared microsoft netcore app libcoreclr dylib altstack handle and restore usr lib system libsystem c dylib fclose usr local lib libgdiplus dylib gdip metafile stop recording usr local lib libgdiplus dylib gdipdeletegraphics unknown unknown private tmp helix working p shared microsoft netcore app libcoreclr dylib mono jit runtime invoke private tmp helix working p shared microsoft netcore app libcoreclr dylib mono runtime invoke checked private tmp helix working p shared microsoft netcore app libcoreclr dylib mono runtime try invoke array private tmp helix working p shared microsoft netcore app libcoreclr dylib ves icall internalinvoke private tmp helix working p shared microsoft netcore app libcoreclr dylib ves icall internalinvoke raw end wed jun pdt exit code exit code means sigabrt abort managed or native assert or runtime check such as heap corruption caused call to abort core dumped possibly related but this issue appears to have a different termination code build definition kind run name console core dump test results run client build result summary day hit count week hit count month hit count
| 1
|
220,816
| 17,262,610,022
|
IssuesEvent
|
2021-07-22 09:42:06
|
urapadmin/kiosk
|
https://api.github.com/repos/urapadmin/kiosk
|
closed
|
housekeeping: corrupt images need to be tagged much like broken images are
|
Beset bug enhancement / extension file-repository kiosk synchronization test-stage
|
so that it is possible to find them in the file repository
otherwise this horror would not be manageable:










_Originally posted by @luizaogs in https://github.com/urapadmin/kiosk/issues/1109#issuecomment-847102446_
|
1.0
|
housekeeping: corrupt images need to be tagged much like broken images are - so that it is possible to find them in the file repository
otherwise this horror would not be manageable:










_Originally posted by @luizaogs in https://github.com/urapadmin/kiosk/issues/1109#issuecomment-847102446_
|
test
|
housekeeping corrupt images need to be tagged much like broken images are so that it is possible to find them in the file repository otherwise this horror would not be manageable originally posted by luizaogs in
| 1
|
537,973
| 15,758,761,427
|
IssuesEvent
|
2021-03-31 07:09:48
|
ballerina-platform/ballerina-standard-library
|
https://api.github.com/repos/ballerina-platform/ballerina-standard-library
|
closed
|
Fix time civilToEmailString documentation
|
Priority/Low Type/Improvement module/time
|
**Description:**
Need to fix the documentation here https://github.com/ballerina-platform/module-ballerina-time/blob/a5204466a4ce478e02d4a58fbb21972f928f1e82/time-ballerina/time_apis.bal#L205
|
1.0
|
Fix time civilToEmailString documentation - **Description:**
Need to fix the documentation here https://github.com/ballerina-platform/module-ballerina-time/blob/a5204466a4ce478e02d4a58fbb21972f928f1e82/time-ballerina/time_apis.bal#L205
|
non_test
|
fix time civiltoemailstring documentation description need to fix the documentation here
| 0
|
64,717
| 26,858,180,622
|
IssuesEvent
|
2023-02-03 16:09:30
|
thewca/worldcubeassociation.org
|
https://api.github.com/repos/thewca/worldcubeassociation.org
|
opened
|
Mexico Competitions Displaying Incorrect Time on Calendar
|
TYPE: bug TECH: ruby SERVICE: competition
|
Email thread: "Issue with WCA competition Site"
> We have the theory this happened because of Daylight Saving Time.
>
> Usually, we in Mexico set forward one-hour clocks in summer but last year the president changed the law and this Daylight Saving time was canceled. You can find some news like this https://elpais.com/mexico/2022-10-26/mexico-elimina-el-horario-de-verano-tras-26-anos-de-implementarlo.html#:~:text=Este%20domingo%2030%20de%20octubre,tengan%20que%20atrasar%20su%20reloj.
>
> I noticed this issue affected all the competitions after April in Mexico. So we suppose this is the issue. How can we actualize this information and eliminate Daylight Saving Time?
>
> The important competition affected are:
> https://www.worldcubeassociation.org/competitions/IZcube2023
> https://www.worldcubeassociation.org/competitions/CalmecacTlaxcala2023
|
1.0
|
Mexico Competitions Displaying Incorrect Time on Calendar - Email thread: "Issue with WCA competition Site"
> We have the theory this happened because of Daylight Saving Time.
>
> Usually, we in Mexico set forward one-hour clocks in summer but last year the president changed the law and this Daylight Saving time was canceled. You can find some news like this https://elpais.com/mexico/2022-10-26/mexico-elimina-el-horario-de-verano-tras-26-anos-de-implementarlo.html#:~:text=Este%20domingo%2030%20de%20octubre,tengan%20que%20atrasar%20su%20reloj.
>
> I noticed this issue affected all the competitions after April in Mexico. So we suppose this is the issue. How can we actualize this information and eliminate Daylight Saving Time?
>
> The important competition affected are:
> https://www.worldcubeassociation.org/competitions/IZcube2023
> https://www.worldcubeassociation.org/competitions/CalmecacTlaxcala2023
|
non_test
|
mexico competitions displaying incorrect time on calendar email thread issue with wca competition site we have the theory this happened because of daylight saving time usually we in mexico set forward one hour clocks in summer but last year the president changed the law and this daylight saving time was canceled you can find some news like this i noticed this issue affected all the competitions after april in mexico so we suppose this is the issue how can we actualize this information and eliminate daylight saving time the important competition affected are
| 0
|
165,755
| 14,009,933,656
|
IssuesEvent
|
2020-10-29 03:41:17
|
SOM-Timer/som_timer_be
|
https://api.github.com/repos/SOM-Timer/som_timer_be
|
opened
|
READMe
|
BE chore documentation mvp
|
### Feature Categories:
- [x] Documentation
**Describe the feature/Bug your gonna work on**
Build out ReadMe with:
- [ ] about
- [ ] learning goals
- [ ] setup
- [ ] testing
- [ ] endpoints
- code blocks, postman screenshots / screencast
- [ ] tools used
- [ ] authors
**Additional context**
Add any other context or screenshots about the feature.
- I'm finally understanding why a *good* READme is so crucial.
|
1.0
|
READMe - ### Feature Categories:
- [x] Documentation
**Describe the feature/Bug your gonna work on**
Build out ReadMe with:
- [ ] about
- [ ] learning goals
- [ ] setup
- [ ] testing
- [ ] endpoints
- code blocks, postman screenshots / screencast
- [ ] tools used
- [ ] authors
**Additional context**
Add any other context or screenshots about the feature.
- I'm finally understanding why a *good* READme is so crucial.
|
non_test
|
readme feature categories documentation describe the feature bug your gonna work on build out readme with about learning goals setup testing endpoints code blocks postman screenshots screencast tools used authors additional context add any other context or screenshots about the feature i m finally understanding why a good readme is so crucial
| 0
|
173,866
| 27,535,298,564
|
IssuesEvent
|
2023-03-07 02:42:31
|
GAME-2334/vrgame
|
https://api.github.com/repos/GAME-2334/vrgame
|
opened
|
Cafeteria Staging
|
designers
|
Please add props to this area of the station utilizing the props from the artist department as well as from the asset packs in the store. This area of the space station will be in pristine condition. It must include tables, trays, mugs, cleaning supplies, and various other items to sell the idea that this is a lived-in area
|
1.0
|
Cafeteria Staging - Please add props to this area of the station utilizing the props from the artist department as well as from the asset packs in the store. This area of the space station will be in pristine condition. It must include tables, trays, mugs, cleaning supplies, and various other items to sell the idea that this is a lived-in area
|
non_test
|
cafeteria staging please add props to this area of the station utilizing the props from the artist department as well as from the asset packs in the store this area of the space station will be in pristine condition it must include tables trays mugs cleaning supplies and various other items to sell the idea that this is a lived in area
| 0
|
130,344
| 18,155,770,555
|
IssuesEvent
|
2021-09-27 01:12:50
|
benlazarine/cas-overlay
|
https://api.github.com/repos/benlazarine/cas-overlay
|
opened
|
CVE-2020-9488 (Low) detected in log4j-core-2.11.0.jar
|
security vulnerability
|
## CVE-2020-9488 - Low Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>log4j-core-2.11.0.jar</b></p></summary>
<p>The Apache Log4j Implementation</p>
<p>Library home page: <a href="https://logging.apache.org/log4j/2.x/">https://logging.apache.org/log4j/2.x/</a></p>
<p>Path to dependency file: cas-overlay/pom.xml</p>
<p>Path to vulnerable library: /root/.m2/repository/org/apache/logging/log4j/log4j-core/2.11.0/log4j-core-2.11.0.jar</p>
<p>
Dependency Hierarchy:
- cas-server-support-oauth-webflow-5.3.7.jar (Root Library)
- :x: **log4j-core-2.11.0.jar** (Vulnerable Library)
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/low_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
Improper validation of certificate with host mismatch in Apache Log4j SMTP appender. This could allow an SMTPS connection to be intercepted by a man-in-the-middle attack which could leak any log messages sent through that appender.
<p>Publish Date: 2020-04-27
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-9488>CVE-2020-9488</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>3.7</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: High
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: Low
- Integrity Impact: 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://issues.apache.org/jira/browse/LOG4J2-2819">https://issues.apache.org/jira/browse/LOG4J2-2819</a></p>
<p>Release Date: 2020-04-27</p>
<p>Fix Resolution: org.apache.logging.log4j:log4j-core:2.13.2</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
|
True
|
CVE-2020-9488 (Low) detected in log4j-core-2.11.0.jar - ## CVE-2020-9488 - Low Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>log4j-core-2.11.0.jar</b></p></summary>
<p>The Apache Log4j Implementation</p>
<p>Library home page: <a href="https://logging.apache.org/log4j/2.x/">https://logging.apache.org/log4j/2.x/</a></p>
<p>Path to dependency file: cas-overlay/pom.xml</p>
<p>Path to vulnerable library: /root/.m2/repository/org/apache/logging/log4j/log4j-core/2.11.0/log4j-core-2.11.0.jar</p>
<p>
Dependency Hierarchy:
- cas-server-support-oauth-webflow-5.3.7.jar (Root Library)
- :x: **log4j-core-2.11.0.jar** (Vulnerable Library)
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/low_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
Improper validation of certificate with host mismatch in Apache Log4j SMTP appender. This could allow an SMTPS connection to be intercepted by a man-in-the-middle attack which could leak any log messages sent through that appender.
<p>Publish Date: 2020-04-27
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-9488>CVE-2020-9488</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>3.7</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: High
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: Low
- Integrity Impact: 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://issues.apache.org/jira/browse/LOG4J2-2819">https://issues.apache.org/jira/browse/LOG4J2-2819</a></p>
<p>Release Date: 2020-04-27</p>
<p>Fix Resolution: org.apache.logging.log4j:log4j-core:2.13.2</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
|
non_test
|
cve low detected in core jar cve low severity vulnerability vulnerable library core jar the apache implementation library home page a href path to dependency file cas overlay pom xml path to vulnerable library root repository org apache logging core core jar dependency hierarchy cas server support oauth webflow jar root library x core jar vulnerable library vulnerability details improper validation of certificate with host mismatch in apache smtp appender this could allow an smtps connection to be intercepted by a man in the middle attack which could leak any log messages sent through that appender publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity high privileges required none user interaction none scope unchanged impact metrics confidentiality impact low integrity impact none 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 logging core step up your open source security game with whitesource
| 0
|
754
| 2,511,714,501
|
IssuesEvent
|
2015-01-14 10:37:06
|
WebTales/rubedo
|
https://api.github.com/repos/WebTales/rubedo
|
closed
|
Retrouver votre mot de passe : succès en anglais
|
bug To test
|
Dans la fonction retrouver votre mot de passe, l'alerte (réussite ou erreur) est en anglais
|
1.0
|
Retrouver votre mot de passe : succès en anglais - Dans la fonction retrouver votre mot de passe, l'alerte (réussite ou erreur) est en anglais
|
test
|
retrouver votre mot de passe succès en anglais dans la fonction retrouver votre mot de passe l alerte réussite ou erreur est en anglais
| 1
|
87,640
| 8,102,933,701
|
IssuesEvent
|
2018-08-13 05:33:58
|
flutter/flutter
|
https://api.github.com/repos/flutter/flutter
|
reopened
|
_Compiler.shutdown crash when running test that doesn't successfully compile
|
a: tests dependency: dart severe: crash severe: regression tool
|
Add the following file as `packages/flutter/test/widgets/test_test.dart`:
```dart
// Copyright 2017 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import 'package:flutter_test/flutter_test.dart';
import 'package:flutter/material.dart';
void main() {
testWidgets("my custom test", (WidgetTester tester)
async {
await tester.pumpWidget(new Directionality(
child: new Card(
child: TextField(),
),
textDirection: TextDirection.ltr,
));
var inputPredicate = find.byType(TextField);
expect(inputPredicate, findsOneWidget);
await submit(tester, find.byType(TextField));
await tester.pump();
await submit(tester, find.byType(TextField));// this fails
await tester.pump();
}
);
}
Future<Null> submit(WidgetTester tester, Finder finder) async {
return TestAsyncUtils.guard(() async {
await tester.showKeyboard(finder);
tester.testTextInput.receiveAction(TextInputAction.done);
await tester.idle();
});
}
```
Then in `flutter/packages` run `flutter test test/widgets/test_test.dart`. Flutter crashes:
```
NoSuchMethodError: NoSuchMethodError: The method 'shutdown' was called on null.
Receiver: null
Tried calling: shutdown()
#0 Object.noSuchMethod (dart:core-patch/dart:core/object_patch.dart:46)
#1 _Compiler.shutdown (package:flutter_tools/src/test/flutter_platform.dart:288)
<asynchronous suspension>
#2 _FlutterPlatform.close (package:flutter_tools/src/test/flutter_platform.dart:745)
<asynchronous suspension>
#3 Loader.close.<anonymous closure>.<anonymous closure> (package:test/src/runner/loader.dart:306)
<asynchronous suspension>
#4 MappedIterator.moveNext (dart:_internal/iterable.dart:392)
#5 Future.wait (dart:async/future.dart:385)
#6 Loader.close.<anonymous closure> (package:test/src/runner/loader.dart:304)
<asynchronous suspension>
#7 new Future.sync (dart:async/future.dart:222)
#8 AsyncMemoizer.runOnce (package:async/src/async_memoizer.dart:43)
#9 Loader.close (package:test/src/runner/loader.dart:302)
#10 Runner.close.<anonymous closure> (package:test/src/runner.dart:226)
<asynchronous suspension>
#11 new Future.sync (dart:async/future.dart:222)
#12 AsyncMemoizer.runOnce (package:async/src/async_memoizer.dart:43)
#13 Runner.close (package:test/src/runner.dart:198)
#14 main.close (package:test/src/executable.dart:165)
<asynchronous suspension>
#15 main (package:test/src/executable.dart:190)
<asynchronous suspension>
#16 runTests (package:flutter_tools/src/test/runner.dart:109)
<asynchronous suspension>
#17 TestCommand.runCommand (package:flutter_tools/src/commands/test.dart:216)
<asynchronous suspension>
#18 FlutterCommand.verifyThenRunCommand (package:flutter_tools/src/runner/flutter_command.dart:347)
#19 _asyncThenWrapperHelper.<anonymous closure> (dart:async-patch/dart:async/async_patch.dart:77)
#20 _rootRunUnary (dart:async/zone.dart:1134)
#21 _CustomZone.runUnary (dart:async/zone.dart:1031)
#22 _FutureListener.handleValue (dart:async/future_impl.dart:129)
#23 Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:638)
#24 Future._propagateToListeners (dart:async/future_impl.dart:667)
#25 Future._complete (dart:async/future_impl.dart:472)
#26 _SyncCompleter.complete (dart:async/future_impl.dart:51)
#27 _AsyncAwaitCompleter.complete.<anonymous closure> (dart:async-patch/dart:async/async_patch.dart:33)
#28 _rootRun (dart:async/zone.dart:1126)
#29 _CustomZone.run (dart:async/zone.dart:1023)
#30 _CustomZone.bindCallback.<anonymous closure> (dart:async/zone.dart:949)
#31 _microtaskLoop (dart:async/schedule_microtask.dart:41)
#32 _startMicrotaskLoop (dart:async/schedule_microtask.dart:50)
#33 _runPendingImmediateCallback (dart:isolate-patch/dart:isolate/isolate_patch.dart:113)
#34 _RawReceivePortImpl._handleMessage (dart:isolate-patch/dart:isolate/isolate_patch.dart:166)
```
## flutter doctor
```
[✓] Flutter (Channel master, v0.5.6-pre.27, on Linux, locale en_US.UTF-8)
• Flutter version 0.5.6-pre.27 at /usr/local/google/home/ianh/dev/flutter
• Framework revision bb23a110e0 (2 hours ago), 2018-06-19 16:41:27 +0200
• Engine revision 0c119932c0
• Dart version 2.0.0-dev.62.0.flutter-4b2d60cb18
[✓] Android toolchain - develop for Android devices (Android SDK 27.0.3)
• Android SDK at /usr/local/google/home/ianh/Android/Sdk
• Android NDK at /usr/local/google/home/ianh/Android/Sdk/ndk-bundle
• Platform android-27, build-tools 27.0.3
• Java binary at: /usr/local/google/home/ianh/bin/android-studio/jre/bin/java
• Java version OpenJDK Runtime Environment (build 1.8.0_112-release-b06)
• All Android licenses accepted.
[✓] Android Studio (version 2.3)
• Android Studio at /usr/local/google/home/ianh/bin/android-studio
✗ Flutter plugin not installed; this adds Flutter specific functionality.
✗ Dart plugin not installed; this adds Dart specific functionality.
• Java version OpenJDK Runtime Environment (build 1.8.0_112-release-b06)
[✓] IntelliJ IDEA Community Edition (version 2017.3)
• IntelliJ at /usr/local/google/home/ianh/bin/idea-IC-173.4301.25
• Flutter plugin version 20.0.3
• Dart plugin version 173.4301.22
[!] Connected devices
! No devices available
! Doctor found issues in 1 category.
```
cc @aam
|
1.0
|
_Compiler.shutdown crash when running test that doesn't successfully compile - Add the following file as `packages/flutter/test/widgets/test_test.dart`:
```dart
// Copyright 2017 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import 'package:flutter_test/flutter_test.dart';
import 'package:flutter/material.dart';
void main() {
testWidgets("my custom test", (WidgetTester tester)
async {
await tester.pumpWidget(new Directionality(
child: new Card(
child: TextField(),
),
textDirection: TextDirection.ltr,
));
var inputPredicate = find.byType(TextField);
expect(inputPredicate, findsOneWidget);
await submit(tester, find.byType(TextField));
await tester.pump();
await submit(tester, find.byType(TextField));// this fails
await tester.pump();
}
);
}
Future<Null> submit(WidgetTester tester, Finder finder) async {
return TestAsyncUtils.guard(() async {
await tester.showKeyboard(finder);
tester.testTextInput.receiveAction(TextInputAction.done);
await tester.idle();
});
}
```
Then in `flutter/packages` run `flutter test test/widgets/test_test.dart`. Flutter crashes:
```
NoSuchMethodError: NoSuchMethodError: The method 'shutdown' was called on null.
Receiver: null
Tried calling: shutdown()
#0 Object.noSuchMethod (dart:core-patch/dart:core/object_patch.dart:46)
#1 _Compiler.shutdown (package:flutter_tools/src/test/flutter_platform.dart:288)
<asynchronous suspension>
#2 _FlutterPlatform.close (package:flutter_tools/src/test/flutter_platform.dart:745)
<asynchronous suspension>
#3 Loader.close.<anonymous closure>.<anonymous closure> (package:test/src/runner/loader.dart:306)
<asynchronous suspension>
#4 MappedIterator.moveNext (dart:_internal/iterable.dart:392)
#5 Future.wait (dart:async/future.dart:385)
#6 Loader.close.<anonymous closure> (package:test/src/runner/loader.dart:304)
<asynchronous suspension>
#7 new Future.sync (dart:async/future.dart:222)
#8 AsyncMemoizer.runOnce (package:async/src/async_memoizer.dart:43)
#9 Loader.close (package:test/src/runner/loader.dart:302)
#10 Runner.close.<anonymous closure> (package:test/src/runner.dart:226)
<asynchronous suspension>
#11 new Future.sync (dart:async/future.dart:222)
#12 AsyncMemoizer.runOnce (package:async/src/async_memoizer.dart:43)
#13 Runner.close (package:test/src/runner.dart:198)
#14 main.close (package:test/src/executable.dart:165)
<asynchronous suspension>
#15 main (package:test/src/executable.dart:190)
<asynchronous suspension>
#16 runTests (package:flutter_tools/src/test/runner.dart:109)
<asynchronous suspension>
#17 TestCommand.runCommand (package:flutter_tools/src/commands/test.dart:216)
<asynchronous suspension>
#18 FlutterCommand.verifyThenRunCommand (package:flutter_tools/src/runner/flutter_command.dart:347)
#19 _asyncThenWrapperHelper.<anonymous closure> (dart:async-patch/dart:async/async_patch.dart:77)
#20 _rootRunUnary (dart:async/zone.dart:1134)
#21 _CustomZone.runUnary (dart:async/zone.dart:1031)
#22 _FutureListener.handleValue (dart:async/future_impl.dart:129)
#23 Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:638)
#24 Future._propagateToListeners (dart:async/future_impl.dart:667)
#25 Future._complete (dart:async/future_impl.dart:472)
#26 _SyncCompleter.complete (dart:async/future_impl.dart:51)
#27 _AsyncAwaitCompleter.complete.<anonymous closure> (dart:async-patch/dart:async/async_patch.dart:33)
#28 _rootRun (dart:async/zone.dart:1126)
#29 _CustomZone.run (dart:async/zone.dart:1023)
#30 _CustomZone.bindCallback.<anonymous closure> (dart:async/zone.dart:949)
#31 _microtaskLoop (dart:async/schedule_microtask.dart:41)
#32 _startMicrotaskLoop (dart:async/schedule_microtask.dart:50)
#33 _runPendingImmediateCallback (dart:isolate-patch/dart:isolate/isolate_patch.dart:113)
#34 _RawReceivePortImpl._handleMessage (dart:isolate-patch/dart:isolate/isolate_patch.dart:166)
```
## flutter doctor
```
[✓] Flutter (Channel master, v0.5.6-pre.27, on Linux, locale en_US.UTF-8)
• Flutter version 0.5.6-pre.27 at /usr/local/google/home/ianh/dev/flutter
• Framework revision bb23a110e0 (2 hours ago), 2018-06-19 16:41:27 +0200
• Engine revision 0c119932c0
• Dart version 2.0.0-dev.62.0.flutter-4b2d60cb18
[✓] Android toolchain - develop for Android devices (Android SDK 27.0.3)
• Android SDK at /usr/local/google/home/ianh/Android/Sdk
• Android NDK at /usr/local/google/home/ianh/Android/Sdk/ndk-bundle
• Platform android-27, build-tools 27.0.3
• Java binary at: /usr/local/google/home/ianh/bin/android-studio/jre/bin/java
• Java version OpenJDK Runtime Environment (build 1.8.0_112-release-b06)
• All Android licenses accepted.
[✓] Android Studio (version 2.3)
• Android Studio at /usr/local/google/home/ianh/bin/android-studio
✗ Flutter plugin not installed; this adds Flutter specific functionality.
✗ Dart plugin not installed; this adds Dart specific functionality.
• Java version OpenJDK Runtime Environment (build 1.8.0_112-release-b06)
[✓] IntelliJ IDEA Community Edition (version 2017.3)
• IntelliJ at /usr/local/google/home/ianh/bin/idea-IC-173.4301.25
• Flutter plugin version 20.0.3
• Dart plugin version 173.4301.22
[!] Connected devices
! No devices available
! Doctor found issues in 1 category.
```
cc @aam
|
test
|
compiler shutdown crash when running test that doesn t successfully compile add the following file as packages flutter test widgets test test dart dart copyright the chromium authors all rights reserved use of this source code is governed by a bsd style license that can be found in the license file import package flutter test flutter test dart import package flutter material dart void main testwidgets my custom test widgettester tester async await tester pumpwidget new directionality child new card child textfield textdirection textdirection ltr var inputpredicate find bytype textfield expect inputpredicate findsonewidget await submit tester find bytype textfield await tester pump await submit tester find bytype textfield this fails await tester pump future submit widgettester tester finder finder async return testasyncutils guard async await tester showkeyboard finder tester testtextinput receiveaction textinputaction done await tester idle then in flutter packages run flutter test test widgets test test dart flutter crashes nosuchmethoderror nosuchmethoderror the method shutdown was called on null receiver null tried calling shutdown object nosuchmethod dart core patch dart core object patch dart compiler shutdown package flutter tools src test flutter platform dart flutterplatform close package flutter tools src test flutter platform dart loader close package test src runner loader dart mappediterator movenext dart internal iterable dart future wait dart async future dart loader close package test src runner loader dart new future sync dart async future dart asyncmemoizer runonce package async src async memoizer dart loader close package test src runner loader dart runner close package test src runner dart new future sync dart async future dart asyncmemoizer runonce package async src async memoizer dart runner close package test src runner dart main close package test src executable dart main package test src executable dart runtests package flutter tools src test runner dart testcommand runcommand package flutter tools src commands test dart fluttercommand verifythenruncommand package flutter tools src runner flutter command dart asyncthenwrapperhelper dart async patch dart async async patch dart rootrununary dart async zone dart customzone rununary dart async zone dart futurelistener handlevalue dart async future impl dart future propagatetolisteners handlevaluecallback dart async future impl dart future propagatetolisteners dart async future impl dart future complete dart async future impl dart synccompleter complete dart async future impl dart asyncawaitcompleter complete dart async patch dart async async patch dart rootrun dart async zone dart customzone run dart async zone dart customzone bindcallback dart async zone dart microtaskloop dart async schedule microtask dart startmicrotaskloop dart async schedule microtask dart runpendingimmediatecallback dart isolate patch dart isolate isolate patch dart rawreceiveportimpl handlemessage dart isolate patch dart isolate isolate patch dart flutter doctor flutter channel master pre on linux locale en us utf • flutter version pre at usr local google home ianh dev flutter • framework revision hours ago • engine revision • dart version dev flutter android toolchain develop for android devices android sdk • android sdk at usr local google home ianh android sdk • android ndk at usr local google home ianh android sdk ndk bundle • platform android build tools • java binary at usr local google home ianh bin android studio jre bin java • java version openjdk runtime environment build release • all android licenses accepted android studio version • android studio at usr local google home ianh bin android studio ✗ flutter plugin not installed this adds flutter specific functionality ✗ dart plugin not installed this adds dart specific functionality • java version openjdk runtime environment build release intellij idea community edition version • intellij at usr local google home ianh bin idea ic • flutter plugin version • dart plugin version connected devices no devices available doctor found issues in category cc aam
| 1
|
60,484
| 6,691,998,565
|
IssuesEvent
|
2017-10-09 14:56:31
|
emfoundation/ce100-app
|
https://api.github.com/repos/emfoundation/ce100-app
|
closed
|
Search challenges
|
please-test T2h
|
Search through challenge title, description and tags
Searching on title and description can be don easily on the fields directly and by using the ```LIKE``` function of Postgres
Searching on tags linked to the challenges require a query a bit more complex as we need to join the challenges with the list of tags
|
1.0
|
Search challenges - Search through challenge title, description and tags
Searching on title and description can be don easily on the fields directly and by using the ```LIKE``` function of Postgres
Searching on tags linked to the challenges require a query a bit more complex as we need to join the challenges with the list of tags
|
test
|
search challenges search through challenge title description and tags searching on title and description can be don easily on the fields directly and by using the like function of postgres searching on tags linked to the challenges require a query a bit more complex as we need to join the challenges with the list of tags
| 1
|
206,411
| 15,729,989,875
|
IssuesEvent
|
2021-03-29 15:25:44
|
pytorch/audio
|
https://api.github.com/repos/pytorch/audio
|
closed
|
Removing `skipIfNoSoxBackend` in test
|
contributions welcome good first issue help wanted testing
|
In #1311 we have removed legacy backends but some tests were not properly updated. We should fix them.
## Steps
1. Remove the definition of [`skipIfNoSoxBackend` decorator](https://github.com/pytorch/audio/blob/720323c67dcbee798d9055091ad81b0b23512a88/test/torchaudio_unittest/common_utils/case_utils.py#L99-L100)
2. Replace [the use of `skipIfNoSoxBackend`](https://github.com/pytorch/audio/search?q=skipIfNoSoxBackend) with [`skipIfNoSox `](https://github.com/pytorch/audio/blob/720323c67dcbee798d9055091ad81b0b23512a88/test/torchaudio_unittest/common_utils/case_utils.py#L102)
3. (If the test class has `backend` class attribute) Replace `backend="sox"` attribute with `backend="sox_io"`.
## Build and testing
For setting up build environment, please refer to [CONTRIBUTING.md](https://github.com/pytorch/audio/CONTRIBUTING.md)
Build `torchaudio` with `BUILD_SOX=1` and run sox-related tests. All the sox-related tests should be executed and pass after the changes.
|
1.0
|
Removing `skipIfNoSoxBackend` in test - In #1311 we have removed legacy backends but some tests were not properly updated. We should fix them.
## Steps
1. Remove the definition of [`skipIfNoSoxBackend` decorator](https://github.com/pytorch/audio/blob/720323c67dcbee798d9055091ad81b0b23512a88/test/torchaudio_unittest/common_utils/case_utils.py#L99-L100)
2. Replace [the use of `skipIfNoSoxBackend`](https://github.com/pytorch/audio/search?q=skipIfNoSoxBackend) with [`skipIfNoSox `](https://github.com/pytorch/audio/blob/720323c67dcbee798d9055091ad81b0b23512a88/test/torchaudio_unittest/common_utils/case_utils.py#L102)
3. (If the test class has `backend` class attribute) Replace `backend="sox"` attribute with `backend="sox_io"`.
## Build and testing
For setting up build environment, please refer to [CONTRIBUTING.md](https://github.com/pytorch/audio/CONTRIBUTING.md)
Build `torchaudio` with `BUILD_SOX=1` and run sox-related tests. All the sox-related tests should be executed and pass after the changes.
|
test
|
removing skipifnosoxbackend in test in we have removed legacy backends but some tests were not properly updated we should fix them steps remove the definition of replace with if the test class has backend class attribute replace backend sox attribute with backend sox io build and testing for setting up build environment please refer to build torchaudio with build sox and run sox related tests all the sox related tests should be executed and pass after the changes
| 1
|
57,262
| 11,731,411,648
|
IssuesEvent
|
2020-03-11 00:02:17
|
atomist/automation-client
|
https://api.github.com/repos/atomist/automation-client
|
reopened
|
Code Inspection: Tslint on master
|
code-inspection
|
### cyclomatic-complexity
- [`lib/internal/transport/websocket/WebSocketMessageClient.ts:54`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/transport/websocket/WebSocketMessageClient.ts#L54): _(warn)_ The function doSend has a cyclomatic complexity of 28 which is higher than the threshold of 20
### import-blacklist
- [`lib/atomistWebhook.ts:7`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/atomistWebhook.ts#L7): _(warn)_ Importing this module is blacklisted. Try importing a submodule instead.
- [`lib/graph/ApolloGraphClient.ts:12`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/graph/ApolloGraphClient.ts#L12): _(warn)_ Importing this module is blacklisted. Try importing a submodule instead.
- [`lib/graph/ApolloGraphClientFactory.ts:1`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/graph/ApolloGraphClientFactory.ts#L1): _(warn)_ Importing this module is blacklisted. Try importing a submodule instead.
- [`lib/internal/util/http.ts:1`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/util/http.ts#L1): _(warn)_ Importing this module is blacklisted. Try importing a submodule instead.
- [`lib/secured.ts:2`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/secured.ts#L2): _(warn)_ Importing this module is blacklisted. Try importing a submodule instead.
- [`test/atomistWebhook.test.ts:7`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/test/atomistWebhook.test.ts#L7): _(warn)_ Importing this module is blacklisted. Try importing a submodule instead.
- [`test/event/HelloIssue.ts:1`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/test/event/HelloIssue.ts#L1): _(warn)_ Importing this module is blacklisted. Try importing a submodule instead.
### max-classes-per-file
- [`test/internal/metadata/classStyleMetadataReading.test.ts:409`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/test/internal/metadata/classStyleMetadataReading.test.ts#L409): _(warn)_ A maximum of 7 classes per file are allowed.
- [`test/internal/metadata/classStyleMetadataReading.test.ts:425`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/test/internal/metadata/classStyleMetadataReading.test.ts#L425): _(warn)_ A maximum of 7 classes per file are allowed.
- [`test/internal/metadata/classStyleMetadataReading.test.ts:434`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/test/internal/metadata/classStyleMetadataReading.test.ts#L434): _(warn)_ A maximum of 7 classes per file are allowed.
- [`test/internal/metadata/classStyleMetadataReading.test.ts:451`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/test/internal/metadata/classStyleMetadataReading.test.ts#L451): _(warn)_ A maximum of 7 classes per file are allowed.
- [`test/internal/metadata/classStyleMetadataReading.test.ts:467`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/test/internal/metadata/classStyleMetadataReading.test.ts#L467): _(warn)_ A maximum of 7 classes per file are allowed.
- [`test/internal/metadata/classStyleMetadataReading.test.ts:480`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/test/internal/metadata/classStyleMetadataReading.test.ts#L480): _(warn)_ A maximum of 7 classes per file are allowed.
- [`test/internal/metadata/classStyleMetadataReading.test.ts:492`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/test/internal/metadata/classStyleMetadataReading.test.ts#L492): _(warn)_ A maximum of 7 classes per file are allowed.
- [`test/internal/metadata/classStyleMetadataReading.test.ts:504`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/test/internal/metadata/classStyleMetadataReading.test.ts#L504): _(warn)_ A maximum of 7 classes per file are allowed.
- [`test/internal/metadata/classStyleMetadataReading.test.ts:515`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/test/internal/metadata/classStyleMetadataReading.test.ts#L515): _(warn)_ A maximum of 7 classes per file are allowed.
- [`test/internal/metadata/classStyleMetadataReading.test.ts:526`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/test/internal/metadata/classStyleMetadataReading.test.ts#L526): _(warn)_ A maximum of 7 classes per file are allowed.
- [`test/internal/metadata/classWithExternalParametersMetadataReading.test.ts:227`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/test/internal/metadata/classWithExternalParametersMetadataReading.test.ts#L227): _(warn)_ A maximum of 7 classes per file are allowed.
- [`test/internal/metadata/classWithExternalParametersMetadataReading.test.ts:249`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/test/internal/metadata/classWithExternalParametersMetadataReading.test.ts#L249): _(warn)_ A maximum of 7 classes per file are allowed.
- [`test/internal/metadata/classWithExternalParametersMetadataReading.test.ts:270`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/test/internal/metadata/classWithExternalParametersMetadataReading.test.ts#L270): _(warn)_ A maximum of 7 classes per file are allowed.
- [`test/internal/metadata/classWithExternalParametersMetadataReading.test.ts:278`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/test/internal/metadata/classWithExternalParametersMetadataReading.test.ts#L278): _(warn)_ A maximum of 7 classes per file are allowed.
- [`test/internal/metadata/classWithExternalParametersMetadataReading.test.ts:296`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/test/internal/metadata/classWithExternalParametersMetadataReading.test.ts#L296): _(warn)_ A maximum of 7 classes per file are allowed.
- [`test/internal/metadata/classWithExternalParametersMetadataReading.test.ts:302`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/test/internal/metadata/classWithExternalParametersMetadataReading.test.ts#L302): _(warn)_ A maximum of 7 classes per file are allowed.
### max-file-line-count
- [`test/internal/metadata/classStyleMetadataReading.test.ts:535`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/test/internal/metadata/classStyleMetadataReading.test.ts#L535): _(warn)_ This file has 536 lines, which exceeds the maximum of 500 lines allowed. Consider breaking this file up into smaller parts
### no-console
- [`lib/internal/transport/express/ExpressServer.ts:269`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/transport/express/ExpressServer.ts#L269): _(warn)_ Calls to 'console.log' are not allowed.
- [`lib/internal/transport/express/ExpressServer.ts:290`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/transport/express/ExpressServer.ts#L290): _(warn)_ Calls to 'console.log' are not allowed.
- [`test/event/HelloWorld.ts:27`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/test/event/HelloWorld.ts#L27): _(warn)_ Calls to 'console.log' are not allowed.
- [`test/internal/invoker/functionStyleCommandHandler.test.ts:14`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/test/internal/invoker/functionStyleCommandHandler.test.ts#L14): _(warn)_ Calls to 'console.log' are not allowed.
- [`test/internal/invoker/TestHandlers.ts:43`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/test/internal/invoker/TestHandlers.ts#L43): _(warn)_ Calls to 'console.log' are not allowed.
- [`test/internal/metadata/classWithExternalParametersMetadataReading.test.ts:150`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/test/internal/metadata/classWithExternalParametersMetadataReading.test.ts#L150): _(warn)_ Calls to 'console.log' are not allowed.
- [`test/internal/metadata/classWithExternalParametersMetadataReading.test.ts:200`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/test/internal/metadata/classWithExternalParametersMetadataReading.test.ts#L200): _(warn)_ Calls to 'console.log' are not allowed.
- [`test/internal/metadata/classWithExternalParametersMetadataReading.test.ts:218`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/test/internal/metadata/classWithExternalParametersMetadataReading.test.ts#L218): _(warn)_ Calls to 'console.log' are not allowed.
- [`test/internal/metadata/classWithExternalParametersMetadataReading.test.ts:240`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/test/internal/metadata/classWithExternalParametersMetadataReading.test.ts#L240): _(warn)_ Calls to 'console.log' are not allowed.
- [`test/internal/metadata/classWithExternalParametersMetadataReading.test.ts:261`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/test/internal/metadata/classWithExternalParametersMetadataReading.test.ts#L261): _(warn)_ Calls to 'console.log' are not allowed.
- [`test/internal/metadata/classWithExternalParametersMetadataReading.test.ts:288`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/test/internal/metadata/classWithExternalParametersMetadataReading.test.ts#L288): _(warn)_ Calls to 'console.log' are not allowed.
- [`test/internal/metadata/classWithExternalParametersMetadataReading.test.ts:312`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/test/internal/metadata/classWithExternalParametersMetadataReading.test.ts#L312): _(warn)_ Calls to 'console.log' are not allowed.
### no-floating-promises
- [`lib/internal/transport/AbstractRequestProcessor.ts:195`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/transport/AbstractRequestProcessor.ts#L195): _(warn)_ Promises must be handled appropriately
- [`lib/internal/transport/AbstractRequestProcessor.ts:226`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/transport/AbstractRequestProcessor.ts#L226): _(warn)_ Promises must be handled appropriately
- [`lib/internal/transport/AbstractRequestProcessor.ts:234`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/transport/AbstractRequestProcessor.ts#L234): _(warn)_ Promises must be handled appropriately
- [`lib/internal/transport/AbstractRequestProcessor.ts:262`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/transport/AbstractRequestProcessor.ts#L262): _(warn)_ Promises must be handled appropriately
- [`lib/internal/transport/AbstractRequestProcessor.ts:288`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/transport/AbstractRequestProcessor.ts#L288): _(warn)_ Promises must be handled appropriately
- [`lib/internal/transport/AbstractRequestProcessor.ts:292`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/transport/AbstractRequestProcessor.ts#L292): _(warn)_ Promises must be handled appropriately
- [`lib/internal/transport/AbstractRequestProcessor.ts:359`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/transport/AbstractRequestProcessor.ts#L359): _(warn)_ Promises must be handled appropriately
- [`lib/internal/transport/AbstractRequestProcessor.ts:386`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/transport/AbstractRequestProcessor.ts#L386): _(warn)_ Promises must be handled appropriately
- [`lib/internal/transport/express/ExpressServer.ts:194`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/transport/express/ExpressServer.ts#L194): _(warn)_ Promises must be handled appropriately
- [`lib/internal/transport/express/ExpressServer.ts:207`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/transport/express/ExpressServer.ts#L207): _(warn)_ Promises must be handled appropriately
- [`lib/internal/transport/websocket/WebSocketClient.ts:152`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/transport/websocket/WebSocketClient.ts#L152): _(warn)_ Promises must be handled appropriately
- [`test/api/gitHub.test.ts:73`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/test/api/gitHub.test.ts#L73): _(warn)_ Promises must be handled appropriately
- [`test/benchmark/generator.benchmark.ts:30`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/test/benchmark/generator.benchmark.ts#L30): _(warn)_ Promises must be handled appropriately
- [`test/benchmark/generator.benchmark.ts:33`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/test/benchmark/generator.benchmark.ts#L33): _(warn)_ Promises must be handled appropriately
- [`test/benchmark/generator.benchmark.ts:43`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/test/benchmark/generator.benchmark.ts#L43): _(warn)_ Promises must be handled appropriately
- [`test/internal/invoker/AbstractScriptedFlushable.test.ts:28`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/test/internal/invoker/AbstractScriptedFlushable.test.ts#L28): _(warn)_ Promises must be handled appropriately
- [`test/internal/invoker/BuildableAutomationServer.test.ts:84`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/test/internal/invoker/BuildableAutomationServer.test.ts#L84): _(warn)_ Promises must be handled appropriately
- [`test/internal/invoker/BuildableAutomationServer.test.ts:105`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/test/internal/invoker/BuildableAutomationServer.test.ts#L105): _(warn)_ Promises must be handled appropriately
- [`test/internal/invoker/BuildableAutomationServer.test.ts:152`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/test/internal/invoker/BuildableAutomationServer.test.ts#L152): _(warn)_ Promises must be handled appropriately
- [`test/internal/invoker/BuildableAutomationServer.test.ts:167`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/test/internal/invoker/BuildableAutomationServer.test.ts#L167): _(warn)_ Promises must be handled appropriately
- [`test/internal/invoker/BuildableAutomationServer.test.ts:196`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/test/internal/invoker/BuildableAutomationServer.test.ts#L196): _(warn)_ Promises must be handled appropriately
- [`test/internal/transport/websocket/WebSocketMessageClient.test.ts:58`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/test/internal/transport/websocket/WebSocketMessageClient.test.ts#L58): _(warn)_ Promises must be handled appropriately
- [`test/internal/transport/websocket/WebSocketMessageClient.test.ts:107`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/test/internal/transport/websocket/WebSocketMessageClient.test.ts#L107): _(warn)_ Promises must be handled appropriately
- [`test/internal/transport/websocket/WebSocketMessageClient.test.ts:174`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/test/internal/transport/websocket/WebSocketMessageClient.test.ts#L174): _(warn)_ Promises must be handled appropriately
- [`test/internal/transport/websocket/WebSocketMessageClient.test.ts:233`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/test/internal/transport/websocket/WebSocketMessageClient.test.ts#L233): _(warn)_ Promises must be handled appropriately
### no-implicit-dependencies
- [`lib/internal/util/memory.ts:32`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/util/memory.ts#L32): _(warn)_ Module 'mtrace' is not listed as dependency in package.json
### no-import-side-effect
- [`test/benchmark/generator.benchmark.ts:1`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/test/benchmark/generator.benchmark.ts#L1): _(warn)_ import with explicit side-effect
### no-invalid-this
- [`test/api/ApolloGraphClient.test.ts:25`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/test/api/ApolloGraphClient.test.ts#L25): _(warn)_ the "this" keyword is disallowed outside of a class body
- [`test/api/ApolloGraphClient.test.ts:53`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/test/api/ApolloGraphClient.test.ts#L53): _(warn)_ the "this" keyword is disallowed outside of a class body
### no-null-keyword
- [`lib/graph/ApolloGraphClientFactory.ts:41`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/graph/ApolloGraphClientFactory.ts#L41): _(warn)_ Use 'undefined' instead of 'null'
- [`lib/internal/event/InMemoryEventStore.ts:52`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/event/InMemoryEventStore.ts#L52): _(warn)_ Use 'undefined' instead of 'null'
- [`lib/internal/event/InMemoryEventStore.ts:63`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/event/InMemoryEventStore.ts#L63): _(warn)_ Use 'undefined' instead of 'null'
- [`lib/internal/event/InMemoryEventStore.ts:74`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/event/InMemoryEventStore.ts#L74): _(warn)_ Use 'undefined' instead of 'null'
- [`lib/internal/message/ConsoleMessageClient.ts:39`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/message/ConsoleMessageClient.ts#L39): _(warn)_ Use 'undefined' instead of 'null'
- [`lib/internal/message/DebugMessageClient.ts:17`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/message/DebugMessageClient.ts#L17): _(warn)_ Use 'undefined' instead of 'null'
- [`lib/internal/metadata/decoratorSupport.ts:53`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/metadata/decoratorSupport.ts#L53): _(warn)_ Use 'undefined' instead of 'null'
- [`lib/internal/metadata/decoratorSupport.ts:62`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/metadata/decoratorSupport.ts#L62): _(warn)_ Use 'undefined' instead of 'null'
- [`lib/internal/metadata/metadataReading.ts:27`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/metadata/metadataReading.ts#L27): _(warn)_ Use 'undefined' instead of 'null'
- [`lib/internal/transport/AbstractRequestProcessor.ts:329`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/transport/AbstractRequestProcessor.ts#L329): _(warn)_ Use 'undefined' instead of 'null'
- [`lib/internal/transport/AbstractRequestProcessor.ts:330`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/transport/AbstractRequestProcessor.ts#L330): _(warn)_ Use 'undefined' instead of 'null'
- [`lib/internal/transport/AbstractRequestProcessor.ts:331`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/transport/AbstractRequestProcessor.ts#L331): _(warn)_ Use 'undefined' instead of 'null'
- [`lib/internal/transport/AbstractRequestProcessor.ts:332`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/transport/AbstractRequestProcessor.ts#L332): _(warn)_ Use 'undefined' instead of 'null'
- [`lib/internal/transport/AbstractRequestProcessor.ts:333`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/transport/AbstractRequestProcessor.ts#L333): _(warn)_ Use 'undefined' instead of 'null'
- [`lib/internal/transport/AbstractRequestProcessor.ts:334`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/transport/AbstractRequestProcessor.ts#L334): _(warn)_ Use 'undefined' instead of 'null'
- [`lib/internal/transport/AbstractRequestProcessor.ts:335`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/transport/AbstractRequestProcessor.ts#L335): _(warn)_ Use 'undefined' instead of 'null'
- [`lib/internal/transport/AbstractRequestProcessor.ts:336`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/transport/AbstractRequestProcessor.ts#L336): _(warn)_ Use 'undefined' instead of 'null'
- [`lib/internal/transport/express/ExpressServer.ts:221`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/transport/express/ExpressServer.ts#L221): _(warn)_ Use 'undefined' instead of 'null'
- [`lib/internal/transport/express/ExpressServer.ts:223`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/transport/express/ExpressServer.ts#L223): _(warn)_ Use 'undefined' instead of 'null'
- [`lib/internal/transport/express/ExpressServer.ts:266`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/transport/express/ExpressServer.ts#L266): _(warn)_ Use 'undefined' instead of 'null'
- [`lib/internal/transport/express/ExpressServer.ts:270`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/transport/express/ExpressServer.ts#L270): _(warn)_ Use 'undefined' instead of 'null'
- [`lib/internal/transport/express/ExpressServer.ts:284`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/transport/express/ExpressServer.ts#L284): _(warn)_ Use 'undefined' instead of 'null'
- [`lib/internal/transport/express/ExpressServer.ts:286`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/transport/express/ExpressServer.ts#L286): _(warn)_ Use 'undefined' instead of 'null'
- [`lib/internal/transport/express/ExpressServer.ts:291`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/transport/express/ExpressServer.ts#L291): _(warn)_ Use 'undefined' instead of 'null'
- [`lib/internal/transport/websocket/WebSocketLifecycle.ts:77`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/transport/websocket/WebSocketLifecycle.ts#L77): _(warn)_ Use 'undefined' instead of 'null'
- [`lib/internal/transport/websocket/WebSocketMessageClient.ts:238`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/transport/websocket/WebSocketMessageClient.ts#L238): _(warn)_ Use 'undefined' instead of 'null'
### no-object-literal-type-assertion
- [`lib/internal/transport/express/ExpressServer.ts:237`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/transport/express/ExpressServer.ts#L237): _(warn)_ Type assertion on object literals is forbidden, use a type annotation instead.
- [`lib/operations/generate/GitlabRepoCreationParameters.ts:27`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/operations/generate/GitlabRepoCreationParameters.ts#L27): _(warn)_ Type assertion on object literals is forbidden, use a type annotation instead.
- [`lib/operations/review/reviewerToCommand.ts:58`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/operations/review/reviewerToCommand.ts#L58): _(warn)_ Type assertion on object literals is forbidden, use a type annotation instead.
- [`test/internal/invoker/functionStyleCommandHandler.test.ts:10`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/test/internal/invoker/functionStyleCommandHandler.test.ts#L10): _(warn)_ Type assertion on object literals is forbidden, use a type annotation instead.
### no-parameter-reassignment
- [`lib/graph/ApolloGraphClient.ts:96`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/graph/ApolloGraphClient.ts#L96): _(warn)_ Reassigning parameter 'operation' is forbidden.
- [`lib/graph/ApolloGraphClient.ts:131`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/graph/ApolloGraphClient.ts#L131): _(warn)_ Reassigning parameter 'options' is forbidden.
- [`lib/graph/ApolloGraphClient.ts:146`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/graph/ApolloGraphClient.ts#L146): _(warn)_ Reassigning parameter 'options' is forbidden.
- [`lib/internal/graph/graphQL.ts:246`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/graph/graphQL.ts#L246): _(warn)_ Reassigning parameter 'q' is forbidden.
- [`lib/internal/graph/graphQL.ts:254`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/graph/graphQL.ts#L254): _(warn)_ Reassigning parameter 'q' is forbidden.
- [`lib/internal/graph/graphQL.ts:257`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/graph/graphQL.ts#L257): _(warn)_ Reassigning parameter 'q' is forbidden.
- [`lib/internal/graph/graphQL.ts:259`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/graph/graphQL.ts#L259): _(warn)_ Reassigning parameter 'q' is forbidden.
- [`lib/internal/graph/graphQL.ts:262`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/graph/graphQL.ts#L262): _(warn)_ Reassigning parameter 'q' is forbidden.
- [`lib/internal/graph/graphQL.ts:267`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/graph/graphQL.ts#L267): _(warn)_ Reassigning parameter 'q' is forbidden.
- [`lib/internal/graph/graphQL.ts:272`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/graph/graphQL.ts#L272): _(warn)_ Reassigning parameter 'q' is forbidden.
- [`lib/internal/graph/graphQL.ts:286`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/graph/graphQL.ts#L286): _(warn)_ Reassigning parameter 'fragmentDir' is forbidden.
- [`lib/internal/graph/graphQL.ts:288`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/graph/graphQL.ts#L288): _(warn)_ Reassigning parameter 'fragmentDir' is forbidden.
- [`lib/internal/graph/graphQL.ts:293`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/graph/graphQL.ts#L293): _(warn)_ Reassigning parameter 'fragmentDir' is forbidden.
- [`lib/internal/graph/graphQL.ts:315`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/graph/graphQL.ts#L315): _(warn)_ Reassigning parameter 'q' is forbidden.
- [`lib/internal/graph/graphQL.ts:387`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/graph/graphQL.ts#L387): _(warn)_ Reassigning parameter 'path' is forbidden.
- [`lib/internal/transport/AbstractRequestProcessor.ts:222`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/transport/AbstractRequestProcessor.ts#L222): _(warn)_ Reassigning parameter 'result' is forbidden.
- [`lib/internal/transport/AbstractRequestProcessor.ts:230`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/transport/AbstractRequestProcessor.ts#L230): _(warn)_ Reassigning parameter 'result' is forbidden.
- [`lib/internal/transport/websocket/WebSocketMessageClient.ts:64`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/transport/websocket/WebSocketMessageClient.ts#L64): _(warn)_ Reassigning parameter 'destinations' is forbidden.
- [`lib/internal/transport/websocket/WebSocketMessageClient.ts:245`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/transport/websocket/WebSocketMessageClient.ts#L245): _(warn)_ Reassigning parameter 'destinations' is forbidden.
### no-shadowed-variable
- [`lib/internal/util/memory.ts:32`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/util/memory.ts#L32): _(warn)_ Shadowed name: 'mtrace'
- [`lib/util/logger.ts:308`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/util/logger.ts#L308): _(warn)_ Shadowed name: 'callsite'
- [`lib/util/logger.ts:354`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/util/logger.ts#L354): _(warn)_ Shadowed name: 'callsite'
- [`test/graph/GraphQL.test.ts:69`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/test/graph/GraphQL.test.ts#L69): _(warn)_ Shadowed name: 'subscription'
### no-unnecessary-class
- [`lib/SmartParameters.ts:36`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/SmartParameters.ts#L36): _(warn)_ This class has no members.
### no-unused-expression
- [`lib/internal/transport/websocket/WebSocketMessageClient.ts:178`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/transport/websocket/WebSocketMessageClient.ts#L178): _(warn)_ unused expression, expected an assignment or function call
### ordered-imports
- [`test/configuration.test.ts:13`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/test/configuration.test.ts#L13): _(warn)_ Named imports must be alphabetized.
### typedef
- [`lib/decorators.ts:18`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/decorators.ts#L18): _(warn)_ expected call-signature: 'Parameter' to have a typedef
- [`lib/decorators.ts:27`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/decorators.ts#L27): _(warn)_ expected call-signature: 'MappedParameter' to have a typedef
- [`lib/decorators.ts:36`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/decorators.ts#L36): _(warn)_ expected call-signature: 'Secret' to have a typedef
- [`lib/decorators.ts:45`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/decorators.ts#L45): _(warn)_ expected call-signature: 'Value' to have a typedef
- [`lib/decorators.ts:64`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/decorators.ts#L64): _(warn)_ expected call-signature: 'CommandHandler' to have a typedef
- [`lib/decorators.ts:77`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/decorators.ts#L77): _(warn)_ expected call-signature: 'ConfigurableCommandHandler' to have a typedef
- [`lib/decorators.ts:90`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/decorators.ts#L90): _(warn)_ expected call-signature: 'Parameters' to have a typedef
- [`lib/decorators.ts:96`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/decorators.ts#L96): _(warn)_ expected call-signature: 'EventHandler' to have a typedef
- [`lib/decorators.ts:105`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/decorators.ts#L105): _(warn)_ expected call-signature: 'Tags' to have a typedef
- [`lib/internal/common/AbstractScriptedFlushable.ts:18`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/common/AbstractScriptedFlushable.ts#L18): _(warn)_ expected call-signature: 'dirty' to have a typedef
- [`lib/internal/event/InMemoryEventStore.ts:22`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/event/InMemoryEventStore.ts#L22): _(warn)_ expected member-variable-declaration: 'eventSer' to have a typedef
- [`lib/internal/event/InMemoryEventStore.ts:23`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/event/InMemoryEventStore.ts#L23): _(warn)_ expected member-variable-declaration: 'commandSer' to have a typedef
- [`lib/internal/event/InMemoryEventStore.ts:31`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/event/InMemoryEventStore.ts#L31): _(warn)_ expected call-signature: 'recordEvent' to have a typedef
- [`lib/internal/event/InMemoryEventStore.ts:38`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/event/InMemoryEventStore.ts#L38): _(warn)_ expected call-signature: 'recordCommand' to have a typedef
- [`lib/internal/event/InMemoryEventStore.ts:45`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/event/InMemoryEventStore.ts#L45): _(warn)_ expected call-signature: 'recordMessage' to have a typedef
- [`lib/internal/event/InMemoryEventStore.ts:79`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/event/InMemoryEventStore.ts#L79): _(warn)_ expected call-signature: 'hideSecrets' to have a typedef
- [`lib/internal/event/InMemoryEventStore.ts:100`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/event/InMemoryEventStore.ts#L100): _(warn)_ expected call-signature: 'result' to have a typedef
- [`lib/internal/event/InMemoryEventStore.ts:113`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/event/InMemoryEventStore.ts#L113): _(warn)_ expected member-variable-declaration: 'dataFunc' to have a typedef
- [`lib/internal/event/InMemoryEventStore.ts:115`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/event/InMemoryEventStore.ts#L115): _(warn)_ expected parameter: 'interval' to have a typedef
- [`lib/internal/event/InMemoryEventStore.ts:115`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/event/InMemoryEventStore.ts#L115): _(warn)_ expected parameter: 'count' to have a typedef
- [`lib/internal/event/InMemoryEventStore.ts:123`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/event/InMemoryEventStore.ts#L123): _(warn)_ expected call-signature: 'increment' to have a typedef
- [`lib/internal/event/InMemoryEventStore.ts:133`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/event/InMemoryEventStore.ts#L133): _(warn)_ expected call-signature: 'update' to have a typedef
- [`lib/internal/invoker/disposable.ts:18`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/invoker/disposable.ts#L18): _(warn)_ expected call-signature: 'both' to have a typedef
- [`lib/internal/message/ConsoleMessageClient.ts:24`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/message/ConsoleMessageClient.ts#L24): _(warn)_ expected call-signature: 'doSend' to have a typedef
- [`lib/internal/message/DebugMessageClient.ts:16`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/message/DebugMessageClient.ts#L16): _(warn)_ expected parameter: 'message' to have a typedef
- [`lib/internal/metadata/decoratorSupport.ts:36`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/metadata/decoratorSupport.ts#L36): _(warn)_ expected call-signature: 'set_metadata' to have a typedef
- [`lib/internal/metadata/decoratorSupport.ts:51`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/metadata/decoratorSupport.ts#L51): _(warn)_ expected call-signature: 'get_metadata' to have a typedef
- [`lib/internal/metadata/decoratorSupport.ts:65`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/metadata/decoratorSupport.ts#L65): _(warn)_ expected call-signature: 'declareParameter' to have a typedef
- [`lib/internal/metadata/decoratorSupport.ts:103`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/metadata/decoratorSupport.ts#L103): _(warn)_ expected call-signature: 'declareMappedParameter' to have a typedef
- [`lib/internal/metadata/decoratorSupport.ts:138`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/metadata/decoratorSupport.ts#L138): _(warn)_ expected call-signature: 'declareValue' to have a typedef
- [`lib/internal/metadata/decoratorSupport.ts:173`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/metadata/decoratorSupport.ts#L173): _(warn)_ expected call-signature: 'declareSecret' to have a typedef
- [`lib/internal/metadata/decoratorSupport.ts:208`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/metadata/decoratorSupport.ts#L208): _(warn)_ expected call-signature: 'declareCommandHandler' to have a typedef
- [`lib/internal/metadata/decoratorSupport.ts:218`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/metadata/decoratorSupport.ts#L218): _(warn)_ expected call-signature: 'declareParameters' to have a typedef
- [`lib/internal/metadata/decoratorSupport.ts:226`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/metadata/decoratorSupport.ts#L226): _(warn)_ expected call-signature: 'declareRug' to have a typedef
- [`lib/internal/metadata/decoratorSupport.ts:232`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/metadata/decoratorSupport.ts#L232): _(warn)_ expected call-signature: 'declareEventHandler' to have a typedef
- [`lib/internal/metadata/decoratorSupport.ts:240`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/metadata/decoratorSupport.ts#L240): _(warn)_ expected call-signature: 'declareTags' to have a typedef
- [`lib/internal/metadata/decoratorSupport.ts:245`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/metadata/decoratorSupport.ts#L245): _(warn)_ expected call-signature: 'declareIntent' to have a typedef
- [`lib/internal/metadata/decoratorSupport.ts:250`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/metadata/decoratorSupport.ts#L250): _(warn)_ expected call-signature: 'declareAutoSubmit' to have a typedef
- [`lib/internal/metadata/metadataReading.ts:153`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/metadata/metadataReading.ts#L153): _(warn)_ expected call-signature: 'directParameters' to have a typedef
- [`lib/internal/parameterPopulation.ts:19`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/parameterPopulation.ts#L19): _(warn)_ expected call-signature: 'populateParameters' to have a typedef
- [`lib/internal/parameterPopulation.ts:30`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/parameterPopulation.ts#L30): _(warn)_ expected call-signature: 'populateValues' to have a typedef
- [`lib/internal/parameterPopulation.ts:48`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/parameterPopulation.ts#L48): _(warn)_ expected call-signature: 'computeValue' to have a typedef
- [`lib/internal/transport/AbstractRequestProcessor.ts:51`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/transport/AbstractRequestProcessor.ts#L51): _(warn)_ expected call-signature: 'processCommand' to have a typedef
- [`lib/internal/transport/AbstractRequestProcessor.ts:95`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/transport/AbstractRequestProcessor.ts#L95): _(warn)_ expected call-signature: 'processEvent' to have a typedef
- [`lib/internal/transport/AbstractRequestProcessor.ts:189`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/transport/AbstractRequestProcessor.ts#L189): _(warn)_ expected call-signature: 'invokeCommand' to have a typedef
- [`lib/internal/transport/AbstractRequestProcessor.ts:247`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/transport/AbstractRequestProcessor.ts#L247): _(warn)_ expected call-signature: 'invokeEvent' to have a typedef
- [`lib/internal/transport/AbstractRequestProcessor.ts:311`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/transport/AbstractRequestProcessor.ts#L311): _(warn)_ expected call-signature: 'setupNamespace' to have a typedef
- [`lib/internal/transport/AbstractRequestProcessor.ts:327`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/transport/AbstractRequestProcessor.ts#L327): _(warn)_ expected call-signature: 'clearNamespace' to have a typedef
- [`lib/internal/transport/AbstractRequestProcessor.ts:349`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/transport/AbstractRequestProcessor.ts#L349): _(warn)_ expected call-signature: 'handleCommandError' to have a typedef
- [`lib/internal/transport/AbstractRequestProcessor.ts:379`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/transport/AbstractRequestProcessor.ts#L379): _(warn)_ expected call-signature: 'handleEventError' to have a typedef
- [`lib/internal/transport/AbstractRequestProcessor.ts:489`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/transport/AbstractRequestProcessor.ts#L489): _(warn)_ expected call-signature: 'possibleAxiosObjectReplacer' to have a typedef
- [`lib/internal/transport/EventStoringAutomationEventListener.ts:10`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/transport/EventStoringAutomationEventListener.ts#L10): _(warn)_ expected call-signature: 'commandIncoming' to have a typedef
- [`lib/internal/transport/EventStoringAutomationEventListener.ts:14`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/transport/EventStoringAutomationEventListener.ts#L14): _(warn)_ expected call-signature: 'eventIncoming' to have a typedef
- [`lib/internal/transport/express/ExpressServer.ts:186`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/transport/express/ExpressServer.ts#L186): _(warn)_ expected call-signature: 'exposeCommandHandlerInvocationRoute' to have a typedef
- [`lib/internal/transport/express/ExpressServer.ts:188`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/transport/express/ExpressServer.ts#L188): _(warn)_ expected parameter: 'cors' to have a typedef
- [`lib/internal/transport/express/ExpressServer.ts:189`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/transport/express/ExpressServer.ts#L189): _(warn)_ expected parameter: 'req' to have a typedef
- [`lib/internal/transport/express/ExpressServer.ts:189`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/transport/express/ExpressServer.ts#L189): _(warn)_ expected parameter: 'res' to have a typedef
- [`lib/internal/transport/express/ExpressServer.ts:189`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/transport/express/ExpressServer.ts#L189): _(warn)_ expected parameter: 'result' to have a typedef
- [`lib/internal/transport/express/ExpressServer.ts:199`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/transport/express/ExpressServer.ts#L199): _(warn)_ expected call-signature: 'exposeEventHandlerInvocationRoute' to have a typedef
- [`lib/internal/transport/express/ExpressServer.ts:201`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/transport/express/ExpressServer.ts#L201): _(warn)_ expected parameter: 'cors' to have a typedef
- [`lib/internal/transport/express/ExpressServer.ts:202`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/transport/express/ExpressServer.ts#L202): _(warn)_ expected parameter: 'req' to have a typedef
- [`lib/internal/transport/express/ExpressServer.ts:202`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/transport/express/ExpressServer.ts#L202): _(warn)_ expected parameter: 'res' to have a typedef
- [`lib/internal/transport/express/ExpressServer.ts:202`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/transport/express/ExpressServer.ts#L202): _(warn)_ expected parameter: 'result' to have a typedef
- [`lib/internal/transport/express/ExpressServer.ts:212`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/transport/express/ExpressServer.ts#L212): _(warn)_ expected call-signature: 'setupAuthentication' to have a typedef
- [`lib/internal/transport/express/ExpressServer.ts:298`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/transport/express/ExpressServer.ts#L298): _(warn)_ expected member-variable-declaration: 'req' to have a typedef
- [`lib/internal/transport/express/ExpressServer.ts:298`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/transport/express/ExpressServer.ts#L298): _(warn)_ expected member-variable-declaration: 'res' to have a typedef
- [`lib/internal/transport/express/ExpressServer.ts:298`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/transport/express/ExpressServer.ts#L298): _(warn)_ expected member-variable-declaration: 'next' to have a typedef
- [`lib/internal/transport/express/ExpressServer.ts:303`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/transport/express/ExpressServer.ts#L303): _(warn)_ expected member-variable-declaration: 'req' to have a typedef
- [`lib/internal/transport/express/ExpressServer.ts:303`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/transport/express/ExpressServer.ts#L303): _(warn)_ expected member-variable-declaration: 'res' to have a typedef
- [`lib/internal/transport/express/ExpressServer.ts:303`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/transport/express/ExpressServer.ts#L303): _(warn)_ expected member-variable-declaration: 'next' to have a typedef
- [`lib/internal/transport/RequestProcessor.ts:14`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/transport/RequestProcessor.ts#L14): _(warn)_ expected call-signature: 'processCommand' to have a typedef
- [`lib/internal/transport/RequestProcessor.ts:22`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/transport/RequestProcessor.ts#L22): _(warn)_ expected call-signature: 'processEvent' to have a typedef
- [`lib/internal/transport/showStartupMessages.ts:56`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/transport/showStartupMessages.ts#L56): _(warn)_ expected call-signature: 'showStartupMessages' to have a typedef
- [`lib/internal/transport/showStartupMessages.ts:61`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/transport/showStartupMessages.ts#L61): _(warn)_ expected call-signature: 'createStartupMessage' to have a typedef
- [`lib/internal/transport/showStartupMessages.ts:218`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/transport/showStartupMessages.ts#L218): _(warn)_ expected call-signature: 'footer' to have a typedef
- [`lib/internal/transport/websocket/payloads.ts:27`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/transport/websocket/payloads.ts#L27): _(warn)_ expected call-signature: 'prepareMetadata' to have a typedef
- [`lib/internal/transport/websocket/payloads.ts:51`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/transport/websocket/payloads.ts#L51): _(warn)_ expected call-signature: 'prepareCommandRegistration' to have a typedef
- [`lib/internal/transport/websocket/payloads.ts:65`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/transport/websocket/payloads.ts#L65): _(warn)_ expected call-signature: 'prepareEventRegistration' to have a typedef
- [`lib/internal/transport/websocket/WebSocketRequestProcessor.ts:6`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/transport/websocket/WebSocketRequestProcessor.ts#L6): _(warn)_ expected call-signature: 'onRegistration' to have a typedef
- [`lib/internal/transport/websocket/WebSocketRequestProcessor.ts:8`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/transport/websocket/WebSocketRequestProcessor.ts#L8): _(warn)_ expected call-signature: 'onConnect' to have a typedef
- [`lib/internal/transport/websocket/WebSocketRequestProcessor.ts:10`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/transport/websocket/WebSocketRequestProcessor.ts#L10): _(warn)_ expected call-signature: 'onDisconnect' to have a typedef
- [`lib/internal/util/cls.ts:8`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/util/cls.ts#L8): _(warn)_ expected call-signature: 'create' to have a typedef
- [`lib/internal/util/cls.ts:48`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/util/cls.ts#L48): _(warn)_ expected parameter: 'context' to have a typedef
- [`lib/internal/util/cls.ts:79`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/util/cls.ts#L79): _(warn)_ expected call-signature: 'init' to have a typedef
- [`lib/internal/util/cls.ts:79`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/util/cls.ts#L79): _(warn)_ expected parameter: 'asyncId' to have a typedef
- [`lib/internal/util/cls.ts:79`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/util/cls.ts#L79): _(warn)_ expected parameter: 'type' to have a typedef
- [`lib/internal/util/cls.ts:79`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/util/cls.ts#L79): _(warn)_ expected parameter: 'triggerId' to have a typedef
- [`lib/internal/util/cls.ts:79`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/util/cls.ts#L79): _(warn)_ expected parameter: 'resource' to have a typedef
- [`lib/internal/util/cls.ts:85`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/util/cls.ts#L85): _(warn)_ expected parameter: 'asyncId' to have a typedef
- [`lib/internal/util/cls.ts:98`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/util/cls.ts#L98): _(warn)_ expected parameter: 'name' to have a typedef
- [`lib/internal/util/Deferred.ts:25`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/util/Deferred.ts#L25): _(warn)_ expected call-signature: 'resolve' to have a typedef
- [`lib/internal/util/Deferred.ts:33`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/util/Deferred.ts#L33): _(warn)_ expected call-signature: 'reject' to have a typedef
- [`lib/internal/util/Deferred.ts:41`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/util/Deferred.ts#L41): _(warn)_ expected call-signature: 'isResolved' to have a typedef
- [`lib/internal/util/Deferred.ts:45`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/util/Deferred.ts#L45): _(warn)_ expected call-signature: 'isPending' to have a typedef
- [`lib/internal/util/Deferred.ts:49`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/util/Deferred.ts#L49): _(warn)_ expected call-signature: 'isFulfilled' to have a typedef
- [`lib/internal/util/Deferred.ts:53`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/util/Deferred.ts#L53): _(warn)_ expected call-signature: 'isRejected' to have a typedef
- [`lib/internal/util/health.ts:21`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/util/health.ts#L21): _(warn)_ expected call-signature: 'registerHealthIndicator' to have a typedef
- [`lib/internal/util/http.ts:19`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/util/http.ts#L19): _(warn)_ expected call-signature: 'proxyAuth' to have a typedef
- [`lib/internal/util/memory.ts:14`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/util/memory.ts#L14): _(warn)_ expected call-signature: 'initMemoryMonitoring' to have a typedef
- [`lib/internal/util/memory.ts:79`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/util/memory.ts#L79): _(warn)_ expected call-signature: 'memoryUsage' to have a typedef
- [`lib/internal/util/memory.ts:100`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/util/memory.ts#L100): _(warn)_ expected call-signature: 'gc' to have a typedef
- [`lib/internal/util/metric.ts:6`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/util/metric.ts#L6): _(warn)_ expected call-signature: 'increment' to have a typedef
- [`lib/internal/util/metric.ts:13`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/util/metric.ts#L13): _(warn)_ expected call-signature: 'duration' to have a typedef
- [`lib/internal/util/metric.ts:27`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/util/metric.ts#L27): _(warn)_ expected call-signature: 'metrics' to have a typedef
- [`lib/internal/util/string.ts:4`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/util/string.ts#L4): _(warn)_ expected call-signature: 'hideString' to have a typedef
- [`lib/internal/util/string.ts:4`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/util/string.ts#L4): _(warn)_ expected parameter: 'value' to have a typedef
- [`lib/internal/util/string.ts:27`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/util/string.ts#L27): _(warn)_ expected call-signature: 'guid' to have a typedef
- [`lib/internal/util/string.ts:31`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/util/string.ts#L31): _(warn)_ expected call-signature: 'findLine' to have a typedef
- [`lib/internal/util/string.ts:31`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/util/string.ts#L31): _(warn)_ expected parameter: 'str' to have a typedef
- [`lib/internal/util/string.ts:31`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/util/string.ts#L31): _(warn)_ expected parameter: 'idx' to have a typedef
- [`lib/internal/util/string.ts:57`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/util/string.ts#L57): _(warn)_ expected call-signature: 'obfuscateJson' to have a typedef
- [`lib/internal/util/string.ts:82`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/util/string.ts#L82): _(warn)_ expected call-signature: 'replacer' to have a typedef
- [`lib/onEvent.ts:90`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/onEvent.ts#L90): _(warn)_ expected call-signature: 'handle' to have a typedef
- [`lib/operations/common/params/EditOneOrAllParameters.ts:19`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/operations/common/params/EditOneOrAllParameters.ts#L19): _(warn)_ expected call-signature: 'bindAndValidate' to have a typedef
- [`lib/operations/common/params/GitHubSourceRepoParameters.ts:13`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/operations/common/params/GitHubSourceRepoParameters.ts#L13): _(warn)_ expected call-signature: 'repoRef' to have a typedef
- [`lib/operations/generate/GitHubRepoCreationParameters.ts:18`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/operations/generate/GitHubRepoCreationParameters.ts#L18): _(warn)_ expected member-variable-declaration: 'githubToken' to have a typedef
- [`lib/operations/review/issueRaisingReviewRouter.ts:48`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/operations/review/issueRaisingReviewRouter.ts#L48): _(warn)_ expected call-signature: 'toMarkdown' to have a typedef
- [`lib/operations/support/editorUtils.ts:55`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/operations/support/editorUtils.ts#L55): _(warn)_ expected call-signature: 'doNothing' to have a typedef
- [`lib/operations/support/editorUtils.ts:59`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/operations/support/editorUtils.ts#L59): _(warn)_ expected call-signature: 'addEditModeToResult' to have a typedef
- [`lib/server/AbstractAutomationServer.ts:17`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/server/AbstractAutomationServer.ts#L17): _(warn)_ expected call-signature: 'noEventHandlersWereFound' to have a typedef
- [`lib/server/AutomationEventListener.ts:128`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/server/AutomationEventListener.ts#L128): _(warn)_ expected call-signature: 'registrationSuccessful' to have a typedef
- [`lib/server/AutomationEventListener.ts:136`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/server/AutomationEventListener.ts#L136): _(warn)_ expected call-signature: 'contextCreated' to have a typedef
- [`lib/server/AutomationEventListener.ts:140`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/server/AutomationEventListener.ts#L140): _(warn)_ expected call-signature: 'commandIncoming' to have a typedef
- [`lib/server/AutomationEventListener.ts:144`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/server/AutomationEventListener.ts#L144): _(warn)_ expected call-signature: 'commandStarting' to have a typedef
- [`lib/server/AutomationEventListener.ts:156`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/server/AutomationEventListener.ts#L156): _(warn)_ expected call-signature: 'eventIncoming' to have a typedef
- [`lib/server/AutomationEventListener.ts:160`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/server/AutomationEventListener.ts#L160): _(warn)_ expected call-signature: 'eventStarting' to have a typedef
- [`lib/server/BuildableAutomationServer.ts:230`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/server/BuildableAutomationServer.ts#L230): _(warn)_ expected call-signature: 'populateMappedParameters' to have a typedef
- [`lib/server/BuildableAutomationServer.ts:263`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/server/BuildableAutomationServer.ts#L263): _(warn)_ expected call-signature: 'populateSecrets' to have a typedef
- [`test/api/ApolloGraphClient.test.ts:21`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/test/api/ApolloGraphClient.test.ts#L21): _(warn)_ expected call-signature to have a typedef
- [`test/api/ApolloGraphClient.test.ts:51`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/test/api/ApolloGraphClient.test.ts#L51): _(warn)_ expected call-signature to have a typedef
- [`test/bitbucket-api/BitBucketHelpers.ts:19`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/test/bitbucket-api/BitBucketHelpers.ts#L19): _(warn)_ expected call-signature: 'doWithNewRemote' to have a typedef
_Body truncated…_
[atomist:code-inspection:master=@atomist/atomist-sdm]
|
1.0
|
Code Inspection: Tslint on master - ### cyclomatic-complexity
- [`lib/internal/transport/websocket/WebSocketMessageClient.ts:54`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/transport/websocket/WebSocketMessageClient.ts#L54): _(warn)_ The function doSend has a cyclomatic complexity of 28 which is higher than the threshold of 20
### import-blacklist
- [`lib/atomistWebhook.ts:7`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/atomistWebhook.ts#L7): _(warn)_ Importing this module is blacklisted. Try importing a submodule instead.
- [`lib/graph/ApolloGraphClient.ts:12`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/graph/ApolloGraphClient.ts#L12): _(warn)_ Importing this module is blacklisted. Try importing a submodule instead.
- [`lib/graph/ApolloGraphClientFactory.ts:1`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/graph/ApolloGraphClientFactory.ts#L1): _(warn)_ Importing this module is blacklisted. Try importing a submodule instead.
- [`lib/internal/util/http.ts:1`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/util/http.ts#L1): _(warn)_ Importing this module is blacklisted. Try importing a submodule instead.
- [`lib/secured.ts:2`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/secured.ts#L2): _(warn)_ Importing this module is blacklisted. Try importing a submodule instead.
- [`test/atomistWebhook.test.ts:7`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/test/atomistWebhook.test.ts#L7): _(warn)_ Importing this module is blacklisted. Try importing a submodule instead.
- [`test/event/HelloIssue.ts:1`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/test/event/HelloIssue.ts#L1): _(warn)_ Importing this module is blacklisted. Try importing a submodule instead.
### max-classes-per-file
- [`test/internal/metadata/classStyleMetadataReading.test.ts:409`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/test/internal/metadata/classStyleMetadataReading.test.ts#L409): _(warn)_ A maximum of 7 classes per file are allowed.
- [`test/internal/metadata/classStyleMetadataReading.test.ts:425`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/test/internal/metadata/classStyleMetadataReading.test.ts#L425): _(warn)_ A maximum of 7 classes per file are allowed.
- [`test/internal/metadata/classStyleMetadataReading.test.ts:434`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/test/internal/metadata/classStyleMetadataReading.test.ts#L434): _(warn)_ A maximum of 7 classes per file are allowed.
- [`test/internal/metadata/classStyleMetadataReading.test.ts:451`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/test/internal/metadata/classStyleMetadataReading.test.ts#L451): _(warn)_ A maximum of 7 classes per file are allowed.
- [`test/internal/metadata/classStyleMetadataReading.test.ts:467`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/test/internal/metadata/classStyleMetadataReading.test.ts#L467): _(warn)_ A maximum of 7 classes per file are allowed.
- [`test/internal/metadata/classStyleMetadataReading.test.ts:480`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/test/internal/metadata/classStyleMetadataReading.test.ts#L480): _(warn)_ A maximum of 7 classes per file are allowed.
- [`test/internal/metadata/classStyleMetadataReading.test.ts:492`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/test/internal/metadata/classStyleMetadataReading.test.ts#L492): _(warn)_ A maximum of 7 classes per file are allowed.
- [`test/internal/metadata/classStyleMetadataReading.test.ts:504`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/test/internal/metadata/classStyleMetadataReading.test.ts#L504): _(warn)_ A maximum of 7 classes per file are allowed.
- [`test/internal/metadata/classStyleMetadataReading.test.ts:515`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/test/internal/metadata/classStyleMetadataReading.test.ts#L515): _(warn)_ A maximum of 7 classes per file are allowed.
- [`test/internal/metadata/classStyleMetadataReading.test.ts:526`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/test/internal/metadata/classStyleMetadataReading.test.ts#L526): _(warn)_ A maximum of 7 classes per file are allowed.
- [`test/internal/metadata/classWithExternalParametersMetadataReading.test.ts:227`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/test/internal/metadata/classWithExternalParametersMetadataReading.test.ts#L227): _(warn)_ A maximum of 7 classes per file are allowed.
- [`test/internal/metadata/classWithExternalParametersMetadataReading.test.ts:249`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/test/internal/metadata/classWithExternalParametersMetadataReading.test.ts#L249): _(warn)_ A maximum of 7 classes per file are allowed.
- [`test/internal/metadata/classWithExternalParametersMetadataReading.test.ts:270`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/test/internal/metadata/classWithExternalParametersMetadataReading.test.ts#L270): _(warn)_ A maximum of 7 classes per file are allowed.
- [`test/internal/metadata/classWithExternalParametersMetadataReading.test.ts:278`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/test/internal/metadata/classWithExternalParametersMetadataReading.test.ts#L278): _(warn)_ A maximum of 7 classes per file are allowed.
- [`test/internal/metadata/classWithExternalParametersMetadataReading.test.ts:296`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/test/internal/metadata/classWithExternalParametersMetadataReading.test.ts#L296): _(warn)_ A maximum of 7 classes per file are allowed.
- [`test/internal/metadata/classWithExternalParametersMetadataReading.test.ts:302`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/test/internal/metadata/classWithExternalParametersMetadataReading.test.ts#L302): _(warn)_ A maximum of 7 classes per file are allowed.
### max-file-line-count
- [`test/internal/metadata/classStyleMetadataReading.test.ts:535`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/test/internal/metadata/classStyleMetadataReading.test.ts#L535): _(warn)_ This file has 536 lines, which exceeds the maximum of 500 lines allowed. Consider breaking this file up into smaller parts
### no-console
- [`lib/internal/transport/express/ExpressServer.ts:269`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/transport/express/ExpressServer.ts#L269): _(warn)_ Calls to 'console.log' are not allowed.
- [`lib/internal/transport/express/ExpressServer.ts:290`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/transport/express/ExpressServer.ts#L290): _(warn)_ Calls to 'console.log' are not allowed.
- [`test/event/HelloWorld.ts:27`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/test/event/HelloWorld.ts#L27): _(warn)_ Calls to 'console.log' are not allowed.
- [`test/internal/invoker/functionStyleCommandHandler.test.ts:14`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/test/internal/invoker/functionStyleCommandHandler.test.ts#L14): _(warn)_ Calls to 'console.log' are not allowed.
- [`test/internal/invoker/TestHandlers.ts:43`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/test/internal/invoker/TestHandlers.ts#L43): _(warn)_ Calls to 'console.log' are not allowed.
- [`test/internal/metadata/classWithExternalParametersMetadataReading.test.ts:150`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/test/internal/metadata/classWithExternalParametersMetadataReading.test.ts#L150): _(warn)_ Calls to 'console.log' are not allowed.
- [`test/internal/metadata/classWithExternalParametersMetadataReading.test.ts:200`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/test/internal/metadata/classWithExternalParametersMetadataReading.test.ts#L200): _(warn)_ Calls to 'console.log' are not allowed.
- [`test/internal/metadata/classWithExternalParametersMetadataReading.test.ts:218`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/test/internal/metadata/classWithExternalParametersMetadataReading.test.ts#L218): _(warn)_ Calls to 'console.log' are not allowed.
- [`test/internal/metadata/classWithExternalParametersMetadataReading.test.ts:240`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/test/internal/metadata/classWithExternalParametersMetadataReading.test.ts#L240): _(warn)_ Calls to 'console.log' are not allowed.
- [`test/internal/metadata/classWithExternalParametersMetadataReading.test.ts:261`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/test/internal/metadata/classWithExternalParametersMetadataReading.test.ts#L261): _(warn)_ Calls to 'console.log' are not allowed.
- [`test/internal/metadata/classWithExternalParametersMetadataReading.test.ts:288`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/test/internal/metadata/classWithExternalParametersMetadataReading.test.ts#L288): _(warn)_ Calls to 'console.log' are not allowed.
- [`test/internal/metadata/classWithExternalParametersMetadataReading.test.ts:312`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/test/internal/metadata/classWithExternalParametersMetadataReading.test.ts#L312): _(warn)_ Calls to 'console.log' are not allowed.
### no-floating-promises
- [`lib/internal/transport/AbstractRequestProcessor.ts:195`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/transport/AbstractRequestProcessor.ts#L195): _(warn)_ Promises must be handled appropriately
- [`lib/internal/transport/AbstractRequestProcessor.ts:226`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/transport/AbstractRequestProcessor.ts#L226): _(warn)_ Promises must be handled appropriately
- [`lib/internal/transport/AbstractRequestProcessor.ts:234`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/transport/AbstractRequestProcessor.ts#L234): _(warn)_ Promises must be handled appropriately
- [`lib/internal/transport/AbstractRequestProcessor.ts:262`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/transport/AbstractRequestProcessor.ts#L262): _(warn)_ Promises must be handled appropriately
- [`lib/internal/transport/AbstractRequestProcessor.ts:288`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/transport/AbstractRequestProcessor.ts#L288): _(warn)_ Promises must be handled appropriately
- [`lib/internal/transport/AbstractRequestProcessor.ts:292`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/transport/AbstractRequestProcessor.ts#L292): _(warn)_ Promises must be handled appropriately
- [`lib/internal/transport/AbstractRequestProcessor.ts:359`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/transport/AbstractRequestProcessor.ts#L359): _(warn)_ Promises must be handled appropriately
- [`lib/internal/transport/AbstractRequestProcessor.ts:386`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/transport/AbstractRequestProcessor.ts#L386): _(warn)_ Promises must be handled appropriately
- [`lib/internal/transport/express/ExpressServer.ts:194`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/transport/express/ExpressServer.ts#L194): _(warn)_ Promises must be handled appropriately
- [`lib/internal/transport/express/ExpressServer.ts:207`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/transport/express/ExpressServer.ts#L207): _(warn)_ Promises must be handled appropriately
- [`lib/internal/transport/websocket/WebSocketClient.ts:152`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/transport/websocket/WebSocketClient.ts#L152): _(warn)_ Promises must be handled appropriately
- [`test/api/gitHub.test.ts:73`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/test/api/gitHub.test.ts#L73): _(warn)_ Promises must be handled appropriately
- [`test/benchmark/generator.benchmark.ts:30`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/test/benchmark/generator.benchmark.ts#L30): _(warn)_ Promises must be handled appropriately
- [`test/benchmark/generator.benchmark.ts:33`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/test/benchmark/generator.benchmark.ts#L33): _(warn)_ Promises must be handled appropriately
- [`test/benchmark/generator.benchmark.ts:43`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/test/benchmark/generator.benchmark.ts#L43): _(warn)_ Promises must be handled appropriately
- [`test/internal/invoker/AbstractScriptedFlushable.test.ts:28`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/test/internal/invoker/AbstractScriptedFlushable.test.ts#L28): _(warn)_ Promises must be handled appropriately
- [`test/internal/invoker/BuildableAutomationServer.test.ts:84`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/test/internal/invoker/BuildableAutomationServer.test.ts#L84): _(warn)_ Promises must be handled appropriately
- [`test/internal/invoker/BuildableAutomationServer.test.ts:105`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/test/internal/invoker/BuildableAutomationServer.test.ts#L105): _(warn)_ Promises must be handled appropriately
- [`test/internal/invoker/BuildableAutomationServer.test.ts:152`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/test/internal/invoker/BuildableAutomationServer.test.ts#L152): _(warn)_ Promises must be handled appropriately
- [`test/internal/invoker/BuildableAutomationServer.test.ts:167`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/test/internal/invoker/BuildableAutomationServer.test.ts#L167): _(warn)_ Promises must be handled appropriately
- [`test/internal/invoker/BuildableAutomationServer.test.ts:196`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/test/internal/invoker/BuildableAutomationServer.test.ts#L196): _(warn)_ Promises must be handled appropriately
- [`test/internal/transport/websocket/WebSocketMessageClient.test.ts:58`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/test/internal/transport/websocket/WebSocketMessageClient.test.ts#L58): _(warn)_ Promises must be handled appropriately
- [`test/internal/transport/websocket/WebSocketMessageClient.test.ts:107`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/test/internal/transport/websocket/WebSocketMessageClient.test.ts#L107): _(warn)_ Promises must be handled appropriately
- [`test/internal/transport/websocket/WebSocketMessageClient.test.ts:174`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/test/internal/transport/websocket/WebSocketMessageClient.test.ts#L174): _(warn)_ Promises must be handled appropriately
- [`test/internal/transport/websocket/WebSocketMessageClient.test.ts:233`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/test/internal/transport/websocket/WebSocketMessageClient.test.ts#L233): _(warn)_ Promises must be handled appropriately
### no-implicit-dependencies
- [`lib/internal/util/memory.ts:32`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/util/memory.ts#L32): _(warn)_ Module 'mtrace' is not listed as dependency in package.json
### no-import-side-effect
- [`test/benchmark/generator.benchmark.ts:1`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/test/benchmark/generator.benchmark.ts#L1): _(warn)_ import with explicit side-effect
### no-invalid-this
- [`test/api/ApolloGraphClient.test.ts:25`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/test/api/ApolloGraphClient.test.ts#L25): _(warn)_ the "this" keyword is disallowed outside of a class body
- [`test/api/ApolloGraphClient.test.ts:53`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/test/api/ApolloGraphClient.test.ts#L53): _(warn)_ the "this" keyword is disallowed outside of a class body
### no-null-keyword
- [`lib/graph/ApolloGraphClientFactory.ts:41`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/graph/ApolloGraphClientFactory.ts#L41): _(warn)_ Use 'undefined' instead of 'null'
- [`lib/internal/event/InMemoryEventStore.ts:52`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/event/InMemoryEventStore.ts#L52): _(warn)_ Use 'undefined' instead of 'null'
- [`lib/internal/event/InMemoryEventStore.ts:63`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/event/InMemoryEventStore.ts#L63): _(warn)_ Use 'undefined' instead of 'null'
- [`lib/internal/event/InMemoryEventStore.ts:74`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/event/InMemoryEventStore.ts#L74): _(warn)_ Use 'undefined' instead of 'null'
- [`lib/internal/message/ConsoleMessageClient.ts:39`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/message/ConsoleMessageClient.ts#L39): _(warn)_ Use 'undefined' instead of 'null'
- [`lib/internal/message/DebugMessageClient.ts:17`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/message/DebugMessageClient.ts#L17): _(warn)_ Use 'undefined' instead of 'null'
- [`lib/internal/metadata/decoratorSupport.ts:53`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/metadata/decoratorSupport.ts#L53): _(warn)_ Use 'undefined' instead of 'null'
- [`lib/internal/metadata/decoratorSupport.ts:62`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/metadata/decoratorSupport.ts#L62): _(warn)_ Use 'undefined' instead of 'null'
- [`lib/internal/metadata/metadataReading.ts:27`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/metadata/metadataReading.ts#L27): _(warn)_ Use 'undefined' instead of 'null'
- [`lib/internal/transport/AbstractRequestProcessor.ts:329`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/transport/AbstractRequestProcessor.ts#L329): _(warn)_ Use 'undefined' instead of 'null'
- [`lib/internal/transport/AbstractRequestProcessor.ts:330`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/transport/AbstractRequestProcessor.ts#L330): _(warn)_ Use 'undefined' instead of 'null'
- [`lib/internal/transport/AbstractRequestProcessor.ts:331`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/transport/AbstractRequestProcessor.ts#L331): _(warn)_ Use 'undefined' instead of 'null'
- [`lib/internal/transport/AbstractRequestProcessor.ts:332`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/transport/AbstractRequestProcessor.ts#L332): _(warn)_ Use 'undefined' instead of 'null'
- [`lib/internal/transport/AbstractRequestProcessor.ts:333`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/transport/AbstractRequestProcessor.ts#L333): _(warn)_ Use 'undefined' instead of 'null'
- [`lib/internal/transport/AbstractRequestProcessor.ts:334`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/transport/AbstractRequestProcessor.ts#L334): _(warn)_ Use 'undefined' instead of 'null'
- [`lib/internal/transport/AbstractRequestProcessor.ts:335`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/transport/AbstractRequestProcessor.ts#L335): _(warn)_ Use 'undefined' instead of 'null'
- [`lib/internal/transport/AbstractRequestProcessor.ts:336`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/transport/AbstractRequestProcessor.ts#L336): _(warn)_ Use 'undefined' instead of 'null'
- [`lib/internal/transport/express/ExpressServer.ts:221`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/transport/express/ExpressServer.ts#L221): _(warn)_ Use 'undefined' instead of 'null'
- [`lib/internal/transport/express/ExpressServer.ts:223`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/transport/express/ExpressServer.ts#L223): _(warn)_ Use 'undefined' instead of 'null'
- [`lib/internal/transport/express/ExpressServer.ts:266`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/transport/express/ExpressServer.ts#L266): _(warn)_ Use 'undefined' instead of 'null'
- [`lib/internal/transport/express/ExpressServer.ts:270`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/transport/express/ExpressServer.ts#L270): _(warn)_ Use 'undefined' instead of 'null'
- [`lib/internal/transport/express/ExpressServer.ts:284`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/transport/express/ExpressServer.ts#L284): _(warn)_ Use 'undefined' instead of 'null'
- [`lib/internal/transport/express/ExpressServer.ts:286`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/transport/express/ExpressServer.ts#L286): _(warn)_ Use 'undefined' instead of 'null'
- [`lib/internal/transport/express/ExpressServer.ts:291`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/transport/express/ExpressServer.ts#L291): _(warn)_ Use 'undefined' instead of 'null'
- [`lib/internal/transport/websocket/WebSocketLifecycle.ts:77`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/transport/websocket/WebSocketLifecycle.ts#L77): _(warn)_ Use 'undefined' instead of 'null'
- [`lib/internal/transport/websocket/WebSocketMessageClient.ts:238`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/transport/websocket/WebSocketMessageClient.ts#L238): _(warn)_ Use 'undefined' instead of 'null'
### no-object-literal-type-assertion
- [`lib/internal/transport/express/ExpressServer.ts:237`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/transport/express/ExpressServer.ts#L237): _(warn)_ Type assertion on object literals is forbidden, use a type annotation instead.
- [`lib/operations/generate/GitlabRepoCreationParameters.ts:27`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/operations/generate/GitlabRepoCreationParameters.ts#L27): _(warn)_ Type assertion on object literals is forbidden, use a type annotation instead.
- [`lib/operations/review/reviewerToCommand.ts:58`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/operations/review/reviewerToCommand.ts#L58): _(warn)_ Type assertion on object literals is forbidden, use a type annotation instead.
- [`test/internal/invoker/functionStyleCommandHandler.test.ts:10`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/test/internal/invoker/functionStyleCommandHandler.test.ts#L10): _(warn)_ Type assertion on object literals is forbidden, use a type annotation instead.
### no-parameter-reassignment
- [`lib/graph/ApolloGraphClient.ts:96`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/graph/ApolloGraphClient.ts#L96): _(warn)_ Reassigning parameter 'operation' is forbidden.
- [`lib/graph/ApolloGraphClient.ts:131`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/graph/ApolloGraphClient.ts#L131): _(warn)_ Reassigning parameter 'options' is forbidden.
- [`lib/graph/ApolloGraphClient.ts:146`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/graph/ApolloGraphClient.ts#L146): _(warn)_ Reassigning parameter 'options' is forbidden.
- [`lib/internal/graph/graphQL.ts:246`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/graph/graphQL.ts#L246): _(warn)_ Reassigning parameter 'q' is forbidden.
- [`lib/internal/graph/graphQL.ts:254`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/graph/graphQL.ts#L254): _(warn)_ Reassigning parameter 'q' is forbidden.
- [`lib/internal/graph/graphQL.ts:257`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/graph/graphQL.ts#L257): _(warn)_ Reassigning parameter 'q' is forbidden.
- [`lib/internal/graph/graphQL.ts:259`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/graph/graphQL.ts#L259): _(warn)_ Reassigning parameter 'q' is forbidden.
- [`lib/internal/graph/graphQL.ts:262`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/graph/graphQL.ts#L262): _(warn)_ Reassigning parameter 'q' is forbidden.
- [`lib/internal/graph/graphQL.ts:267`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/graph/graphQL.ts#L267): _(warn)_ Reassigning parameter 'q' is forbidden.
- [`lib/internal/graph/graphQL.ts:272`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/graph/graphQL.ts#L272): _(warn)_ Reassigning parameter 'q' is forbidden.
- [`lib/internal/graph/graphQL.ts:286`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/graph/graphQL.ts#L286): _(warn)_ Reassigning parameter 'fragmentDir' is forbidden.
- [`lib/internal/graph/graphQL.ts:288`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/graph/graphQL.ts#L288): _(warn)_ Reassigning parameter 'fragmentDir' is forbidden.
- [`lib/internal/graph/graphQL.ts:293`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/graph/graphQL.ts#L293): _(warn)_ Reassigning parameter 'fragmentDir' is forbidden.
- [`lib/internal/graph/graphQL.ts:315`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/graph/graphQL.ts#L315): _(warn)_ Reassigning parameter 'q' is forbidden.
- [`lib/internal/graph/graphQL.ts:387`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/graph/graphQL.ts#L387): _(warn)_ Reassigning parameter 'path' is forbidden.
- [`lib/internal/transport/AbstractRequestProcessor.ts:222`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/transport/AbstractRequestProcessor.ts#L222): _(warn)_ Reassigning parameter 'result' is forbidden.
- [`lib/internal/transport/AbstractRequestProcessor.ts:230`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/transport/AbstractRequestProcessor.ts#L230): _(warn)_ Reassigning parameter 'result' is forbidden.
- [`lib/internal/transport/websocket/WebSocketMessageClient.ts:64`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/transport/websocket/WebSocketMessageClient.ts#L64): _(warn)_ Reassigning parameter 'destinations' is forbidden.
- [`lib/internal/transport/websocket/WebSocketMessageClient.ts:245`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/transport/websocket/WebSocketMessageClient.ts#L245): _(warn)_ Reassigning parameter 'destinations' is forbidden.
### no-shadowed-variable
- [`lib/internal/util/memory.ts:32`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/util/memory.ts#L32): _(warn)_ Shadowed name: 'mtrace'
- [`lib/util/logger.ts:308`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/util/logger.ts#L308): _(warn)_ Shadowed name: 'callsite'
- [`lib/util/logger.ts:354`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/util/logger.ts#L354): _(warn)_ Shadowed name: 'callsite'
- [`test/graph/GraphQL.test.ts:69`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/test/graph/GraphQL.test.ts#L69): _(warn)_ Shadowed name: 'subscription'
### no-unnecessary-class
- [`lib/SmartParameters.ts:36`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/SmartParameters.ts#L36): _(warn)_ This class has no members.
### no-unused-expression
- [`lib/internal/transport/websocket/WebSocketMessageClient.ts:178`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/transport/websocket/WebSocketMessageClient.ts#L178): _(warn)_ unused expression, expected an assignment or function call
### ordered-imports
- [`test/configuration.test.ts:13`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/test/configuration.test.ts#L13): _(warn)_ Named imports must be alphabetized.
### typedef
- [`lib/decorators.ts:18`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/decorators.ts#L18): _(warn)_ expected call-signature: 'Parameter' to have a typedef
- [`lib/decorators.ts:27`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/decorators.ts#L27): _(warn)_ expected call-signature: 'MappedParameter' to have a typedef
- [`lib/decorators.ts:36`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/decorators.ts#L36): _(warn)_ expected call-signature: 'Secret' to have a typedef
- [`lib/decorators.ts:45`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/decorators.ts#L45): _(warn)_ expected call-signature: 'Value' to have a typedef
- [`lib/decorators.ts:64`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/decorators.ts#L64): _(warn)_ expected call-signature: 'CommandHandler' to have a typedef
- [`lib/decorators.ts:77`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/decorators.ts#L77): _(warn)_ expected call-signature: 'ConfigurableCommandHandler' to have a typedef
- [`lib/decorators.ts:90`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/decorators.ts#L90): _(warn)_ expected call-signature: 'Parameters' to have a typedef
- [`lib/decorators.ts:96`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/decorators.ts#L96): _(warn)_ expected call-signature: 'EventHandler' to have a typedef
- [`lib/decorators.ts:105`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/decorators.ts#L105): _(warn)_ expected call-signature: 'Tags' to have a typedef
- [`lib/internal/common/AbstractScriptedFlushable.ts:18`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/common/AbstractScriptedFlushable.ts#L18): _(warn)_ expected call-signature: 'dirty' to have a typedef
- [`lib/internal/event/InMemoryEventStore.ts:22`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/event/InMemoryEventStore.ts#L22): _(warn)_ expected member-variable-declaration: 'eventSer' to have a typedef
- [`lib/internal/event/InMemoryEventStore.ts:23`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/event/InMemoryEventStore.ts#L23): _(warn)_ expected member-variable-declaration: 'commandSer' to have a typedef
- [`lib/internal/event/InMemoryEventStore.ts:31`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/event/InMemoryEventStore.ts#L31): _(warn)_ expected call-signature: 'recordEvent' to have a typedef
- [`lib/internal/event/InMemoryEventStore.ts:38`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/event/InMemoryEventStore.ts#L38): _(warn)_ expected call-signature: 'recordCommand' to have a typedef
- [`lib/internal/event/InMemoryEventStore.ts:45`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/event/InMemoryEventStore.ts#L45): _(warn)_ expected call-signature: 'recordMessage' to have a typedef
- [`lib/internal/event/InMemoryEventStore.ts:79`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/event/InMemoryEventStore.ts#L79): _(warn)_ expected call-signature: 'hideSecrets' to have a typedef
- [`lib/internal/event/InMemoryEventStore.ts:100`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/event/InMemoryEventStore.ts#L100): _(warn)_ expected call-signature: 'result' to have a typedef
- [`lib/internal/event/InMemoryEventStore.ts:113`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/event/InMemoryEventStore.ts#L113): _(warn)_ expected member-variable-declaration: 'dataFunc' to have a typedef
- [`lib/internal/event/InMemoryEventStore.ts:115`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/event/InMemoryEventStore.ts#L115): _(warn)_ expected parameter: 'interval' to have a typedef
- [`lib/internal/event/InMemoryEventStore.ts:115`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/event/InMemoryEventStore.ts#L115): _(warn)_ expected parameter: 'count' to have a typedef
- [`lib/internal/event/InMemoryEventStore.ts:123`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/event/InMemoryEventStore.ts#L123): _(warn)_ expected call-signature: 'increment' to have a typedef
- [`lib/internal/event/InMemoryEventStore.ts:133`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/event/InMemoryEventStore.ts#L133): _(warn)_ expected call-signature: 'update' to have a typedef
- [`lib/internal/invoker/disposable.ts:18`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/invoker/disposable.ts#L18): _(warn)_ expected call-signature: 'both' to have a typedef
- [`lib/internal/message/ConsoleMessageClient.ts:24`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/message/ConsoleMessageClient.ts#L24): _(warn)_ expected call-signature: 'doSend' to have a typedef
- [`lib/internal/message/DebugMessageClient.ts:16`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/message/DebugMessageClient.ts#L16): _(warn)_ expected parameter: 'message' to have a typedef
- [`lib/internal/metadata/decoratorSupport.ts:36`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/metadata/decoratorSupport.ts#L36): _(warn)_ expected call-signature: 'set_metadata' to have a typedef
- [`lib/internal/metadata/decoratorSupport.ts:51`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/metadata/decoratorSupport.ts#L51): _(warn)_ expected call-signature: 'get_metadata' to have a typedef
- [`lib/internal/metadata/decoratorSupport.ts:65`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/metadata/decoratorSupport.ts#L65): _(warn)_ expected call-signature: 'declareParameter' to have a typedef
- [`lib/internal/metadata/decoratorSupport.ts:103`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/metadata/decoratorSupport.ts#L103): _(warn)_ expected call-signature: 'declareMappedParameter' to have a typedef
- [`lib/internal/metadata/decoratorSupport.ts:138`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/metadata/decoratorSupport.ts#L138): _(warn)_ expected call-signature: 'declareValue' to have a typedef
- [`lib/internal/metadata/decoratorSupport.ts:173`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/metadata/decoratorSupport.ts#L173): _(warn)_ expected call-signature: 'declareSecret' to have a typedef
- [`lib/internal/metadata/decoratorSupport.ts:208`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/metadata/decoratorSupport.ts#L208): _(warn)_ expected call-signature: 'declareCommandHandler' to have a typedef
- [`lib/internal/metadata/decoratorSupport.ts:218`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/metadata/decoratorSupport.ts#L218): _(warn)_ expected call-signature: 'declareParameters' to have a typedef
- [`lib/internal/metadata/decoratorSupport.ts:226`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/metadata/decoratorSupport.ts#L226): _(warn)_ expected call-signature: 'declareRug' to have a typedef
- [`lib/internal/metadata/decoratorSupport.ts:232`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/metadata/decoratorSupport.ts#L232): _(warn)_ expected call-signature: 'declareEventHandler' to have a typedef
- [`lib/internal/metadata/decoratorSupport.ts:240`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/metadata/decoratorSupport.ts#L240): _(warn)_ expected call-signature: 'declareTags' to have a typedef
- [`lib/internal/metadata/decoratorSupport.ts:245`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/metadata/decoratorSupport.ts#L245): _(warn)_ expected call-signature: 'declareIntent' to have a typedef
- [`lib/internal/metadata/decoratorSupport.ts:250`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/metadata/decoratorSupport.ts#L250): _(warn)_ expected call-signature: 'declareAutoSubmit' to have a typedef
- [`lib/internal/metadata/metadataReading.ts:153`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/metadata/metadataReading.ts#L153): _(warn)_ expected call-signature: 'directParameters' to have a typedef
- [`lib/internal/parameterPopulation.ts:19`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/parameterPopulation.ts#L19): _(warn)_ expected call-signature: 'populateParameters' to have a typedef
- [`lib/internal/parameterPopulation.ts:30`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/parameterPopulation.ts#L30): _(warn)_ expected call-signature: 'populateValues' to have a typedef
- [`lib/internal/parameterPopulation.ts:48`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/parameterPopulation.ts#L48): _(warn)_ expected call-signature: 'computeValue' to have a typedef
- [`lib/internal/transport/AbstractRequestProcessor.ts:51`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/transport/AbstractRequestProcessor.ts#L51): _(warn)_ expected call-signature: 'processCommand' to have a typedef
- [`lib/internal/transport/AbstractRequestProcessor.ts:95`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/transport/AbstractRequestProcessor.ts#L95): _(warn)_ expected call-signature: 'processEvent' to have a typedef
- [`lib/internal/transport/AbstractRequestProcessor.ts:189`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/transport/AbstractRequestProcessor.ts#L189): _(warn)_ expected call-signature: 'invokeCommand' to have a typedef
- [`lib/internal/transport/AbstractRequestProcessor.ts:247`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/transport/AbstractRequestProcessor.ts#L247): _(warn)_ expected call-signature: 'invokeEvent' to have a typedef
- [`lib/internal/transport/AbstractRequestProcessor.ts:311`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/transport/AbstractRequestProcessor.ts#L311): _(warn)_ expected call-signature: 'setupNamespace' to have a typedef
- [`lib/internal/transport/AbstractRequestProcessor.ts:327`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/transport/AbstractRequestProcessor.ts#L327): _(warn)_ expected call-signature: 'clearNamespace' to have a typedef
- [`lib/internal/transport/AbstractRequestProcessor.ts:349`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/transport/AbstractRequestProcessor.ts#L349): _(warn)_ expected call-signature: 'handleCommandError' to have a typedef
- [`lib/internal/transport/AbstractRequestProcessor.ts:379`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/transport/AbstractRequestProcessor.ts#L379): _(warn)_ expected call-signature: 'handleEventError' to have a typedef
- [`lib/internal/transport/AbstractRequestProcessor.ts:489`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/transport/AbstractRequestProcessor.ts#L489): _(warn)_ expected call-signature: 'possibleAxiosObjectReplacer' to have a typedef
- [`lib/internal/transport/EventStoringAutomationEventListener.ts:10`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/transport/EventStoringAutomationEventListener.ts#L10): _(warn)_ expected call-signature: 'commandIncoming' to have a typedef
- [`lib/internal/transport/EventStoringAutomationEventListener.ts:14`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/transport/EventStoringAutomationEventListener.ts#L14): _(warn)_ expected call-signature: 'eventIncoming' to have a typedef
- [`lib/internal/transport/express/ExpressServer.ts:186`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/transport/express/ExpressServer.ts#L186): _(warn)_ expected call-signature: 'exposeCommandHandlerInvocationRoute' to have a typedef
- [`lib/internal/transport/express/ExpressServer.ts:188`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/transport/express/ExpressServer.ts#L188): _(warn)_ expected parameter: 'cors' to have a typedef
- [`lib/internal/transport/express/ExpressServer.ts:189`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/transport/express/ExpressServer.ts#L189): _(warn)_ expected parameter: 'req' to have a typedef
- [`lib/internal/transport/express/ExpressServer.ts:189`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/transport/express/ExpressServer.ts#L189): _(warn)_ expected parameter: 'res' to have a typedef
- [`lib/internal/transport/express/ExpressServer.ts:189`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/transport/express/ExpressServer.ts#L189): _(warn)_ expected parameter: 'result' to have a typedef
- [`lib/internal/transport/express/ExpressServer.ts:199`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/transport/express/ExpressServer.ts#L199): _(warn)_ expected call-signature: 'exposeEventHandlerInvocationRoute' to have a typedef
- [`lib/internal/transport/express/ExpressServer.ts:201`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/transport/express/ExpressServer.ts#L201): _(warn)_ expected parameter: 'cors' to have a typedef
- [`lib/internal/transport/express/ExpressServer.ts:202`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/transport/express/ExpressServer.ts#L202): _(warn)_ expected parameter: 'req' to have a typedef
- [`lib/internal/transport/express/ExpressServer.ts:202`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/transport/express/ExpressServer.ts#L202): _(warn)_ expected parameter: 'res' to have a typedef
- [`lib/internal/transport/express/ExpressServer.ts:202`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/transport/express/ExpressServer.ts#L202): _(warn)_ expected parameter: 'result' to have a typedef
- [`lib/internal/transport/express/ExpressServer.ts:212`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/transport/express/ExpressServer.ts#L212): _(warn)_ expected call-signature: 'setupAuthentication' to have a typedef
- [`lib/internal/transport/express/ExpressServer.ts:298`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/transport/express/ExpressServer.ts#L298): _(warn)_ expected member-variable-declaration: 'req' to have a typedef
- [`lib/internal/transport/express/ExpressServer.ts:298`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/transport/express/ExpressServer.ts#L298): _(warn)_ expected member-variable-declaration: 'res' to have a typedef
- [`lib/internal/transport/express/ExpressServer.ts:298`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/transport/express/ExpressServer.ts#L298): _(warn)_ expected member-variable-declaration: 'next' to have a typedef
- [`lib/internal/transport/express/ExpressServer.ts:303`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/transport/express/ExpressServer.ts#L303): _(warn)_ expected member-variable-declaration: 'req' to have a typedef
- [`lib/internal/transport/express/ExpressServer.ts:303`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/transport/express/ExpressServer.ts#L303): _(warn)_ expected member-variable-declaration: 'res' to have a typedef
- [`lib/internal/transport/express/ExpressServer.ts:303`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/transport/express/ExpressServer.ts#L303): _(warn)_ expected member-variable-declaration: 'next' to have a typedef
- [`lib/internal/transport/RequestProcessor.ts:14`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/transport/RequestProcessor.ts#L14): _(warn)_ expected call-signature: 'processCommand' to have a typedef
- [`lib/internal/transport/RequestProcessor.ts:22`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/transport/RequestProcessor.ts#L22): _(warn)_ expected call-signature: 'processEvent' to have a typedef
- [`lib/internal/transport/showStartupMessages.ts:56`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/transport/showStartupMessages.ts#L56): _(warn)_ expected call-signature: 'showStartupMessages' to have a typedef
- [`lib/internal/transport/showStartupMessages.ts:61`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/transport/showStartupMessages.ts#L61): _(warn)_ expected call-signature: 'createStartupMessage' to have a typedef
- [`lib/internal/transport/showStartupMessages.ts:218`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/transport/showStartupMessages.ts#L218): _(warn)_ expected call-signature: 'footer' to have a typedef
- [`lib/internal/transport/websocket/payloads.ts:27`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/transport/websocket/payloads.ts#L27): _(warn)_ expected call-signature: 'prepareMetadata' to have a typedef
- [`lib/internal/transport/websocket/payloads.ts:51`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/transport/websocket/payloads.ts#L51): _(warn)_ expected call-signature: 'prepareCommandRegistration' to have a typedef
- [`lib/internal/transport/websocket/payloads.ts:65`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/transport/websocket/payloads.ts#L65): _(warn)_ expected call-signature: 'prepareEventRegistration' to have a typedef
- [`lib/internal/transport/websocket/WebSocketRequestProcessor.ts:6`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/transport/websocket/WebSocketRequestProcessor.ts#L6): _(warn)_ expected call-signature: 'onRegistration' to have a typedef
- [`lib/internal/transport/websocket/WebSocketRequestProcessor.ts:8`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/transport/websocket/WebSocketRequestProcessor.ts#L8): _(warn)_ expected call-signature: 'onConnect' to have a typedef
- [`lib/internal/transport/websocket/WebSocketRequestProcessor.ts:10`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/transport/websocket/WebSocketRequestProcessor.ts#L10): _(warn)_ expected call-signature: 'onDisconnect' to have a typedef
- [`lib/internal/util/cls.ts:8`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/util/cls.ts#L8): _(warn)_ expected call-signature: 'create' to have a typedef
- [`lib/internal/util/cls.ts:48`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/util/cls.ts#L48): _(warn)_ expected parameter: 'context' to have a typedef
- [`lib/internal/util/cls.ts:79`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/util/cls.ts#L79): _(warn)_ expected call-signature: 'init' to have a typedef
- [`lib/internal/util/cls.ts:79`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/util/cls.ts#L79): _(warn)_ expected parameter: 'asyncId' to have a typedef
- [`lib/internal/util/cls.ts:79`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/util/cls.ts#L79): _(warn)_ expected parameter: 'type' to have a typedef
- [`lib/internal/util/cls.ts:79`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/util/cls.ts#L79): _(warn)_ expected parameter: 'triggerId' to have a typedef
- [`lib/internal/util/cls.ts:79`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/util/cls.ts#L79): _(warn)_ expected parameter: 'resource' to have a typedef
- [`lib/internal/util/cls.ts:85`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/util/cls.ts#L85): _(warn)_ expected parameter: 'asyncId' to have a typedef
- [`lib/internal/util/cls.ts:98`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/util/cls.ts#L98): _(warn)_ expected parameter: 'name' to have a typedef
- [`lib/internal/util/Deferred.ts:25`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/util/Deferred.ts#L25): _(warn)_ expected call-signature: 'resolve' to have a typedef
- [`lib/internal/util/Deferred.ts:33`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/util/Deferred.ts#L33): _(warn)_ expected call-signature: 'reject' to have a typedef
- [`lib/internal/util/Deferred.ts:41`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/util/Deferred.ts#L41): _(warn)_ expected call-signature: 'isResolved' to have a typedef
- [`lib/internal/util/Deferred.ts:45`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/util/Deferred.ts#L45): _(warn)_ expected call-signature: 'isPending' to have a typedef
- [`lib/internal/util/Deferred.ts:49`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/util/Deferred.ts#L49): _(warn)_ expected call-signature: 'isFulfilled' to have a typedef
- [`lib/internal/util/Deferred.ts:53`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/util/Deferred.ts#L53): _(warn)_ expected call-signature: 'isRejected' to have a typedef
- [`lib/internal/util/health.ts:21`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/util/health.ts#L21): _(warn)_ expected call-signature: 'registerHealthIndicator' to have a typedef
- [`lib/internal/util/http.ts:19`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/util/http.ts#L19): _(warn)_ expected call-signature: 'proxyAuth' to have a typedef
- [`lib/internal/util/memory.ts:14`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/util/memory.ts#L14): _(warn)_ expected call-signature: 'initMemoryMonitoring' to have a typedef
- [`lib/internal/util/memory.ts:79`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/util/memory.ts#L79): _(warn)_ expected call-signature: 'memoryUsage' to have a typedef
- [`lib/internal/util/memory.ts:100`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/util/memory.ts#L100): _(warn)_ expected call-signature: 'gc' to have a typedef
- [`lib/internal/util/metric.ts:6`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/util/metric.ts#L6): _(warn)_ expected call-signature: 'increment' to have a typedef
- [`lib/internal/util/metric.ts:13`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/util/metric.ts#L13): _(warn)_ expected call-signature: 'duration' to have a typedef
- [`lib/internal/util/metric.ts:27`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/util/metric.ts#L27): _(warn)_ expected call-signature: 'metrics' to have a typedef
- [`lib/internal/util/string.ts:4`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/util/string.ts#L4): _(warn)_ expected call-signature: 'hideString' to have a typedef
- [`lib/internal/util/string.ts:4`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/util/string.ts#L4): _(warn)_ expected parameter: 'value' to have a typedef
- [`lib/internal/util/string.ts:27`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/util/string.ts#L27): _(warn)_ expected call-signature: 'guid' to have a typedef
- [`lib/internal/util/string.ts:31`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/util/string.ts#L31): _(warn)_ expected call-signature: 'findLine' to have a typedef
- [`lib/internal/util/string.ts:31`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/util/string.ts#L31): _(warn)_ expected parameter: 'str' to have a typedef
- [`lib/internal/util/string.ts:31`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/util/string.ts#L31): _(warn)_ expected parameter: 'idx' to have a typedef
- [`lib/internal/util/string.ts:57`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/util/string.ts#L57): _(warn)_ expected call-signature: 'obfuscateJson' to have a typedef
- [`lib/internal/util/string.ts:82`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/internal/util/string.ts#L82): _(warn)_ expected call-signature: 'replacer' to have a typedef
- [`lib/onEvent.ts:90`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/onEvent.ts#L90): _(warn)_ expected call-signature: 'handle' to have a typedef
- [`lib/operations/common/params/EditOneOrAllParameters.ts:19`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/operations/common/params/EditOneOrAllParameters.ts#L19): _(warn)_ expected call-signature: 'bindAndValidate' to have a typedef
- [`lib/operations/common/params/GitHubSourceRepoParameters.ts:13`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/operations/common/params/GitHubSourceRepoParameters.ts#L13): _(warn)_ expected call-signature: 'repoRef' to have a typedef
- [`lib/operations/generate/GitHubRepoCreationParameters.ts:18`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/operations/generate/GitHubRepoCreationParameters.ts#L18): _(warn)_ expected member-variable-declaration: 'githubToken' to have a typedef
- [`lib/operations/review/issueRaisingReviewRouter.ts:48`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/operations/review/issueRaisingReviewRouter.ts#L48): _(warn)_ expected call-signature: 'toMarkdown' to have a typedef
- [`lib/operations/support/editorUtils.ts:55`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/operations/support/editorUtils.ts#L55): _(warn)_ expected call-signature: 'doNothing' to have a typedef
- [`lib/operations/support/editorUtils.ts:59`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/operations/support/editorUtils.ts#L59): _(warn)_ expected call-signature: 'addEditModeToResult' to have a typedef
- [`lib/server/AbstractAutomationServer.ts:17`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/server/AbstractAutomationServer.ts#L17): _(warn)_ expected call-signature: 'noEventHandlersWereFound' to have a typedef
- [`lib/server/AutomationEventListener.ts:128`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/server/AutomationEventListener.ts#L128): _(warn)_ expected call-signature: 'registrationSuccessful' to have a typedef
- [`lib/server/AutomationEventListener.ts:136`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/server/AutomationEventListener.ts#L136): _(warn)_ expected call-signature: 'contextCreated' to have a typedef
- [`lib/server/AutomationEventListener.ts:140`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/server/AutomationEventListener.ts#L140): _(warn)_ expected call-signature: 'commandIncoming' to have a typedef
- [`lib/server/AutomationEventListener.ts:144`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/server/AutomationEventListener.ts#L144): _(warn)_ expected call-signature: 'commandStarting' to have a typedef
- [`lib/server/AutomationEventListener.ts:156`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/server/AutomationEventListener.ts#L156): _(warn)_ expected call-signature: 'eventIncoming' to have a typedef
- [`lib/server/AutomationEventListener.ts:160`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/server/AutomationEventListener.ts#L160): _(warn)_ expected call-signature: 'eventStarting' to have a typedef
- [`lib/server/BuildableAutomationServer.ts:230`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/server/BuildableAutomationServer.ts#L230): _(warn)_ expected call-signature: 'populateMappedParameters' to have a typedef
- [`lib/server/BuildableAutomationServer.ts:263`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/lib/server/BuildableAutomationServer.ts#L263): _(warn)_ expected call-signature: 'populateSecrets' to have a typedef
- [`test/api/ApolloGraphClient.test.ts:21`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/test/api/ApolloGraphClient.test.ts#L21): _(warn)_ expected call-signature to have a typedef
- [`test/api/ApolloGraphClient.test.ts:51`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/test/api/ApolloGraphClient.test.ts#L51): _(warn)_ expected call-signature to have a typedef
- [`test/bitbucket-api/BitBucketHelpers.ts:19`](https://github.com/atomist/automation-client/blob/55f2bb888f4d729093125ac330dd4dd4b93a934a/test/bitbucket-api/BitBucketHelpers.ts#L19): _(warn)_ expected call-signature: 'doWithNewRemote' to have a typedef
_Body truncated…_
[atomist:code-inspection:master=@atomist/atomist-sdm]
|
non_test
|
code inspection tslint on master cyclomatic complexity warn the function dosend has a cyclomatic complexity of which is higher than the threshold of import blacklist warn importing this module is blacklisted try importing a submodule instead warn importing this module is blacklisted try importing a submodule instead warn importing this module is blacklisted try importing a submodule instead warn importing this module is blacklisted try importing a submodule instead warn importing this module is blacklisted try importing a submodule instead warn importing this module is blacklisted try importing a submodule instead warn importing this module is blacklisted try importing a submodule instead max classes per file warn a maximum of classes per file are allowed warn a maximum of classes per file are allowed warn a maximum of classes per file are allowed warn a maximum of classes per file are allowed warn a maximum of classes per file are allowed warn a maximum of classes per file are allowed warn a maximum of classes per file are allowed warn a maximum of classes per file are allowed warn a maximum of classes per file are allowed warn a maximum of classes per file are allowed warn a maximum of classes per file are allowed warn a maximum of classes per file are allowed warn a maximum of classes per file are allowed warn a maximum of classes per file are allowed warn a maximum of classes per file are allowed warn a maximum of classes per file are allowed max file line count warn this file has lines which exceeds the maximum of lines allowed consider breaking this file up into smaller parts no console warn calls to console log are not allowed warn calls to console log are not allowed warn calls to console log are not allowed warn calls to console log are not allowed warn calls to console log are not allowed warn calls to console log are not allowed warn calls to console log are not allowed warn calls to console log are not allowed warn calls to console log are not allowed warn calls to console log are not allowed warn calls to console log are not allowed warn calls to console log are not allowed no floating promises warn promises must be handled appropriately warn promises must be handled appropriately warn promises must be handled appropriately warn promises must be handled appropriately warn promises must be handled appropriately warn promises must be handled appropriately warn promises must be handled appropriately warn promises must be handled appropriately warn promises must be handled appropriately warn promises must be handled appropriately warn promises must be handled appropriately warn promises must be handled appropriately warn promises must be handled appropriately warn promises must be handled appropriately warn promises must be handled appropriately warn promises must be handled appropriately warn promises must be handled appropriately warn promises must be handled appropriately warn promises must be handled appropriately warn promises must be handled appropriately warn promises must be handled appropriately warn promises must be handled appropriately warn promises must be handled appropriately warn promises must be handled appropriately warn promises must be handled appropriately no implicit dependencies warn module mtrace is not listed as dependency in package json no import side effect warn import with explicit side effect no invalid this warn the this keyword is disallowed outside of a class body warn the this keyword is disallowed outside of a class body no null keyword warn use undefined instead of null warn use undefined instead of null warn use undefined instead of null warn use undefined instead of null warn use undefined instead of null warn use undefined instead of null warn use undefined instead of null warn use undefined instead of null warn use undefined instead of null warn use undefined instead of null warn use undefined instead of null warn use undefined instead of null warn use undefined instead of null warn use undefined instead of null warn use undefined instead of null warn use undefined instead of null warn use undefined instead of null warn use undefined instead of null warn use undefined instead of null warn use undefined instead of null warn use undefined instead of null warn use undefined instead of null warn use undefined instead of null warn use undefined instead of null warn use undefined instead of null warn use undefined instead of null no object literal type assertion warn type assertion on object literals is forbidden use a type annotation instead warn type assertion on object literals is forbidden use a type annotation instead warn type assertion on object literals is forbidden use a type annotation instead warn type assertion on object literals is forbidden use a type annotation instead no parameter reassignment warn reassigning parameter operation is forbidden warn reassigning parameter options is forbidden warn reassigning parameter options is forbidden warn reassigning parameter q is forbidden warn reassigning parameter q is forbidden warn reassigning parameter q is forbidden warn reassigning parameter q is forbidden warn reassigning parameter q is forbidden warn reassigning parameter q is forbidden warn reassigning parameter q is forbidden warn reassigning parameter fragmentdir is forbidden warn reassigning parameter fragmentdir is forbidden warn reassigning parameter fragmentdir is forbidden warn reassigning parameter q is forbidden warn reassigning parameter path is forbidden warn reassigning parameter result is forbidden warn reassigning parameter result is forbidden warn reassigning parameter destinations is forbidden warn reassigning parameter destinations is forbidden no shadowed variable warn shadowed name mtrace warn shadowed name callsite warn shadowed name callsite warn shadowed name subscription no unnecessary class warn this class has no members no unused expression warn unused expression expected an assignment or function call ordered imports warn named imports must be alphabetized typedef warn expected call signature parameter to have a typedef warn expected call signature mappedparameter to have a typedef warn expected call signature secret to have a typedef warn expected call signature value to have a typedef warn expected call signature commandhandler to have a typedef warn expected call signature configurablecommandhandler to have a typedef warn expected call signature parameters to have a typedef warn expected call signature eventhandler to have a typedef warn expected call signature tags to have a typedef warn expected call signature dirty to have a typedef warn expected member variable declaration eventser to have a typedef warn expected member variable declaration commandser to have a typedef warn expected call signature recordevent to have a typedef warn expected call signature recordcommand to have a typedef warn expected call signature recordmessage to have a typedef warn expected call signature hidesecrets to have a typedef warn expected call signature result to have a typedef warn expected member variable declaration datafunc to have a typedef warn expected parameter interval to have a typedef warn expected parameter count to have a typedef warn expected call signature increment to have a typedef warn expected call signature update to have a typedef warn expected call signature both to have a typedef warn expected call signature dosend to have a typedef warn expected parameter message to have a typedef warn expected call signature set metadata to have a typedef warn expected call signature get metadata to have a typedef warn expected call signature declareparameter to have a typedef warn expected call signature declaremappedparameter to have a typedef warn expected call signature declarevalue to have a typedef warn expected call signature declaresecret to have a typedef warn expected call signature declarecommandhandler to have a typedef warn expected call signature declareparameters to have a typedef warn expected call signature declarerug to have a typedef warn expected call signature declareeventhandler to have a typedef warn expected call signature declaretags to have a typedef warn expected call signature declareintent to have a typedef warn expected call signature declareautosubmit to have a typedef warn expected call signature directparameters to have a typedef warn expected call signature populateparameters to have a typedef warn expected call signature populatevalues to have a typedef warn expected call signature computevalue to have a typedef warn expected call signature processcommand to have a typedef warn expected call signature processevent to have a typedef warn expected call signature invokecommand to have a typedef warn expected call signature invokeevent to have a typedef warn expected call signature setupnamespace to have a typedef warn expected call signature clearnamespace to have a typedef warn expected call signature handlecommanderror to have a typedef warn expected call signature handleeventerror to have a typedef warn expected call signature possibleaxiosobjectreplacer to have a typedef warn expected call signature commandincoming to have a typedef warn expected call signature eventincoming to have a typedef warn expected call signature exposecommandhandlerinvocationroute to have a typedef warn expected parameter cors to have a typedef warn expected parameter req to have a typedef warn expected parameter res to have a typedef warn expected parameter result to have a typedef warn expected call signature exposeeventhandlerinvocationroute to have a typedef warn expected parameter cors to have a typedef warn expected parameter req to have a typedef warn expected parameter res to have a typedef warn expected parameter result to have a typedef warn expected call signature setupauthentication to have a typedef warn expected member variable declaration req to have a typedef warn expected member variable declaration res to have a typedef warn expected member variable declaration next to have a typedef warn expected member variable declaration req to have a typedef warn expected member variable declaration res to have a typedef warn expected member variable declaration next to have a typedef warn expected call signature processcommand to have a typedef warn expected call signature processevent to have a typedef warn expected call signature showstartupmessages to have a typedef warn expected call signature createstartupmessage to have a typedef warn expected call signature footer to have a typedef warn expected call signature preparemetadata to have a typedef warn expected call signature preparecommandregistration to have a typedef warn expected call signature prepareeventregistration to have a typedef warn expected call signature onregistration to have a typedef warn expected call signature onconnect to have a typedef warn expected call signature ondisconnect to have a typedef warn expected call signature create to have a typedef warn expected parameter context to have a typedef warn expected call signature init to have a typedef warn expected parameter asyncid to have a typedef warn expected parameter type to have a typedef warn expected parameter triggerid to have a typedef warn expected parameter resource to have a typedef warn expected parameter asyncid to have a typedef warn expected parameter name to have a typedef warn expected call signature resolve to have a typedef warn expected call signature reject to have a typedef warn expected call signature isresolved to have a typedef warn expected call signature ispending to have a typedef warn expected call signature isfulfilled to have a typedef warn expected call signature isrejected to have a typedef warn expected call signature registerhealthindicator to have a typedef warn expected call signature proxyauth to have a typedef warn expected call signature initmemorymonitoring to have a typedef warn expected call signature memoryusage to have a typedef warn expected call signature gc to have a typedef warn expected call signature increment to have a typedef warn expected call signature duration to have a typedef warn expected call signature metrics to have a typedef warn expected call signature hidestring to have a typedef warn expected parameter value to have a typedef warn expected call signature guid to have a typedef warn expected call signature findline to have a typedef warn expected parameter str to have a typedef warn expected parameter idx to have a typedef warn expected call signature obfuscatejson to have a typedef warn expected call signature replacer to have a typedef warn expected call signature handle to have a typedef warn expected call signature bindandvalidate to have a typedef warn expected call signature reporef to have a typedef warn expected member variable declaration githubtoken to have a typedef warn expected call signature tomarkdown to have a typedef warn expected call signature donothing to have a typedef warn expected call signature addeditmodetoresult to have a typedef warn expected call signature noeventhandlerswerefound to have a typedef warn expected call signature registrationsuccessful to have a typedef warn expected call signature contextcreated to have a typedef warn expected call signature commandincoming to have a typedef warn expected call signature commandstarting to have a typedef warn expected call signature eventincoming to have a typedef warn expected call signature eventstarting to have a typedef warn expected call signature populatemappedparameters to have a typedef warn expected call signature populatesecrets to have a typedef warn expected call signature to have a typedef warn expected call signature to have a typedef warn expected call signature dowithnewremote to have a typedef body truncated…
| 0
|
56,892
| 7,010,730,554
|
IssuesEvent
|
2017-12-20 01:01:12
|
owncloud/core
|
https://api.github.com/repos/owncloud/core
|
closed
|
Remove files menu for regular users
|
bug design sev3-medium status/STALE
|

If a regular user can only access to files, then it is useless this menu
@felixheidecke
|
1.0
|
Remove files menu for regular users - 
If a regular user can only access to files, then it is useless this menu
@felixheidecke
|
non_test
|
remove files menu for regular users if a regular user can only access to files then it is useless this menu felixheidecke
| 0
|
137,407
| 11,136,383,098
|
IssuesEvent
|
2019-12-20 16:28:08
|
hazelcast/hazelcast
|
https://api.github.com/repos/hazelcast/hazelcast
|
closed
|
CacheExpirationTest.test_backupOperationAppliesDefaultExpiryPolicy
|
Module: ICache Source: Internal Team: Core Type: Test-Failure
|
Failed on PR builder:
http://jenkins.hazelcast.com/job/Hazelcast-pr-builder/81/testReport/junit/com.hazelcast.cache.eviction/CacheExpirationTest/test_backupOperationAppliesDefaultExpiryPolicy_useSyncBackups_true_/
```
java.lang.AssertionError: expected:<100> but was:<101>
at org.junit.Assert.fail(Assert.java:88)
at org.junit.Assert.failNotEquals(Assert.java:834)
at org.junit.Assert.assertEquals(Assert.java:645)
at org.junit.Assert.assertEquals(Assert.java:631)
at com.hazelcast.test.HazelcastTestSupport$13.run(HazelcastTestSupport.java:1082)
at com.hazelcast.test.HazelcastTestSupport.assertTrueEventually(HazelcastTestSupport.java:1302)
at com.hazelcast.test.HazelcastTestSupport.assertTrueEventually(HazelcastTestSupport.java:1328)
at com.hazelcast.test.HazelcastTestSupport.assertEqualsEventually(HazelcastTestSupport.java:1079)
at com.hazelcast.cache.eviction.CacheExpirationTest.test_backupOperationAppliesDefaultExpiryPolicy(CacheExpirationTest.java:324)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
at com.hazelcast.test.FailOnTimeoutStatement$CallableStatement.call(FailOnTimeoutStatement.java:106)
at com.hazelcast.test.FailOnTimeoutStatement$CallableStatement.call(FailOnTimeoutStatement.java:98)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.lang.Thread.run(Thread.java:748)
```
|
1.0
|
CacheExpirationTest.test_backupOperationAppliesDefaultExpiryPolicy - Failed on PR builder:
http://jenkins.hazelcast.com/job/Hazelcast-pr-builder/81/testReport/junit/com.hazelcast.cache.eviction/CacheExpirationTest/test_backupOperationAppliesDefaultExpiryPolicy_useSyncBackups_true_/
```
java.lang.AssertionError: expected:<100> but was:<101>
at org.junit.Assert.fail(Assert.java:88)
at org.junit.Assert.failNotEquals(Assert.java:834)
at org.junit.Assert.assertEquals(Assert.java:645)
at org.junit.Assert.assertEquals(Assert.java:631)
at com.hazelcast.test.HazelcastTestSupport$13.run(HazelcastTestSupport.java:1082)
at com.hazelcast.test.HazelcastTestSupport.assertTrueEventually(HazelcastTestSupport.java:1302)
at com.hazelcast.test.HazelcastTestSupport.assertTrueEventually(HazelcastTestSupport.java:1328)
at com.hazelcast.test.HazelcastTestSupport.assertEqualsEventually(HazelcastTestSupport.java:1079)
at com.hazelcast.cache.eviction.CacheExpirationTest.test_backupOperationAppliesDefaultExpiryPolicy(CacheExpirationTest.java:324)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
at com.hazelcast.test.FailOnTimeoutStatement$CallableStatement.call(FailOnTimeoutStatement.java:106)
at com.hazelcast.test.FailOnTimeoutStatement$CallableStatement.call(FailOnTimeoutStatement.java:98)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.lang.Thread.run(Thread.java:748)
```
|
test
|
cacheexpirationtest test backupoperationappliesdefaultexpirypolicy failed on pr builder java lang assertionerror expected but was at org junit assert fail assert java at org junit assert failnotequals assert java at org junit assert assertequals assert java at org junit assert assertequals assert java at com hazelcast test hazelcasttestsupport run hazelcasttestsupport java at com hazelcast test hazelcasttestsupport asserttrueeventually hazelcasttestsupport java at com hazelcast test hazelcasttestsupport asserttrueeventually hazelcasttestsupport java at com hazelcast test hazelcasttestsupport assertequalseventually hazelcasttestsupport java at com hazelcast cache eviction cacheexpirationtest test backupoperationappliesdefaultexpirypolicy cacheexpirationtest java at sun reflect nativemethodaccessorimpl native method at sun reflect nativemethodaccessorimpl invoke nativemethodaccessorimpl java at sun reflect delegatingmethodaccessorimpl invoke delegatingmethodaccessorimpl java at java lang reflect method invoke method java at org junit runners model frameworkmethod runreflectivecall frameworkmethod java at org junit internal runners model reflectivecallable run reflectivecallable java at org junit runners model frameworkmethod invokeexplosively frameworkmethod java at org junit internal runners statements invokemethod evaluate invokemethod java at com hazelcast test failontimeoutstatement callablestatement call failontimeoutstatement java at com hazelcast test failontimeoutstatement callablestatement call failontimeoutstatement java at java util concurrent futuretask run futuretask java at java lang thread run thread java
| 1
|
445,140
| 12,826,667,131
|
IssuesEvent
|
2020-07-06 16:58:41
|
grpc/grpc
|
https://api.github.com/repos/grpc/grpc
|
opened
|
Update Pylint Version and Deal with the Fallout
|
kind/internal cleanup lang/Python priority/P2
|
[We currently pin pylint to `2.3.3`.](https://github.com/grpc/grpc/blob/09d3634a6b89f06ffc4fb857676328eb6e1383ad/tools/distrib/pylint_code.sh#L43) We've already observed that this version has a problem with bitrot with respect to its transitive dependencies, causing problems non-hermetic breakage for developers outside of the Python team.
We should update the version of pylint used and deal with the updates in the default lint ruling either by adjusting our configuration to make it align with our current expectations, or by updating the code to align with new expectations for Python style.
|
1.0
|
Update Pylint Version and Deal with the Fallout - [We currently pin pylint to `2.3.3`.](https://github.com/grpc/grpc/blob/09d3634a6b89f06ffc4fb857676328eb6e1383ad/tools/distrib/pylint_code.sh#L43) We've already observed that this version has a problem with bitrot with respect to its transitive dependencies, causing problems non-hermetic breakage for developers outside of the Python team.
We should update the version of pylint used and deal with the updates in the default lint ruling either by adjusting our configuration to make it align with our current expectations, or by updating the code to align with new expectations for Python style.
|
non_test
|
update pylint version and deal with the fallout we ve already observed that this version has a problem with bitrot with respect to its transitive dependencies causing problems non hermetic breakage for developers outside of the python team we should update the version of pylint used and deal with the updates in the default lint ruling either by adjusting our configuration to make it align with our current expectations or by updating the code to align with new expectations for python style
| 0
|
63,818
| 8,696,116,179
|
IssuesEvent
|
2018-12-04 16:40:52
|
reahl/reahl
|
https://api.github.com/repos/reahl/reahl
|
closed
|
App class? Full URL (with port) to views?
|
documentation enhancement
|
I wanted to configure the reset password emails as follows:
```python
from lib.appconfig import App
app = App()
accounts.admin_email = 'overseer@me.com'
accounts.new_password_subject = f"Create a new password for $email in the {app.NAME} app."
accounts.new_password_email = f""" You, or someone on your behalf requested to pick a new password for $email for the {app.NAME} app.
Your secret key is: $secret_key
Visit {app.choose_password_url} to complete the request.
"""
```
I had to create an app class myself which:
1. provided me the name of my app
1. provided urls (including the port) which could link the email reader to the appropriate view
Should something like this be a part of reahl and deriveable for refinement?
|
1.0
|
App class? Full URL (with port) to views? - I wanted to configure the reset password emails as follows:
```python
from lib.appconfig import App
app = App()
accounts.admin_email = 'overseer@me.com'
accounts.new_password_subject = f"Create a new password for $email in the {app.NAME} app."
accounts.new_password_email = f""" You, or someone on your behalf requested to pick a new password for $email for the {app.NAME} app.
Your secret key is: $secret_key
Visit {app.choose_password_url} to complete the request.
"""
```
I had to create an app class myself which:
1. provided me the name of my app
1. provided urls (including the port) which could link the email reader to the appropriate view
Should something like this be a part of reahl and deriveable for refinement?
|
non_test
|
app class full url with port to views i wanted to configure the reset password emails as follows python from lib appconfig import app app app accounts admin email overseer me com accounts new password subject f create a new password for email in the app name app accounts new password email f you or someone on your behalf requested to pick a new password for email for the app name app your secret key is secret key visit app choose password url to complete the request i had to create an app class myself which provided me the name of my app provided urls including the port which could link the email reader to the appropriate view should something like this be a part of reahl and deriveable for refinement
| 0
|
699,387
| 24,015,265,045
|
IssuesEvent
|
2022-09-14 23:33:31
|
GoogleCloudPlatform/java-docs-samples
|
https://api.github.com/repos/GoogleCloudPlatform/java-docs-samples
|
closed
|
com.example.task.SnippetsIT: test1CreateQueues failed
|
type: bug priority: p1 api: tasks samples flakybot: issue flakybot: flaky
|
Note: #6613 was also for this test, but it was closed more than 10 days ago. So, I didn't mark it flaky.
----
commit: 785fcb85c42a024d718ee75ce23d1cc41e3859ce
buildURL: [Build Status](https://source.cloud.google.com/results/invocations/f171781a-65ca-4106-9309-1ff34608d809), [Sponge](http://sponge2/f171781a-65ca-4106-9309-1ff34608d809)
status: failed
<details><summary>Test output</summary><br><pre>com.google.api.gax.rpc.DeadlineExceededException: io.grpc.StatusRuntimeException: DEADLINE_EXCEEDED: deadline exceeded after 9.918320390s. [closed=[], open=[[remote_addr=cloudtasks.googleapis.com/74.125.135.95:443]]]
Caused by: io.grpc.StatusRuntimeException: DEADLINE_EXCEEDED: deadline exceeded after 9.918320390s. [closed=[], open=[[remote_addr=cloudtasks.googleapis.com/74.125.135.95:443]]]
</pre></details>
|
1.0
|
com.example.task.SnippetsIT: test1CreateQueues failed - Note: #6613 was also for this test, but it was closed more than 10 days ago. So, I didn't mark it flaky.
----
commit: 785fcb85c42a024d718ee75ce23d1cc41e3859ce
buildURL: [Build Status](https://source.cloud.google.com/results/invocations/f171781a-65ca-4106-9309-1ff34608d809), [Sponge](http://sponge2/f171781a-65ca-4106-9309-1ff34608d809)
status: failed
<details><summary>Test output</summary><br><pre>com.google.api.gax.rpc.DeadlineExceededException: io.grpc.StatusRuntimeException: DEADLINE_EXCEEDED: deadline exceeded after 9.918320390s. [closed=[], open=[[remote_addr=cloudtasks.googleapis.com/74.125.135.95:443]]]
Caused by: io.grpc.StatusRuntimeException: DEADLINE_EXCEEDED: deadline exceeded after 9.918320390s. [closed=[], open=[[remote_addr=cloudtasks.googleapis.com/74.125.135.95:443]]]
</pre></details>
|
non_test
|
com example task snippetsit failed note was also for this test but it was closed more than days ago so i didn t mark it flaky commit buildurl status failed test output com google api gax rpc deadlineexceededexception io grpc statusruntimeexception deadline exceeded deadline exceeded after open caused by io grpc statusruntimeexception deadline exceeded deadline exceeded after open
| 0
|
20,826
| 3,841,068,022
|
IssuesEvent
|
2016-04-04 02:58:36
|
penguyen1/Padticular
|
https://api.github.com/repos/penguyen1/Padticular
|
opened
|
User Auth - Signup, Login, Logout
|
initial setup Needs testing Planning React Native User Auth
|
#### Authentication ( Signup, Login, Logout Components )
* When app is loaded, it will check if a token already exists
* **Token exists** - redirect to Homepage
* **Token does not exist** - redirect to Signup
* Guest will be prompted to sign up or login before granted access to application
* **Denied** access until guest inputs the correct and|or valid information
* **Granted** access will redirect guest (user) to Homepage
* **Log Out**
* destroy token
* redirect to Sign Up component
|
1.0
|
User Auth - Signup, Login, Logout - #### Authentication ( Signup, Login, Logout Components )
* When app is loaded, it will check if a token already exists
* **Token exists** - redirect to Homepage
* **Token does not exist** - redirect to Signup
* Guest will be prompted to sign up or login before granted access to application
* **Denied** access until guest inputs the correct and|or valid information
* **Granted** access will redirect guest (user) to Homepage
* **Log Out**
* destroy token
* redirect to Sign Up component
|
test
|
user auth signup login logout authentication signup login logout components when app is loaded it will check if a token already exists token exists redirect to homepage token does not exist redirect to signup guest will be prompted to sign up or login before granted access to application denied access until guest inputs the correct and or valid information granted access will redirect guest user to homepage log out destroy token redirect to sign up component
| 1
|
521,961
| 15,146,410,820
|
IssuesEvent
|
2021-02-11 07:12:19
|
webcompat/web-bugs
|
https://api.github.com/repos/webcompat/web-bugs
|
closed
|
www.moddb.com - Info and download option is not available for addons
|
browser-firefox engine-gecko os-linux priority-normal severity-important
|
<!-- @browser: Firefox 85.0 -->
<!-- @ua_header: Mozilla/5.0 (X11; Linux x86_64; rv:85.0) Gecko/20100101 Firefox/85.0 -->
<!-- @reported_with: unknown -->
**URL**: https://www.moddb.com/mods/stalker-anomaly/addons/blindsides-weapon-reanimation-and-rebalance-loner
**Browser / Version**: Firefox 85.0
**Operating System**: Linux
**Tested Another Browser**: Yes Chrome
**Problem type**: Design is broken
**Description**: Items are misaligned
**Steps to Reproduce**:
Download section design is broken
<details>
<summary>View the screenshot</summary>
<img alt="Screenshot" src="https://webcompat.com/uploads/2021/2/02ef5b4a-a0d3-4f19-843c-fc5fee2f6d69.jpg">
</details>
<details>
<summary>Browser Configuration</summary>
<ul>
<li>None</li>
</ul>
</details>
_From [webcompat.com](https://webcompat.com/) with ❤️_
|
1.0
|
www.moddb.com - Info and download option is not available for addons - <!-- @browser: Firefox 85.0 -->
<!-- @ua_header: Mozilla/5.0 (X11; Linux x86_64; rv:85.0) Gecko/20100101 Firefox/85.0 -->
<!-- @reported_with: unknown -->
**URL**: https://www.moddb.com/mods/stalker-anomaly/addons/blindsides-weapon-reanimation-and-rebalance-loner
**Browser / Version**: Firefox 85.0
**Operating System**: Linux
**Tested Another Browser**: Yes Chrome
**Problem type**: Design is broken
**Description**: Items are misaligned
**Steps to Reproduce**:
Download section design is broken
<details>
<summary>View the screenshot</summary>
<img alt="Screenshot" src="https://webcompat.com/uploads/2021/2/02ef5b4a-a0d3-4f19-843c-fc5fee2f6d69.jpg">
</details>
<details>
<summary>Browser Configuration</summary>
<ul>
<li>None</li>
</ul>
</details>
_From [webcompat.com](https://webcompat.com/) with ❤️_
|
non_test
|
info and download option is not available for addons url browser version firefox operating system linux tested another browser yes chrome problem type design is broken description items are misaligned steps to reproduce download section design is broken view the screenshot img alt screenshot src browser configuration none from with ❤️
| 0
|
550,936
| 16,134,833,869
|
IssuesEvent
|
2021-04-29 10:23:49
|
Devops-ohtuprojekti/DevOpsCSAOS
|
https://api.github.com/repos/Devops-ohtuprojekti/DevOpsCSAOS
|
closed
|
Show group average in detailed results if available
|
Priority 4
|
#189
Estimate: 2h
- [x] add results to graphs
|
1.0
|
Show group average in detailed results if available - #189
Estimate: 2h
- [x] add results to graphs
|
non_test
|
show group average in detailed results if available estimate add results to graphs
| 0
|
342,475
| 30,623,783,620
|
IssuesEvent
|
2023-07-24 10:02:03
|
unifyai/ivy
|
https://api.github.com/repos/unifyai/ivy
|
reopened
|
Fix metrics.test_tensorflow_poisson
|
TensorFlow Frontend Sub Task Failing Test
|
| | |
|---|---|
|jax|<a href="https://github.com/unifyai/ivy/actions/runs/5643118837"><img src=https://img.shields.io/badge/-success-success></a>
|numpy|<a href="https://github.com/unifyai/ivy/actions/runs/5643118837"><img src=https://img.shields.io/badge/-success-success></a>
|tensorflow|<a href="https://github.com/unifyai/ivy/actions/runs/5643118837"><img src=https://img.shields.io/badge/-success-success></a>
|torch|<a href="https://github.com/unifyai/ivy/actions/runs/5643118837"><img src=https://img.shields.io/badge/-success-success></a>
|paddle|<a href="https://github.com/unifyai/ivy/actions/runs/5643118837"><img src=https://img.shields.io/badge/-failure-red></a>
|
1.0
|
Fix metrics.test_tensorflow_poisson - | | |
|---|---|
|jax|<a href="https://github.com/unifyai/ivy/actions/runs/5643118837"><img src=https://img.shields.io/badge/-success-success></a>
|numpy|<a href="https://github.com/unifyai/ivy/actions/runs/5643118837"><img src=https://img.shields.io/badge/-success-success></a>
|tensorflow|<a href="https://github.com/unifyai/ivy/actions/runs/5643118837"><img src=https://img.shields.io/badge/-success-success></a>
|torch|<a href="https://github.com/unifyai/ivy/actions/runs/5643118837"><img src=https://img.shields.io/badge/-success-success></a>
|paddle|<a href="https://github.com/unifyai/ivy/actions/runs/5643118837"><img src=https://img.shields.io/badge/-failure-red></a>
|
test
|
fix metrics test tensorflow poisson jax a href src numpy a href src tensorflow a href src torch a href src paddle a href src
| 1
|
225,467
| 7,481,912,889
|
IssuesEvent
|
2018-04-04 22:26:42
|
Planteome/plant-experimental-conditions-ontology
|
https://api.github.com/repos/Planteome/plant-experimental-conditions-ontology
|
closed
|
unknown treatment (EO:0007403)
|
Plant Treatment high priority sourceforge
|
unknown treatment ([EO:0007403](http://purl.obolibrary.org/obo/EO_0007403)):
A plant treatment ([EO:0001001](http://purl.obolibrary.org/obo/EO_0001001)) where there is a lack of information describing the experimental conditions.
Comment: In some cases, only the study type ([EO:0007231](http://purl.obolibrary.org/obo/EO_0007231)) is known, without any additional information about the treatments.
Reported by: cooperl09
Original Ticket: [obo/plant-environment-ontology-eo/83](https://sourceforge.net/p/obo/plant-environment-ontology-eo/83)
|
1.0
|
unknown treatment (EO:0007403) - unknown treatment ([EO:0007403](http://purl.obolibrary.org/obo/EO_0007403)):
A plant treatment ([EO:0001001](http://purl.obolibrary.org/obo/EO_0001001)) where there is a lack of information describing the experimental conditions.
Comment: In some cases, only the study type ([EO:0007231](http://purl.obolibrary.org/obo/EO_0007231)) is known, without any additional information about the treatments.
Reported by: cooperl09
Original Ticket: [obo/plant-environment-ontology-eo/83](https://sourceforge.net/p/obo/plant-environment-ontology-eo/83)
|
non_test
|
unknown treatment eo unknown treatment a plant treatment where there is a lack of information describing the experimental conditions comment in some cases only the study type is known without any additional information about the treatments reported by original ticket
| 0
|
87,509
| 10,923,635,974
|
IssuesEvent
|
2019-11-22 08:16:32
|
Automattic/wp-calypso
|
https://api.github.com/repos/Automattic/wp-calypso
|
opened
|
Gutenboarding: show loading indicator when loading domains
|
Design Needed [Goal] Gutenberg [Goal] Onboarding [Type] Enhancement
|
When typing in domain search, I'd expect to see some kind of loading/pulsing indicator when domain(s) are loading on slow connections (these will likely be mobile phones).
See the fast and slow comparison:
Fast

Slow

|
1.0
|
Gutenboarding: show loading indicator when loading domains - When typing in domain search, I'd expect to see some kind of loading/pulsing indicator when domain(s) are loading on slow connections (these will likely be mobile phones).
See the fast and slow comparison:
Fast

Slow

|
non_test
|
gutenboarding show loading indicator when loading domains when typing in domain search i d expect to see some kind of loading pulsing indicator when domain s are loading on slow connections these will likely be mobile phones see the fast and slow comparison fast slow
| 0
|
63,633
| 6,877,227,409
|
IssuesEvent
|
2017-11-20 06:48:08
|
haskell-tools/haskell-tools
|
https://api.github.com/repos/haskell-tools/haskell-tools
|
closed
|
Bytecode compiler can't handle unboxed tuples
|
category:bug origin:stackage-testing prio:low type:language-support
|
```
bytecode compiler can't handle unboxed tuples. Possibly due to foreign import/export decls in source. Workaround: use -fobject-code, or compile this module to .o separately.
```
|
1.0
|
Bytecode compiler can't handle unboxed tuples - ```
bytecode compiler can't handle unboxed tuples. Possibly due to foreign import/export decls in source. Workaround: use -fobject-code, or compile this module to .o separately.
```
|
test
|
bytecode compiler can t handle unboxed tuples bytecode compiler can t handle unboxed tuples possibly due to foreign import export decls in source workaround use fobject code or compile this module to o separately
| 1
|
230,637
| 18,681,410,410
|
IssuesEvent
|
2021-11-01 06:23:59
|
RasaHQ/rasa
|
https://api.github.com/repos/RasaHQ/rasa
|
opened
|
Scheduled Model Regression Test Failed
|
type:bug :bug: tool:model-regression-tests
|
*This PR is automatically created by the Scheduled Model Regression Test workflow. Checkout the Github Action Run [here](https://github.com/RasaHQ/rasa/actions/runs/1405766870).* <br> --- <br> **Description of Problem:** <br> Scheduled Model Regression Test failed. <br> **Configuration**: `Rules + AugMemo + TED` <br> **Dataset**: `helpdesk-assistant`
|
1.0
|
Scheduled Model Regression Test Failed - *This PR is automatically created by the Scheduled Model Regression Test workflow. Checkout the Github Action Run [here](https://github.com/RasaHQ/rasa/actions/runs/1405766870).* <br> --- <br> **Description of Problem:** <br> Scheduled Model Regression Test failed. <br> **Configuration**: `Rules + AugMemo + TED` <br> **Dataset**: `helpdesk-assistant`
|
test
|
scheduled model regression test failed this pr is automatically created by the scheduled model regression test workflow checkout the github action run description of problem scheduled model regression test failed configuration rules augmemo ted dataset helpdesk assistant
| 1
|
351,495
| 32,004,306,502
|
IssuesEvent
|
2023-09-21 14:01:37
|
elastic/elasticsearch
|
https://api.github.com/repos/elastic/elasticsearch
|
closed
|
[CI] MixedClusterClientYamlTestSuiteIT test {p0=search/161_exists_query_within_nested_query/Test exists query within nested query on mapped short field} failing
|
>test-failure needs:triage
|
**Build scan:**
https://gradle-enterprise.elastic.co/s/xaf4vf32uvgt4/tests/:qa:mixed-cluster:v7.17.14%23mixedClusterTest/org.elasticsearch.backwards.MixedClusterClientYamlTestSuiteIT/test%20%7Bp0=search%2F161_exists_query_within_nested_query%2FTest%20exists%20query%20within%20nested%20query%20on%20mapped%20short%20field%7D
**Reproduction line:**
```
./gradlew ':qa:mixed-cluster:v7.17.14#mixedClusterTest' -Dtests.class="org.elasticsearch.backwards.MixedClusterClientYamlTestSuiteIT" -Dtests.method="test {p0=search/161_exists_query_within_nested_query/Test exists query within nested query on mapped short field}" -Dtests.seed=657B41EF51296F60 -Dtests.bwc=true -Dbuild.snapshot=false -Dtests.jvm.argline="-Dbuild.snapshot=false" -Dtests.locale=vi-VN -Dtests.timezone=America/Cancun -Druntime.java=20
```
**Applicable branches:**
main
**Reproduces locally?:**
No
**Failure history:**
https://gradle-enterprise.elastic.co/scans/tests?tests.container=org.elasticsearch.backwards.MixedClusterClientYamlTestSuiteIT&tests.test=test%20%7Bp0%3Dsearch/161_exists_query_within_nested_query/Test%20exists%20query%20within%20nested%20query%20on%20mapped%20short%20field%7D
**Failure excerpt:**
```
java.lang.Exception: Test abandoned because suite timeout was reached.
at __randomizedtesting.SeedInfo.seed([657B41EF51296F60]:0)
```
|
1.0
|
[CI] MixedClusterClientYamlTestSuiteIT test {p0=search/161_exists_query_within_nested_query/Test exists query within nested query on mapped short field} failing - **Build scan:**
https://gradle-enterprise.elastic.co/s/xaf4vf32uvgt4/tests/:qa:mixed-cluster:v7.17.14%23mixedClusterTest/org.elasticsearch.backwards.MixedClusterClientYamlTestSuiteIT/test%20%7Bp0=search%2F161_exists_query_within_nested_query%2FTest%20exists%20query%20within%20nested%20query%20on%20mapped%20short%20field%7D
**Reproduction line:**
```
./gradlew ':qa:mixed-cluster:v7.17.14#mixedClusterTest' -Dtests.class="org.elasticsearch.backwards.MixedClusterClientYamlTestSuiteIT" -Dtests.method="test {p0=search/161_exists_query_within_nested_query/Test exists query within nested query on mapped short field}" -Dtests.seed=657B41EF51296F60 -Dtests.bwc=true -Dbuild.snapshot=false -Dtests.jvm.argline="-Dbuild.snapshot=false" -Dtests.locale=vi-VN -Dtests.timezone=America/Cancun -Druntime.java=20
```
**Applicable branches:**
main
**Reproduces locally?:**
No
**Failure history:**
https://gradle-enterprise.elastic.co/scans/tests?tests.container=org.elasticsearch.backwards.MixedClusterClientYamlTestSuiteIT&tests.test=test%20%7Bp0%3Dsearch/161_exists_query_within_nested_query/Test%20exists%20query%20within%20nested%20query%20on%20mapped%20short%20field%7D
**Failure excerpt:**
```
java.lang.Exception: Test abandoned because suite timeout was reached.
at __randomizedtesting.SeedInfo.seed([657B41EF51296F60]:0)
```
|
test
|
mixedclusterclientyamltestsuiteit test search exists query within nested query test exists query within nested query on mapped short field failing build scan reproduction line gradlew qa mixed cluster mixedclustertest dtests class org elasticsearch backwards mixedclusterclientyamltestsuiteit dtests method test search exists query within nested query test exists query within nested query on mapped short field dtests seed dtests bwc true dbuild snapshot false dtests jvm argline dbuild snapshot false dtests locale vi vn dtests timezone america cancun druntime java applicable branches main reproduces locally no failure history failure excerpt java lang exception test abandoned because suite timeout was reached at randomizedtesting seedinfo seed
| 1
|
343,477
| 30,667,696,924
|
IssuesEvent
|
2023-07-25 19:38:04
|
microsoft/vscode
|
https://api.github.com/repos/microsoft/vscode
|
closed
|
Test: Kerberos authentication for proxy
|
testplan-item proxy
|
Refs: #187456
- [x] macOS @paulacamargo25
- [x] windows @sandy081
Complexity: 3
[Create Issue](https://github.com/microsoft/vscode/issues/new?body=Testing+%23188701%0A%0A&assignees=chrmarti)
---
- Check out https://github.com/microsoft/vscode-proxy-agent.git.
- Run `npm i` and `npm run compile`.
- `cd tests/test-client` and run `npm install`.
- `cd ..` to the `tests` folder.
- Run `docker-compose run test-proxy-client`.
- Use VS Code with the Dev Containers extension to attach to the `test-proxy-client` container. (Command: `Dev Containers: Attach to Running Container...`)
- Install the "Network Proxy Test" extension: https://marketplace.visualstudio.com/items?itemName=chrmarti.network-proxy-test in the dev container through the Extensions viewlet.
- In the remote settings set the HTTP Proxy to `http://test-http-kerberos-proxy`.
- Run the `Network Proxy Test: Test Network Connection` command and verify it succeeds.
|
1.0
|
Test: Kerberos authentication for proxy - Refs: #187456
- [x] macOS @paulacamargo25
- [x] windows @sandy081
Complexity: 3
[Create Issue](https://github.com/microsoft/vscode/issues/new?body=Testing+%23188701%0A%0A&assignees=chrmarti)
---
- Check out https://github.com/microsoft/vscode-proxy-agent.git.
- Run `npm i` and `npm run compile`.
- `cd tests/test-client` and run `npm install`.
- `cd ..` to the `tests` folder.
- Run `docker-compose run test-proxy-client`.
- Use VS Code with the Dev Containers extension to attach to the `test-proxy-client` container. (Command: `Dev Containers: Attach to Running Container...`)
- Install the "Network Proxy Test" extension: https://marketplace.visualstudio.com/items?itemName=chrmarti.network-proxy-test in the dev container through the Extensions viewlet.
- In the remote settings set the HTTP Proxy to `http://test-http-kerberos-proxy`.
- Run the `Network Proxy Test: Test Network Connection` command and verify it succeeds.
|
test
|
test kerberos authentication for proxy refs macos windows complexity check out run npm i and npm run compile cd tests test client and run npm install cd to the tests folder run docker compose run test proxy client use vs code with the dev containers extension to attach to the test proxy client container command dev containers attach to running container install the network proxy test extension in the dev container through the extensions viewlet in the remote settings set the http proxy to run the network proxy test test network connection command and verify it succeeds
| 1
|
288,924
| 24,943,536,403
|
IssuesEvent
|
2022-10-31 21:09:32
|
phetsims/qa
|
https://api.github.com/repos/phetsims/qa
|
opened
|
Dev Test - Geometric Optics: Basics 1.2.0-dev.3
|
QA:dev-test
|
<!---
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
DEVELOPERS:
* title for this issue = Dev Test: {{SIM_TITLE}} {{VERSION}}
* replace {{MENTIONS}} with @mentions for team members who should received GitHub notifications about this issue
* Fill in the {{REPO}}, {{VERSION}}, and {{GITHUB_ISSUE_LINK}} placeholders.
* Delete things that are not relevant, e.g. PhET-iO links for non-PhET-iO tests.
* assign the issue to @KatieWoe and @kathy-phet
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
-->
<h1>Dev Test</h1>
**Mentions**: @arouinfar @kathy-phet @ariel-phet
<h3>Simulation links</h3>
- [github repository for issues](https://github.com/phetsims/geometric-optics-basics/issues)
- [phet top level directory](https://phet-dev.colorado.edu/html/geometric-optics-basics/1.2.0-dev.3)
- [geometric-optics-basics_all_phet.html](https://phet-dev.colorado.edu/html/geometric-optics-basics/1.2.0-dev.3/phet/geometric-optics-basics_all_phet.html)
<h3>Test Matrix</h3>
Please include all (non-screen reader) feature testing in these records if applicable.
- [ ] Latest macOS, Safari (Time = )
- [ ] Windows 10, Chrome (Time = )
- [ ] Windows 10, Firefox (Time = )
- [ ] Latest iOS, Safari (Time = )
- [ ] Windows 11, Chrome (Time = )
Light testing, or optionally skip if time crunch:
- [ ] Latest macOS, Chrome (Time = )
- [ ] Latest Chrome OS, Chrome (Time = )
<h3>Features included</h3>
- [x] PhET-iO
- [x] Alternative Input
- [x] UI Sound
- [ ] Sonification
- [ ] Description
- [ ] Voicing
<h3>Focus and Special Instructions</h3>
This is a full dev test for brand=phet.
<!---
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// QA only below here
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
-->
---
<h2>For QA...</h2>
<!---
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// General features
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
-->
<details>
<summary><b>General features</b></summary>
<!--- [DO NOT OMIT, CAN BE EDITED] -->
<h3>What to Test</h3>
- Click every single button.
- If there is sound, make sure it works.
- Make sure you can't lose anything.
- Play with the sim normally.
- Try to break the sim.
- Try to include browser version numbers
- If there is a console available, check for errors and include them in the Problem Description.
- Run through the string tests on at least one platform, especially if it is about to go to rc.
- Check the Game Up harness on one platform.
<hr>
</details>
<!---
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// PhET-iO RC features
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
-->
<details>
<summary><b>PhET-iO features</b></summary>
<!--- [DO NOT OMIT, CAN BE EDITED] -->
<h3>What to Test</h3>
- Make sure that public files do not have password protection. Use a private browser for this.
- Make sure that private files do have password protection. Use a private browser for this.
- Make sure standalone sim is working properly.
- Make sure the wrapper index is working properly.
- Make sure each wrapper is working properly.
- Launch the simulation in Studio with ?stringTest=xss and make sure the sim doesn't navigate to youtube
- For newer PhET-iO wrapper indices, save the "basic example of a functional wrapper" as a .html file and open it. Make
sure the simulation loads without crashing or throwing errors.
<hr>
</details>
<!---
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// Accessibility features
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
-->
<details>
<summary><b>Accessibility features</b></summary>
<!--- [DO NOT OMIT, CAN BE EDITED] -->
<h3>What to Test</h3>
- Specific instructions can be found above.
- Make sure the accessibility (a11y) feature that is being tested doesn't negatively affect the sim in any way. Here is
a list of features that may be supported in this test:
- Alternative Input
- Interactive Description
- Sound and Sonification
- Pan and Zoom
- Mobile Description
- Voicing
- Test all possible forms of input.
- Test all mouse/trackpad inputs.
- Test all touchscreen inputs.
- Test all keyboard navigation inputs (if applicable).
- Test all forms of input with a screen reader (if applicable).
<!--- [CAN BE OMITTED, DO NOT EDIT] -->
<h3>Screen Readers</h3>
This sim may support screen readers. If you are unfamiliar with screen readers, please ask Katie to introduce you to
screen readers. If you simply need a refresher on screen readers, please consult the
[QA Book](https://github.com/phetsims/QA/blob/master/documentation/qa-book.md), which should have all of the information
you need as well as a link to a screen reader tutorial made by Jesse. Otherwise, look over the a11y view before opening
the simulation. Once you've done that, open the simulation and make sure alerts and descriptions work as intended.
<!--- [CAN BE OMITTED, CAN BE EDITED] -->
<h3>Platforms and Screen Readers to Be Tested</h3>
- Windows 10 + Latest Chrome + Latest JAWS
- Windows 10 + Latest Firefox + Latest NVDA
- macOS + Safari + VoiceOver
- iOS + Safari + VoiceOver (only if specified in testing issue)
<!--- [CAN BE OMITTED, CAN BE EDITED] -->
<h3>Critical Screen Reader Information</h3>
We are tracking known screen reader bugs in
[here](https://github.com/phetsims/qa/blob/master/documentation/accessibility-bugs.md). If you find a
screen reader bug, please check it against this list.
<!--- [CAN BE OMITTED, CAN BE EDITED] -->
<h3>Keyboard Navigation</h3>
This sim supports keyboard navigation. Please make sure it works as intended on all platforms by itself and with a
screen reader.
<h3>Magnification</h3>
This sim supports magnification with pinch and drag gestures on touch screens, keyboard shortcuts, and mouse/wheel controls. Please test magnfication and make sure
it is working as intended and well with the use cases of the simulation. Due to the way screen readers handle user input, magnification is NOT expected to
work while using a screen reader so there is no need to test this case.
<hr>
</details>
<!---
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// FAQs for QA Members [DO NOT OMIT, DO NOT EDIT]
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
-->
<details>
<summary><b>FAQs for QA Members</b></summary>
<br>
<!--- [DO NOT OMIT, DO NOT EDIT] -->
<details>
<summary><i>There are multiple tests in this issue... Which test should I do first?</i></summary>
Test in order! Test the first thing first, the second thing second, and so on.
</details>
<br>
<!--- [DO NOT OMIT, DO NOT EDIT] -->
<details>
<summary><i>How should I format my issue?</i></summary>
Here's a template for making issues:
<b>Test Device</b>
blah
<b>Operating System</b>
blah
<b>Browser</b>
blah
<b>Problem Description</b>
blah
<b>Steps to Reproduce</b>
blah
<b>Visuals</b>
blah
<details>
<summary><b>Troubleshooting Information</b></summary>
blah
</details>
</details>
<br>
<!--- [DO NOT OMIT, DO NOT EDIT] -->
<details>
<summary><i>Who should I assign?</i></summary>
We typically assign the developer who opened the issue in the QA repository.
</details>
<br>
<!--- [DO NOT OMIT, DO NOT EDIT] -->
<details>
<summary><i>My question isn't in here... What should I do?</i></summary>
You should:
1. Consult the [QA Book](https://github.com/phetsims/QA/blob/master/documentation/qa-book.md).
2. Google it.
3. Ask Katie.
4. Ask a developer.
5. Google it again.
6. Cry.
</details>
<br>
<hr>
</details>
|
1.0
|
Dev Test - Geometric Optics: Basics 1.2.0-dev.3 - <!---
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
DEVELOPERS:
* title for this issue = Dev Test: {{SIM_TITLE}} {{VERSION}}
* replace {{MENTIONS}} with @mentions for team members who should received GitHub notifications about this issue
* Fill in the {{REPO}}, {{VERSION}}, and {{GITHUB_ISSUE_LINK}} placeholders.
* Delete things that are not relevant, e.g. PhET-iO links for non-PhET-iO tests.
* assign the issue to @KatieWoe and @kathy-phet
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
-->
<h1>Dev Test</h1>
**Mentions**: @arouinfar @kathy-phet @ariel-phet
<h3>Simulation links</h3>
- [github repository for issues](https://github.com/phetsims/geometric-optics-basics/issues)
- [phet top level directory](https://phet-dev.colorado.edu/html/geometric-optics-basics/1.2.0-dev.3)
- [geometric-optics-basics_all_phet.html](https://phet-dev.colorado.edu/html/geometric-optics-basics/1.2.0-dev.3/phet/geometric-optics-basics_all_phet.html)
<h3>Test Matrix</h3>
Please include all (non-screen reader) feature testing in these records if applicable.
- [ ] Latest macOS, Safari (Time = )
- [ ] Windows 10, Chrome (Time = )
- [ ] Windows 10, Firefox (Time = )
- [ ] Latest iOS, Safari (Time = )
- [ ] Windows 11, Chrome (Time = )
Light testing, or optionally skip if time crunch:
- [ ] Latest macOS, Chrome (Time = )
- [ ] Latest Chrome OS, Chrome (Time = )
<h3>Features included</h3>
- [x] PhET-iO
- [x] Alternative Input
- [x] UI Sound
- [ ] Sonification
- [ ] Description
- [ ] Voicing
<h3>Focus and Special Instructions</h3>
This is a full dev test for brand=phet.
<!---
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// QA only below here
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
-->
---
<h2>For QA...</h2>
<!---
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// General features
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
-->
<details>
<summary><b>General features</b></summary>
<!--- [DO NOT OMIT, CAN BE EDITED] -->
<h3>What to Test</h3>
- Click every single button.
- If there is sound, make sure it works.
- Make sure you can't lose anything.
- Play with the sim normally.
- Try to break the sim.
- Try to include browser version numbers
- If there is a console available, check for errors and include them in the Problem Description.
- Run through the string tests on at least one platform, especially if it is about to go to rc.
- Check the Game Up harness on one platform.
<hr>
</details>
<!---
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// PhET-iO RC features
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
-->
<details>
<summary><b>PhET-iO features</b></summary>
<!--- [DO NOT OMIT, CAN BE EDITED] -->
<h3>What to Test</h3>
- Make sure that public files do not have password protection. Use a private browser for this.
- Make sure that private files do have password protection. Use a private browser for this.
- Make sure standalone sim is working properly.
- Make sure the wrapper index is working properly.
- Make sure each wrapper is working properly.
- Launch the simulation in Studio with ?stringTest=xss and make sure the sim doesn't navigate to youtube
- For newer PhET-iO wrapper indices, save the "basic example of a functional wrapper" as a .html file and open it. Make
sure the simulation loads without crashing or throwing errors.
<hr>
</details>
<!---
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// Accessibility features
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
-->
<details>
<summary><b>Accessibility features</b></summary>
<!--- [DO NOT OMIT, CAN BE EDITED] -->
<h3>What to Test</h3>
- Specific instructions can be found above.
- Make sure the accessibility (a11y) feature that is being tested doesn't negatively affect the sim in any way. Here is
a list of features that may be supported in this test:
- Alternative Input
- Interactive Description
- Sound and Sonification
- Pan and Zoom
- Mobile Description
- Voicing
- Test all possible forms of input.
- Test all mouse/trackpad inputs.
- Test all touchscreen inputs.
- Test all keyboard navigation inputs (if applicable).
- Test all forms of input with a screen reader (if applicable).
<!--- [CAN BE OMITTED, DO NOT EDIT] -->
<h3>Screen Readers</h3>
This sim may support screen readers. If you are unfamiliar with screen readers, please ask Katie to introduce you to
screen readers. If you simply need a refresher on screen readers, please consult the
[QA Book](https://github.com/phetsims/QA/blob/master/documentation/qa-book.md), which should have all of the information
you need as well as a link to a screen reader tutorial made by Jesse. Otherwise, look over the a11y view before opening
the simulation. Once you've done that, open the simulation and make sure alerts and descriptions work as intended.
<!--- [CAN BE OMITTED, CAN BE EDITED] -->
<h3>Platforms and Screen Readers to Be Tested</h3>
- Windows 10 + Latest Chrome + Latest JAWS
- Windows 10 + Latest Firefox + Latest NVDA
- macOS + Safari + VoiceOver
- iOS + Safari + VoiceOver (only if specified in testing issue)
<!--- [CAN BE OMITTED, CAN BE EDITED] -->
<h3>Critical Screen Reader Information</h3>
We are tracking known screen reader bugs in
[here](https://github.com/phetsims/qa/blob/master/documentation/accessibility-bugs.md). If you find a
screen reader bug, please check it against this list.
<!--- [CAN BE OMITTED, CAN BE EDITED] -->
<h3>Keyboard Navigation</h3>
This sim supports keyboard navigation. Please make sure it works as intended on all platforms by itself and with a
screen reader.
<h3>Magnification</h3>
This sim supports magnification with pinch and drag gestures on touch screens, keyboard shortcuts, and mouse/wheel controls. Please test magnfication and make sure
it is working as intended and well with the use cases of the simulation. Due to the way screen readers handle user input, magnification is NOT expected to
work while using a screen reader so there is no need to test this case.
<hr>
</details>
<!---
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// FAQs for QA Members [DO NOT OMIT, DO NOT EDIT]
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
-->
<details>
<summary><b>FAQs for QA Members</b></summary>
<br>
<!--- [DO NOT OMIT, DO NOT EDIT] -->
<details>
<summary><i>There are multiple tests in this issue... Which test should I do first?</i></summary>
Test in order! Test the first thing first, the second thing second, and so on.
</details>
<br>
<!--- [DO NOT OMIT, DO NOT EDIT] -->
<details>
<summary><i>How should I format my issue?</i></summary>
Here's a template for making issues:
<b>Test Device</b>
blah
<b>Operating System</b>
blah
<b>Browser</b>
blah
<b>Problem Description</b>
blah
<b>Steps to Reproduce</b>
blah
<b>Visuals</b>
blah
<details>
<summary><b>Troubleshooting Information</b></summary>
blah
</details>
</details>
<br>
<!--- [DO NOT OMIT, DO NOT EDIT] -->
<details>
<summary><i>Who should I assign?</i></summary>
We typically assign the developer who opened the issue in the QA repository.
</details>
<br>
<!--- [DO NOT OMIT, DO NOT EDIT] -->
<details>
<summary><i>My question isn't in here... What should I do?</i></summary>
You should:
1. Consult the [QA Book](https://github.com/phetsims/QA/blob/master/documentation/qa-book.md).
2. Google it.
3. Ask Katie.
4. Ask a developer.
5. Google it again.
6. Cry.
</details>
<br>
<hr>
</details>
|
test
|
dev test geometric optics basics dev developers title for this issue dev test sim title version replace mentions with mentions for team members who should received github notifications about this issue fill in the repo version and github issue link placeholders delete things that are not relevant e g phet io links for non phet io tests assign the issue to katiewoe and kathy phet dev test mentions arouinfar kathy phet ariel phet simulation links test matrix please include all non screen reader feature testing in these records if applicable latest macos safari time windows chrome time windows firefox time latest ios safari time windows chrome time light testing or optionally skip if time crunch latest macos chrome time latest chrome os chrome time features included phet io alternative input ui sound sonification description voicing focus and special instructions this is a full dev test for brand phet qa only below here for qa general features general features what to test click every single button if there is sound make sure it works make sure you can t lose anything play with the sim normally try to break the sim try to include browser version numbers if there is a console available check for errors and include them in the problem description run through the string tests on at least one platform especially if it is about to go to rc check the game up harness on one platform phet io rc features phet io features what to test make sure that public files do not have password protection use a private browser for this make sure that private files do have password protection use a private browser for this make sure standalone sim is working properly make sure the wrapper index is working properly make sure each wrapper is working properly launch the simulation in studio with stringtest xss and make sure the sim doesn t navigate to youtube for newer phet io wrapper indices save the basic example of a functional wrapper as a html file and open it make sure the simulation loads without crashing or throwing errors accessibility features accessibility features what to test specific instructions can be found above make sure the accessibility feature that is being tested doesn t negatively affect the sim in any way here is a list of features that may be supported in this test alternative input interactive description sound and sonification pan and zoom mobile description voicing test all possible forms of input test all mouse trackpad inputs test all touchscreen inputs test all keyboard navigation inputs if applicable test all forms of input with a screen reader if applicable screen readers this sim may support screen readers if you are unfamiliar with screen readers please ask katie to introduce you to screen readers if you simply need a refresher on screen readers please consult the which should have all of the information you need as well as a link to a screen reader tutorial made by jesse otherwise look over the view before opening the simulation once you ve done that open the simulation and make sure alerts and descriptions work as intended platforms and screen readers to be tested windows latest chrome latest jaws windows latest firefox latest nvda macos safari voiceover ios safari voiceover only if specified in testing issue critical screen reader information we are tracking known screen reader bugs in if you find a screen reader bug please check it against this list keyboard navigation this sim supports keyboard navigation please make sure it works as intended on all platforms by itself and with a screen reader magnification this sim supports magnification with pinch and drag gestures on touch screens keyboard shortcuts and mouse wheel controls please test magnfication and make sure it is working as intended and well with the use cases of the simulation due to the way screen readers handle user input magnification is not expected to work while using a screen reader so there is no need to test this case faqs for qa members faqs for qa members there are multiple tests in this issue which test should i do first test in order test the first thing first the second thing second and so on how should i format my issue here s a template for making issues test device blah operating system blah browser blah problem description blah steps to reproduce blah visuals blah troubleshooting information blah who should i assign we typically assign the developer who opened the issue in the qa repository my question isn t in here what should i do you should consult the google it ask katie ask a developer google it again cry
| 1
|
221,291
| 17,332,126,181
|
IssuesEvent
|
2021-07-28 04:53:46
|
quarkusio/quarkus
|
https://api.github.com/repos/quarkusio/quarkus
|
closed
|
Quarkus continuous test mode hides server output
|
area/continuous-testing kind/bug
|
### Describe the bug
I am using the new continuous test mode, which is awesome.
Now when I work on some test-driven coding, I write a test, write the code and then Quarkus runs my test and shows me that my code is not working:
```
2021-07-21 12:26:16,957 ERROR [io.qua.test] (Test runner thread) ==================== TEST REPORT #11 ====================
2021-07-21 12:26:16,957 ERROR [io.qua.test] (Test runner thread) Test CheckerTest#basicCheck() failed
: java.lang.AssertionError: 1 expectation failed.
Expected status code <200> but was <500>.
at io.restassured.internal.ValidatableResponseImpl.statusCode(ValidatableResponseImpl.groovy)
at com.redhat.clouddot.poc.funq.CheckerTest.basicCheck(CheckerTest.java:26)
2021-07-21 12:26:16,957 ERROR [io.qua.test] (Test runner thread) >>>>>>>>>>>>>>>>>>>> 1 TEST FAILED <<<<<<<<<<<<<<<<<<<<
--
1 test failed (1 passing, 0 skipped), 2 tests were run in 467ms. Tests completed at 12:26:16.
Press [r] to re-run, [v] to view full results, [p] to pause, [h] for more options>
```
But it hides the internal error message that the server would produce, which would help me understand why my code fails.
E.g. when I trigger the same rest-test not from a `@QuarkusTest` and `RestAssured`, but via `curl` , I get my normal stack trace that tells me what does not work in my code.
### Expected behavior
Test failure output and server output are shown
### Actual behavior
Only test output is shown, but server output is omitted
### How to Reproduce?
_No response_
### Output of `uname -a` or `ver`
_No response_
### Output of `java -version`
_No response_
### GraalVM version (if different from Java)
_No response_
### Quarkus version or git rev
2.1.0.CR1
### Build tool (ie. output of `mvnw --version` or `gradlew --version`)
_No response_
### Additional information
_No response_
|
1.0
|
Quarkus continuous test mode hides server output - ### Describe the bug
I am using the new continuous test mode, which is awesome.
Now when I work on some test-driven coding, I write a test, write the code and then Quarkus runs my test and shows me that my code is not working:
```
2021-07-21 12:26:16,957 ERROR [io.qua.test] (Test runner thread) ==================== TEST REPORT #11 ====================
2021-07-21 12:26:16,957 ERROR [io.qua.test] (Test runner thread) Test CheckerTest#basicCheck() failed
: java.lang.AssertionError: 1 expectation failed.
Expected status code <200> but was <500>.
at io.restassured.internal.ValidatableResponseImpl.statusCode(ValidatableResponseImpl.groovy)
at com.redhat.clouddot.poc.funq.CheckerTest.basicCheck(CheckerTest.java:26)
2021-07-21 12:26:16,957 ERROR [io.qua.test] (Test runner thread) >>>>>>>>>>>>>>>>>>>> 1 TEST FAILED <<<<<<<<<<<<<<<<<<<<
--
1 test failed (1 passing, 0 skipped), 2 tests were run in 467ms. Tests completed at 12:26:16.
Press [r] to re-run, [v] to view full results, [p] to pause, [h] for more options>
```
But it hides the internal error message that the server would produce, which would help me understand why my code fails.
E.g. when I trigger the same rest-test not from a `@QuarkusTest` and `RestAssured`, but via `curl` , I get my normal stack trace that tells me what does not work in my code.
### Expected behavior
Test failure output and server output are shown
### Actual behavior
Only test output is shown, but server output is omitted
### How to Reproduce?
_No response_
### Output of `uname -a` or `ver`
_No response_
### Output of `java -version`
_No response_
### GraalVM version (if different from Java)
_No response_
### Quarkus version or git rev
2.1.0.CR1
### Build tool (ie. output of `mvnw --version` or `gradlew --version`)
_No response_
### Additional information
_No response_
|
test
|
quarkus continuous test mode hides server output describe the bug i am using the new continuous test mode which is awesome now when i work on some test driven coding i write a test write the code and then quarkus runs my test and shows me that my code is not working error test runner thread test report error test runner thread test checkertest basiccheck failed java lang assertionerror expectation failed expected status code but was at io restassured internal validatableresponseimpl statuscode validatableresponseimpl groovy at com redhat clouddot poc funq checkertest basiccheck checkertest java error test runner thread test failed test failed passing skipped tests were run in tests completed at press to re run to view full results to pause for more options but it hides the internal error message that the server would produce which would help me understand why my code fails e g when i trigger the same rest test not from a quarkustest and restassured but via curl i get my normal stack trace that tells me what does not work in my code expected behavior test failure output and server output are shown actual behavior only test output is shown but server output is omitted how to reproduce no response output of uname a or ver no response output of java version no response graalvm version if different from java no response quarkus version or git rev build tool ie output of mvnw version or gradlew version no response additional information no response
| 1
|
258,437
| 19,560,671,559
|
IssuesEvent
|
2022-01-03 15:48:35
|
walt-id/waltid-ssikit-vclib
|
https://api.github.com/repos/walt-id/waltid-ssikit-vclib
|
closed
|
Simplify and document Credential Template integration
|
documentation feature
|
- [ ] Nested VC field CredentialSubject should be specified by a template parameter
- [ ] Remove / refactor the use of VcUtil
- [ ] Remove the default usage of a DataProvider. Data providers should be optional, service-matrix services.
|
1.0
|
Simplify and document Credential Template integration - - [ ] Nested VC field CredentialSubject should be specified by a template parameter
- [ ] Remove / refactor the use of VcUtil
- [ ] Remove the default usage of a DataProvider. Data providers should be optional, service-matrix services.
|
non_test
|
simplify and document credential template integration nested vc field credentialsubject should be specified by a template parameter remove refactor the use of vcutil remove the default usage of a dataprovider data providers should be optional service matrix services
| 0
|
115,017
| 4,650,900,099
|
IssuesEvent
|
2016-10-03 07:48:46
|
rndsolutions/hawkcd
|
https://api.github.com/repos/rndsolutions/hawkcd
|
closed
|
Server throws NullPointerException if more agents execute one Pipeline.
|
awaiting verification bug high priority server
|
**Steps to reproduce**
1. Log as Admin
2. Create Pipeline with multiple Stages and Tasks.
3. Connect more then two agents.
4. Start a Pipeline when there is more than one Agent available.
**ACTUAL**
Server is throwing NullPointerException after a short time.
**EXPECTED**
Pipeline should be executed successfully without errors.
|
1.0
|
Server throws NullPointerException if more agents execute one Pipeline. - **Steps to reproduce**
1. Log as Admin
2. Create Pipeline with multiple Stages and Tasks.
3. Connect more then two agents.
4. Start a Pipeline when there is more than one Agent available.
**ACTUAL**
Server is throwing NullPointerException after a short time.
**EXPECTED**
Pipeline should be executed successfully without errors.
|
non_test
|
server throws nullpointerexception if more agents execute one pipeline steps to reproduce log as admin create pipeline with multiple stages and tasks connect more then two agents start a pipeline when there is more than one agent available actual server is throwing nullpointerexception after a short time expected pipeline should be executed successfully without errors
| 0
|
30,133
| 4,561,018,770
|
IssuesEvent
|
2016-09-14 10:06:08
|
Kademi/kademi-dev
|
https://api.github.com/repos/Kademi/kademi-dev
|
closed
|
Creating custom fields
|
enhancement Ready to Test - Dev
|
http://uploader-test.admin.kademi.com.au/groups/new-batch/
I need to setup a group and apply custom fields, but I don't know what fields Kademi supports out of the box as I could use some of these instead i.e. First Name.
@brad maybe we should list the fields we support in the Extra fields section?
|
1.0
|
Creating custom fields - http://uploader-test.admin.kademi.com.au/groups/new-batch/
I need to setup a group and apply custom fields, but I don't know what fields Kademi supports out of the box as I could use some of these instead i.e. First Name.
@brad maybe we should list the fields we support in the Extra fields section?
|
test
|
creating custom fields i need to setup a group and apply custom fields but i don t know what fields kademi supports out of the box as i could use some of these instead i e first name brad maybe we should list the fields we support in the extra fields section
| 1
|
224,826
| 17,777,397,572
|
IssuesEvent
|
2021-08-30 21:09:55
|
cockroachdb/cockroach
|
https://api.github.com/repos/cockroachdb/cockroach
|
closed
|
roachtest: version/mixed/nodes=3 failed
|
C-test-failure O-robot O-roachtest branch-master release-blocker T-sql-schema T-sql-observability
|
roachtest.version/mixed/nodes=3 [failed](https://teamcity.cockroachdb.com/viewLog.html?buildId=3377334&tab=buildLog) with [artifacts](https://teamcity.cockroachdb.com/viewLog.html?buildId=3377334&tab=artifacts#/version/mixed/nodes=3) on master @ [6700cf65e82a029a1ff76a75250c709aa9637170](https://github.com/cockroachdb/cockroach/commits/6700cf65e82a029a1ff76a75250c709aa9637170):
```
The test failed on branch=master, cloud=gce:
test artifacts and logs in: /home/agent/work/.go/src/github.com/cockroachdb/cockroach/artifacts/version/mixed/nodes=3/run_1
monitor.go:128,version.go:211,version.go:224,test_runner.go:777: monitor failure: unexpected node event: 2: dead (exit status 134)
(1) attached stack trace
-- stack trace:
| main.(*monitorImpl).WaitE
| /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/monitor.go:116
| main.(*monitorImpl).Wait
| /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/monitor.go:124
| github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.registerVersion.func1
| /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/version.go:211
| github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.registerVersion.func2
| /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/version.go:224
| main.(*testRunner).runTest.func2
| /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/test_runner.go:777
| runtime.goexit
| /usr/local/go/src/runtime/asm_amd64.s:1371
Wraps: (2) monitor failure
Wraps: (3) unexpected node event: 2: dead (exit status 134)
Error types: (1) *withstack.withStack (2) *errutil.withPrefix (3) *errors.errorString
cluster.go:1249,context.go:89,cluster.go:1237,test_runner.go:866: dead node detection: /home/agent/work/.go/src/github.com/cockroachdb/cockroach/bin/roachprod monitor teamcity-3377334-1630217394-03-n4cpu4 --oneshot --ignore-empty-nodes: exit status 1 2: dead (exit status 134)
3: 15255
4: skipped
1: 18363
Error: UNCLASSIFIED_PROBLEM: 2: dead (exit status 134)
(1) UNCLASSIFIED_PROBLEM
Wraps: (2) attached stack trace
-- stack trace:
| main.glob..func14
| /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachprod/main.go:1173
| main.wrap.func1
| /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachprod/main.go:281
| github.com/spf13/cobra.(*Command).execute
| /home/agent/work/.go/src/github.com/cockroachdb/cockroach/vendor/github.com/spf13/cobra/command.go:856
| github.com/spf13/cobra.(*Command).ExecuteC
| /home/agent/work/.go/src/github.com/cockroachdb/cockroach/vendor/github.com/spf13/cobra/command.go:960
| github.com/spf13/cobra.(*Command).Execute
| /home/agent/work/.go/src/github.com/cockroachdb/cockroach/vendor/github.com/spf13/cobra/command.go:897
| main.main
| /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachprod/main.go:2107
| runtime.main
| /usr/local/go/src/runtime/proc.go:225
| runtime.goexit
| /usr/local/go/src/runtime/asm_amd64.s:1371
Wraps: (3) 2: dead (exit status 134)
Error types: (1) errors.Unclassified (2) *withstack.withStack (3) *errutil.leafError
```
<details><summary>Reproduce</summary>
<p>
See: [roachtest README](https://github.com/cockroachdb/cockroach/blob/master/pkg/cmd/roachtest/README.md)
</p>
</details>
/cc @cockroachdb/kv-triage
<sub>
[This test on roachdash](https://roachdash.crdb.dev/?filter=status:open%20t:.*version/mixed/nodes=3.*&sort=title+created&display=lastcommented+project) | [Improve this report!](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues)
</sub>
|
2.0
|
roachtest: version/mixed/nodes=3 failed - roachtest.version/mixed/nodes=3 [failed](https://teamcity.cockroachdb.com/viewLog.html?buildId=3377334&tab=buildLog) with [artifacts](https://teamcity.cockroachdb.com/viewLog.html?buildId=3377334&tab=artifacts#/version/mixed/nodes=3) on master @ [6700cf65e82a029a1ff76a75250c709aa9637170](https://github.com/cockroachdb/cockroach/commits/6700cf65e82a029a1ff76a75250c709aa9637170):
```
The test failed on branch=master, cloud=gce:
test artifacts and logs in: /home/agent/work/.go/src/github.com/cockroachdb/cockroach/artifacts/version/mixed/nodes=3/run_1
monitor.go:128,version.go:211,version.go:224,test_runner.go:777: monitor failure: unexpected node event: 2: dead (exit status 134)
(1) attached stack trace
-- stack trace:
| main.(*monitorImpl).WaitE
| /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/monitor.go:116
| main.(*monitorImpl).Wait
| /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/monitor.go:124
| github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.registerVersion.func1
| /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/version.go:211
| github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.registerVersion.func2
| /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/version.go:224
| main.(*testRunner).runTest.func2
| /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/test_runner.go:777
| runtime.goexit
| /usr/local/go/src/runtime/asm_amd64.s:1371
Wraps: (2) monitor failure
Wraps: (3) unexpected node event: 2: dead (exit status 134)
Error types: (1) *withstack.withStack (2) *errutil.withPrefix (3) *errors.errorString
cluster.go:1249,context.go:89,cluster.go:1237,test_runner.go:866: dead node detection: /home/agent/work/.go/src/github.com/cockroachdb/cockroach/bin/roachprod monitor teamcity-3377334-1630217394-03-n4cpu4 --oneshot --ignore-empty-nodes: exit status 1 2: dead (exit status 134)
3: 15255
4: skipped
1: 18363
Error: UNCLASSIFIED_PROBLEM: 2: dead (exit status 134)
(1) UNCLASSIFIED_PROBLEM
Wraps: (2) attached stack trace
-- stack trace:
| main.glob..func14
| /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachprod/main.go:1173
| main.wrap.func1
| /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachprod/main.go:281
| github.com/spf13/cobra.(*Command).execute
| /home/agent/work/.go/src/github.com/cockroachdb/cockroach/vendor/github.com/spf13/cobra/command.go:856
| github.com/spf13/cobra.(*Command).ExecuteC
| /home/agent/work/.go/src/github.com/cockroachdb/cockroach/vendor/github.com/spf13/cobra/command.go:960
| github.com/spf13/cobra.(*Command).Execute
| /home/agent/work/.go/src/github.com/cockroachdb/cockroach/vendor/github.com/spf13/cobra/command.go:897
| main.main
| /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachprod/main.go:2107
| runtime.main
| /usr/local/go/src/runtime/proc.go:225
| runtime.goexit
| /usr/local/go/src/runtime/asm_amd64.s:1371
Wraps: (3) 2: dead (exit status 134)
Error types: (1) errors.Unclassified (2) *withstack.withStack (3) *errutil.leafError
```
<details><summary>Reproduce</summary>
<p>
See: [roachtest README](https://github.com/cockroachdb/cockroach/blob/master/pkg/cmd/roachtest/README.md)
</p>
</details>
/cc @cockroachdb/kv-triage
<sub>
[This test on roachdash](https://roachdash.crdb.dev/?filter=status:open%20t:.*version/mixed/nodes=3.*&sort=title+created&display=lastcommented+project) | [Improve this report!](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues)
</sub>
|
test
|
roachtest version mixed nodes failed roachtest version mixed nodes with on master the test failed on branch master cloud gce test artifacts and logs in home agent work go src github com cockroachdb cockroach artifacts version mixed nodes run monitor go version go version go test runner go monitor failure unexpected node event dead exit status attached stack trace stack trace main monitorimpl waite home agent work go src github com cockroachdb cockroach pkg cmd roachtest monitor go main monitorimpl wait home agent work go src github com cockroachdb cockroach pkg cmd roachtest monitor go github com cockroachdb cockroach pkg cmd roachtest tests registerversion home agent work go src github com cockroachdb cockroach pkg cmd roachtest tests version go github com cockroachdb cockroach pkg cmd roachtest tests registerversion home agent work go src github com cockroachdb cockroach pkg cmd roachtest tests version go main testrunner runtest home agent work go src github com cockroachdb cockroach pkg cmd roachtest test runner go runtime goexit usr local go src runtime asm s wraps monitor failure wraps unexpected node event dead exit status error types withstack withstack errutil withprefix errors errorstring cluster go context go cluster go test runner go dead node detection home agent work go src github com cockroachdb cockroach bin roachprod monitor teamcity oneshot ignore empty nodes exit status dead exit status skipped error unclassified problem dead exit status unclassified problem wraps attached stack trace stack trace main glob home agent work go src github com cockroachdb cockroach pkg cmd roachprod main go main wrap home agent work go src github com cockroachdb cockroach pkg cmd roachprod main go github com cobra command execute home agent work go src github com cockroachdb cockroach vendor github com cobra command go github com cobra command executec home agent work go src github com cockroachdb cockroach vendor github com cobra command go github com cobra command execute home agent work go src github com cockroachdb cockroach vendor github com cobra command go main main home agent work 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 exit status error types errors unclassified withstack withstack errutil leaferror reproduce see cc cockroachdb kv triage
| 1
|
202,640
| 7,050,602,394
|
IssuesEvent
|
2018-01-03 07:29:42
|
SilentChaos512/ExtendedDays
|
https://api.github.com/repos/SilentChaos512/ExtendedDays
|
opened
|
Extended periods are not persistent
|
bug priority: high
|
### Versions
Minecraft Version: 1.12
Extended Days Version: dev
Silent Lib Version: dev
### Expected behavior
- Saving and quitting should save the "actual" time when in the middle of an extended period, allowing you to pick up where you left off.
### Actual behaviour
- Extended periods are skipped when loading a world that was on an extended period.
One thing of note: In the time it takes for the world to "appear" when loading, several real seconds pass (around 70-80 ticks for me).
|
1.0
|
Extended periods are not persistent - ### Versions
Minecraft Version: 1.12
Extended Days Version: dev
Silent Lib Version: dev
### Expected behavior
- Saving and quitting should save the "actual" time when in the middle of an extended period, allowing you to pick up where you left off.
### Actual behaviour
- Extended periods are skipped when loading a world that was on an extended period.
One thing of note: In the time it takes for the world to "appear" when loading, several real seconds pass (around 70-80 ticks for me).
|
non_test
|
extended periods are not persistent versions minecraft version extended days version dev silent lib version dev expected behavior saving and quitting should save the actual time when in the middle of an extended period allowing you to pick up where you left off actual behaviour extended periods are skipped when loading a world that was on an extended period one thing of note in the time it takes for the world to appear when loading several real seconds pass around ticks for me
| 0
|
300,864
| 26,000,027,090
|
IssuesEvent
|
2022-12-20 14:39:15
|
tarantool/tarantool-qa
|
https://api.github.com/repos/tarantool/tarantool-qa
|
closed
|
test: flaky box-luatest/gh_7743_term_initial_cfg_snap_test.lua
|
flaky test
|
Test https://github.com/tarantool/tarantool/blob/master/test/box-luatest/gh_7743_term_initial_cfg_snap_test.lua is flaky
Introduced in tarantool/tarantool#8016, issue tarantool/tarantool#7743
```
[043] box-luatest/gh_7743_term_initial_cfg_snap_test> [ fail ]
[043] Test failed! Output from reject file /tmp/t/rejects/box-luatest/gh_7743_term_initial_cfg_snap.reject:
[043] Tarantool version is 2.11.0-entrypoint-794-g2574ff1a8
[043] TAP version 13
[043] 1..1
[043] # Started on Tue Dec 13 11:45:06 2022
[043] # Starting group: gh-7743
[043] not ok 1 gh-7743.test_sigterm_during_initial_snapshot
[043] # .../test/box-luatest/gh_7743_term_initial_cfg_snap_test.lua:39: could not open
[043] # stack traceback:
[043] # .../test/box-luatest/gh_7743_term_initial_cfg_snap_test.lua:39: in function 'retrying'
[043] # .../test/box-luatest/gh_7743_term_initial_cfg_snap_test.lua:36: in function 'gh-7743.test_sigterm_during_initial_snapshot'
[043] # ...
[043] # [C]: in function 'xpcall'
[043] # Ran 1 tests in 5.835 seconds, 0 succeeded, 1 errored
[043] Test "box-luatest/gh_7743_term_initial_cfg_snap_test.lua", conf: "None"
[043] failed, rerunning ...
```
See https://github.com/tarantool/tarantool/actions/runs/3684840349
<img width="430" alt="Screenshot 2022-12-13 at 18 57 47" src="https://user-images.githubusercontent.com/8015154/207324225-542127d5-d100-4681-9dce-0b2e03ac2f4f.png">
Data is not yet available on the dashboard, will update it later.
|
1.0
|
test: flaky box-luatest/gh_7743_term_initial_cfg_snap_test.lua - Test https://github.com/tarantool/tarantool/blob/master/test/box-luatest/gh_7743_term_initial_cfg_snap_test.lua is flaky
Introduced in tarantool/tarantool#8016, issue tarantool/tarantool#7743
```
[043] box-luatest/gh_7743_term_initial_cfg_snap_test> [ fail ]
[043] Test failed! Output from reject file /tmp/t/rejects/box-luatest/gh_7743_term_initial_cfg_snap.reject:
[043] Tarantool version is 2.11.0-entrypoint-794-g2574ff1a8
[043] TAP version 13
[043] 1..1
[043] # Started on Tue Dec 13 11:45:06 2022
[043] # Starting group: gh-7743
[043] not ok 1 gh-7743.test_sigterm_during_initial_snapshot
[043] # .../test/box-luatest/gh_7743_term_initial_cfg_snap_test.lua:39: could not open
[043] # stack traceback:
[043] # .../test/box-luatest/gh_7743_term_initial_cfg_snap_test.lua:39: in function 'retrying'
[043] # .../test/box-luatest/gh_7743_term_initial_cfg_snap_test.lua:36: in function 'gh-7743.test_sigterm_during_initial_snapshot'
[043] # ...
[043] # [C]: in function 'xpcall'
[043] # Ran 1 tests in 5.835 seconds, 0 succeeded, 1 errored
[043] Test "box-luatest/gh_7743_term_initial_cfg_snap_test.lua", conf: "None"
[043] failed, rerunning ...
```
See https://github.com/tarantool/tarantool/actions/runs/3684840349
<img width="430" alt="Screenshot 2022-12-13 at 18 57 47" src="https://user-images.githubusercontent.com/8015154/207324225-542127d5-d100-4681-9dce-0b2e03ac2f4f.png">
Data is not yet available on the dashboard, will update it later.
|
test
|
test flaky box luatest gh term initial cfg snap test lua test is flaky introduced in tarantool tarantool issue tarantool tarantool box luatest gh term initial cfg snap test test failed output from reject file tmp t rejects box luatest gh term initial cfg snap reject tarantool version is entrypoint tap version started on tue dec starting group gh not ok gh test sigterm during initial snapshot test box luatest gh term initial cfg snap test lua could not open stack traceback test box luatest gh term initial cfg snap test lua in function retrying test box luatest gh term initial cfg snap test lua in function gh test sigterm during initial snapshot in function xpcall ran tests in seconds succeeded errored test box luatest gh term initial cfg snap test lua conf none failed rerunning see img width alt screenshot at src data is not yet available on the dashboard will update it later
| 1
|
55,190
| 23,409,305,132
|
IssuesEvent
|
2022-08-12 15:44:59
|
elastic/kibana
|
https://api.github.com/repos/elastic/kibana
|
closed
|
[Reporting] Chromium/PhantomJS and exec privileges on Kibana's data directory
|
bug Feature:Reporting loe:days Team:AppServicesSv triaged impact:low Team:Reporting Services EnableJiraSync
|
*Original comment by @kobelb:*
# Situation
When Kibana starts up, Reporting extracts the Chromium/PhantomJS archive to the Kibana data directory, and then it spawns the browser from the data directory when generating the actual report. This requires that the `exec` privilege is granted to at least the browser executable within Kibana's data directory for Reporting to work correctly. This has caused at least one customer issues, and they ended up mounting the entire Kibana data directory with the `exec` privilege, which isn't best practice.
There are a few potential solutions to the problem. At this point I'm leaning towards "Potential Solution 2", it's a bit more work, but it feels like a better solution. However, I'm open to others opinions or alternatives I haven't thought of yet.
# Potential Solution 1
Keep the current approach of extracting the browser archives on startup and find a new directory to use that the `kibana` user can write to, and we feel comfortable requiring the `exec` privilege.
# Potential Solution 2
No longer extract the browser archive when Kibana starts up, it'd be great if we could do so when the x-pack-kibana plugin installs and put the browser executables in the kibana bin folder as we already have the exec privilege here.
|
2.0
|
[Reporting] Chromium/PhantomJS and exec privileges on Kibana's data directory - *Original comment by @kobelb:*
# Situation
When Kibana starts up, Reporting extracts the Chromium/PhantomJS archive to the Kibana data directory, and then it spawns the browser from the data directory when generating the actual report. This requires that the `exec` privilege is granted to at least the browser executable within Kibana's data directory for Reporting to work correctly. This has caused at least one customer issues, and they ended up mounting the entire Kibana data directory with the `exec` privilege, which isn't best practice.
There are a few potential solutions to the problem. At this point I'm leaning towards "Potential Solution 2", it's a bit more work, but it feels like a better solution. However, I'm open to others opinions or alternatives I haven't thought of yet.
# Potential Solution 1
Keep the current approach of extracting the browser archives on startup and find a new directory to use that the `kibana` user can write to, and we feel comfortable requiring the `exec` privilege.
# Potential Solution 2
No longer extract the browser archive when Kibana starts up, it'd be great if we could do so when the x-pack-kibana plugin installs and put the browser executables in the kibana bin folder as we already have the exec privilege here.
|
non_test
|
chromium phantomjs and exec privileges on kibana s data directory original comment by kobelb situation when kibana starts up reporting extracts the chromium phantomjs archive to the kibana data directory and then it spawns the browser from the data directory when generating the actual report this requires that the exec privilege is granted to at least the browser executable within kibana s data directory for reporting to work correctly this has caused at least one customer issues and they ended up mounting the entire kibana data directory with the exec privilege which isn t best practice there are a few potential solutions to the problem at this point i m leaning towards potential solution it s a bit more work but it feels like a better solution however i m open to others opinions or alternatives i haven t thought of yet potential solution keep the current approach of extracting the browser archives on startup and find a new directory to use that the kibana user can write to and we feel comfortable requiring the exec privilege potential solution no longer extract the browser archive when kibana starts up it d be great if we could do so when the x pack kibana plugin installs and put the browser executables in the kibana bin folder as we already have the exec privilege here
| 0
|
14,190
| 2,793,045,707
|
IssuesEvent
|
2015-05-11 08:16:21
|
heron-mc/heron-mc
|
https://api.github.com/repos/heron-mc/heron-mc
|
closed
|
Print popup fails on vector layer with stylemap containing rules
|
auto-migrated Milestone-Release1.0.6 Priority-Medium Project-None Type-Defect
|
```
What steps will reproduce the problem?
1.Create a Heron app with a print preview
2.Add a vector layer to the config and give this vector layer a stylemap with a
rule(eg show at a certain scale with a certain symbol)
3.Open the print preview
What is the expected output? What do you see instead?
Expect the print preview to open. But instead it does not open
What version of the product are you using? On what operating system?
Heron 1.0.5 on windows in Chrome and Firefox
Please provide any additional information below.
Described in:
https://groups.google.com/forum/#!topic/geoext-viewer-devel/sPeu_X3N3ZU
In my opinion things go wrong in the override of GeoExt.PrintMapPanel
where te vector layer is cloned:
if (layer.styleMap && layer.styleMap.styles) {
clonedLayer.styleMap = new OpenLayers.StyleMap(layer.styleMap.styles);
}
```
Original issue reported on code.google.com by `i...@md-kwadraat.nl` on 7 May 2015 at 2:18
|
1.0
|
Print popup fails on vector layer with stylemap containing rules - ```
What steps will reproduce the problem?
1.Create a Heron app with a print preview
2.Add a vector layer to the config and give this vector layer a stylemap with a
rule(eg show at a certain scale with a certain symbol)
3.Open the print preview
What is the expected output? What do you see instead?
Expect the print preview to open. But instead it does not open
What version of the product are you using? On what operating system?
Heron 1.0.5 on windows in Chrome and Firefox
Please provide any additional information below.
Described in:
https://groups.google.com/forum/#!topic/geoext-viewer-devel/sPeu_X3N3ZU
In my opinion things go wrong in the override of GeoExt.PrintMapPanel
where te vector layer is cloned:
if (layer.styleMap && layer.styleMap.styles) {
clonedLayer.styleMap = new OpenLayers.StyleMap(layer.styleMap.styles);
}
```
Original issue reported on code.google.com by `i...@md-kwadraat.nl` on 7 May 2015 at 2:18
|
non_test
|
print popup fails on vector layer with stylemap containing rules what steps will reproduce the problem create a heron app with a print preview add a vector layer to the config and give this vector layer a stylemap with a rule eg show at a certain scale with a certain symbol open the print preview what is the expected output what do you see instead expect the print preview to open but instead it does not open what version of the product are you using on what operating system heron on windows in chrome and firefox please provide any additional information below described in in my opinion things go wrong in the override of geoext printmappanel where te vector layer is cloned if layer stylemap layer stylemap styles clonedlayer stylemap new openlayers stylemap layer stylemap styles original issue reported on code google com by i md kwadraat nl on may at
| 0
|
17,708
| 3,012,935,397
|
IssuesEvent
|
2015-07-29 04:21:45
|
yawlfoundation/yawl
|
https://api.github.com/repos/yawlfoundation/yawl
|
closed
|
Update 3: transformation from .ywl to .yawl loses retain familiar
|
auto-migrated Priority-Medium Type-Defect
|
```
When loading a ".ywl"-file with the (Update3-)editor and transforming it to
a ".yawl"-file the "Choose participant(s) who completed previous
task"-setting of all included tasks is forgotten.
```
Original issue reported on code.google.com by `moellert...@web.de` on 12 Nov 2008 at 8:36
|
1.0
|
Update 3: transformation from .ywl to .yawl loses retain familiar - ```
When loading a ".ywl"-file with the (Update3-)editor and transforming it to
a ".yawl"-file the "Choose participant(s) who completed previous
task"-setting of all included tasks is forgotten.
```
Original issue reported on code.google.com by `moellert...@web.de` on 12 Nov 2008 at 8:36
|
non_test
|
update transformation from ywl to yawl loses retain familiar when loading a ywl file with the editor and transforming it to a yawl file the choose participant s who completed previous task setting of all included tasks is forgotten original issue reported on code google com by moellert web de on nov at
| 0
|
158,579
| 12,419,037,692
|
IssuesEvent
|
2020-05-23 03:31:50
|
Azure/sonic-mgmt
|
https://api.github.com/repos/Azure/sonic-mgmt
|
closed
|
ACL test fails because of packets received on wrong port
|
Bug :bug: Pytest :snake:
|
<!--
If you are reporting a new issue, make sure that we do not have any duplicates
already open. You can ensure this by searching the issue list for this
repository. If there is a duplicate, please close your issue and add a comment
to the existing issue instead.
If you suspect your issue is a bug, please edit your issue description to
include the BUG REPORT INFORMATION shown below. If you fail to provide this
information within 7 days, we cannot debug your issue and will close it. We
will, however, reopen it if you later provide the information.
For more information about reporting issues, see
https://github.com/Azure/SONiC/wiki#report-issues
---------------------------------------------------
GENERAL SUPPORT INFORMATION
---------------------------------------------------
The GitHub issue tracker is for bug reports and feature requests.
General support can be found at the following locations:
- SONiC Support Forums - https://groups.google.com/forum/#!forum/sonicproject
---------------------------------------------------
BUG REPORT INFORMATION
---------------------------------------------------
Use the commands below to provide key information from your environment:
You do NOT have to include this information if this is a FEATURE REQUEST
-->
**Description**
<!--
Briefly describe the problem you are having in a few paragraphs.
-->
**Steps to reproduce the issue:**
1. Run announce_routes.py test
2. Run ACL test
**Describe the results you received:**
All forwarding test cases are failing
All ACL tests that expecting packets can be forwarded are all failed, meanwhile, cases expecting packets to be dropped are all passed.
```
=================================== FAILURES ===================================
_______ TestBasicAcl.test_source_ip_match_forwarded[ingress-tor->spine] ________
self = <test_acl.TestBasicAcl object at 0x7f8af311f3d0>
setup = {'acl_table_ports': ['Ethernet58', 'Ethernet64', 'Ethernet50', 'Ethernet52', 'Ethernet54', 'Ethernet56', ...], 'dst_ip_spine': '192.168.0.0', 'dst_ip_spine_blocked': '192.168.0.17', 'dst_ip_spine_forwarded': '192.168.0.16', ...}
direction = 'tor->spine'
ptfadapter = <common.plugins.ptfadapter.ptfadapter.PtfTestAdapter testMethod=runTest>
counters_sanity_check = []
def test_source_ip_match_forwarded(self, setup, direction, ptfadapter, counters_sanity_check):
""" test source IP matched packet is forwarded """
pkt = self.tcp_packet(setup, direction, ptfadapter)
pkt['IP'].src = '20.0.0.2'
exp_pkt = self.expected_mask_routed_packet(pkt)
testutils.send(ptfadapter, self.get_src_port(setup, direction), pkt)
> testutils.verify_packet_any_port(ptfadapter, exp_pkt, ports=self.get_dst_ports(setup, direction))
counters_sanity_check = []
direction = 'tor->spine'
exp_pkt = <ptf.mask.Mask instance at 0x7f8af040e0e0>
pkt = <Ether dst=50:6b:4b:8f:d2:40 src=ca:07:62:09:ab:00 type=0x800 |<IP ihl=None ...1\x12\x13\x14\x15\x16\x17\x18\x19\x1a\x1b\x1c\x1d\x1e\x1f !"#$%&\'()*+,-' |>>>>
ptfadapter = <common.plugins.ptfadapter.ptfadapter.PtfTestAdapter testMethod=runTest>
self = <test_acl.TestBasicAcl object at 0x7f8af311f3d0>
setup = {'acl_table_ports': ['Ethernet58', 'Ethernet64', 'Ethernet50', 'Ethernet52', 'Ethernet54', 'Ethernet56', ...], 'dst_ip_spine': '192.168.0.0', 'dst_ip_spine_blocked': '192.168.0.17', 'dst_ip_spine_forwarded': '192.168.0.16', ...}
acl/test_acl.py:421:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/lib/python2.7/dist-packages/ptf/testutils.py:2533: in verify_packet_any_port
% (result.port, device_number, ports, result.format()))
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <common.plugins.ptfadapter.ptfadapter.PtfTestAdapter testMethod=runTest>
msg = 'Received expected packet on port 16 for device 0, but it should have arrived on one of these ports: [4, 1, 0, 3, 2, 9... ...... !"#$%&\'()\n0060 2A 2B 2C 2D *+,-\n==============================\n'
def fail(self, msg=None):
"""Fail immediately, with the given message."""
> raise self.failureException(msg)
E AssertionError: Received expected packet on port 16 for device 0, but it should have arrived on one of these ports: [4, 1, 0, 3, 2, 9, 7, 8, 15, 6, 14, 12, 5, 13, 10, 11].
E ========== RECEIVED ==========
E 0000 52 54 00 47 1F 5C 50 6B 4B 8F D2 40 08 00 45 00 RT.G.\PkK..@..E.
E 0010 00 56 00 01 00 00 3F 06 A6 F7 14 00 00 02 C0 A8 .V....?.........
E 0020 00 00 43 21 00 51 00 00 00 00 00 00 00 00 50 02 ..C!.Q........P.
E 0030 20 00 7B 85 00 00 00 01 02 03 04 05 06 07 08 09 .{.............
E 0040 0A 0B 0C 0D 0E 0F 10 11 12 13 14 15 16 17 18 19 ................
E 0050 1A 1B 1C 1D 1E 1F 20 21 22 23 24 25 26 27 28 29 ...... !"#$%&'()
E 0060 2A 2B 2C 2D *+,-
E ==============================
```
**Looks like** routes are incorect on T1-LAG, since that was changed recently to anounce routes .
**Describe the results you expected:**
**Additional information you deem important:**
<!--
software/ASIC/Hardware Flatform version and info
-->
**Output of `show version`:**
```
[
"",
"SONiC Software Version: SONiC.201911.75-898f8789",
"Distribution: Debian 9.12",
"Kernel: 4.9.0-11-2-amd64",
"Build commit: 898f8789",
"Build date: Tue Apr 21 04:12:19 UTC 2020",
"Built by: johnar@jenkins-worker-8",
"",
"Platform: x86_64-mlnx_msn2700-r0",
"HwSKU: Mellanox-SN2700-D48C8",
"ASIC: mellanox",
"Serial Number: MT1822K07823\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000",
"Uptime: 20:24:09 up 34 min, 0 users, load average: 1.86, 1.89, 1.82",
"",
"Docker images:",
"REPOSITORY TAG IMAGE ID SIZE",
"docker-syncd-mlnx 201911.75-898f8789 100f77d99f4b 383MB",
"docker-syncd-mlnx latest 100f77d99f4b 383MB",
"docker-router-advertiser 201911.75-898f8789 efbe90e9b5ee 283MB",
"docker-router-advertiser latest efbe90e9b5ee 283MB",
"docker-sonic-mgmt-framework 201911.75-898f8789 2e83680ed0a1 422MB",
"docker-sonic-mgmt-framework latest 2e83680ed0a1 422MB",
"docker-platform-monitor 201911.75-898f8789 bbe424a12eee 628MB",
"docker-platform-monitor latest bbe424a12eee 628MB",
"docker-fpm-frr 201911.75-898f8789 28e3353c9656 327MB",
"docker-fpm-frr latest 28e3353c9656 327MB",
"docker-sflow 201911.75-898f8789 2e51f298e386 307MB",
"docker-sflow latest 2e51f298e386 307MB",
"docker-lldp-sv2 201911.75-898f8789 b951c33ca175 304MB",
"docker-lldp-sv2 latest b951c33ca175 304MB",
"docker-dhcp-relay 201911.75-898f8789 1eb300fc4f68 293MB",
"docker-dhcp-relay latest 1eb300fc4f68 293MB",
"docker-database 201911.75-898f8789 bb7f8c1f2cae 283MB",
"docker-database latest bb7f8c1f2cae 283MB",
"docker-teamd 201911.75-898f8789 6c612ad79548 307MB",
"docker-teamd latest 6c612ad79548 307MB",
"docker-snmp-sv2 201911.75-898f8789 73f3f05692c8 340MB",
"docker-snmp-sv2 latest 73f3f05692c8 340MB",
"docker-orchagent 201911.75-898f8789 80b15b69682a 325MB",
"docker-orchagent latest 80b15b69682a 325MB",
"docker-nat 201911.75-898f8789 3cd6da80af09 309MB",
"docker-nat latest 3cd6da80af09 309MB",
"docker-sonic-telemetry 201911.75-898f8789 3c514096e5ab 344MB",
"docker-sonic-telemetry latest 3c514096e5ab 344MB"
```
**Attach debug file `sudo generate_dump`:**
```
(paste your output here)
```
|
1.0
|
ACL test fails because of packets received on wrong port - <!--
If you are reporting a new issue, make sure that we do not have any duplicates
already open. You can ensure this by searching the issue list for this
repository. If there is a duplicate, please close your issue and add a comment
to the existing issue instead.
If you suspect your issue is a bug, please edit your issue description to
include the BUG REPORT INFORMATION shown below. If you fail to provide this
information within 7 days, we cannot debug your issue and will close it. We
will, however, reopen it if you later provide the information.
For more information about reporting issues, see
https://github.com/Azure/SONiC/wiki#report-issues
---------------------------------------------------
GENERAL SUPPORT INFORMATION
---------------------------------------------------
The GitHub issue tracker is for bug reports and feature requests.
General support can be found at the following locations:
- SONiC Support Forums - https://groups.google.com/forum/#!forum/sonicproject
---------------------------------------------------
BUG REPORT INFORMATION
---------------------------------------------------
Use the commands below to provide key information from your environment:
You do NOT have to include this information if this is a FEATURE REQUEST
-->
**Description**
<!--
Briefly describe the problem you are having in a few paragraphs.
-->
**Steps to reproduce the issue:**
1. Run announce_routes.py test
2. Run ACL test
**Describe the results you received:**
All forwarding test cases are failing
All ACL tests that expecting packets can be forwarded are all failed, meanwhile, cases expecting packets to be dropped are all passed.
```
=================================== FAILURES ===================================
_______ TestBasicAcl.test_source_ip_match_forwarded[ingress-tor->spine] ________
self = <test_acl.TestBasicAcl object at 0x7f8af311f3d0>
setup = {'acl_table_ports': ['Ethernet58', 'Ethernet64', 'Ethernet50', 'Ethernet52', 'Ethernet54', 'Ethernet56', ...], 'dst_ip_spine': '192.168.0.0', 'dst_ip_spine_blocked': '192.168.0.17', 'dst_ip_spine_forwarded': '192.168.0.16', ...}
direction = 'tor->spine'
ptfadapter = <common.plugins.ptfadapter.ptfadapter.PtfTestAdapter testMethod=runTest>
counters_sanity_check = []
def test_source_ip_match_forwarded(self, setup, direction, ptfadapter, counters_sanity_check):
""" test source IP matched packet is forwarded """
pkt = self.tcp_packet(setup, direction, ptfadapter)
pkt['IP'].src = '20.0.0.2'
exp_pkt = self.expected_mask_routed_packet(pkt)
testutils.send(ptfadapter, self.get_src_port(setup, direction), pkt)
> testutils.verify_packet_any_port(ptfadapter, exp_pkt, ports=self.get_dst_ports(setup, direction))
counters_sanity_check = []
direction = 'tor->spine'
exp_pkt = <ptf.mask.Mask instance at 0x7f8af040e0e0>
pkt = <Ether dst=50:6b:4b:8f:d2:40 src=ca:07:62:09:ab:00 type=0x800 |<IP ihl=None ...1\x12\x13\x14\x15\x16\x17\x18\x19\x1a\x1b\x1c\x1d\x1e\x1f !"#$%&\'()*+,-' |>>>>
ptfadapter = <common.plugins.ptfadapter.ptfadapter.PtfTestAdapter testMethod=runTest>
self = <test_acl.TestBasicAcl object at 0x7f8af311f3d0>
setup = {'acl_table_ports': ['Ethernet58', 'Ethernet64', 'Ethernet50', 'Ethernet52', 'Ethernet54', 'Ethernet56', ...], 'dst_ip_spine': '192.168.0.0', 'dst_ip_spine_blocked': '192.168.0.17', 'dst_ip_spine_forwarded': '192.168.0.16', ...}
acl/test_acl.py:421:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/lib/python2.7/dist-packages/ptf/testutils.py:2533: in verify_packet_any_port
% (result.port, device_number, ports, result.format()))
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <common.plugins.ptfadapter.ptfadapter.PtfTestAdapter testMethod=runTest>
msg = 'Received expected packet on port 16 for device 0, but it should have arrived on one of these ports: [4, 1, 0, 3, 2, 9... ...... !"#$%&\'()\n0060 2A 2B 2C 2D *+,-\n==============================\n'
def fail(self, msg=None):
"""Fail immediately, with the given message."""
> raise self.failureException(msg)
E AssertionError: Received expected packet on port 16 for device 0, but it should have arrived on one of these ports: [4, 1, 0, 3, 2, 9, 7, 8, 15, 6, 14, 12, 5, 13, 10, 11].
E ========== RECEIVED ==========
E 0000 52 54 00 47 1F 5C 50 6B 4B 8F D2 40 08 00 45 00 RT.G.\PkK..@..E.
E 0010 00 56 00 01 00 00 3F 06 A6 F7 14 00 00 02 C0 A8 .V....?.........
E 0020 00 00 43 21 00 51 00 00 00 00 00 00 00 00 50 02 ..C!.Q........P.
E 0030 20 00 7B 85 00 00 00 01 02 03 04 05 06 07 08 09 .{.............
E 0040 0A 0B 0C 0D 0E 0F 10 11 12 13 14 15 16 17 18 19 ................
E 0050 1A 1B 1C 1D 1E 1F 20 21 22 23 24 25 26 27 28 29 ...... !"#$%&'()
E 0060 2A 2B 2C 2D *+,-
E ==============================
```
**Looks like** routes are incorect on T1-LAG, since that was changed recently to anounce routes .
**Describe the results you expected:**
**Additional information you deem important:**
<!--
software/ASIC/Hardware Flatform version and info
-->
**Output of `show version`:**
```
[
"",
"SONiC Software Version: SONiC.201911.75-898f8789",
"Distribution: Debian 9.12",
"Kernel: 4.9.0-11-2-amd64",
"Build commit: 898f8789",
"Build date: Tue Apr 21 04:12:19 UTC 2020",
"Built by: johnar@jenkins-worker-8",
"",
"Platform: x86_64-mlnx_msn2700-r0",
"HwSKU: Mellanox-SN2700-D48C8",
"ASIC: mellanox",
"Serial Number: MT1822K07823\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000",
"Uptime: 20:24:09 up 34 min, 0 users, load average: 1.86, 1.89, 1.82",
"",
"Docker images:",
"REPOSITORY TAG IMAGE ID SIZE",
"docker-syncd-mlnx 201911.75-898f8789 100f77d99f4b 383MB",
"docker-syncd-mlnx latest 100f77d99f4b 383MB",
"docker-router-advertiser 201911.75-898f8789 efbe90e9b5ee 283MB",
"docker-router-advertiser latest efbe90e9b5ee 283MB",
"docker-sonic-mgmt-framework 201911.75-898f8789 2e83680ed0a1 422MB",
"docker-sonic-mgmt-framework latest 2e83680ed0a1 422MB",
"docker-platform-monitor 201911.75-898f8789 bbe424a12eee 628MB",
"docker-platform-monitor latest bbe424a12eee 628MB",
"docker-fpm-frr 201911.75-898f8789 28e3353c9656 327MB",
"docker-fpm-frr latest 28e3353c9656 327MB",
"docker-sflow 201911.75-898f8789 2e51f298e386 307MB",
"docker-sflow latest 2e51f298e386 307MB",
"docker-lldp-sv2 201911.75-898f8789 b951c33ca175 304MB",
"docker-lldp-sv2 latest b951c33ca175 304MB",
"docker-dhcp-relay 201911.75-898f8789 1eb300fc4f68 293MB",
"docker-dhcp-relay latest 1eb300fc4f68 293MB",
"docker-database 201911.75-898f8789 bb7f8c1f2cae 283MB",
"docker-database latest bb7f8c1f2cae 283MB",
"docker-teamd 201911.75-898f8789 6c612ad79548 307MB",
"docker-teamd latest 6c612ad79548 307MB",
"docker-snmp-sv2 201911.75-898f8789 73f3f05692c8 340MB",
"docker-snmp-sv2 latest 73f3f05692c8 340MB",
"docker-orchagent 201911.75-898f8789 80b15b69682a 325MB",
"docker-orchagent latest 80b15b69682a 325MB",
"docker-nat 201911.75-898f8789 3cd6da80af09 309MB",
"docker-nat latest 3cd6da80af09 309MB",
"docker-sonic-telemetry 201911.75-898f8789 3c514096e5ab 344MB",
"docker-sonic-telemetry latest 3c514096e5ab 344MB"
```
**Attach debug file `sudo generate_dump`:**
```
(paste your output here)
```
|
test
|
acl test fails because of packets received on wrong port if you are reporting a new issue make sure that we do not have any duplicates already open you can ensure this by searching the issue list for this repository if there is a duplicate please close your issue and add a comment to the existing issue instead if you suspect your issue is a bug please edit your issue description to include the bug report information shown below if you fail to provide this information within days we cannot debug your issue and will close it we will however reopen it if you later provide the information for more information about reporting issues see general support information the github issue tracker is for bug reports and feature requests general support can be found at the following locations sonic support forums bug report information use the commands below to provide key information from your environment you do not have to include this information if this is a feature request description briefly describe the problem you are having in a few paragraphs steps to reproduce the issue run announce routes py test run acl test describe the results you received all forwarding test cases are failing all acl tests that expecting packets can be forwarded are all failed meanwhile cases expecting packets to be dropped are all passed failures testbasicacl test source ip match forwarded self setup acl table ports dst ip spine dst ip spine blocked dst ip spine forwarded direction tor spine ptfadapter counters sanity check def test source ip match forwarded self setup direction ptfadapter counters sanity check test source ip matched packet is forwarded pkt self tcp packet setup direction ptfadapter pkt src exp pkt self expected mask routed packet pkt testutils send ptfadapter self get src port setup direction pkt testutils verify packet any port ptfadapter exp pkt ports self get dst ports setup direction counters sanity check direction tor spine exp pkt pkt ptfadapter self setup acl table ports dst ip spine dst ip spine blocked dst ip spine forwarded acl test acl py usr lib dist packages ptf testutils py in verify packet any port result port device number ports result format self msg received expected packet on port for device but it should have arrived on one of these ports n n def fail self msg none fail immediately with the given message raise self failureexception msg e assertionerror received expected packet on port for device but it should have arrived on one of these ports e received e rt g pkk e e v e c q p e e e e e looks like routes are incorect on lag since that was changed recently to anounce routes describe the results you expected additional information you deem important software asic hardware flatform version and info output of show version sonic software version sonic distribution debian kernel build commit build date tue apr utc built by johnar jenkins worker platform mlnx hwsku mellanox asic mellanox serial number uptime up min users load average docker images repository tag image id size docker syncd mlnx docker syncd mlnx latest docker router advertiser docker router advertiser latest docker sonic mgmt framework docker sonic mgmt framework latest docker platform monitor docker platform monitor latest docker fpm frr docker fpm frr latest docker sflow docker sflow latest docker lldp docker lldp latest docker dhcp relay docker dhcp relay latest docker database docker database latest docker teamd docker teamd latest docker snmp docker snmp latest docker orchagent docker orchagent latest docker nat docker nat latest docker sonic telemetry docker sonic telemetry latest attach debug file sudo generate dump paste your output here
| 1
|
63,238
| 8,666,755,338
|
IssuesEvent
|
2018-11-29 05:54:53
|
javierescalanteGL/MonkeyShoppingCart
|
https://api.github.com/repos/javierescalanteGL/MonkeyShoppingCart
|
closed
|
Create a state tree
|
planning & documentation
|
Define an application state with the different data models needed and their interactions.
|
1.0
|
Create a state tree - Define an application state with the different data models needed and their interactions.
|
non_test
|
create a state tree define an application state with the different data models needed and their interactions
| 0
|
224,052
| 17,657,824,234
|
IssuesEvent
|
2021-08-21 00:05:30
|
nasa/cFE
|
https://api.github.com/repos/nasa/cFE
|
closed
|
No Success Test for CFE_ES_GetMemPoolStats
|
good first issue unit-test
|
**Is your feature request related to a problem? Please describe.**
From #548. No Success Test for CFE_ES_GetMemPoolStats.
**Describe the solution you'd like**
Add a success test for CFE_ES_GetMemPoolStats in cFE/modules/es/ut-coverage/es_UT.c.
**Requester Info**
Ariel Adams, ASRC Federal
|
1.0
|
No Success Test for CFE_ES_GetMemPoolStats - **Is your feature request related to a problem? Please describe.**
From #548. No Success Test for CFE_ES_GetMemPoolStats.
**Describe the solution you'd like**
Add a success test for CFE_ES_GetMemPoolStats in cFE/modules/es/ut-coverage/es_UT.c.
**Requester Info**
Ariel Adams, ASRC Federal
|
test
|
no success test for cfe es getmempoolstats is your feature request related to a problem please describe from no success test for cfe es getmempoolstats describe the solution you d like add a success test for cfe es getmempoolstats in cfe modules es ut coverage es ut c requester info ariel adams asrc federal
| 1
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.