mirror of
https://github.com/mongodb/mongo.git
synced 2024-11-30 17:10:48 +01:00
SERVER-44802 Mark change_streams/required_as_first_stage.js as required_fcv_44
This commit is contained in:
parent
48e000e16f
commit
44497e0e5c
@ -3,7 +3,7 @@
|
|||||||
// The passthrough logic that bundles operations into transactions needs to be able identify change
|
// The passthrough logic that bundles operations into transactions needs to be able identify change
|
||||||
// stream aggregations so as to avoid running them in a transaction, but that code would fail to
|
// stream aggregations so as to avoid running them in a transaction, but that code would fail to
|
||||||
// recognize the intentionally malformed aggergations that we test here.
|
// recognize the intentionally malformed aggergations that we test here.
|
||||||
// @tags: [change_stream_does_not_expect_txns]
|
// @tags: [change_stream_does_not_expect_txns, requires_fcv_44]
|
||||||
(function() {
|
(function() {
|
||||||
"use strict";
|
"use strict";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user