-
Why?
-
From https://github.com/irods/irods/commit/aefe05f1a0e4cbdf6322a9561cf77a8ca14fa5a3.
```
Rule Engine plugin operations:
Rule Engine plugins must now implement two new operations:
…
-
### Issue Description
The test teardown method `teardown_sentry_test` clears the global event processors `Sentry::Scope.global_event_processors`. Any application global event processors are wiped aft…
-
I'm trying to test my `Setup.R` file by sourcing the file. However, in that context, `teardown_env()` is not properly initialized so I get an error.
Here is a simple example:
``` r
handle Error…
-
Type: Bug
I've been working on a new extension called "Interlinks". When exiting the extension host after debugging, the IDE almost always stops on an exception. As far as I can make out the excepti…
-
### Is this a unique feature/idea?
- [X] I have checked "open" AND "closed" issues and this is not a duplicate
### Is your feature request related to a problem/unavailable functionality? Please desc…
-
## Summary
When running the bridge integration tests, we often leave the node running between runs. This breaks some essential principles of integration testing, that state should be fresh on each ne…
-
### Version
1.49
### Steps to reproduce
If `test.step()` is called in worker fixture setup - everything works fine.
If `test.step()` is called in worker fixture teardown - there is an error `test.s…
-
`coopdatadog.StartDatadog(cfg config.DatadogParameters, connectionType ConnectionType) error` and `coopdatadog.GracefulDatadogShutdown()`has several issues that requires addressing.
1. The function p…
-
**Is your feature request related to a problem? Please describe.**
I have benchmarks that need to create files. The benchmark is run multiple times to establish timing. But it's expensive and pointles…