-
Consider the following test case:
```lua
local t = require('luatest')
local server = require('luatest.server')
local g = t.group()
g.before_each(function(cg)
cg.server = server.new()
cg.ser…
-
It looks like the following constants are not defined in DF:
* `IP_SENDSRCADDR`
* `BPF_ALIGNMENT`
* `SF_CACHE`
I'll spend a bit more time on this and see if I can get all the tests to pass and s…
-
Hi Chris, thanks for implementing standardised outputs in survextrap. I can't currently reproduce the survextrap results for standardised hazard rates - would it be worth implementing the formula fro…
-
JIRA Issue: [KIEKER-796] OPAD/Tslib failure in Juint Test rbridge
Original Reporter: Imported User 23
***
Next Junit test package kieker.test.tools.junit.rbridge faild, too.
final Object result = r…
-
### Describe the bug
When using dbt-expectations with Clickhouse, it can't convert the timezone when tests require a datetime column. It seems that the convert_timezone function of dbt-date is not se…
-
I'm getting this error:
make test
....
...
libtool: compile: g++ -DPACKAGE_NAME=\"yuma123\" -DPACKAGE_TARNAME=\"yuma123\" -DPACKAGE_VERSION=\"2.14\" "-DPACKAGE_STRING=\"yuma123 2.14\"" -DPACKAG…
-
If it doesn't inflate release size much, I think we should just remove the file whitelisting. It simplifies things, and we don't have to worry about running the tests in both modes.
-
```
01:33:45 test/raft/randomized_nemesis_test.cc(3188): Entering test case "basic_generator_test"
01:33:45 WARN 2024-01-27 19:02:10,254 seastar - Could not read cgroups v2 file (memory.max).
01…
-
PHPUnit 10.5 tightened up the data providers to flag as a error if a data provider returns an empty set. This causes problems in the case where the test the data provider feeds isn't something that i…
-
During training, if testset evaluation is removed, then model returns a different result. That is if we Remove lines
print("Expert 1 - Test")
dice_test = eval(test_loader, criterion_seg, mode…